summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
bee5d6b)
svn path=/trunk/packages/sipb-xen-www/; revision=425
#if $cant_add_vm
<p>$cant_add_vm</p>
#else
#if $cant_add_vm
<p>$cant_add_vm</p>
#else
+<h2>Create a new VM</h2>
#if $err
<p class="error">We had a problem with your request:</p>
#else if $varExists('new_machine')
#if $err
<p class="error">We had a problem with your request:</p>
#else if $varExists('new_machine')
<p style="font-size: 125%;">SIPB Virtual Servers is an <strong>alpha service</strong>. <a href="/static/about.html">What does this mean?</a></p>
#if not $machines
<p>You don't currently control any VMs.</p>
<p style="font-size: 125%;">SIPB Virtual Servers is an <strong>alpha service</strong>. <a href="/static/about.html">What does this mean?</a></p>
#if not $machines
<p>You don't currently control any VMs.</p>
-#else
- <p>You have the following VMs:</p>
#end if
<p><a href="list">refresh</a></p>
<div id="machinelist">
$machineList($machines)
</div>
#end if
<p><a href="list">refresh</a></p>
<div id="machinelist">
$machineList($machines)
</div>
-<div id="createtable">
-$createTable()
-</div>