Rev 1381 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1385 | dev | 1 | <form method="GET" action="cdr_list.php"> |
1278 | dev | 2 | <table class="stat cdr search"> |
3 | <tr> |
||
4 | <th>After</th> |
||
5 | <td><input type=text name="after" value="${AST_DATETIME}"></td> |
||
6 | <td colspan="4" class="desc">Format: YYYY-MM-DD hh:mm:ss</td> |
||
7 | </tr> |
||
8 | <tr> |
||
9 | <th>Before</th> |
||
10 | <td><input type=text name="before" value=""></td> |
||
11 | <td colspan="4" class="desc">Format: YYYY-MM-DD hh:mm:ss</td> |
||
12 | |||
13 | </tr> |
||
14 | <tr> |
||
15 | <th>CLI</th> |
||
16 | <td><input type=text name="clid" value=""></td> |
||
17 | <td class="radio"><input type=radio name="clidtype" value="1">Exact</td> |
||
18 | <td class="radio"><input type=radio name="clidtype" value="2">Begins with</td> |
||
19 | <td class="radio"><input type=radio name="clidtype" value="3">Contains</td> |
||
20 | <td class="radio"><input type=radio name="clidtype" value="4">Ends with</td> |
||
21 | </tr> |
||
22 | <tr> |
||
23 | <th>Source</th> |
||
24 | <td><input type=text name="src" value=""></td> |
||
25 | <td class="radio"><input type=radio name="srctype" value="1">Exact</td> |
||
26 | <td class="radio"><input type=radio name="srctype" value="2">Begins with</td> |
||
27 | <td class="radio"><input type=radio name="srctype" value="3">Contains</td> |
||
28 | <td class="radio"><input type=radio name="srctype" value="4">Ends with</td> |
||
29 | </tr> |
||
30 | <tr> |
||
31 | <th>Desination</th> |
||
32 | <td><input type=text name="dst" value=""></td> |
||
33 | <td class="radio"><input type=radio name="dsttype" value="1">Exact</td> |
||
34 | <td class="radio"><input type=radio name="dsttype" value="2">Begins with</td> |
||
35 | <td class="radio"><input type=radio name="dsttype" value="3">Contains</td> |
||
36 | <td class="radio"><input type=radio name="dsttype" value="4">Ends with</td> |
||
37 | </tr> |
||
38 | <tr> |
||
39 | <th>Channel</th> |
||
40 | <td><input type=text name="channel" value=""></td> |
||
41 | <td colspan="4" class="desc"> </td> |
||
42 | </tr> |
||
43 | <tr class="buttons"> |
||
44 | <td colspan=5><input type=reset name="reset" value="Reset"></td> |
||
1385 | dev | 45 | <td><input type=submit name=s value="Show CDR"></td> |
1278 | dev | 46 | </tr> |
47 | </table> |
||
1381 | dev | 48 | </form> |
49 |