stringbuf.c: random idle style cleanup.
[citadel.git] / webcit / static / t / aide / display_ignetconf.html
1 <?=("head")>
2 <?%("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=aide_ignetconf_add"><?_("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", ="aide_ignetconf_section")>
19 </table></center>
20
21 <?=("trailing")>