Last change
on this file since 520 was 517, checked in by Kris Deugau, 12 years ago |
/trunk
Finally merge conversion to HTML::Template from /branches/htmlform
- Node "hack" showed conflict due to having been added to all branches
in parallel
- editDisplay.html was apparently changed enough that the merged delete
caused an irrelevant conflict
Closes #3.
|
File size:
1.5 KB
|
Rev | Line | |
---|
[482] | 1 | <TMPL_IF errmsg>
|
---|
| 2 | <br><div class="center"><TMPL_VAR NAME=errmsg><br><br>
|
---|
| 3 | <input type="button" value="Back" onclick="history.go(-1)">
|
---|
[500] | 4 | </div><br>
|
---|
[482] | 5 | <TMPL_ELSE>
|
---|
| 6 | <div class="heading"><TMPL_VAR NAME=searchtitle></div><br>
|
---|
| 7 | <div class="center">
|
---|
| 8 | <table width="98%" cellspacing="0" class="center">
|
---|
| 9 |
|
---|
| 10 | <tr>
|
---|
| 11 | <td class="heading">Allocation</td>
|
---|
| 12 | <td class="heading">CustID</td>
|
---|
| 13 | <td class="heading">Type</td>
|
---|
| 14 | <td class="heading">City</td>
|
---|
| 15 | <td class="heading">Description/Name</td>
|
---|
| 16 | </tr>
|
---|
| 17 | <TMPL_LOOP NAME=sresults>
|
---|
| 18 | <tr class="row<TMPL_VAR NAME=rowclass>">
|
---|
[511] | 19 | <td><TMPL_IF issub>Sub </TMPL_IF><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&block=<TMPL_VAR NAME=block>"><TMPL_VAR NAME=block></a><TMPL_IF ispool> <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR NAME=block>">List IPs</a></TMPL_IF></td>
|
---|
[482] | 20 | <td><TMPL_VAR NAME=custid></td>
|
---|
| 21 | <td><TMPL_VAR NAME=disptype></td>
|
---|
| 22 | <td><TMPL_VAR NAME=city></td>
|
---|
| 23 | <td><TMPL_VAR NAME=desc></td>
|
---|
| 24 | </tr>
|
---|
| 25 | </TMPL_LOOP>
|
---|
| 26 |
|
---|
| 27 | <tr><td colspan="5">Total records found: <TMPL_VAR NAME=resfound><br><i>Displaying: <TMPL_VAR NAME=resstart> - <TMPL_VAR
|
---|
| 28 | NAME=resstop></i></td></tr>
|
---|
| 29 | </table>
|
---|
| 30 |
|
---|
| 31 | <TMPL_IF multipage>
|
---|
| 32 | <div class="center">Page:
|
---|
[511] | 33 | <TMPL_LOOP NAME=pgnums><TMPL_IF thispage><b><TMPL_VAR NAME=pgnum> </b><TMPL_ELSE><a href="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi?page=<TMPL_VAR NAME=pgnum>&stype=<TMPL_VAR NAME=stype>&<TMPL_VAR NAME=extraopts>"><TMPL_VAR NAME=pgnum></a> </TMPL_IF>
|
---|
[482] | 34 | </TMPL_LOOP>
|
---|
| 35 | </div>
|
---|
| 36 | </TMPL_IF>
|
---|
| 37 |
|
---|
| 38 | </div>
|
---|
| 39 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.