Changeset 425


Ignore:
Timestamp:
Apr 16, 2008, 11:20:54 PM (16 years ago)
Author:
price
Message:

better sectioning in list page

File:
1 edited

Legend:

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

    r424 r425  
    77#end def
    88
    9 #def createTable()
     9#def createForm()
    1010#if $cant_add_vm
    1111<p>$cant_add_vm</p>
    1212#else
    13 <p>Create a new VM:</p>
     13<h2>Create a new VM</h2>
    1414#if $err
    1515<p class="error">We had a problem with your request:</p>
     
    130130#if not $machines
    131131<p>You don't currently control any VMs.</p>   
    132 #else
    133     <p>You have the following VMs:</p>
    134132#end if
    135133    <p><a href="list">refresh</a></p>
     
    137135    $machineList($machines)
    138136    </div>
    139 <div id="createtable">
    140 $createTable()
    141 </div>
     137$createForm()
    142138#end def
Note: See TracChangeset for help on using the changeset viewer.