AnalysisTemplate.html revision a5ed7d375826991547a9b91bae99d8f0a86f3e81
<div class="content-bg" style="border: none">
<div class="formContainer" id="reconContainer">
{{#if reconAvailable}}
{{t "templates.mapping.analysis.view"}}:
<select id="situationSelection">
<option value="{{allSituations}}">{{t "templates.mapping.analysis.allSituations"}}</option>
{{#each situationList}}
<option value="{{key}}">{{key}} ({{value}})</option>
{{/each}}
</select>
<div id="analysisGridContainer">
<table class="recon-grid" id="analysisGrid"></table>
<div class="recon-pager" id="analysisGridGridPager"></div>
</div>
{{else}}
<button id="doSyncButton" type="button" title="{{t "templates.mapping.syncNow"}}" class="button">
<span class="fa fa-clock-o"></span>
{{t "templates.mapping.syncNow"}}
</button> {{t "templates.mapping.analysis.clickToAnalyze"}}
{{/if}}
</div>
</div>