Changeset 161 for trunk/web/templates/info.tmpl
- Timestamp:
- Oct 9, 2007, 10:08:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/templates/info.tmpl
r153 r161 63 63 <input type="hidden" name="machine_id" value="$machine.machine_id"/> 64 64 <table> 65 <tr><td>Owner:</td><td><input type="text" name="owner", value="$machine.owner"/></td></tr> 65 <tr><td>Owner:</td><td><input type="text" name="owner", value="$machine.owner"/></td> 66 <td>NOTE: The Owner must the name of a locker that you administer</td></tr> 66 67 <tr><td>Contact email:</td><td><input type="text" name="contact" value="$machine.contact"/></td></tr> 68 <tr><td>Machine Name:</td><td><input type="text" name="name" value="$machine.name"/></td></tr> 67 69 #if $machine.nics 68 <tr><td>Hostname:</td><td><input type="text" name="hostname" value="$machine.nics[0].hostname"/>.servers.csail.mit.edu</td></tr> 70 <tr><td>Hostname:</td><td><input type="text" name="hostname" value="$machine.nics[0].hostname"/>.servers.csail.mit.edu</td> 71 <td>NOTE: The hostname must being with "Owner_".</td></tr> 69 72 #end if 70 73 #if not $on
Note: See TracChangeset
for help on using the changeset viewer.