* apply R8157 from the dav-rework branch:
[citadel.git] / webcit / static / t / display_netconf.html
1 <?=("head")>
2 <?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
3 <div id="banner">
4   <h1><?_("Network configuration")></h1>
5 </div>
6
7 <div id="content" class="service">
8
9 <center>
10 <a href="do_template?template=add_node"><?_("Add a new node")></a><br />
11 </center>
12
13 <table class="netconf_banner"><tr><td>
14 <span class="titlebar"><?_("Currently configured nodes")></span>
15 </td></tr></table>
16
17 <center><table border=0>
18 <?ITERATE("NODECONFIG", "section_ignetconf")>
19 </table></center>
20
21 <?=("trailing")>