* Templatize IGNet Node Config
[citadel.git] / webcit / static / t / display_ignet_confirmdelete.html
1 <?=("head")>
2 <?=("important_msg")>
3 <?ICONBAR>
4 <div id="banner">
5 <h1>
6 <?_("Confirm delete")> <?BSTR("node")>
7 </h1>
8 </div>
9
10 <div id="content" class="service">
11 <center>
12 <?_("Are you sure you want to delete ")>
13 <font SIZE=+1><?BSTR("node")></font>
14 </center>
15 <a href="delete_node?template=display_netconf&node=<?BSTR("node", "X")>&index=<?BSTR("index")>"><?_("Yes")></a>
16 &nbsp;&nbsp;&nbsp;
17 <a href="do_template?template=display_netconf"><?_("No")></a><br />
18 <?=("trailing")>