* add the_mgts room edit templates.
[citadel.git] / webcit / static / t / room / edit / tab_share.html
1 <div class="tabcontent">
2         <br />
3         <table border="1" cellpadding="5">
4                 <tr>
5                         <td><b><i><?_("Shared with")></i></b></td>
6                         <td><b><i><?_("Not shared with")></i></b></td></tr>
7                 <tr>
8                         <td valign="top">
9                                 <table border="0" cellpadding="5">
10                                         <tr class="tab_cell">
11                                                 <td><?_("Remote node name")></td>
12                                                 <td><?_("Remote room name")></td>
13                                                 <td><?_("Actions")></td>
14                                         </tr>
15                                         <?ITERATE("ITERATE:THISROOM:GNET", ="shared_room_removal", 0, 0, -1, #"ignet_push_share")>
16                                 </table>
17                         </td>
18                         <td valign="top">
19                                 <table border="0" cellpadding="5">
20                                         <tr class="tab_cell">
21                                                 <td><?_("Remote node name")></td>
22                                                 <td><?_("Remote room name")></td>
23                                                 <td><?_("Actions")></td>
24                                         </tr>
25                                         <?ITERATE("ITERATE:THISROOM:GNET", ="shared_room_add", 0, 0, -1, #"ignet_push_share")>
26                                 </table>
27                         </td>
28                 </tr>
29         </table>
30         <br />
31         <i>
32                 <b><?_("Notes:")></b>
33                 <ul>
34                         <li>
35                                 <?_("When sharing a room, 
36                                 it must be shared from both ends.  Adding a node to 
37                                 the 'shared' list sends messages out, but in order to
38                                  receive messages, the other nodes must be configured
39                                  to send messages out to your system as well. 
40                         <li>If the remote room name is blank, it is assumed 
41                                 that the room name is identical on the remote node.
42                         <li>If the remote room name is different, the remote 
43                                 node must also configure the name of the room here.")>
44                 </ul>
45         </i>
46         <br />
47 </div>