Newer
Older
ubFramework / Portal / docroot / templates / admin / main / stats.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 2 KB Cleaning Up Making It A Sub Module
</script>
<div style="float: left;padding-right:15px;">
<table id="tt" class="easyui-datagrid" title="Tickets" style="width:947px;" data-options="singleSelect:true,collapsible:false,url:'/admin/stats/tickets.php',fitColumns:false">
  <thead>
    <tr>
				<th data-options="field:'ticketmaskid',width:165">Ticket ID</th>
				<th data-options="field:'subject',width:605">Subject</th>
				<th data-options="field:'lastactivity',width:175">Last Activity</th>
    </tr>
  </thead>
</table>
</div>
<div style="float: left;">
<table class="odtTable">
<tr>
  <th>Technician</th>
  <th style="text-align: center;">In / Out</th>
  <th style="Text-align: center;">ACLength</th>
  <th>Total Calls</th>
</tr>
{CROWS}
</table>

<table class="odtTable">
<tr>
  <th>Company</th>
  <th>Phone</th>
  <th>VoIP Code</th>
  <th>Dialer Code</th>
</tr>
{CUSTOMER_ROWS}
</table>


<h1>Quick Ref For Da Guyz</h1>
<table class="ctTable">
<tr>
  <th>uBixMail.local</th><th>10HPD.COM</th>
</tr>
<tr>
  <td style="line-height: 18px;">UBIXMAIL.LOCAL - Main<br />CMAIL.LOCAL - Client Mail<br />PSC.LOCAL - PSC Companies Mail</td>
  <td style="line-height: 18px;">10HPD.COM - Main<br />PSC.10HPD.COM - PSC Main<br />PSCTECH.10HPD.COM - PSC Tech Main<br />SMT.10HPD.COM - Summit Main<br />VMG.10HPD.COM - Vario Main</td>
</tr>
</table>
<h1>Random Quote</h1>
<style>
  /* set millions of background images */
  .rbroundbox { background: url(/images/nt.gif) repeat; }
  .rbtop div { background: url(/images/tl.gif) no-repeat top left; }
  .rbtop { background: url(/images/tr.gif) no-repeat top right; }
  .rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
  .rbbot { background: url(/images/br.gif) no-repeat bottom right; }

  /* height and width stuff, width not really nessisary. */
  .rbtop div, .rbtop, .rbbot div, .rbbot {
  width: 100%;
  height: 7px;
  font-size: 1px;
  }
  .rbcontent { margin: 0 0; padding: 10px;font-size: 18px;font-weight: bold;}
  .rbroundbox { width: 800px; margin: 0 auto; }
</style>
<div class="rbroundbox">
  <div class="rbtop"><div></div></div>
  <div class="rbcontent"><p style="font-size: 12px;">{QUOTE}</p></div>
  <div class="rbbot"><div></div></div>
</div>
<center>
<img style="padding-top: 10px;" src="http://lorempixel.com/700/325/?{TIME}">
</center>
</div>