Ignore:
Timestamp:
Jun 21, 2008, 9:23:59 PM (16 years ago)
Author:
ecprice
Message:

Autoinstalls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/templates/list.tmpl

    r621 r629  
    6767$errorRow('vmtype', $err)
    6868#end filter
    69         <tr>
    70           <td>Clone image?</td>
    71 #if $can_clone
    72           <td><input type="checkbox" name="clone_from" id="clone_from" value="ice3" onchange="onclone(event)"/>
    73               (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.)
    74               <script type='text/javascript'>function onclone(e){ document.getElementById('cdromlist').value = ''; }</script></td>
    75 #else
    76           <td><input type="checkbox" name="clone_from" id="clone_from" value="ice3" disabled="disabled"/> Image cloning is currently disabled for maintenance</td>
    77 #end if
    78         </tr>
    7969#filter None
    8070$errorRow('autoinstall', $err)
    8171#end filter
    82         <!--<tr>
     72        <tr>
    8373          <td>Autoinstall#slurp
    8474#filter None
     
    9282#end filter
    9383          </input>
    94         </tr>-->
     84        </tr>
    9585        <tr>
    9686          <td>Boot CD</td>
Note: See TracChangeset for help on using the changeset viewer.