source: branches/secondaryzones/templates/editsecondary.tmpl@ 924

Last change on this file since 924 was 916, checked in by Kris Deugau, 38 hours ago

/branches/secondaryzones

Add first part of secondary zone edit page

File size: 1.3 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_IF update_failed><div class="errmsg">Error updating secondary zone: <TMPL_VAR NAME=msg></div></TMPL_IF>
10
11<div id="tableholder">
12
13<form action="<TMPL_VAR NAME=script_self>" method="post">
14<fieldset>
15<input type="hidden" name="page" value="updatesecondary" />
16<input type="hidden" name="id" value="<TMPL_VAR NAME=id>" />
17
18<table border="0" cellspacing="2" cellpadding="1" width="100%">
19<tr class="darkrowheader">
20 <td colspan="2" class="title">Edit secondary zone <TMPL_VAR NAME=parent></td>
21</tr>
22<tr class="datalinelight">
23 <td class="inputlabel">Primary server</td>
24 <td><input name="prins" value="<TMPL_VAR NAME=prins>" /></td>
25</tr>
26<TMPL_IF location_view>
27<tr class="datalinelight">
28 <td class="inputlabel">Location/view:</td>
29 <td><TMPL_IF record_locchg><select name="defloc">
30<TMPL_LOOP name=loclist>
31 <option value="<TMPL_VAR NAME=loc>"<TMPL_IF selected> selected="selected"</TMPL_IF>><TMPL_VAR NAME=locname></option>
32</TMPL_LOOP>
33 </select><TMPL_ELSE><TMPL_VAR NAME=loc_name></TMPL_IF></td>
34</tr>
35</TMPL_IF>
36<tr class="datalinelight">
37 <td colspan="2" align="center"><input type="submit" value=" Update zone " /></td>
38</tr>
39</table>
40
41</fieldset>
42</form>
43
44</div>
45
46</td>
47</tr>
48</table>
49
Note: See TracBrowser for help on using the repository browser.