Subversion Repositories general

Rev

Rev 1381 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<form method="GET" action="cdr_list.php">
<table class="stat cdr search">
        <tr>
                <th>After</th>
                <td><input type=text name="after" value="${AST_DATETIME}"></td>
                <td colspan="4" class="desc">Format: YYYY-MM-DD hh:mm:ss</td>
        </tr>
        <tr>
                <th>Before</th>
                <td><input type=text name="before" value=""></td>
                <td colspan="4" class="desc">Format: YYYY-MM-DD hh:mm:ss</td>

        </tr>
        <tr>
                <th>CLI</th>
                <td><input type=text name="clid" value=""></td>
                <td class="radio"><input type=radio name="clidtype" value="1">Exact</td>
                <td class="radio"><input type=radio name="clidtype" value="2">Begins with</td>
                <td class="radio"><input type=radio name="clidtype" value="3">Contains</td>
                <td class="radio"><input type=radio name="clidtype" value="4">Ends with</td>
        </tr>
        <tr>
                <th>Source</th>
                <td><input type=text name="src" value=""></td>
                <td class="radio"><input type=radio name="srctype" value="1">Exact</td>
                <td class="radio"><input type=radio name="srctype" value="2">Begins with</td>
                <td class="radio"><input type=radio name="srctype" value="3">Contains</td>
                <td class="radio"><input type=radio name="srctype" value="4">Ends with</td>
        </tr>
        <tr>
                <th>Desination</th>
                <td><input type=text name="dst" value=""></td>
                <td class="radio"><input type=radio name="dsttype" value="1">Exact</td>
                <td class="radio"><input type=radio name="dsttype" value="2">Begins with</td>
                <td class="radio"><input type=radio name="dsttype" value="3">Contains</td>
                <td class="radio"><input type=radio name="dsttype" value="4">Ends with</td>
        </tr>
        <tr>
                <th>Channel</th>
                <td><input type=text name="channel" value=""></td>
                <td colspan="4" class="desc">&nbsp;</td>
        </tr>
        <tr class="buttons">
                <td colspan=5><input type=reset name="reset" value="Reset"></td>
                <td><input type=submit name=s value="Show CDR"></td>
        </tr>
</table>
</form>