Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1387 | dev | 1 | <form method="POST" action="originate_call.php"> |
2 | <table class="stat cdr search"> |
||
3 | <tr> |
||
4 | <th>Source</th> |
||
5 | <td> |
||
6 | <select name=src>${SRC_LIST} |
||
7 | </select> |
||
8 | </td> |
||
9 | </tr> |
||
10 | <tr> |
||
11 | <th>Destination</th> |
||
12 | <td><input type=text name="dst" value="${DST}"></td> |
||
13 | </tr> |
||
14 | <tr class="buttons"> |
||
15 | <td colspan=2> |
||
16 | <input type=reset name="reset" value="Reset"> |
||
17 | <input type=submit name=s value="Originate"> |
||
18 | </td> |
||
19 | </tr> |
||
20 | </table> |
||
21 | </form> |
||
22 |