Changeset 543 for trunk/packages/sipb-xen-www
- Timestamp:
- May 31, 2008, 10:33:01 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-www/code
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/controls.py
r535 r543 120 120 if not open_nics: #No IPs left! 121 121 raise CodeError("No IP addresses left! " 122 "Contact sipb-xen@mit.edu.")122 "Contact xvm@mit.edu.") 123 123 nic = open_nics[0] 124 124 nic.machine_id = machine.machine_id -
trunk/packages/sipb-xen-www/code/static/about.html
r420 r543 28 28 29 29 <hr /> 30 Questions? Contact <a href="mailto: sipb-xen@mit.edu">sipb-xen@mit.edu</a>.30 Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>. 31 31 </body> 32 32 </html> -
trunk/packages/sipb-xen-www/code/templates/error.tmpl
r422 r543 8 8 #def body 9 9 <p>$errorMessage in operation $op. This shouldn't happen! Please 10 email sipb-xen@mit.edu to explain how it happened. Stderr:</p>10 email xvm@mit.edu to explain how it happened. Stderr:</p> 11 11 <pre>$stderr</pre> 12 12 #end def -
trunk/packages/sipb-xen-www/code/templates/skeleton.tmpl
r447 r543 74 74 #if not $varExists('simple') or not $simple 75 75 <hr /> 76 Questions? Contact <a href="mailto: sipb-xen@mit.edu">sipb-xen@mit.edu</a>.76 Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>. 77 77 #end if 78 78 </body>
Note: See TracChangeset
for help on using the changeset viewer.