Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1381 → Rev 1382

/asterisk-stats/trunk/template/summary.tpl
20,6 → 20,11
<td class="di"><a href=${HREF_CDR_LIST}=week>${CS_WEEK_DUR}</a></td>
</tr>
<tr>
<td class="t"><a href=${HREF_CDR_LIST}=lastweek>Last Week</a></td>
<td class="d"><a href=${HREF_CDR_LIST}=lastweek>${CS_LAST_WEEK}</a></td>
<td class="di"><a href=${HREF_CDR_LIST}=lastweek>${CS_LAST_WEEK_DUR}</a></td>
</tr>
<tr>
<td class="t"><a href=${HREF_CDR_LIST}=month>This Month</a></td>
<td class="d"><a href=${HREF_CDR_LIST}=month>${CS_MONTH}</a></td>
<td class="di"><a href=${HREF_CDR_LIST}=month>${CS_MONTH_DUR}</a></td>
/asterisk-stats/trunk/template/cdr_detail.tpl
5,7 → 5,7
</tr>
<tr>
<th>Call Date</th>
<td>${CDR_CALLDATE}&nbsp;</td>
<td>${CDR_CALLDATE_F}&nbsp;</td>
</tr>
<tr>
<th>CLID</th>
12,14 → 12,20
<td>${CDR_CLID}&nbsp;</td>
</tr>
<tr>
<th>Source</th>
<th rowspan=2>Source</th>
<td>${CDR_SRC}&nbsp;</td>
</tr>
<tr>
<th>Destination</th>
<td>${CDR_SRC_PERSON}&nbsp;</td>
</tr>
<tr>
<th rowspan=2>Destination</th>
<td>${CDR_DST}&nbsp;</td>
</tr>
<tr>
<td>${CDR_DST_PERSON}&nbsp;</td>
</tr>
<tr>
<th>Context</th>
<td>${CDR_DCONTEXT}&nbsp;</td>
</tr>