source: trunk/templates/defrecs.tmpl@ 2

Last change on this file since 2 was 2, checked in by Kris Deugau, 15 years ago

/trunk

Import work to date

File size: 62.6 KB
Line 
1<!-- <TMPL_VAR NAME=sid> -->
2<table class="wholepage"><tr>
3<TMPL_INCLUDE NAME="menu.tmpl">
4
5<td align="center">
6default records
7<div id=tableholder width=100%>
8
9<TMPL_INCLUDE NAME=soadata.tmpl>
10
11<table border=0 width="100%">
12<tr class="darkrowheader">
13 <td colspan>
14 Listing <TMPL_VAR NAME=nfirst> - <TMPL_VAR NAME=nlast> of <TMPL_VAR NAME=ntot> entries in <TMPL_VAR NAME=domain>
15 </td>
16 <td align=center>
17 <TMPL_INCLUDE NAME="fpnla.tmpl">
18 </td>
19 <td>
20 <form action="dns.cgi">
21 <input type=hidden name=sid value="<TMPL_VAR NAME=sid>">
22 <input name=search>
23 <input type=submit value="Filter">
24 </form>
25 </td>
26</tr>
27<tr class="darkrowheader">
28 <td>Records</td>
29 <td><a href="dns.cgi?sid=&page=addrec">Add record</a></td>
30 <td><a href="dns.cgi?sid=&page=showlog">View log</a></td>
31</tr>
32
33</table>
34
35<table width="100%">
36<tr><td>Name</td><td>Type</td><td>Address</td><td>Distance</td><td>Weight</td><td>Port</td><td>TTL</td><td>Delete</td></tr>
37<TMPL_LOOP NAME=reclist>
38<tr><td><TMPL_VAR NAME=name></td>
39<td><TMPL_VAR NAME=type></td>
40<td><TMPL_VAR NAME=addr></td>
41<td><TMPL_VAR NAME=dist></td>
42<td><TMPL_VAR NAME=weight></td>
43<td><TMPL_VAR NAME=port></td>
44<td><TMPL_VAR NAME=ttl></td>
45<td><img src="trash2.png"></td>
46</TMPL_LOOP>
47</table>
48
49</td></tr></table>
50
51<hr><hr>
52<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
53<HTML>
54 <HEAD>
55 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
56 <TITLE>VegaDNS Administration</TITLE>
57 <link rel="STYLESHEET" type="text/css" href="templates/core-style.css">
58 <!--[if gte IE 5.5000]>
59 <script type="text/javascript" src="templates/pngfix.js"></script>
60 <![endif]-->
61 </HEAD>
62<body onload="focus()">
63<table border="0" height="100%" width="100%">
64
65 <tr valign="top">
66
67 <td class="border" width="20%" align="left">
68 &nbsp;<b>test@test.com</b> logged in<br>
69 &nbsp<a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=end">log out</a>
70 <hr>
71 <table border="0" cellpadding="0" cellspacing="0">
72
73<tr><td><table cellpadding="0" cellspacing="0" border="0"><tr><td><img border="0" alt="home" src="images/home.png"></td><td><a href="/index.php?state=logged_in&mode=groups&group=1">VegaDNS</a></td></tr></table>
74<table cellpadding="0" cellspacing="0" border="0"><tr><td><img border="0" src="images/dirtree_tee.gif"><td><img border="0" src="images/newfolder.png"></td><td class="white"><a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=domains&group=1">Domains</a></td></tr></table>
75<table cellpadding="0" cellspacing="0" border="0"><tr><td><img border="0" src="images/dirtree_tee.gif"></td><td><img border="0" src="images/user_folder.png"></td><td><a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=users&group=1">Users</a></td></tr></table>
76<table cellpadding="0" cellspacing="0" border="0"><tr><td><img border="0" src="images/dirtree_tee.gif"></td><td><img border="0" src="images/newfolder.png"></td><td><a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=log&group=1">Log</a></td></tr></table>
77<!-- COUNTER: 1 COUNT: 2 -->
78<table cellpadding="0" cellspacing="0" border="0"><tr><td><a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&expanded=2&group=1&mode=records&domain=wh-int"><img border="0" alt="home" src="images/dirtree_plus_tee.gif"><td><a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=groups&group=2"><img border="0" alt="home" src="images/group.gif"></a></td><td><a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=groups&group=2">domain owners</a></td></tr></table>
79<!-- COUNTER: 2 COUNT: 2 -->
80<table cellpadding="0" cellspacing="0" border="0"><tr><td><a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&expanded=3&group=1&mode=records&domain=wh-int"><img border="0" alt="home" src="images/dirtree_plus_elbow.gif"><td><a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=groups&group=3"><img border="0" alt="home" src="images/group.gif"></a></td><td><a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=groups&group=3">bulk hosters</a></td></tr></table>
81</td></tr>
82</table>
83
84
85
86 <hr>
87 <a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=default_records">Default Records</a><br>
88 <a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=domains&domain_mode=import_domains">AXFR Import</a><br>
89 <a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=dnsquery">DNS Query</a><br>
90 <a href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=whoisquery">Whois Query</a> </td>
91
92 <td align="center">
93 <img src="images/vegadns-small.png" alt="VegaDNS"><p>
94 <br></b><br>
95 <p><b>Edit Domain</b><br>
96<table border=0 width="90%" bgcolor="white">
97<tr><td>
98
99<table border=0 width="100%">
100<tr bgcolor="#cccccc">
101 <td>Properties (SOA)</td>
102
103 <td align="right" width="5%"><a
104href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_soa&domain=wh-int">edit</a></td>
105</table>
106
107
108<table border=0 width="100%">
109 <tr bgcolor="#eeeeee">
110 <td width="10%">Domain:</td>
111 <td width="40%" nowrap>wh-int</td>
112 <td width="10%" nowrap>Refresh:</td>
113
114 <td width="40%" nowrap>16384</td>
115 </tr>
116 <tr bgcolor="#eeeeee">
117 <td width="10%" nowrap>Contact Address:</td>
118 <td width="40%" nowrap>hostmaster.wh-int</td>
119 <td width="10%" nowrap>Retry:</td>
120 <td width="40%" nowrap>2048</td>
121
122 </tr>
123 <tr bgcolor="#eeeeee">
124 <td width="10%" nowrap>Primary Nameserver:&nbsp</td>
125 <td width="40%" nowrap>ns1.myserver.com</td>
126 <td width="10%" nowrap>Expiration:</td>
127 <td width="40%" nowrap>1048576</td>
128 </tr>
129
130 <tr bgcolor="#eeeeee">
131 <td width="10%" nowrap>Serial Number:</td>
132 <td width="40%" nowrap>Default</td>
133 <td width="10%" nowrap>Minimum TTL:&nbsp</td>
134 <td width="40%" nowrap>2560</td>
135 </tr>
136 <tr bgcolor="#eeeeee">
137
138 <td width="10%" nowrap>Default TTL:</td>
139 <td width="40%" nowrap>86400</td>
140 <td width="10%" nowrap>&nbsp</td>
141 <td width="40%" nowrap>&nbsp</td>
142 </tr>
143</table>
144<br>
145
146<table border=0 width="100%">
147<tr bgcolor="#cccccc">
148
149 <td colspan=6 align="center">
150 <table width="100%" border=0 cellspacing=0 cellpadding=3 bgcolor="#cccccc">
151 <tr valign="top" bgcolor="#cccccc">
152 <td align="left" colspan="2">
153
154 Listing 1 - 75 of 102 Records </td>
155 <td align="center" colspan="2">
156 previous <a
157href=/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&domain=wh-int&mode=records&page=2&sortfield=type&sortway=asc&search=>next</a>
158
159 first <a
160href=/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&domain=wh-int&mode=records&page=2&sortfield=type&sortway=asc&search=>last</a>
161 <a
162href=/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&domain=wh-int&page=all&sortfield=type&sortway=asc&search=>all</a>
163 </td>
164 <td align="right" colspan="2">
165 <form action="/index.php">
166 <input type="hidden" name="state" value="logged_in">
167 <input type="hidden" name="mode" value="records">
168
169 <input type="hidden" name="VDNSSessid" value="65d033c4ff10d2e73c9ca1050c7746f1">
170 <input type="hidden" name="domain" value="wh-int">
171 <input type="text" name="search" value="">
172 <input type="submit" value="search"></form>
173
174 </td>
175 </tr>
176 </table>
177 </td>
178
179</tr>
180<tr bgcolor="#cccccc">
181 <td>Records</td>
182 <td align="right" width="5%" nowrap><a
183href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=add_record&domain=wh-int">add
184record</a></td>
185 <td align="right" width="5%" nowrap><a
186href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=log&domain_id=4">view
187log</a></td>
188 </tr>
189</table>
190
191<table border=0 width="100%">
192 <tr bgcolor="#cccccc">
193
194 <td nowrap><a
195href='/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&domain=wh-int&page=1&sortway=asc&sortfield=host'>Name</a></td>
196 <td width="5%" nowrap><a
197href='/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&domain=wh-int&page=1&sortway=desc&sortfield=type'>Type</a>&nbsp;<img
198border=0 alt='asc' src=images/asc.png></td>
199 <td nowrap><a
200href='/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&domain=wh-int&page=1&sortway=asc&sortfield=val'>Address</a></td>
201 <td nowrap width="10%"><a
202href='/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&domain=wh-int&page=1&sortway=asc&sortfield=distance'>Distance</a></td>
203 <td width="10%"><a
204href='/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&domain=wh-int&page=1&sortway=asc&sortfield=weight'>Weight</a></td>
205 <td width="5%"><a
206href='/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&domain=wh-int&page=1&sortway=asc&sortfield=port'>Port</a></td>
207
208 <td nowrap width="5%"><a
209href='/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&domain=wh-int&page=1&sortway=asc&sortfield=ttl'>TTL</a></td></td>
210 <td width="5%">Delete</td>
211 </tr>
212
213 <tr bgcolor="#ffffff">
214 <td nowrap width="20%"><a
215href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=18&domain=wh-int">billing2.wh-int</a></td>
216 <td width="5%" nowrap>A</td>
217
218 <td nowrap>192.168.99.62</td>
219 <td width="10%" nowrap>n/a</td>
220 <td width="10%" nowrap>n/a</td>
221 <td width="5%" nowrap>n/a</td>
222 <td width="5%" nowrap>86400</td>
223 <td width="5%" align="center" nowrap><a
224href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=18&domain=wh-int"><img
225border=0 src="images/trash.png" alt="Trash"></a></td>
226
227 </tr>
228 <tr bgcolor="#dcdcdc">
229 <td nowrap width="20%"><a
230href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=43&domain=wh-int">hplj4.wh-int</a></td>
231 <td width="5%" nowrap>A</td>
232 <td nowrap>192.168.99.119</td>
233 <td width="10%" nowrap>n/a</td>
234 <td width="10%" nowrap>n/a</td>
235
236 <td width="5%" nowrap>n/a</td>
237 <td width="5%" nowrap>86400</td>
238 <td width="5%" align="center" nowrap><a
239href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=43&domain=wh-int"><img
240border=0 src="images/trash.png" alt="Trash"></a></td>
241 </tr>
242 <tr bgcolor="#ffffff">
243 <td nowrap width="20%"><a
244href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=48&domain=wh-int">ictest.wh-int</a></td>
245 <td width="5%" nowrap>A</td>
246
247 <td nowrap>192.168.99.30</td>
248 <td width="10%" nowrap>n/a</td>
249 <td width="10%" nowrap>n/a</td>
250 <td width="5%" nowrap>n/a</td>
251 <td width="5%" nowrap>86400</td>
252 <td width="5%" align="center" nowrap><a
253href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=48&domain=wh-int"><img
254border=0 src="images/trash.png" alt="Trash"></a></td>
255
256 </tr>
257 <tr bgcolor="#dcdcdc">
258 <td nowrap width="20%"><a
259href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=51&domain=wh-int">ifilter.wh-int</a></td>
260 <td width="5%" nowrap>A</td>
261 <td nowrap>192.168.99.19</td>
262 <td width="10%" nowrap>n/a</td>
263 <td width="10%" nowrap>n/a</td>
264
265 <td width="5%" nowrap>n/a</td>
266 <td width="5%" nowrap>86400</td>
267 <td width="5%" align="center" nowrap><a
268href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=51&domain=wh-int"><img
269border=0 src="images/trash.png" alt="Trash"></a></td>
270 </tr>
271 <tr bgcolor="#ffffff">
272 <td nowrap width="20%"><a
273href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=52&domain=wh-int">inewzeus.wh-int</a></td>
274 <td width="5%" nowrap>A</td>
275
276 <td nowrap>192.168.99.6</td>
277 <td width="10%" nowrap>n/a</td>
278 <td width="10%" nowrap>n/a</td>
279 <td width="5%" nowrap>n/a</td>
280 <td width="5%" nowrap>86400</td>
281 <td width="5%" align="center" nowrap><a
282href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=52&domain=wh-int"><img
283border=0 src="images/trash.png" alt="Trash"></a></td>
284
285 </tr>
286 <tr bgcolor="#dcdcdc">
287 <td nowrap width="20%"><a
288href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=53&domain=wh-int">int-switch.wh-int</a></td>
289 <td width="5%" nowrap>A</td>
290 <td nowrap>192.168.99.2</td>
291 <td width="10%" nowrap>n/a</td>
292 <td width="10%" nowrap>n/a</td>
293
294 <td width="5%" nowrap>n/a</td>
295 <td width="5%" nowrap>86400</td>
296 <td width="5%" align="center" nowrap><a
297href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=53&domain=wh-int"><img
298border=0 src="images/trash.png" alt="Trash"></a></td>
299 </tr>
300 <tr bgcolor="#ffffff">
301 <td nowrap width="20%"><a
302href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=59&domain=wh-int">izeus.wh-int</a></td>
303 <td width="5%" nowrap>A</td>
304
305 <td nowrap>192.168.99.8</td>
306 <td width="10%" nowrap>n/a</td>
307 <td width="10%" nowrap>n/a</td>
308 <td width="5%" nowrap>n/a</td>
309 <td width="5%" nowrap>86400</td>
310 <td width="5%" align="center" nowrap><a
311href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=59&domain=wh-int"><img
312border=0 src="images/trash.png" alt="Trash"></a></td>
313
314 </tr>
315 <tr bgcolor="#dcdcdc">
316 <td nowrap width="20%"><a
317href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=60&domain=wh-int">linksys.wh-int</a></td>
318 <td width="5%" nowrap>A</td>
319 <td nowrap>192.168.99.3</td>
320 <td width="10%" nowrap>n/a</td>
321 <td width="10%" nowrap>n/a</td>
322
323 <td width="5%" nowrap>n/a</td>
324 <td width="5%" nowrap>86400</td>
325 <td width="5%" align="center" nowrap><a
326href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=60&domain=wh-int"><img
327border=0 src="images/trash.png" alt="Trash"></a></td>
328 </tr>
329 <tr bgcolor="#ffffff">
330 <td nowrap width="20%"><a
331href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=63&domain=wh-int">marc-laptop.wh-int</a></td>
332 <td width="5%" nowrap>A</td>
333
334 <td nowrap>192.168.99.124</td>
335 <td width="10%" nowrap>n/a</td>
336 <td width="10%" nowrap>n/a</td>
337 <td width="5%" nowrap>n/a</td>
338 <td width="5%" nowrap>86400</td>
339 <td width="5%" align="center" nowrap><a
340href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=63&domain=wh-int"><img
341border=0 src="images/trash.png" alt="Trash"></a></td>
342
343 </tr>
344 <tr bgcolor="#dcdcdc">
345 <td nowrap width="20%"><a
346href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=62&domain=wh-int">marc.wh-int</a></td>
347 <td width="5%" nowrap>A</td>
348 <td nowrap>192.168.99.123</td>
349 <td width="10%" nowrap>n/a</td>
350 <td width="10%" nowrap>n/a</td>
351
352 <td width="5%" nowrap>n/a</td>
353 <td width="5%" nowrap>86400</td>
354 <td width="5%" align="center" nowrap><a
355href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=62&domain=wh-int"><img
356border=0 src="images/trash.png" alt="Trash"></a></td>
357 </tr>
358 <tr bgcolor="#ffffff">
359 <td nowrap width="20%"><a
360href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=67&domain=wh-int">pem-billing.wh-int</a></td>
361 <td width="5%" nowrap>A</td>
362
363 <td nowrap>192.168.99.121</td>
364 <td width="10%" nowrap>n/a</td>
365 <td width="10%" nowrap>n/a</td>
366 <td width="5%" nowrap>n/a</td>
367 <td width="5%" nowrap>86400</td>
368 <td width="5%" align="center" nowrap><a
369href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=67&domain=wh-int"><img
370border=0 src="images/trash.png" alt="Trash"></a></td>
371
372 </tr>
373 <tr bgcolor="#dcdcdc">
374 <td nowrap width="20%"><a
375href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=68&domain=wh-int">pem-goatfarm-int.wh-int</a></td>
376 <td width="5%" nowrap>A</td>
377 <td nowrap>192.168.99.1</td>
378 <td width="10%" nowrap>n/a</td>
379 <td width="10%" nowrap>n/a</td>
380
381 <td width="5%" nowrap>n/a</td>
382 <td width="5%" nowrap>86400</td>
383 <td width="5%" align="center" nowrap><a
384href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=68&domain=wh-int"><img
385border=0 src="images/trash.png" alt="Trash"></a></td>
386 </tr>
387 <tr bgcolor="#ffffff">
388 <td nowrap width="20%"><a
389href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=71&domain=wh-int">snafu.wh-int</a></td>
390 <td width="5%" nowrap>A</td>
391
392 <td nowrap>192.168.99.10</td>
393 <td width="10%" nowrap>n/a</td>
394 <td width="10%" nowrap>n/a</td>
395 <td width="5%" nowrap>n/a</td>
396 <td width="5%" nowrap>86400</td>
397 <td width="5%" align="center" nowrap><a
398href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=71&domain=wh-int"><img
399border=0 src="images/trash.png" alt="Trash"></a></td>
400
401 </tr>
402 <tr bgcolor="#dcdcdc">
403 <td nowrap width="20%"><a
404href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=44&domain=wh-int">store.ic489.wh-int</a></td>
405 <td width="5%" nowrap>A</td>
406 <td nowrap>192.168.99.30</td>
407 <td width="10%" nowrap>n/a</td>
408 <td width="10%" nowrap>n/a</td>
409
410 <td width="5%" nowrap>n/a</td>
411 <td width="5%" nowrap>86400</td>
412 <td width="5%" align="center" nowrap><a
413href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=44&domain=wh-int"><img
414border=0 src="images/trash.png" alt="Trash"></a></td>
415 </tr>
416 <tr bgcolor="#ffffff">
417 <td nowrap width="20%"><a
418href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=45&domain=wh-int">store.ic520.wh-int</a></td>
419 <td width="5%" nowrap>A</td>
420
421 <td nowrap>192.168.99.30</td>
422 <td width="10%" nowrap>n/a</td>
423 <td width="10%" nowrap>n/a</td>
424 <td width="5%" nowrap>n/a</td>
425 <td width="5%" nowrap>86400</td>
426 <td width="5%" align="center" nowrap><a
427href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=45&domain=wh-int"><img
428border=0 src="images/trash.png" alt="Trash"></a></td>
429
430 </tr>
431 <tr bgcolor="#dcdcdc">
432 <td nowrap width="20%"><a
433href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=46&domain=wh-int">store.ic540.wh-int</a></td>
434 <td width="5%" nowrap>A</td>
435 <td nowrap>192.168.99.30</td>
436 <td width="10%" nowrap>n/a</td>
437 <td width="10%" nowrap>n/a</td>
438
439 <td width="5%" nowrap>n/a</td>
440 <td width="5%" nowrap>86400</td>
441 <td width="5%" align="center" nowrap><a
442href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=46&domain=wh-int"><img
443border=0 src="images/trash.png" alt="Trash"></a></td>
444 </tr>
445 <tr bgcolor="#ffffff">
446 <td nowrap width="20%"><a
447href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=72&domain=wh-int">support.wh-int</a></td>
448 <td width="5%" nowrap>A</td>
449
450 <td nowrap>192.168.99.120</td>
451 <td width="10%" nowrap>n/a</td>
452 <td width="10%" nowrap>n/a</td>
453 <td width="5%" nowrap>n/a</td>
454 <td width="5%" nowrap>86400</td>
455 <td width="5%" align="center" nowrap><a
456href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=72&domain=wh-int"><img
457border=0 src="images/trash.png" alt="Trash"></a></td>
458
459 </tr>
460 <tr bgcolor="#dcdcdc">
461 <td nowrap width="20%"><a
462href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=75&domain=wh-int">test0.wh-int</a></td>
463 <td width="5%" nowrap>A</td>
464 <td nowrap>192.168.99.20</td>
465 <td width="10%" nowrap>n/a</td>
466 <td width="10%" nowrap>n/a</td>
467
468 <td width="5%" nowrap>n/a</td>
469 <td width="5%" nowrap>86400</td>
470 <td width="5%" align="center" nowrap><a
471href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=75&domain=wh-int"><img
472border=0 src="images/trash.png" alt="Trash"></a></td>
473 </tr>
474 <tr bgcolor="#ffffff">
475 <td nowrap width="20%"><a
476href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=76&domain=wh-int">test1.wh-int</a></td>
477 <td width="5%" nowrap>A</td>
478
479 <td nowrap>192.168.99.21</td>
480 <td width="10%" nowrap>n/a</td>
481 <td width="10%" nowrap>n/a</td>
482 <td width="5%" nowrap>n/a</td>
483 <td width="5%" nowrap>86400</td>
484 <td width="5%" align="center" nowrap><a
485href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=76&domain=wh-int"><img
486border=0 src="images/trash.png" alt="Trash"></a></td>
487
488 </tr>
489 <tr bgcolor="#dcdcdc">
490 <td nowrap width="20%"><a
491href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=77&domain=wh-int">test2.wh-int</a></td>
492 <td width="5%" nowrap>A</td>
493 <td nowrap>192.168.99.22</td>
494 <td width="10%" nowrap>n/a</td>
495 <td width="10%" nowrap>n/a</td>
496
497 <td width="5%" nowrap>n/a</td>
498 <td width="5%" nowrap>86400</td>
499 <td width="5%" align="center" nowrap><a
500href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=77&domain=wh-int"><img
501border=0 src="images/trash.png" alt="Trash"></a></td>
502 </tr>
503 <tr bgcolor="#ffffff">
504 <td nowrap width="20%"><a
505href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=78&domain=wh-int">test3.wh-int</a></td>
506 <td width="5%" nowrap>A</td>
507
508 <td nowrap>192.168.99.23</td>
509 <td width="10%" nowrap>n/a</td>
510 <td width="10%" nowrap>n/a</td>
511 <td width="5%" nowrap>n/a</td>
512 <td width="5%" nowrap>86400</td>
513 <td width="5%" align="center" nowrap><a
514href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=78&domain=wh-int"><img
515border=0 src="images/trash.png" alt="Trash"></a></td>
516
517 </tr>
518 <tr bgcolor="#dcdcdc">
519 <td nowrap width="20%"><a
520href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=79&domain=wh-int">test4.wh-int</a></td>
521 <td width="5%" nowrap>A</td>
522 <td nowrap>192.168.99.24</td>
523 <td width="10%" nowrap>n/a</td>
524 <td width="10%" nowrap>n/a</td>
525
526 <td width="5%" nowrap>n/a</td>
527 <td width="5%" nowrap>86400</td>
528 <td width="5%" align="center" nowrap><a
529href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=79&domain=wh-int"><img
530border=0 src="images/trash.png" alt="Trash"></a></td>
531 </tr>
532 <tr bgcolor="#ffffff">
533 <td nowrap width="20%"><a
534href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=80&domain=wh-int">test5.wh-int</a></td>
535 <td width="5%" nowrap>A</td>
536
537 <td nowrap>192.168.99.25</td>
538 <td width="10%" nowrap>n/a</td>
539 <td width="10%" nowrap>n/a</td>
540 <td width="5%" nowrap>n/a</td>
541 <td width="5%" nowrap>86400</td>
542 <td width="5%" align="center" nowrap><a
543href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=80&domain=wh-int"><img
544border=0 src="images/trash.png" alt="Trash"></a></td>
545
546 </tr>
547 <tr bgcolor="#dcdcdc">
548 <td nowrap width="20%"><a
549href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=81&domain=wh-int">test6.wh-int</a></td>
550 <td width="5%" nowrap>A</td>
551 <td nowrap>192.168.99.26</td>
552 <td width="10%" nowrap>n/a</td>
553 <td width="10%" nowrap>n/a</td>
554
555 <td width="5%" nowrap>n/a</td>
556 <td width="5%" nowrap>86400</td>
557 <td width="5%" align="center" nowrap><a
558href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=81&domain=wh-int"><img
559border=0 src="images/trash.png" alt="Trash"></a></td>
560 </tr>
561 <tr bgcolor="#ffffff">
562 <td nowrap width="20%"><a
563href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=82&domain=wh-int">test7.wh-int</a></td>
564 <td width="5%" nowrap>A</td>
565
566 <td nowrap>192.168.99.27</td>
567 <td width="10%" nowrap>n/a</td>
568 <td width="10%" nowrap>n/a</td>
569 <td width="5%" nowrap>n/a</td>
570 <td width="5%" nowrap>86400</td>
571 <td width="5%" align="center" nowrap><a
572href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=82&domain=wh-int"><img
573border=0 src="images/trash.png" alt="Trash"></a></td>
574
575 </tr>
576 <tr bgcolor="#dcdcdc">
577 <td nowrap width="20%"><a
578href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=83&domain=wh-int">test8.wh-int</a></td>
579 <td width="5%" nowrap>A</td>
580 <td nowrap>192.168.99.28</td>
581 <td width="10%" nowrap>n/a</td>
582 <td width="10%" nowrap>n/a</td>
583
584 <td width="5%" nowrap>n/a</td>
585 <td width="5%" nowrap>86400</td>
586 <td width="5%" align="center" nowrap><a
587href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=83&domain=wh-int"><img
588border=0 src="images/trash.png" alt="Trash"></a></td>
589 </tr>
590 <tr bgcolor="#ffffff">
591 <td nowrap width="20%"><a
592href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=84&domain=wh-int">test9.wh-int</a></td>
593 <td width="5%" nowrap>A</td>
594
595 <td nowrap>192.168.99.29</td>
596 <td width="10%" nowrap>n/a</td>
597 <td width="10%" nowrap>n/a</td>
598 <td width="5%" nowrap>n/a</td>
599 <td width="5%" nowrap>86400</td>
600 <td width="5%" align="center" nowrap><a
601href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=84&domain=wh-int"><img
602border=0 src="images/trash.png" alt="Trash"></a></td>
603
604 </tr>
605 <tr bgcolor="#dcdcdc">
606 <td nowrap width="20%"><a
607href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=86&domain=wh-int">turboprop.wh-int</a></td>
608 <td width="5%" nowrap>A</td>
609 <td nowrap>192.168.99.118</td>
610 <td width="10%" nowrap>n/a</td>
611 <td width="10%" nowrap>n/a</td>
612
613 <td width="5%" nowrap>n/a</td>
614 <td width="5%" nowrap>86400</td>
615 <td width="5%" align="center" nowrap><a
616href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=86&domain=wh-int"><img
617border=0 src="images/trash.png" alt="Trash"></a></td>
618 </tr>
619 <tr bgcolor="#ffffff">
620 <td nowrap width="20%"><a
621href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=89&domain=wh-int">vm-99-80.wh-int</a></td>
622 <td width="5%" nowrap>A</td>
623
624 <td nowrap>192.168.99.80</td>
625 <td width="10%" nowrap>n/a</td>
626 <td width="10%" nowrap>n/a</td>
627 <td width="5%" nowrap>n/a</td>
628 <td width="5%" nowrap>86400</td>
629 <td width="5%" align="center" nowrap><a
630href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=89&domain=wh-int"><img
631border=0 src="images/trash.png" alt="Trash"></a></td>
632
633 </tr>
634 <tr bgcolor="#dcdcdc">
635 <td nowrap width="20%"><a
636href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=90&domain=wh-int">vm-99-81.wh-int</a></td>
637 <td width="5%" nowrap>A</td>
638 <td nowrap>192.168.99.81</td>
639 <td width="10%" nowrap>n/a</td>
640 <td width="10%" nowrap>n/a</td>
641
642 <td width="5%" nowrap>n/a</td>
643 <td width="5%" nowrap>86400</td>
644 <td width="5%" align="center" nowrap><a
645href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=90&domain=wh-int"><img
646border=0 src="images/trash.png" alt="Trash"></a></td>
647 </tr>
648 <tr bgcolor="#ffffff">
649 <td nowrap width="20%"><a
650href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=91&domain=wh-int">vm-99-82.wh-int</a></td>
651 <td width="5%" nowrap>A</td>
652
653 <td nowrap>192.168.99.82</td>
654 <td width="10%" nowrap>n/a</td>
655 <td width="10%" nowrap>n/a</td>
656 <td width="5%" nowrap>n/a</td>
657 <td width="5%" nowrap>86400</td>
658 <td width="5%" align="center" nowrap><a
659href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=91&domain=wh-int"><img
660border=0 src="images/trash.png" alt="Trash"></a></td>
661
662 </tr>
663 <tr bgcolor="#dcdcdc">
664 <td nowrap width="20%"><a
665href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=92&domain=wh-int">vm-99-83.wh-int</a></td>
666 <td width="5%" nowrap>A</td>
667 <td nowrap>192.168.99.83</td>
668 <td width="10%" nowrap>n/a</td>
669 <td width="10%" nowrap>n/a</td>
670
671 <td width="5%" nowrap>n/a</td>
672 <td width="5%" nowrap>86400</td>
673 <td width="5%" align="center" nowrap><a
674href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=92&domain=wh-int"><img
675border=0 src="images/trash.png" alt="Trash"></a></td>
676 </tr>
677 <tr bgcolor="#ffffff">
678 <td nowrap width="20%"><a
679href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=93&domain=wh-int">vm-99-84.wh-int</a></td>
680 <td width="5%" nowrap>A</td>
681
682 <td nowrap>192.168.99.84</td>
683 <td width="10%" nowrap>n/a</td>
684 <td width="10%" nowrap>n/a</td>
685 <td width="5%" nowrap>n/a</td>
686 <td width="5%" nowrap>86400</td>
687 <td width="5%" align="center" nowrap><a
688href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=93&domain=wh-int"><img
689border=0 src="images/trash.png" alt="Trash"></a></td>
690
691 </tr>
692 <tr bgcolor="#dcdcdc">
693 <td nowrap width="20%"><a
694href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=94&domain=wh-int">vm-99-85.wh-int</a></td>
695 <td width="5%" nowrap>A</td>
696 <td nowrap>192.168.99.85</td>
697 <td width="10%" nowrap>n/a</td>
698 <td width="10%" nowrap>n/a</td>
699
700 <td width="5%" nowrap>n/a</td>
701 <td width="5%" nowrap>86400</td>
702 <td width="5%" align="center" nowrap><a
703href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=94&domain=wh-int"><img
704border=0 src="images/trash.png" alt="Trash"></a></td>
705 </tr>
706 <tr bgcolor="#ffffff">
707 <td nowrap width="20%"><a
708href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=95&domain=wh-int">vm-99-86.wh-int</a></td>
709 <td width="5%" nowrap>A</td>
710
711 <td nowrap>192.168.99.86</td>
712 <td width="10%" nowrap>n/a</td>
713 <td width="10%" nowrap>n/a</td>
714 <td width="5%" nowrap>n/a</td>
715 <td width="5%" nowrap>86400</td>
716 <td width="5%" align="center" nowrap><a
717href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=95&domain=wh-int"><img
718border=0 src="images/trash.png" alt="Trash"></a></td>
719
720 </tr>
721 <tr bgcolor="#dcdcdc">
722 <td nowrap width="20%"><a
723href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=96&domain=wh-int">vm-99-87.wh-int</a></td>
724 <td width="5%" nowrap>A</td>
725 <td nowrap>192.168.99.87</td>
726 <td width="10%" nowrap>n/a</td>
727 <td width="10%" nowrap>n/a</td>
728
729 <td width="5%" nowrap>n/a</td>
730 <td width="5%" nowrap>86400</td>
731 <td width="5%" align="center" nowrap><a
732href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=96&domain=wh-int"><img
733border=0 src="images/trash.png" alt="Trash"></a></td>
734 </tr>
735 <tr bgcolor="#ffffff">
736 <td nowrap width="20%"><a
737href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=97&domain=wh-int">vm-99-88.wh-int</a></td>
738 <td width="5%" nowrap>A</td>
739
740 <td nowrap>192.168.99.88</td>
741 <td width="10%" nowrap>n/a</td>
742 <td width="10%" nowrap>n/a</td>
743 <td width="5%" nowrap>n/a</td>
744 <td width="5%" nowrap>86400</td>
745 <td width="5%" align="center" nowrap><a
746href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=97&domain=wh-int"><img
747border=0 src="images/trash.png" alt="Trash"></a></td>
748
749 </tr>
750 <tr bgcolor="#dcdcdc">
751 <td nowrap width="20%"><a
752href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=98&domain=wh-int">vm-99-89.wh-int</a></td>
753 <td width="5%" nowrap>A</td>
754 <td nowrap>192.168.99.89</td>
755 <td width="10%" nowrap>n/a</td>
756 <td width="10%" nowrap>n/a</td>
757
758 <td width="5%" nowrap>n/a</td>
759 <td width="5%" nowrap>86400</td>
760 <td width="5%" align="center" nowrap><a
761href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=98&domain=wh-int"><img
762border=0 src="images/trash.png" alt="Trash"></a></td>
763 </tr>
764 <tr bgcolor="#ffffff">
765 <td nowrap width="20%"><a
766href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=99&domain=wh-int">vm-99-90.wh-int</a></td>
767 <td width="5%" nowrap>A</td>
768
769 <td nowrap>192.168.99.90</td>
770 <td width="10%" nowrap>n/a</td>
771 <td width="10%" nowrap>n/a</td>
772 <td width="5%" nowrap>n/a</td>
773 <td width="5%" nowrap>86400</td>
774 <td width="5%" align="center" nowrap><a
775href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=99&domain=wh-int"><img
776border=0 src="images/trash.png" alt="Trash"></a></td>
777
778 </tr>
779 <tr bgcolor="#dcdcdc">
780 <td nowrap width="20%"><a
781href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=100&domain=wh-int">vm-99-91.wh-int</a></td>
782 <td width="5%" nowrap>A</td>
783 <td nowrap>192.168.99.91</td>
784 <td width="10%" nowrap>n/a</td>
785 <td width="10%" nowrap>n/a</td>
786
787 <td width="5%" nowrap>n/a</td>
788 <td width="5%" nowrap>86400</td>
789 <td width="5%" align="center" nowrap><a
790href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=100&domain=wh-int"><img
791border=0 src="images/trash.png" alt="Trash"></a></td>
792 </tr>
793 <tr bgcolor="#ffffff">
794 <td nowrap width="20%"><a
795href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=101&domain=wh-int">vm-99-92.wh-int</a></td>
796 <td width="5%" nowrap>A</td>
797
798 <td nowrap>192.168.99.92</td>
799 <td width="10%" nowrap>n/a</td>
800 <td width="10%" nowrap>n/a</td>
801 <td width="5%" nowrap>n/a</td>
802 <td width="5%" nowrap>86400</td>
803 <td width="5%" align="center" nowrap><a
804href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=101&domain=wh-int"><img
805border=0 src="images/trash.png" alt="Trash"></a></td>
806
807 </tr>
808 <tr bgcolor="#dcdcdc">
809 <td nowrap width="20%"><a
810href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=102&domain=wh-int">vm-99-93.wh-int</a></td>
811 <td width="5%" nowrap>A</td>
812 <td nowrap>192.168.99.93</td>
813 <td width="10%" nowrap>n/a</td>
814 <td width="10%" nowrap>n/a</td>
815
816 <td width="5%" nowrap>n/a</td>
817 <td width="5%" nowrap>86400</td>
818 <td width="5%" align="center" nowrap><a
819href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=102&domain=wh-int"><img
820border=0 src="images/trash.png" alt="Trash"></a></td>
821 </tr>
822 <tr bgcolor="#ffffff">
823 <td nowrap width="20%"><a
824href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=103&domain=wh-int">vm-99-94.wh-int</a></td>
825 <td width="5%" nowrap>A</td>
826
827 <td nowrap>192.168.99.94</td>
828 <td width="10%" nowrap>n/a</td>
829 <td width="10%" nowrap>n/a</td>
830 <td width="5%" nowrap>n/a</td>
831 <td width="5%" nowrap>86400</td>
832 <td width="5%" align="center" nowrap><a
833href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=103&domain=wh-int"><img
834border=0 src="images/trash.png" alt="Trash"></a></td>
835
836 </tr>
837 <tr bgcolor="#dcdcdc">
838 <td nowrap width="20%"><a
839href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=104&domain=wh-int">vm-99-95.wh-int</a></td>
840 <td width="5%" nowrap>A</td>
841 <td nowrap>192.168.99.95</td>
842 <td width="10%" nowrap>n/a</td>
843 <td width="10%" nowrap>n/a</td>
844
845 <td width="5%" nowrap>n/a</td>
846 <td width="5%" nowrap>86400</td>
847 <td width="5%" align="center" nowrap><a
848href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=104&domain=wh-int"><img
849border=0 src="images/trash.png" alt="Trash"></a></td>
850 </tr>
851 <tr bgcolor="#ffffff">
852 <td nowrap width="20%"><a
853href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=105&domain=wh-int">vm-99-96.wh-int</a></td>
854 <td width="5%" nowrap>A</td>
855
856 <td nowrap>192.168.99.96</td>
857 <td width="10%" nowrap>n/a</td>
858 <td width="10%" nowrap>n/a</td>
859 <td width="5%" nowrap>n/a</td>
860 <td width="5%" nowrap>86400</td>
861 <td width="5%" align="center" nowrap><a
862href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=105&domain=wh-int"><img
863border=0 src="images/trash.png" alt="Trash"></a></td>
864
865 </tr>
866 <tr bgcolor="#dcdcdc">
867 <td nowrap width="20%"><a
868href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=106&domain=wh-int">vm-99-97.wh-int</a></td>
869 <td width="5%" nowrap>A</td>
870 <td nowrap>192.168.99.97</td>
871 <td width="10%" nowrap>n/a</td>
872 <td width="10%" nowrap>n/a</td>
873
874 <td width="5%" nowrap>n/a</td>
875 <td width="5%" nowrap>86400</td>
876 <td width="5%" align="center" nowrap><a
877href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=106&domain=wh-int"><img
878border=0 src="images/trash.png" alt="Trash"></a></td>
879 </tr>
880 <tr bgcolor="#ffffff">
881 <td nowrap width="20%"><a
882href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=107&domain=wh-int">vm-99-98.wh-int</a></td>
883 <td width="5%" nowrap>A</td>
884
885 <td nowrap>192.168.99.98</td>
886 <td width="10%" nowrap>n/a</td>
887 <td width="10%" nowrap>n/a</td>
888 <td width="5%" nowrap>n/a</td>
889 <td width="5%" nowrap>86400</td>
890 <td width="5%" align="center" nowrap><a
891href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=107&domain=wh-int"><img
892border=0 src="images/trash.png" alt="Trash"></a></td>
893
894 </tr>
895 <tr bgcolor="#dcdcdc">
896 <td nowrap width="20%"><a
897href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=108&domain=wh-int">vm-99-99.wh-int</a></td>
898 <td width="5%" nowrap>A</td>
899 <td nowrap>192.168.99.99</td>
900 <td width="10%" nowrap>n/a</td>
901 <td width="10%" nowrap>n/a</td>
902
903 <td width="5%" nowrap>n/a</td>
904 <td width="5%" nowrap>86400</td>
905 <td width="5%" align="center" nowrap><a
906href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=108&domain=wh-int"><img
907border=0 src="images/trash.png" alt="Trash"></a></td>
908 </tr>
909 <tr bgcolor="#ffffff">
910 <td nowrap width="20%"><a
911href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=116&domain=wh-int">watcher.wh-int</a></td>
912 <td width="5%" nowrap>A</td>
913
914 <td nowrap>192.168.99.122</td>
915 <td width="10%" nowrap>n/a</td>
916 <td width="10%" nowrap>n/a</td>
917 <td width="5%" nowrap>n/a</td>
918 <td width="5%" nowrap>86400</td>
919 <td width="5%" align="center" nowrap><a
920href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=116&domain=wh-int"><img
921border=0 src="images/trash.png" alt="Trash"></a></td>
922
923 </tr>
924 <tr bgcolor="#dcdcdc">
925 <td nowrap width="20%"><a
926href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=17&domain=wh-int">authtest.wh-int</a></td>
927 <td width="5%" nowrap>CNAME</td>
928 <td nowrap>test0.wh-int.</td>
929 <td width="10%" nowrap>n/a</td>
930 <td width="10%" nowrap>n/a</td>
931
932 <td width="5%" nowrap>n/a</td>
933 <td width="5%" nowrap>86400</td>
934 <td width="5%" align="center" nowrap><a
935href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=17&domain=wh-int"><img
936border=0 src="images/trash.png" alt="Trash"></a></td>
937 </tr>
938 <tr bgcolor="#ffffff">
939 <td nowrap width="20%"><a
940href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=19&domain=wh-int">dapper.wh-int</a></td>
941 <td width="5%" nowrap>CNAME</td>
942
943 <td nowrap>test2.wh-int.</td>
944 <td width="10%" nowrap>n/a</td>
945 <td width="10%" nowrap>n/a</td>
946 <td width="5%" nowrap>n/a</td>
947 <td width="5%" nowrap>86400</td>
948 <td width="5%" align="center" nowrap><a
949href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=19&domain=wh-int"><img
950border=0 src="images/trash.png" alt="Trash"></a></td>
951
952 </tr>
953 <tr bgcolor="#dcdcdc">
954 <td nowrap width="20%"><a
955href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=20&domain=wh-int">etch.wh-int</a></td>
956 <td width="5%" nowrap>CNAME</td>
957 <td nowrap>test6.wh-int.</td>
958 <td width="10%" nowrap>n/a</td>
959 <td width="10%" nowrap>n/a</td>
960
961 <td width="5%" nowrap>n/a</td>
962 <td width="5%" nowrap>86400</td>
963 <td width="5%" align="center" nowrap><a
964href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=20&domain=wh-int"><img
965border=0 src="images/trash.png" alt="Trash"></a></td>
966 </tr>
967 <tr bgcolor="#ffffff">
968 <td nowrap width="20%"><a
969href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=21&domain=wh-int">host1.wh-int</a></td>
970 <td width="5%" nowrap>CNAME</td>
971
972 <td nowrap>test3.wh-int.</td>
973 <td width="10%" nowrap>n/a</td>
974 <td width="10%" nowrap>n/a</td>
975 <td width="5%" nowrap>n/a</td>
976 <td width="5%" nowrap>86400</td>
977 <td width="5%" align="center" nowrap><a
978href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=21&domain=wh-int"><img
979border=0 src="images/trash.png" alt="Trash"></a></td>
980
981 </tr>
982 <tr bgcolor="#dcdcdc">
983 <td nowrap width="20%"><a
984href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=23&domain=wh-int">host10.wh-int</a></td>
985 <td width="5%" nowrap>CNAME</td>
986 <td nowrap>turboprop.wh-int.</td>
987 <td width="10%" nowrap>n/a</td>
988 <td width="10%" nowrap>n/a</td>
989
990 <td width="5%" nowrap>n/a</td>
991 <td width="5%" nowrap>86400</td>
992 <td width="5%" align="center" nowrap><a
993href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=23&domain=wh-int"><img
994border=0 src="images/trash.png" alt="Trash"></a></td>
995 </tr>
996 <tr bgcolor="#ffffff">
997 <td nowrap width="20%"><a
998href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=25&domain=wh-int">host2.wh-int</a></td>
999 <td width="5%" nowrap>CNAME</td>
1000
1001 <td nowrap>test3.wh-int.</td>
1002 <td width="10%" nowrap>n/a</td>
1003 <td width="10%" nowrap>n/a</td>
1004 <td width="5%" nowrap>n/a</td>
1005 <td width="5%" nowrap>86400</td>
1006 <td width="5%" align="center" nowrap><a
1007href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=25&domain=wh-int"><img
1008border=0 src="images/trash.png" alt="Trash"></a></td>
1009
1010 </tr>
1011 <tr bgcolor="#dcdcdc">
1012 <td nowrap width="20%"><a
1013href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=27&domain=wh-int">host3.wh-int</a></td>
1014 <td width="5%" nowrap>CNAME</td>
1015 <td nowrap>test2.wh-int.</td>
1016 <td width="10%" nowrap>n/a</td>
1017 <td width="10%" nowrap>n/a</td>
1018
1019 <td width="5%" nowrap>n/a</td>
1020 <td width="5%" nowrap>86400</td>
1021 <td width="5%" align="center" nowrap><a
1022href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=27&domain=wh-int"><img
1023border=0 src="images/trash.png" alt="Trash"></a></td>
1024 </tr>
1025 <tr bgcolor="#ffffff">
1026 <td nowrap width="20%"><a
1027href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=29&domain=wh-int">host4.wh-int</a></td>
1028 <td width="5%" nowrap>CNAME</td>
1029
1030 <td nowrap>test2.wh-int.</td>
1031 <td width="10%" nowrap>n/a</td>
1032 <td width="10%" nowrap>n/a</td>
1033 <td width="5%" nowrap>n/a</td>
1034 <td width="5%" nowrap>86400</td>
1035 <td width="5%" align="center" nowrap><a
1036href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=29&domain=wh-int"><img
1037border=0 src="images/trash.png" alt="Trash"></a></td>
1038
1039 </tr>
1040 <tr bgcolor="#dcdcdc">
1041 <td nowrap width="20%"><a
1042href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=31&domain=wh-int">host5.wh-int</a></td>
1043 <td width="5%" nowrap>CNAME</td>
1044 <td nowrap>vm-99-82.wh-int.</td>
1045 <td width="10%" nowrap>n/a</td>
1046 <td width="10%" nowrap>n/a</td>
1047
1048 <td width="5%" nowrap>n/a</td>
1049 <td width="5%" nowrap>86400</td>
1050 <td width="5%" align="center" nowrap><a
1051href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=31&domain=wh-int"><img
1052border=0 src="images/trash.png" alt="Trash"></a></td>
1053 </tr>
1054 <tr bgcolor="#ffffff">
1055 <td nowrap width="20%"><a
1056href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=33&domain=wh-int">host6.wh-int</a></td>
1057 <td width="5%" nowrap>CNAME</td>
1058
1059 <td nowrap>vm-99-86.wh-int.</td>
1060 <td width="10%" nowrap>n/a</td>
1061 <td width="10%" nowrap>n/a</td>
1062 <td width="5%" nowrap>n/a</td>
1063 <td width="5%" nowrap>86400</td>
1064 <td width="5%" align="center" nowrap><a
1065href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=33&domain=wh-int"><img
1066border=0 src="images/trash.png" alt="Trash"></a></td>
1067
1068 </tr>
1069 <tr bgcolor="#dcdcdc">
1070 <td nowrap width="20%"><a
1071href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=35&domain=wh-int">host7.wh-int</a></td>
1072 <td width="5%" nowrap>CNAME</td>
1073 <td nowrap>vm-99-83.wh-int.</td>
1074 <td width="10%" nowrap>n/a</td>
1075 <td width="10%" nowrap>n/a</td>
1076
1077 <td width="5%" nowrap>n/a</td>
1078 <td width="5%" nowrap>86400</td>
1079 <td width="5%" align="center" nowrap><a
1080href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=35&domain=wh-int"><img
1081border=0 src="images/trash.png" alt="Trash"></a></td>
1082 </tr>
1083 <tr bgcolor="#ffffff">
1084 <td nowrap width="20%"><a
1085href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=37&domain=wh-int">host8.wh-int</a></td>
1086 <td width="5%" nowrap>CNAME</td>
1087
1088 <td nowrap>vm-99-83.wh-int.</td>
1089 <td width="10%" nowrap>n/a</td>
1090 <td width="10%" nowrap>n/a</td>
1091 <td width="5%" nowrap>n/a</td>
1092 <td width="5%" nowrap>86400</td>
1093 <td width="5%" align="center" nowrap><a
1094href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=37&domain=wh-int"><img
1095border=0 src="images/trash.png" alt="Trash"></a></td>
1096
1097 </tr>
1098 <tr bgcolor="#dcdcdc">
1099 <td nowrap width="20%"><a
1100href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=39&domain=wh-int">host9.wh-int</a></td>
1101 <td width="5%" nowrap>CNAME</td>
1102 <td nowrap>turboprop.wh-int.</td>
1103 <td width="10%" nowrap>n/a</td>
1104 <td width="10%" nowrap>n/a</td>
1105
1106 <td width="5%" nowrap>n/a</td>
1107 <td width="5%" nowrap>86400</td>
1108 <td width="5%" align="center" nowrap><a
1109href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=39&domain=wh-int"><img
1110border=0 src="images/trash.png" alt="Trash"></a></td>
1111 </tr>
1112 <tr bgcolor="#ffffff">
1113 <td nowrap width="20%"><a
1114href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=41&domain=wh-int">hosting.wh-int</a></td>
1115 <td width="5%" nowrap>CNAME</td>
1116
1117 <td nowrap>turboprop.wh-int.</td>
1118 <td width="10%" nowrap>n/a</td>
1119 <td width="10%" nowrap>n/a</td>
1120 <td width="5%" nowrap>n/a</td>
1121 <td width="5%" nowrap>86400</td>
1122 <td width="5%" align="center" nowrap><a
1123href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=41&domain=wh-int"><img
1124border=0 src="images/trash.png" alt="Trash"></a></td>
1125
1126 </tr>
1127 <tr bgcolor="#dcdcdc">
1128 <td nowrap width="20%"><a
1129href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=42&domain=wh-int">hostingtools.wh-int</a></td>
1130 <td width="5%" nowrap>CNAME</td>
1131 <td nowrap>turboprop.wh-int.</td>
1132 <td width="10%" nowrap>n/a</td>
1133 <td width="10%" nowrap>n/a</td>
1134
1135 <td width="5%" nowrap>n/a</td>
1136 <td width="5%" nowrap>86400</td>
1137 <td width="5%" align="center" nowrap><a
1138href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=42&domain=wh-int"><img
1139border=0 src="images/trash.png" alt="Trash"></a></td>
1140 </tr>
1141 <tr bgcolor="#ffffff">
1142 <td nowrap width="20%"><a
1143href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=47&domain=wh-int">icfoundation.wh-int</a></td>
1144 <td width="5%" nowrap>CNAME</td>
1145
1146 <td nowrap>vm-99-81.wh-int.</td>
1147 <td width="10%" nowrap>n/a</td>
1148 <td width="10%" nowrap>n/a</td>
1149 <td width="5%" nowrap>n/a</td>
1150 <td width="5%" nowrap>86400</td>
1151 <td width="5%" align="center" nowrap><a
1152href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=47&domain=wh-int"><img
1153border=0 src="images/trash.png" alt="Trash"></a></td>
1154
1155 </tr>
1156 <tr bgcolor="#dcdcdc">
1157 <td nowrap width="20%"><a
1158href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=49&domain=wh-int">ictest1.wh-int</a></td>
1159 <td width="5%" nowrap>CNAME</td>
1160 <td nowrap>vm-99-81.wh-int.</td>
1161 <td width="10%" nowrap>n/a</td>
1162 <td width="10%" nowrap>n/a</td>
1163
1164 <td width="5%" nowrap>n/a</td>
1165 <td width="5%" nowrap>86400</td>
1166 <td width="5%" align="center" nowrap><a
1167href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=49&domain=wh-int"><img
1168border=0 src="images/trash.png" alt="Trash"></a></td>
1169 </tr>
1170 <tr bgcolor="#ffffff">
1171 <td nowrap width="20%"><a
1172href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=50&domain=wh-int">ictest2.wh-int</a></td>
1173 <td width="5%" nowrap>CNAME</td>
1174
1175 <td nowrap>vm-99-81.wh-int.</td>
1176 <td width="10%" nowrap>n/a</td>
1177 <td width="10%" nowrap>n/a</td>
1178 <td width="5%" nowrap>n/a</td>
1179 <td width="5%" nowrap>86400</td>
1180 <td width="5%" align="center" nowrap><a
1181href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=50&domain=wh-int"><img
1182border=0 src="images/trash.png" alt="Trash"></a></td>
1183
1184 </tr>
1185 <tr bgcolor="#dcdcdc">
1186 <td nowrap width="20%"><a
1187href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=54&domain=wh-int">ipdb-db.wh-int</a></td>
1188 <td width="5%" nowrap>CNAME</td>
1189 <td nowrap>turboprop.wh-int.</td>
1190 <td width="10%" nowrap>n/a</td>
1191 <td width="10%" nowrap>n/a</td>
1192
1193 <td width="5%" nowrap>n/a</td>
1194 <td width="5%" nowrap>86400</td>
1195 <td width="5%" align="center" nowrap><a
1196href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=54&domain=wh-int"><img
1197border=0 src="images/trash.png" alt="Trash"></a></td>
1198 </tr>
1199 <tr bgcolor="#ffffff">
1200 <td nowrap width="20%"><a
1201href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=55&domain=wh-int">ipdb-devel.wh-int</a></td>
1202 <td width="5%" nowrap>CNAME</td>
1203
1204 <td nowrap>turboprop.wh-int.</td>
1205 <td width="10%" nowrap>n/a</td>
1206 <td width="10%" nowrap>n/a</td>
1207 <td width="5%" nowrap>n/a</td>
1208 <td width="5%" nowrap>86400</td>
1209 <td width="5%" align="center" nowrap><a
1210href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=55&domain=wh-int"><img
1211border=0 src="images/trash.png" alt="Trash"></a></td>
1212
1213 </tr>
1214 <tr bgcolor="#dcdcdc">
1215 <td nowrap width="20%"><a
1216href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=56&domain=wh-int">ipdb-merge.wh-int</a></td>
1217 <td width="5%" nowrap>CNAME</td>
1218 <td nowrap>turboprop.wh-int.</td>
1219 <td width="10%" nowrap>n/a</td>
1220 <td width="10%" nowrap>n/a</td>
1221
1222 <td width="5%" nowrap>n/a</td>
1223 <td width="5%" nowrap>86400</td>
1224 <td width="5%" align="center" nowrap><a
1225href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=56&domain=wh-int"><img
1226border=0 src="images/trash.png" alt="Trash"></a></td>
1227 </tr>
1228 <tr bgcolor="#ffffff">
1229 <td nowrap width="20%"><a
1230href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=57&domain=wh-int">ipdb-rdns.wh-int</a></td>
1231 <td width="5%" nowrap>CNAME</td>
1232
1233 <td nowrap>turboprop.wh-int.</td>
1234 <td width="10%" nowrap>n/a</td>
1235 <td width="10%" nowrap>n/a</td>
1236 <td width="5%" nowrap>n/a</td>
1237 <td width="5%" nowrap>86400</td>
1238 <td width="5%" align="center" nowrap><a
1239href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=57&domain=wh-int"><img
1240border=0 src="images/trash.png" alt="Trash"></a></td>
1241
1242 </tr>
1243 <tr bgcolor="#dcdcdc">
1244 <td nowrap width="20%"><a
1245href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=58&domain=wh-int">ipdb-stable.wh-int</a></td>
1246 <td width="5%" nowrap>CNAME</td>
1247 <td nowrap>turboprop.wh-int.</td>
1248 <td width="10%" nowrap>n/a</td>
1249 <td width="10%" nowrap>n/a</td>
1250
1251 <td width="5%" nowrap>n/a</td>
1252 <td width="5%" nowrap>86400</td>
1253 <td width="5%" align="center" nowrap><a
1254href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=58&domain=wh-int"><img
1255border=0 src="images/trash.png" alt="Trash"></a></td>
1256 </tr>
1257 <tr bgcolor="#ffffff">
1258 <td nowrap width="20%"><a
1259href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=61&domain=wh-int">logger.wh-int</a></td>
1260 <td width="5%" nowrap>CNAME</td>
1261
1262 <td nowrap>turboprop.wh-int.</td>
1263 <td width="10%" nowrap>n/a</td>
1264 <td width="10%" nowrap>n/a</td>
1265 <td width="5%" nowrap>n/a</td>
1266 <td width="5%" nowrap>86400</td>
1267 <td width="5%" align="center" nowrap><a
1268href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=61&domain=wh-int"><img
1269border=0 src="images/trash.png" alt="Trash"></a></td>
1270
1271 </tr>
1272 <tr bgcolor="#dcdcdc">
1273 <td nowrap width="20%"><a
1274href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=64&domain=wh-int">osc1.wh-int</a></td>
1275 <td width="5%" nowrap>CNAME</td>
1276 <td nowrap>test3.wh-int.</td>
1277 <td width="10%" nowrap>n/a</td>
1278 <td width="10%" nowrap>n/a</td>
1279
1280 <td width="5%" nowrap>n/a</td>
1281 <td width="5%" nowrap>86400</td>
1282 <td width="5%" align="center" nowrap><a
1283href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=64&domain=wh-int"><img
1284border=0 src="images/trash.png" alt="Trash"></a></td>
1285 </tr>
1286 <tr bgcolor="#ffffff">
1287 <td nowrap width="20%"><a
1288href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=edit_record&record_id=65&domain=wh-int">osc2.wh-int</a></td>
1289 <td width="5%" nowrap>CNAME</td>
1290
1291 <td nowrap>test3.wh-int.</td>
1292 <td width="10%" nowrap>n/a</td>
1293 <td width="10%" nowrap>n/a</td>
1294 <td width="5%" nowrap>n/a</td>
1295 <td width="5%" nowrap>86400</td>
1296 <td width="5%" align="center" nowrap><a
1297href="/index.php?VDNSSessid=65d033c4ff10d2e73c9ca1050c7746f1&state=logged_in&mode=records&record_mode=delete&record_id=65&domain=wh-int"><img
1298border=0 src="images/trash.png" alt="Trash"></a></td>
1299
1300 </tr>
1301
1302</table>
1303</td></tr>
1304</table>
1305</tr>
1306</table>
1307</center>
1308execution time: 0.07 seconds
1309</body>
1310</html>
Note: See TracBrowser for help on using the repository browser.