* sanitize the_mgts templates as webcit tells us; not functional yet.
[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", ="room_edit_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", ="room_edit_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, it must be shared from both ends.  Adding a node to the 'shared' list sends messages out, but in order to receive messages, the other nodes must be configured to send messages out to your system as well. <li>If the remote room name is blank, it is assumed that the room name is identical on the remote node. <li>If the remote room name is different, the remote node must also configure the name of the room here.")>
36                 </ul>
37         </i>
38         <br />
39 </div>