Last change
on this file since 475 was
475,
checked in by Kris Deugau, 12 years ago
|
/branches/htmlform
Checkpoint - convert updated.html to template. See #3.
|
File size:
964 bytes
|
Line | |
---|
1 | <div class="heading">Allocation info updated:</div> |
---|
2 | |
---|
3 | <table class="indent" cellspacing="1" cellpadding="1"> |
---|
4 | |
---|
5 | <tr class="row0"> |
---|
6 | <td>IP block:</td> |
---|
7 | <td><TMPL_VAR NAME=cidr></td> |
---|
8 | </tr> |
---|
9 | |
---|
10 | <tr class="row1"> |
---|
11 | <td>City:</td> |
---|
12 | <td><TMPL_VAR NAME=city></td> |
---|
13 | </tr> |
---|
14 | |
---|
15 | <tr class="row0"> |
---|
16 | <td>Type:</td> |
---|
17 | <td><TMPL_VAR NAME=disptype></td> |
---|
18 | </tr> |
---|
19 | |
---|
20 | <tr class="row1"> |
---|
21 | <td>Customer ID:</td> |
---|
22 | <td><TMPL_VAR NAME=custid></td> |
---|
23 | </tr> |
---|
24 | |
---|
25 | <tr class="row0"> |
---|
26 | <td>SWIPed?:</td> |
---|
27 | <td><TMPL_VAR NAME=swip></td> |
---|
28 | </tr> |
---|
29 | |
---|
30 | <tr class="row1"> |
---|
31 | <td>Circuit ID:</td> |
---|
32 | <td><TMPL_VAR NAME=circid></td> |
---|
33 | </tr> |
---|
34 | |
---|
35 | <tr class="row0"> |
---|
36 | <td valign="top">Description/Name:</td> |
---|
37 | <td><TMPL_VAR NAME=desc></td> |
---|
38 | </tr> |
---|
39 | |
---|
40 | <tr class="row1"> |
---|
41 | <td valign="top">Notes:</td> |
---|
42 | <td><TMPL_VAR NAME=notes></td> |
---|
43 | </tr> |
---|
44 | |
---|
45 | <TMPL_IF privdata> |
---|
46 | <tr class="color1"> |
---|
47 | <td valign="top">Restricted data:</td> |
---|
48 | <td><TMPL_VAR NAME=privdata> |
---|
49 | </td> |
---|
50 | </tr> |
---|
51 | </TMPL_IF> |
---|
52 | |
---|
53 | </table> |
---|
54 | <p> |
---|
55 | <div name="backlink"> |
---|
56 | <a href="$$BACKLINK$$">Back to $$BACKBLOCK$$</a> |
---|
57 | </div> |
---|
58 | </p> |
---|
Note: See
TracBrowser
for help on using the repository browser.