[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / DomainDetails.tpl
blobb9ecc9db5a9be8af67cf09b0117898f47956bd38
1 <table align="center" width="95%">
2     <tr>
3         <td class="formTitle">${ _("Domains")}</td>
4     </tr>
5     <tr>
6         <td>
7             <br>
8             <table width="60%" align="center" border="0" style="border-left: 1px solid #777777">
9                 <tr>
10                     <td colspan="3" class="groupTitle">${ _("Domain")} <font size="+1">${ name }</font></td>
11                 </tr>
12                 <tr>
13                     <td nowrap class="titleCellTD"><span class="titleCellFormat">${ _("Description")}</span></td>
14                     <td bgcolor="white" width="100%" valign="top" class="blacktext">${ description }</td>
15                 </tr>
16                 <tr>
17                     <td nowrap class="titleCellTD"><span class="titleCellFormat">${ _("IP filter")}</span></td>
18                     <td bgcolor="white" width="100%" valign="top" class="blacktext">${ filters }</td>
19                 </tr>
20                 <tr>
21                     <td colspan="2" align="center">
22                         <form action="${ modifyURL }" method="POST">
23                             <input type="submit" class="btn" value="${ _("modify")}">
24                         </form>
25                     </td>
26                 </tr>
27             </table>
28         </td>
29     </tr>
30 </table>