Newer
Older
ubFramework / Portal / docroot / templates / user / index_old.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 914 bytes Cleaning Up Making It A Sub Module
<h1 id="welcome">Welcome to the SpherePBX Account Portal!</h1>
<br />
<div style="float: left; min-width: 300px; margin-right: 15px;">
  <h2>Account Summary</h2>
  <hr />
  <table class="accountSummary">
    <tr>
	  <td>Account Number:</td>
	  <td id="account_number">000-0000-00</td>
	</tr>
	<tr>
	  <td>Past Due:</td>
	  <td id="pastdue_balance">$0.00</td>
	</tr>
	<tr>
	  <td>Current:</td>
	  <td id="current_balance">$0.00</td>
	</tr>
	<tr>
	  <td>Total Due:</td>
	  <td id="balance">$0.00 - <a href="/user/account/makepayment.php?data[amount]={BALANCE}">Pay Now</a></td>
	</tr>
  </table>
</div>

<div style="float: left; min-width: 300px;margin-right:15px;">
	<h2>Alerts</h2>
	<hr />
	<p id="account_alerts">No Account Alerts</p>
</div>

<div style="float: left; min-width: 300px;">
	<h2>SphereNEWS</h2>
	<hr />
	<p id="news">No News Is Good News</p>
</div>

<script src="/assets/js/user/index.js"></script>