Rev 1281 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1281 | Rev 1381 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <form method="${CDR_METHOD}" action="${CDR_ACTION}"> |
1 | <form method="GET" action="index.php"> |
2 | <input type=hidden name=m value=cdr> |
2 | <input type=hidden name=m value=cdr> |
3 | <input type=hidden name=s> |
3 | <input type=hidden name=s> |
4 | <table class="stat cdr search"> |
4 | <table class="stat cdr search"> |
5 | <tr> |
5 | <tr> |
6 | <th>After</th> |
6 | <th>After</th> |
Line 45... | Line 45... | ||
45 | <tr class="buttons"> |
45 | <tr class="buttons"> |
46 | <td colspan=5><input type=reset name="reset" value="Reset"></td> |
46 | <td colspan=5><input type=reset name="reset" value="Reset"></td> |
47 | <td><input type=submit value="Show CDR"></td> |
47 | <td><input type=submit value="Show CDR"></td> |
48 | </tr> |
48 | </tr> |
49 | </table> |
49 | </table> |
- | 50 | </form> |
|
- | 51 |