Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1278 → Rev 1281

/asterisk-stats/trunk/template/cdr.tpl
0,0 → 1,49
<form method="${CDR_METHOD}" action="${CDR_ACTION}">
<input type=hidden name=m value=cdr>
<input type=hidden name=s>
<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 value="Show CDR"></td>
</tr>
</table>
/asterisk-stats/trunk/template/header.tpl
0,0 → 1,6
<html>
<title>${AST_SITETITLE}</title>
<link rel=stylesheet href=${AST_STYLESHEET} type=text/css>
</head>
<body>
<div class="main">
/asterisk-stats/trunk/template/cdr_detail.tpl
0,0 → 1,52
<div class="rval">Details for call ${CDR_ACCTID}</div>
<table class="stat cdr details">
<tr>
<th>Calldate</th>
<td>${CDR_CALLDATE}&nbsp;</td>
</tr><tr>
<th>CLID</th>
<td>${CDR_CLID}&nbsp;</td>
</tr><tr>
<th>Source</th>
<td>${CDR_SRC}&nbsp;</td>
</tr><tr>
<th>Destination</th>
<td>${CDR_DST}&nbsp;</td>
</tr><tr>
<th>Context</th>
<td>${CDR_DCONTEXT}&nbsp;</td>
</tr><tr>
<th>Channel</th>
<td>${CDR_CHANNEL}&nbsp;</td>
</tr><tr>
<th>Destination Channel</th>
<td>${CDR_DSTCHANNEL}&nbsp;</td>
</tr><tr>
<th>Last Application</th>
<td>${CDR_LASTAPP}&nbsp;</td>
</tr><tr>
<th>Last Data</th>
<td>${CDR_LASTDATA}&nbsp;</td>
</tr><tr>
<th>Duration</th>
<td>${CDR_DURATION}&nbsp;</td>
</tr><tr>
<th>Billed Seconds</th>
<td>${CDR_BILLSEC}&nbsp;</td>
</tr><tr>
<th>Disposition</th>
<td>${CDR_DISPOSITION}&nbsp;</td>
</tr><tr>
<th>AMA Flags</th>
<td>${CDR_AMAFLAGS}&nbsp;</td>
</tr><tr>
<th>Account Code</th>
<td>${CDR_ACCOUNTCODE}&nbsp;</td>
</tr><tr>
<th>Unique ID</th>
<td>${CDR_UNIQUEID}&nbsp;</td>
</tr><tr>
<th>User Field</th>
<td>${CDR_USERFIELD}&nbsp;</td>
</tr>
</table>
/asterisk-stats/trunk/template/summary.tpl
0,0 → 1,28
<table class="calls stat">
<tr>
<th>&nbsp;</th>
<th>calls</th>
<th>duration</th>
</tr><tr>
<td class="t"><a href=${HREF_CDR_LIST}=today>Today</a></td>
<td class="d"><a href=${HREF_CDR_LIST}=today>${CS_TODAY}</a></td>
<td class="di"><a href=${HREF_CDR_LIST}=today>${CS_TODAY_DUR}</a></td>
</tr><tr>
<td class="t"><a href=${HREF_CDR_LIST}=week>This Week</a></td>
<td class="d"><a href=${HREF_CDR_LIST}=week>${CS_WEEK}</a></td>
<td class="di"><a href=${HREF_CDR_LIST}=week>${CS_WEEK_DUR}</a></td>
</tr><tr>
<td class="t"><a href=${HREF_CDR_LIST}=month>This Month</a></td>
<td class="d"><a href=${HREF_CDR_LIST}=month>${CS_MONTH}</a></td>
<td class="di"><a href=${HREF_CDR_LIST}=month>${CS_MONTH_DUR}</a></td>
</tr><tr>
<td class="t"><a href=${HREF_CDR_LIST}=year>This Year</a></td>
<td class="d"><a href=${HREF_CDR_LIST}=year>${CS_YEAR}</a></td>
<td class="di"><a href=${HREF_CDR_LIST}=year>${CS_YEAR_DUR}</a></td>
</tr><tr class="total">
<td class="t"><a href=${HREF_CDR_LIST}>Total</a></td>
<td class="d"><a href=${HREF_CDR_LIST}>${CS_TOTAL}</a></td>
<td class="di"><a href=${HREF_CDR_LIST}>${CS_TOTAL_DUR}</a></td>
</tr>
</table>
 
/asterisk-stats/trunk/template/footer.tpl
0,0 → 1,7
</div>
<div class="copyright">
Copyright &copy; 2006 <a href="http://www.funkynerd.com" target=_blank>funkynerd.com</a><br>
Copyright &copy; 2007 <a href="http://www.26th.net" target=_blank>Anatoli Klassen</a>
</div>
</body>
</html>
/asterisk-stats/trunk/template/menu.tpl
0,0 → 1,7
<table class="menu">
<tr>
<td><a href=..>Up</a></td>
<td><a href=${HREF_HOME}>Summary</a></td>
<td><a href=${HREF_CDR}>Search</a></td>
</tr>
</table>