Newer
Older
ubFramework / Portal / docroot / templates / admin / index / index_login.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 1 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}: Admin 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="/admin/" target="_self"><img src="/assets/images/psctech_logo.png" border="0" /></a></div> 
    </div>
    <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/www/contact/">contact us</a></div>
  </div>
</div>
</body>
</html>