Last modified by khushi kapoor on 2018/09/26 16:20

From version Icon 23.1 Icon
edited by Henry Story
on 2010/03/15 18:45
Change comment: There is no comment for this version
To version Icon 24.1 Icon
edited by Henry Story
on 2010/03/15 18:49
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -19,13 +19,13 @@
19 19  }
20 20  </script>
21 21  {{/html}}
22 -#set ( $debug = !$request.getParameter("nodebug") )
22 +#set ( $nodebug = $request.getParameter("nodebug") )
23 23  #set( $foafssl = $services.foafssl )
24 24  #set( $homepage = $xwiki.getDocument($context.user) )
25 25  #set( $addKey = true )
26 26  $xwiki.jsx.use("WebId.CreateCert")
27 27  
28 -#set( $incomplete = $request.getParameterMap().isEmpty() || !$debug )
28 +#set( $incomplete = $request.getParameterMap().isEmpty() || $nodebug )
29 29  
30 30  #if(! $!xwiki.exists("WebId.RSAPubKeyClass"))
31 31  
... ... @@ -73,7 +73,7 @@
73 73   <td><input type="text" name="hours" value="0.0" size="4"/> hours<br/>
74 74   <input type="text" name="days" value="0" size="4"/> days </td>
75 75   </tr>
76 - #if ($debug)
76 + #if (!$nodebug)
77 77   <tr>
78 78   <td>Debug: </td>
79 79   <td><input type="checkbox" name="viewParams" value="yes" /> view parameters<br/>
... ... @@ -86,9 +86,9 @@
86 86   <tr>
87 87   <td colspan="2">
88 88   #if ($debug)
89 - If none of the above debug options are checked then the following will happen on clicking submit:
90 - #else
91 91   Clicking the above will start the following sequence of events
90 + #else
91 + If none of the above debug options are checked then the following will happen on clicking submit:
92 92   #end
93 93   <ol>
94 94   <li>your browser will create a public/private key pair</li>