Newer
Older
ubFramework / Portal / docroot / templates / index / index_login.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 2 KB Cleaning Up Making It A Sub Module
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="uBix Technologies Inc." />
<meta name="keywords" content="uBix,servers,hardware,new york,city,storage,email,hosting,serving,web,disaster,recovery" />
<link rel="stylesheet" href="/assets/css/site_defaults.css" />
<title>{_SITE_NAME}: {PAGE_TITLE}</title>
</head>

<body>
<div class="wrapper">
  <div id="main_container">
    <div id="header_container">
      <div style="position: absolute;left: 0;bottom: 10px;"><a href="/" target="_self"><img src="/assets/images/spherepbx_logo.png" border="0" height="80px"/></a></div> 
    </div>
    <div id="content_container" style="width: 550px;margin: 0 auto;">
      <div>
        <center><h1>Welcome To The Sphere PBX Portal</h1></center>
        <div style="float:left;margin-left: 10px;">
<center><h2>Power User</h2></center>
<form method="post" action="{_SELF}">
<input type="hidden" name="data[login]" value="yes" />
{HIDDEN}
<table border="0">
<tr>
  <td>E-Mail:</td>
  <td><input type="text" name="data[email]" value="" style="width: 200px;" /></td>
</tr>
<tr>
  <td>Password:</td>
  <td><input type="password" name="data[pass]" value="" style="width: 200px;" /></td>
</tr>
<tr>
  <td>&nbsp;</td>
  <td align="right"><input type="submit" name="sub" value="Login" /></td>
</tr>
<tr>
  <td colspan="2"><br /><a href="?data[recpass]=p">Forgot password?</a></td>
</tr>
</table>
</form>
        </div>
        <div style="float:right;margin-right: 10px;">
<center><h2>Basic User</h2></center>
<form method="post" action="/cdr/index.php">
<input type="hidden" name="data[login]" value="1" />
<input type="hidden" name="data[login]" value="yes" />
{HIDDEN}
<table border="0">
<tr><td>Company Code:</td><td><input type="text" name="data[accountcode]" value="" style="width: 100px;" /></td></tr>
<tr><td>Extension:</td><td><input type="text" name="data[ext]" value="" style="width: 100px;" /></td></tr>
<tr><td>Password:</td><td><input type="password" name="data[password]" value="" style="width: 100px;" /></td></tr>
<tr><td>&nbsp;</td><td align="right"><input type="submit" value="Login" /></td></tr>
</table>
</form>
        </div>
      </div>
    </div>
    <div id="footer_nav"><a href="/legal/TERMS OF SERVICE.pdf" target="_new">customer agreeement</a> | <a href="/privacy.php">privacy statement</a> | <a href="http://www.ubixtechnologies.com/www/contact/">contact us</a></div>
  </div>
</div>
</body>
</html>