Show selection.html syntax highlighted
<WebBox ID="selection">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="11%" class="heading1">Time Frame: </td>
<td width="89%" class="heading1"> {{selectedTimeframe}} </td>
</tr>
<tr>
<td width="11%" class="heading1">Status: </td>
<td width="89%" class="heading1"> {{selectedStatus}} </td>
</tr>
<tr>
<td width="11%" class="heading1">Departments: </td>
<td width="89%" class="heading1"> {{selectedDepts}} </td>
</tr>
</table>
</td>
</tr>
</table>
</WebBox>
See more files for this project here