- Timestamp:
- Jan 11, 2010, 4:57:39 PM (15 years ago)
- Location:
- trunk/packages/invirt-web/code/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/templates/list.mako
r2797 r2871 10 10 </%def> 11 11 12 %if os.path.exists("/etc/invirt/message"): 13 <div class="result"> 14 <p class="error">${open('/etc/invirt/message').read()}</p> 15 </div> 16 %endif 17 12 18 <%def name="createForm()"> 13 19 % if cant_add_vm: … … 20 26 <p>Congratulations! You successfully created a new VM called ${new_machine}.</p> 21 27 % endif 28 22 29 <form action="create" method="POST"> 23 30 <input type="hidden" name="back" value="list"/> -
trunk/packages/invirt-web/code/templates/unauth.mako
r2814 r2871 29 29 </a></big></blockquote> 30 30 31 <p>To use MIT certificates you'll need an <a href="http://ca.mit.edu/">MIT personal 32 certificate</a>.</p> 31 <p>To aquire MIT certificates click <a href="http://ca.mit.edu/">here</a>.</p> 33 32 34 33 <h2>XVM features:</h2>
Note: See TracChangeset
for help on using the changeset viewer.