source: trunk/editDisplay.html@ 247

Last change on this file since 247 was 240, checked in by Kris Deugau, 19 years ago

/trunk

*Weird* display bugfix that doesn't show up in the branch that
originally changed the code/HTML involved. O_o editDisplay.html
seems to have a few too many "class=regular" style settings, so
some (not all!) text was too small.

File size: 886 bytes
Line 
1<div class="heading"><div class="indent">Edit the information below</div></div>
2
3<table class="indent" size="33%" cellspacing=1 bgcolor="black">
4<form method="POST" action="main.cgi">
5<input type="hidden" name="action" value="update">
6<input type="hidden" name="block" value="$$BLOCK$$">
7
8<tr class="color1"><td class=heading>IP block:</td><td>$$BLOCK$$</td></tr>
9
10<tr class="color2"><td class=heading>City:</td><td>$$CITY$$</td></tr>
11
12<tr class="color1"><td class=heading>Type:</td><td>$$TYPESELECT$$</td></tr>
13
14<tr class="color2"><td class=heading>CustID:</td><td>$$CUSTID$$</td></tr>
15
16<tr class="color1"><td class="heading">Circuit ID:</td><td>$$CIRCID$$</td></tr>
17
18<tr class="color2"><td class="heading">Description/Name:</td><td>$$DESC$$</td></tr>
19
20<tr class="color1"><td class="heading" valign="top">Notes:</td><td>$$NOTES$$</td></tr>
21
22$$UPDOK$$
23$$DELOK$$
24</form>
25
26</table>
27</br>
Note: See TracBrowser for help on using the repository browser.