[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / RegFormGeneralSectionModifFrame.tpl
blob96e2846a2c491060e3015e7017ab4e4addc37dce
1 <!-- table which does the exterior border -->
2 <table width="98%" cellpadding="0" cellspacing="0" border="0" class="gestiontable">
3     <tr>
4         <td width="100%">
5             <!-- interior table with all the heads-->
6             <table width="100%" cellpadding="0" cellspacing="0" border="0" class="outervtab">
8                 <!-- Headers above "General Section" -->
9                 ${ context }
10                 <!-- End of headers above "General Section" -->
12                 <!-- Header of "General Section" -->
13                 <tr>
14                     <td colspan="2" class="vtab">
15                         <table cellspacing="0" cellpadding="0" border="0" width="100%">
16                             <tr>
17                                 <td width="${ titleTabPixels }px" class="vtabmenu" valign="top">
18                                     <table cellpadding="0" cellspacing="0" border="0" width="${ titleTabPixels }px">
19                                         <tr>
20                                             <td width="27px">&nbsp;</td>
21                                             <td align="right" class="menutitle"> ${ _("General Section")}</td>
22                                         </tr>
23                                     </table>
24                                 </td>
25                                 <td class="lastvtabtitle" width="100%">
26                                     ${ title }
27                                 </td>
28                             </tr>
29                             <tr>
30                                 <td colspan="3" class="lastvtab"><br></td>
31                             </tr>
32                         </table>
33                     </td>
34                 </tr>
35       <!-- End of header of "General Section" -->
37       <!-- Close tags of the upper header -->
38                 ${ closeHeaderTags }
39       <!-- End of close tags of the upper header -->
41       <!-- Intermediate tab -->
42                 <tr>
43                     <td colspan="2">
44                         <table cellspacing="0" cellpadding="0" border="0" width="100%" class="intermediatevtab">
45                             <tr>
46                                 <td width="${ intermediateVTabPixels }px" align="left">
47                                     <table class="intermediateleftvtab" width="${ intermediateVTabPixels }px" cellspacing="0" cellpadding="0" border="0">
48                                         <tr><td>&nbsp;</td></tr>
49                                     </table>
50                                 </td>
51                             </tr>
52                             <tr>
53                                 <td></td>
54                             </tr>
55                         </table>
56                     </td>
57                 </tr>
58       <!-- End of intermediate tab -->
60             </table><!-- End of interior table -->
61         </td>
62     </tr>
64  <!-- Body -->
65     <tr>
66         <td>${ body }<br></td>
67     </tr>
68  <!-- End of body -->
70 </table><!-- End of the table which does the exterior border -->