You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB
Smarty

<!doctype html>
<html>
<head>
<title>CVM</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="stylesheet" href="/css/cvm.css?1">
<link rel="stylesheet" href="/css/kickstart-grid.css" media="all">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="/js/prettify.js"></script>
<script src="/js/kickstart.js"></script>
<script src="/js/cvm.js?3"></script>
</head>
<body>
<div class="wrapper">
<div class="header">
<img src="/images/logo.png">
<%if logged-in == true>
<div class="userbox">
<div>You are logged in as <strong><%?username></strong>.</div>
<a href="/account/">Account settings</a>
<a href="/">My VPSes</a>
<a href="/logout/">Log out</a>
</div>
<%/if>
</div>
<div class="main <%?main-class>">
<%?main>
</div>
<div class="footer">
CPHP is a free and open source VPS control panel. <a href="http://cvm.cryto.net/trac/wiki/Contribute">Want to contribute?</a>
</div>
</div>
<img class="preload" src="images/loading.gif">
</body>
</html>