Last change
on this file since 893 was 842, checked in by Kris Deugau, 9 years ago |
/trunk
Commit AWOL template for split results
|
File size:
1.7 KB
|
Line | |
---|
1 | <TMPL_IF err>
|
---|
2 | <div class="regular err">
|
---|
3 | <p><TMPL_VAR NAME=err></p>
|
---|
4 | <input type="button" value="Back" onclick="history.go(-1)">
|
---|
5 | </div>
|
---|
6 | <TMPL_ELSE>
|
---|
7 |
|
---|
8 | <div class="indent">
|
---|
9 | <form method="POST" action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi">
|
---|
10 | <fieldset><legend class="noshow"> </legend>
|
---|
11 | <input type="hidden" name="action" value="confmerge">
|
---|
12 | <input type="hidden" name="block" value="<TMPL_VAR NAME=block>">
|
---|
13 | <TMPL_IF ismaster>
|
---|
14 | <input type="hidden" name="typelist" value="mm">
|
---|
15 | </TMPL_IF>
|
---|
16 |
|
---|
17 | <table class="regular altrows" cellspacing="1" cellpadding="1">
|
---|
18 | <tr class="heading">
|
---|
19 | <td colspan="2">Merge/extend allocation(s)
|
---|
20 | <TMPL_IF ispool>
|
---|
21 | <div style="float:right;"><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR
|
---|
22 | NAME=block>">List IPs</a></div>
|
---|
23 | </TMPL_IF></td>
|
---|
24 | </tr>
|
---|
25 | <tr>
|
---|
26 | <td>Old base netblock:</td>
|
---|
27 | <td><TMPL_VAR NAME=oldblock> (<TMPL_VAR NAME=oldtype>)</td>
|
---|
28 | </tr>
|
---|
29 | <tr>
|
---|
30 | <td>New netblock:</td>
|
---|
31 | <td><TMPL_VAR NAME=newblock> (<TMPL_VAR NAME=newdisptype>)</td>
|
---|
32 | </tr>
|
---|
33 | <tr>
|
---|
34 | <td>Scope:</td>
|
---|
35 | <td><TMPL_VAR NAME=vis_scope></td>
|
---|
36 | </tr>
|
---|
37 | <tr>
|
---|
38 | <td>Additional blocks merged:</td>
|
---|
39 | <td><TMPL_LOOP NAME=mergelist>
|
---|
40 | <TMPL_VAR NAME=block> (<TMPL_VAR NAME=mdisp>)<br><TMPL_IF 0><TMPL_VAR NAME=mtype></TMPL_IF>
|
---|
41 | </TMPL_LOOP>
|
---|
42 | </td>
|
---|
43 | </tr>
|
---|
44 | </table>
|
---|
45 | </fieldset>
|
---|
46 | </form>
|
---|
47 | </div>
|
---|
48 |
|
---|
49 | <br>
|
---|
50 | <div class="backlink indent">
|
---|
51 | <TMPL_IF backleaf>
|
---|
52 | <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&parent=<TMPL_VAR NAME=backid>">Back to <TMPL_VAR NAME=backblock></a>
|
---|
53 | <TMPL_ELSE>
|
---|
54 | <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=<TMPL_IF backpool>listpool&pool=<TMPL_ELSE>showsubs&parent=</TMPL_IF><TMPL_VAR NAME=backid>">Show <TMPL_VAR NAME=backblock></a>
|
---|
55 | </TMPL_IF>
|
---|
56 | </div>
|
---|
57 |
|
---|
58 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.