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