Newer
Older
ubFramework / Portal / docroot / templates / user / billing / index.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 805 bytes Cleaning Up Making It A Sub Module
<h1>Account Summary</h1>
<hr />
<br />
<table>
<tr>
  <td width="275">
    <font style="font-size: 14px; font-weight: bold;">Account Summary</font>
    <hr />
<table width="250" STYLE="font-size: 12px;font-weight: bold;">
<TR><TD>Account Number:</TD><TD>{ACCOUNT_NUMBER}</TD></TR>
<TR><TD COLSPAN="2"><HR></TD></TR>
<tr>
  <td>Past Due:</td>
  <td>${PAST_DUE}</td>
</tr>
<tr>
  <td COLSPAN="2"><HR></td>
</tr>
<tr>
  <td>Current:</td>
  <td>${CURRENT}</td>
</tr>
<tr>
  <td COLSPAN="2"><HR></td>
</tr>
<tr>
  <td>Total Due:</td>
  <td>${BALANCE} - <a href="/billing/makepayment.php?data[amount]={BALANCE}">Pay Now</a></td>
</tr>
<tr>
  <td COLSPAN="2"><HR></td>
</tr>
</table>
</td>
<td valign="top">
<FONT STYLE="font-size: 14px; font-weight: bold;">uBix News</FONT>
<hr />
{NEWS}
  </td>
</tr>
</table>