source: trunk/templates/recsearch.tmpl@ 722

Last change on this file since 722 was 722, checked in by Kris Deugau, 8 years ago

/trunk

Checkpoint adding global record search. See #57.

File size: 1.5 KB
Line 
1<body>
2<div id="main">
3
4<table class="wholepage"><tr>
5<TMPL_INCLUDE NAME="menu.tmpl">
6
7<td align="center" valign="top">
8
9<TMPL_INCLUDE NAME="msgblock.tmpl">
10
11<table width="98%">
12<tr><th colspan="3"><div class="center maintitle">Record search for '<TMPL_VAR NAME=searchfor>'</div></th></tr>
13<tr>
14<td class="leftthird"><TMPL_INCLUDE NAME="pgcount.tmpl"></td>
15<td align="center"><TMPL_INCLUDE NAME="fpnla.tmpl"></td>
16<td class="rightthird">
17 <form action="<TMPL_VAR NAME=script_self>">
18 <input type="hidden" name="page" value="recsearch" />
19 <input type="hidden" name="offset" value="0" />
20 <input name="searchfor" value="<TMPL_VAR NAME=searchfor>" />
21 <input type="submit" value=" Refine search " />
22 </form>
23</td>
24</tr>
25</table>
26
27<table class="altrows" width="98%" border="0" cellpadding="3">
28<tr><th>Domain (Group)</th><th>Reverse zone (Group)</th><th>Host</th><th>Type</th><th>IP/value</th><th>Location</th></tr>
29<tbody>
30<TMPL_LOOP NAME=searchresults>
31<tr>
32<td><TMPL_IF domain_id><a href="<TMPL_VAR NAME=script_self>&amp;page=reclist&amp;id=<TMPL_VAR
33NAME=domain_id>&amp;defrec=n&amp;filter=<TMPL_VAR NAME=searchfor>"><TMPL_VAR NAME=domain></a> (<TMPL_VAR
34NAME=domgroup>)</TMPL_IF></td>
35<td><TMPL_IF rdns_id><a href="<TMPL_VAR NAME=script_self>&amp;page=reclist&amp;id=<TMPL_VAR NAME=rdns_id>&amp;defrec=n&amp;revrec=y"><TMPL_VAR NAME=revzone></a> (<TMPL_VAR NAME=revgroup>)</TMPL_IF></td>
36<td><TMPL_VAR NAME=host></td>
37<td><TMPL_VAR NAME=rectype></td>
38<td><TMPL_VAR NAME=val></td>
39<td><TMPL_VAR NAME=location></td>
40</tr>
41</TMPL_LOOP>
42</tbody>
43</table>
Note: See TracBrowser for help on using the repository browser.