65 lines
3.6 KiB
Smarty
65 lines
3.6 KiB
Smarty
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${mojotrollz_page_title}</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
${css}
|
|
${js}
|
|
</head>
|
|
|
|
<body style="color: gold; background: url(${PICPATH}wall.jpg);">
|
|
<div id="logo" style="text-align: center"><img src="${PICPATH}World-Of-Warcraft-Logo.png"/></div>
|
|
<div id="wrapper"style="width: 1000px; margin: auto; -webkit-box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1); box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1); border-radius: 5px;">
|
|
<div id="wizard_navbar" class="navbar" style="background: black; height:48px;">
|
|
<div class="navbar-inner" style="background-image: url(${PICPATH}navbar_background.png);">
|
|
<ul class="nav">
|
|
<a class="brand active" href=""><font color="gold">Welcome</font></a>
|
|
<li><a href="#" state="wizard_details"><font color="gold">Details</font></a></li>
|
|
<li><a href="#" state="wizard_visuals"><font color="gold">Visuals</font></a></li>
|
|
<li><a href="#" state="wizard_friend"><font color="gold">Mates n'Guilds</font></a></li>
|
|
<li><a href="#" state="wizard_skills"><font color="gold">Skills</font></a></li>
|
|
<li><a href="#" state="wizard_spawn"><font color="gold">Spawn</font></a></li>
|
|
<li><a href="#" state="wizard_summ"><font color="gold">Summary</font></a></li>
|
|
<li><a href="#" state="wizard_reg"><font color="gold">Registration</font></a></li>
|
|
</ul>
|
|
</div>
|
|
<img src="${PICPATH}border_top.png" width="100%"/>
|
|
</div>
|
|
<div class="parent" style="background: url(${PICPATH}background.png);" >
|
|
<div style="display: table-row">
|
|
<div id="frame_left" class="left" style="background: url(${PICPATH}border_left.png) repeat-y; width: 25px;">
|
|
|
|
|
|
</div>
|
|
<div id="content_wrapper" style="padding-left: 10px; padding-right: 10px;">
|
|
<div id="content" >
|
|
<div>
|
|
welcome
|
|
</div>
|
|
<div style="float: right; padding-right: 10px;">
|
|
<h3>Login</h3>
|
|
<input type="text" class="form-control input-lg" id="username" placeholder="${user_name}"></br>
|
|
<input type="password" class="form-control input-lg" id="password" placeholder="${password}"></br>
|
|
<input type="submit" class="form-control input-lg" id="login" value="Login">
|
|
</div>
|
|
</div>
|
|
<div style="clear: both;"></div>
|
|
<div id="back" style="float: left; display: none;"><a href="#"><img src="${PICPATH}arrow_left.png"/></a></div>
|
|
<div id="next" style="float: right;"><a href="#"><img src="${PICPATH}arrow_right.png"/></a></div>
|
|
<div id="register" style="float: right; display: none;"><a href="#">REG NOW BUTTON</a></div>
|
|
</div>
|
|
<div class="right" style="background: url(${PICPATH}border_right.png) repeat-y; width: 25px;">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="" style="width: 100%; display: table-row; position: relative">
|
|
<img src="${PICPATH}border_bot.png" width="100%"/>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|