Subversion Repositories general

Rev

Rev 1381 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1381 Rev 1385
Line 1... Line 1...
1
<form method="GET" action="index.php">
1
<form method="GET" action="cdr_list.php">
2
<input type=hidden name=m value=cdr>
-
 
3
<input type=hidden name=s>
-
 
4
<table class="stat cdr search">
2
<table class="stat cdr search">
5
	<tr>
3
	<tr>
6
		<th>After</th>
4
		<th>After</th>
7
		<td><input type=text name="after" value="${AST_DATETIME}"></td>
5
		<td><input type=text name="after" value="${AST_DATETIME}"></td>
8
		<td colspan="4" class="desc">Format: YYYY-MM-DD hh:mm:ss</td>
6
		<td colspan="4" class="desc">Format: YYYY-MM-DD hh:mm:ss</td>
Line 42... Line 40...
42
		<td><input type=text name="channel" value=""></td>
40
		<td><input type=text name="channel" value=""></td>
43
		<td colspan="4" class="desc">&nbsp;</td>
41
		<td colspan="4" class="desc">&nbsp;</td>
44
	</tr>
42
	</tr>
45
	<tr class="buttons">
43
	<tr class="buttons">
46
		<td colspan=5><input type=reset name="reset" value="Reset"></td>
44
		<td colspan=5><input type=reset name="reset" value="Reset"></td>
47
		<td><input type=submit value="Show CDR"></td>
45
		<td><input type=submit name=s value="Show CDR"></td>
48
	</tr>
46
	</tr>
49
</table>
47
</table>
50
</form>
48
</form>
51
 
49