]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/osqaadmin/graph.html
New optional admin interface, and closing OSQA 253.
[osqa.git] / forum / skins / default / templates / osqaadmin / graph.html
1 <div class="module" style="width:385px; height:300px; display: inline-block;">
2     <table style="width: 100%; height: 100%">
3         <caption>{{ graph.caption }}</caption>
4         <tr>
5             <td>
6                 <div style="width: 100%; height: 100%" id="{{ graph.id }}"></div>
7             </td>
8         </tr>
9     </table>
10 </div>