Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1386 → Rev 1387

/asterisk-stats/trunk/template/originate_form.tpl
0,0 → 1,22
<form method="POST" action="originate_call.php">
<table class="stat cdr search">
<tr>
<th>Source</th>
<td>
<select name=src>${SRC_LIST}
</select>
</td>
</tr>
<tr>
<th>Destination</th>
<td><input type=text name="dst" value="${DST}"></td>
</tr>
<tr class="buttons">
<td colspan=2>
<input type=reset name="reset" value="Reset">
<input type=submit name=s value="Originate">
</td>
</tr>
</table>
</form>