- Timestamp:
- Oct 20, 2007, 8:38:16 AM (17 years ago)
- Location:
- trunk/web/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/templates/skeleton.py
r205 r206 33 33 VFN=valueForName 34 34 currentTime=time.time 35 __CHEETAH_version__ = '2.0rc 8'36 __CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)37 __CHEETAH_genTime__ = 1192883 107.294701138 __CHEETAH_genTimestamp__ = 'Sat Oct 20 08: 25:072007'35 __CHEETAH_version__ = '2.0rc7' 36 __CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 7) 37 __CHEETAH_genTime__ = 1192883610.434917 38 __CHEETAH_genTimestamp__ = 'Sat Oct 20 08:33:30 2007' 39 39 __CHEETAH_src__ = 'skeleton.tmpl' 40 __CHEETAH_srcLastModified__ = 'Sat Oct 20 08: 22:112007'40 __CHEETAH_srcLastModified__ = 'Sat Oct 20 08:33:05 2007' 41 41 __CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine' 42 42 … … 101 101 var helpWin = null; 102 102 function closeWin(){ 103 \tif (helpWin != null){104 \t\tif(!helpWin.closed)105 \t\t\thelpWin.close();106 \t}103 if (helpWin != null){ 104 if(!helpWin.closed) 105 helpWin.close(); 106 } 107 107 } 108 108 … … 118 118 onCreate: function(){ 119 119 if (Ajax.activeRequestCount > 0) { 120 document.getElementById("loadingnotice").style.display = \'block\';120 document.getElementById("loadingnotice").style.display = 'block'; 121 121 } 122 122 }, 123 123 onComplete: function(){ 124 124 if (Ajax.activeRequestCount == 0) { 125 document.getElementById("loadingnotice").style.display = \'none\';125 document.getElementById("loadingnotice").style.display = 'none'; 126 126 } 127 127 } … … 131 131 d = transport.responseText.evalJSON(); 132 132 } catch (e) { 133 $( \'body\').innerHTML = \'<pre>\'+transport.responseText+\'</pre>\'133 $('body').innerHTML = '<pre>'+transport.responseText+'</pre>' 134 134 return; 135 135 } … … 140 140 141 141 function jsFormSubmit(location, elt){ 142 new Ajax.Request(location, {method: \'post\',143 parameters: Form.serialize(elt)+ \'&js=true\',142 new Ajax.Request(location, {method: 'post', 143 parameters: Form.serialize(elt)+'&js=true', 144 144 onSuccess: replaceFunc, 145 145 onComplete: function() {Form.enable(elt);} … … 150 150 151 151 function rowFormSubmit(elt, retpage){ 152 new Ajax.Request( \'command\', {method: \'post\',153 parameters: Form.serialize(elt)+ \'&js=\'+retpage,152 new Ajax.Request('command', {method: 'post', 153 parameters: Form.serialize(elt)+'&js='+retpage, 154 154 onSuccess: replaceFunc 155 155 }); … … 157 157 } 158 158 159 window.onload = {159 window.onload = function (){ 160 160 //Fix bug with disabled elements 161 $''') 162 _v = 'form' # "$('form')" on line 75, col 4 163 if _v is not None: write(_filter(_v, rawExpr="$('form')")) # from line 75, col 4. 164 write('''.each(Form.enable); 161 $$('form').each(Form.enable); 165 162 } 166 163 … … 172 169 ''') 173 170 if VFFSL(SL,"varExists",False)('error_text'): # generated from line 83, col 1 174 write(' ''<p>STDERR:</p><pre>''')171 write('<p>STDERR:</p><pre>') 175 172 _v = VFFSL(SL,"error_text",True) # '$error_text' on line 84, col 20 176 173 if _v is not None: write(_filter(_v, rawExpr='$error_text')) # from line 84, col 20. 177 write('''</pre> 178 ''') 179 write('''</div> 180 181 ''') 174 write('</pre>\n') 175 write('</div>\n\n') 182 176 if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 88, col 1 183 write(' ''<p>[You are logged in as ''')177 write('<p>[You are logged in as ') 184 178 _v = VFFSL(SL,"user.username",True) # '$user.username' on line 89, col 26 185 179 if _v is not None: write(_filter(_v, rawExpr='$user.username')) # from line 89, col 26. … … 190 184 ''') 191 185 if VFFSL(SL,"varExists",False)('machine'): # generated from line 93, col 1 192 write(' ''<a href="info?machine_id=''')186 write('<a href="info?machine_id=') 193 187 _v = VFFSL(SL,"machine.machine_id",True) # '$machine.machine_id' on line 94, col 26 194 188 if _v is not None: write(_filter(_v, rawExpr='$machine.machine_id')) # from line 94, col 26. 195 write('''">Info</a> 196 <a href="vnc?machine_id=''') 189 write('">Info</a>\n<a href="vnc?machine_id=') 197 190 _v = VFFSL(SL,"machine.machine_id",True) # '$machine.machine_id' on line 95, col 25 198 191 if _v is not None: write(_filter(_v, rawExpr='$machine.machine_id')) # from line 95, col 25. 199 write('''">Console</a> 200 ''') 201 write('''<a href="help">Help</a></p> 202 ''') 192 write('">Console</a>\n') 193 write('<a href="help">Help</a></p>\n') 203 194 write('''</div> 204 195 … … 209 200 _v = VFFSL(SL,"body",True) # '$body' on line 104, col 1 210 201 if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 104, col 1. 211 write(''' 212 ''') 202 write('\n') 213 203 if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 105, col 1 214 write('''<hr /> 215 Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>. 216 ''') 217 write('''</body> 218 </html> 219 ''') 204 write('<hr />\nQuestions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.\n') 205 write('</body>\n</html>\n') 220 206 221 207 ######################################## … … 244 230 ## START - generated method body 245 231 246 write(''' 247 ''') 232 write('\n') 248 233 249 234 ######################################## -
trunk/web/templates/skeleton.tmpl
r205 r206 71 71 } 72 72 73 window.onload = {73 window.onload = function (){ 74 74 //Fix bug with disabled elements 75 $$('form').each(Form.enable);75 \$\$('form').each(Form.enable); 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.