Changeset 2871


Ignore:
Timestamp:
Jan 11, 2010, 4:57:39 PM (14 years ago)
Author:
pweaver
Message:

Added service message to https, modified cert line

Location:
trunk/packages/invirt-web/code/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/list.mako

    r2797 r2871  
    1010</%def>
    1111
     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
    1218<%def name="createForm()">
    1319% if cant_add_vm:
     
    2026<p>Congratulations! You successfully created a new VM called ${new_machine}.</p>
    2127% endif
     28
    2229    <form action="create" method="POST">
    2330    <input type="hidden" name="back" value="list"/>
  • trunk/packages/invirt-web/code/templates/unauth.mako

    r2814 r2871  
    2929</a></big></blockquote>
    3030
    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>
    3332
    3433<h2>XVM features:</h2>
Note: See TracChangeset for help on using the changeset viewer.