Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1277 → Rev 1278

/astrisk-stats/template/cdr.tpl
0,0 → 1,49
<form method="${CDR_METHOD}" action="${CDR_ACTION}">
<input type=hidden name=m value=cdr>
<input type=hidden name=s>
<table class="stat cdr search">
<tr>
<th>After</th>
<td><input type=text name="after" value="${AST_DATETIME}"></td>
<td colspan="4" class="desc">Format: YYYY-MM-DD hh:mm:ss</td>
</tr>
<tr>
<th>Before</th>
<td><input type=text name="before" value=""></td>
<td colspan="4" class="desc">Format: YYYY-MM-DD hh:mm:ss</td>
 
</tr>
<tr>
<th>CLI</th>
<td><input type=text name="clid" value=""></td>
<td class="radio"><input type=radio name="clidtype" value="1">Exact</td>
<td class="radio"><input type=radio name="clidtype" value="2">Begins with</td>
<td class="radio"><input type=radio name="clidtype" value="3">Contains</td>
<td class="radio"><input type=radio name="clidtype" value="4">Ends with</td>
</tr>
<tr>
<th>Source</th>
<td><input type=text name="src" value=""></td>
<td class="radio"><input type=radio name="srctype" value="1">Exact</td>
<td class="radio"><input type=radio name="srctype" value="2">Begins with</td>
<td class="radio"><input type=radio name="srctype" value="3">Contains</td>
<td class="radio"><input type=radio name="srctype" value="4">Ends with</td>
</tr>
<tr>
<th>Desination</th>
<td><input type=text name="dst" value=""></td>
<td class="radio"><input type=radio name="dsttype" value="1">Exact</td>
<td class="radio"><input type=radio name="dsttype" value="2">Begins with</td>
<td class="radio"><input type=radio name="dsttype" value="3">Contains</td>
<td class="radio"><input type=radio name="dsttype" value="4">Ends with</td>
</tr>
<tr>
<th>Channel</th>
<td><input type=text name="channel" value=""></td>
<td colspan="4" class="desc">&nbsp;</td>
</tr>
<tr class="buttons">
<td colspan=5><input type=reset name="reset" value="Reset"></td>
<td><input type=submit value="Show CDR"></td>
</tr>
</table>