Changeset 406 for trunk/packages/sipb-xen-www/code
- Timestamp:
- Apr 3, 2008, 2:46:28 AM (17 years ago)
- Location:
- trunk/packages/sipb-xen-www/code/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/templates/functions.tmpl
r205 r406 1 1 #def cdromList($cdroms, $default="") 2 <select name="cdrom" >2 <select name="cdrom" id="cdromlist"> 3 3 <option #slurp 4 4 #if $default then '' else 'selected' -
trunk/packages/sipb-xen-www/code/templates/list.tmpl
r340 r406 54 54 <tr> 55 55 <td>Clone image?</td> 56 <td><input type="checkbox" name="clone_from" value="ice3"/> 57 (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.)</td> 56 <td><input type="checkbox" name="clone_from" id="clone_from" value="ice3" onchange="onclone(event)"/> 57 (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.) 58 <script type='text/javascript'>function onclone(e){ document.getElementById('cdromlist').value = ''; }</script></td> 58 59 </tr> 59 60 $errorRow('cdrom', $err)
Note: See TracChangeset
for help on using the changeset viewer.