[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / CategoryMap.tpl
blob65e8c46b8388f250cf76792a037de47a88af1c9b
1 <div class="container categoryMap">
2     <div class="categoryHeader">
3         <ul>
4             <li><a href="${ categDisplayURL }">${ _("Go back to category page") }</a></li>
5         </ul>
6         <h1 class="categoryTitle">
7             ${ categName }&nbsp;
8             <span style="font-style: italic; font-size: 0.8em;">(${ _("category map") })</span>
9         </h1>
10     </div>
12 <table width="100%">
13     <tr>
14         <td>
15             <table width="100%" cellspacing="0" cellpadding="0" align="left">
16                 <tr>
17                     <td bgcolor="gray">
18                             <table width="100%" bgcolor="white"
19                                     cellpadding="0" cellspacing="1">
20                                 <tr>
21                                     <td>
22                                        ${ map }
23                                     </td>
24                                 </tr>
25                             </table>
26                         </form>
27                     </td>
28                 </tr>
29             </table>
30         </td>
31     </tr>
32 </table>
33 </div>