Last part of MKWS-322 (Use "facets" widget in place of "termlists")
[mkws-moved-to-github.git] / src / templates / results.handlebars
1 {{!
2 Results -- compound widget to display search results
3
4 team - team for this widget
5 }}
6 <table width="100%" border="0" cellpadding="6" cellspacing="0">
7   <tr>
8     <td class="mkws-facets-container-wide mkws-team-{{team}}" width="250" valign="top">
9       <div class="mkws-facets mkwsTermlists mkws-team-{{team}}"></div>
10     </td>
11     <td class="mkws-motd-container mkwsMOTDContainer mkws-team-{{team}}" valign="top">
12       <div class="mkws-ranking mkwsRanking mkws-team-{{team}}"></div>
13       <div class="mkws-pager mkwsPager mkws-team-{{team}}"></div>
14       <div class="mkws-navi mkwsNavi mkws-team-{{team}}"></div>
15       <div class="mkws-records mkwsRecords mkws-team-{{team}}"></div>
16     </td>
17   </tr>
18   <tr>
19     <td colspan="2">
20       <div class="mkws-facets-container-narrow mkws-team-{{team}}"></div>
21     </td>
22   </tr>
23 </table>
24