Last change
on this file since 240 was 240, checked in by Kris Deugau, 20 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
|
Rev | Line | |
---|
[4] | 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 |
|
---|
[240] | 8 | <tr class="color1"><td class=heading>IP block:</td><td>$$BLOCK$$</td></tr>
|
---|
[4] | 9 |
|
---|
[240] | 10 | <tr class="color2"><td class=heading>City:</td><td>$$CITY$$</td></tr>
|
---|
[4] | 11 |
|
---|
[240] | 12 | <tr class="color1"><td class=heading>Type:</td><td>$$TYPESELECT$$</td></tr>
|
---|
[4] | 13 |
|
---|
[240] | 14 | <tr class="color2"><td class=heading>CustID:</td><td>$$CUSTID$$</td></tr>
|
---|
[4] | 15 |
|
---|
[240] | 16 | <tr class="color1"><td class="heading">Circuit ID:</td><td>$$CIRCID$$</td></tr>
|
---|
[74] | 17 |
|
---|
[240] | 18 | <tr class="color2"><td class="heading">Description/Name:</td><td>$$DESC$$</td></tr>
|
---|
[4] | 19 |
|
---|
[240] | 20 | <tr class="color1"><td class="heading" valign="top">Notes:</td><td>$$NOTES$$</td></tr>
|
---|
[4] | 21 |
|
---|
[233] | 22 | $$UPDOK$$
|
---|
| 23 | $$DELOK$$
|
---|
[4] | 24 | </form>
|
---|
| 25 |
|
---|
| 26 | </table>
|
---|
| 27 | </br>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.