Of course I would release it. I mean there isn't any sense in keeping it.If you do please release i dint have the tiome to work with the css. As im working on a MAJOR skin that will be epic
<!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=UTF-8"/>
<title>Bubbo - Login</title>
<link href="{url}/css/login.css" rel="stylesheet" type="text/css"/>
<style>#hotel_view{background:url({url}/images/hotel_view_images_hq/hotelview_banzai.png) -200px 0px};
</style>
</head>
<body>
<div id="black_bar">
<div class="container">
<span class="online_users"> {users} Bubbo'(s) Online! </span>
</div>
</div>
<div id="blue_bar">
<div class="container">
<a href="index.php"><img src="_templates/new/images/logo.png" border="0" style="float:left; padding-top:15px;padding-right:25px;" /></a>
<table width="200" border="0">
<tr>
<td><span>Username</span></td>
<td><span>Password</span></td>
<td> </td>
<td> </td>
</tr>
<tr>
<form action="" method="post">
<td valign="top"><input type="text" name="username"/></td>
<td valign="top"><input name="password" type="password" /></td>
<td valign="top"><input name="Submit2" type="submit" value="Login" class="button" /></td>
<td valign="top"><input name="Submit" type="button" value="Register" class="button" onclick='window.location="register.php";' /></td>
</form>
</tr>
</table>
</div>
</div>
<div id="hotel_view"></div>
<div id="footer">
<hr />
Copyright Bubbo Hotel 2011, All rights reserved go to their respective owner(s).<br />This site is powered by Aurora CMS and Phoenix v3.7.1 (Build 13800)<br />We are not endorsed, affiliated or offered by Sulake Corporation Oy.
</div>
</body>
</html>