source: trunk/trunk/templates/fts.html@ 2

Last change on this file since 2 was 2, checked in by JohnLightfoot, 10 years ago

initial import

File size: 388 bytes
Line 
1<%inherit file="base.html"/>
2
3 <div class="row-fluid">
4 <table class="table table-condensed" summary="FTS parameters">
5 <tbody>
6 <%
7 fts = context['data']['fts']
8 %>
9 % for k,v in fts.items():
10 <tr>
11 <td>${k}</td>
12 <td>${v}</td>
13 </tr>
14 % endfor
15 </tbody>
16 </table>
17 <div>
Note: See TracBrowser for help on using the repository browser.