Newer
Older
ubFramework / Source / templates / user / wrapper / default_nomenu.html
<!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="Lilly's Family Foods" />
  <meta name="keywords" content="ubix,technologies,servers,hardware,new york,city,storage,email,hosting,serving,web" />

  <link rel="stylesheet" href="/assets/css/site_defaults.css" />

  <!-- jQuery -->
  <script src="/assets/js/jquery/jquery-2.1.3.js"></script>

  <!-- jQuery UI -->
  <script src="/assets/js/jquery/ui/jquery-ui.js"></script>
  <link rel="stylesheet" href="/assets/js/jquery/ui/jquery-ui.css" />

  <title>{_SITE_NAME}: Account Portal - {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="/user/" target="_self"><img src="/assets/images/logo.png" border="0" height="80px" /></a></div>
      <div class="main_menu" id="_USER_MENU"><a href="/user/?data[logout]=yes">Log Out</a></div>
      <div class="user_info" id="_USER_INFO">Not Authenticated</div>
    </div>
    <!-- begin bottom container -->
    <div id="content_container">
      {BODY}
    </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/contact/">contact us</a></div>	
  </div>
</div>

<!--  Loading Animation -->
<div class="loading_modal">
<h1 style="top: 0;font-size: 40px;text-align:center;width:100%;margin-top: 150px;">Please Wait...</h1>
<img src="/assets/images/PBX_Logo.png" class="rotimage" />
<h1 style="position:absolute;bottom: 0;font-size: 40px;text-align:center;width:100%;margin-bottom: 150px;">We're Loading Important Data For You</h1>
</div>

<!--  Login Form -->
<div id="login_modal" title="System Login">
  <center><h1>Lilly's Family Foods Portal</h1></center>
  <p class="validateTips"></p>
  <form method="post" id="auth_form">
    <table>
      <tr>
        <td>E-Mail:</td>
        <td><input type="text" name="data[email]" value="" style="width: 400px;" /></td>
      </tr>
      <tr>
        <td>Password:</td>
        <td><input type="password" name="data[password]" value="" style="width: 200px;" /></td>
      </tr>
    </table>
  </form>
</div>

  <!--  Initialize SpherePBX System -->
  <script src="/assets/js/lib/common.js"></script>
</body>
</html>