<title> {hotelname} - Staff </title>
<link rel="stylesheet" type="text/css" href="app/tpl/skins/Mango/styles/disconnected.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/Mango/styles/frontpage.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/Mango/styles/global.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/Mango/styles/login.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/Mango/styles/register.css"/><script src="app/tpl/skins/Mango/js/homes.js" type="text/javascript"></script><script src="app/tpl/skins/Mango/js/jq.js" type="text/javascript"></script><script src="app/tpl/skins/Mango/js/jqeury-1.2.6.pack.js" type="text/javascript"></script><script src="app/tpl/skins/Mango/js/jquery.js" type="text/javascript"></script><script src="app/tpl/skins/Mango/js/mango.js" type="text/javascript"></script><script src="app/tpl/skins/Mango/js/tooltip.js" type="text/javascript"></script>
<div class="bgtop"></div>
<div id="header_bar">
<div id="container-me">
<div class="mid">
<div class="lefts">
Welcome, {username}!
</div>
<div class="right">
<span style=""><img src="app/tpl/skins/Mango/images/creditIcon.png" style="vertical-align:middle;margin-right:5px;"/><span>{coins}</span>
<span style=""><img src="app/tpl/skins/Mango/images/pixelIcon.png" style="vertical-align:middle;margin-right:5px;"/>{activitypoints}</span>
<span style=""><img src="app/tpl/skins/Mango/images/icon_users.png" style="vertical-align:middle;margin-right:5px;"/><script src="http://code.jquery.com/jquery-latest.js"></script>
{online} {hotelName}'s Online!
</span>
</div>
</div>
</div>
</div>
<div id="content">
<div id="headertje">
<div id="margin" style="margin-left: 15px; margin-top: 33px;"></div>
<div id="enter-hotel" style="margin-top:40px; margin-right: 5px;">
<div class="open" style="margin-top: -45px;">
<a href="index.php?url=client" target="ClientWndw" onclick="window.open('index.php?url=client','ClientWndw','width=980,height=597,resizable=1');return false;">Enter {hotelName} Hotel<i></i></a><b></b>
</div>
</div>
</div>
<div id="menubalkie">
<span class="class1">
<div class="menuitems"><a href="index.php?url=me"><img src="app/tpl/skins/Mango/_php/blue.php?t={username}&s=7&w=1"></a></div>
<div class="menuitems"><a href="index.php?url=news"><img src="app/tpl/skins/Mango/_php/blue.php?t=Community&s=7&w=1"></a></div>
<div class="menuitems"><a href="index.php?url=store"><img src="app/tpl/skins/Mango/_php/blue.php?t=HabEasy Store&s=7&w=1"></a></div>
<div class="menuitems"><a href="index.php?url=staff"><img src="app/tpl/skins/Mango/_php/blue.php?t=Staff&s=7&w=1"></a></div>
<div class="menuitems"><a href="index.php?url=logout"><img src="app/tpl/skins/Mango/_php/blue.php?t=Log Out&s=7&w=1"></a></div>
</span>
</div>
<div id="menusubbalkie">
<span class="class2">
<div class="menuitems2"><a href="index.php?url=news">News</a></div>
<div class="menuitems2"><a href="index.php?url=online">Online Users</a></div>
<div class="menuitems2"><a href="index.php?url=staff"><b>{hotelName} Staff</b></a></div>
<div class="menuitems2"><a href="index.php?url=events">{hotelName} Events Staff</a></div>
</span>
</div>
<div id="main_left">
<?php
$getRanks = mysql_query("SELECT id,name FROM ranks WHERE id = 8 ORDER BY id DESC");
while ($Ranks = mysql_fetch_assoc($getRanks))
{
echo "<div class="content-box-deep-blue"><h2 class="title" style="padding:0;margin-top:8px;"><img src="app/tpl/skins/Mango/_php/blue.php?t={$Ranks['name']}s&s=7&w=1"></h2></div><div class="content-box" style="background-color:#fff"><div class="content-box-content"><p>";
$GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']}");
while($Users = mysql_fetch_assoc($GetUsers))
{
if($Users['online'] == 1){ $OnlineStatus = "<font color="darkgreen"><blink><b>Online</b></blink></font>"; } else { $OnlineStatus = "<font color="darkred"><b>Offline</b></font>"; }
echo "<hr> <img style="position:absolute;" src="http://www.habbo.nl/habbo-imaging/avatarimage?figure={$Users['look']}&head_direction=2&direction=2&gesture=sml"> <br /><br /> <img style="position:absolute;margin-left:510px;"
."<p style="margin-left:80px;margin-top:20px;">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br>Last visit: <b>". date("D, d F Y H:i", $Users['last_online']) ."</b></p>"
."<p style="float:right;margin-top:5px;margin-right:11px;">{$OnlineStatus}</p><br><br><br>";
}
echo "</p></div></div><br>";
}
?>
<?php
$getRanks = mysql_query("SELECT id,name FROM ranks WHERE id = 7 ORDER BY id DESC");
while ($Ranks = mysql_fetch_assoc($getRanks))
{
echo "<div class="content-box-deep-blue"><h2 class="title" style="padding:0;margin-top:8px;"><img src="app/tpl/skins/Mango/_php/blue.php?t={$Ranks['name']}s&s=7&w=1"></h2></div><div class="content-box" style="background-color:#fff"><div class="content-box-content"><p>";
$GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']}");
while($Users = mysql_fetch_assoc($GetUsers))
{
if($Users['online'] == 1){ $OnlineStatus = "<font color="darkgreen"><blink><b>Online</b></blink></font>"; } else { $OnlineStatus = "<font color="darkred"><b>Offline</b></font>"; }
echo "<hr> <img style="position:absolute;" src="http://www.habbo.nl/habbo-imaging/avatarimage?figure={$Users['look']}&head_direction=2&direction=2&gesture=sml"> <br /><br /> <img style="position:absolute;margin-left:510px;"
."<p style="margin-left:80px;margin-top:20px;">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br>Last visit: <b>". date("D, d F Y H:i", $Users['last_online']) ."</b></p>"
."<p style="float:right;margin-top:5px;margin-right:11px;">{$OnlineStatus}</p><br><br><br>";
}
echo "</p></div></div><br>";
}
?>
<?php
$getRanks = mysql_query("SELECT id,name FROM ranks WHERE id = 6 ORDER BY id DESC");
while ($Ranks = mysql_fetch_assoc($getRanks))
{
echo "<div class="content-box-deep-blue"><h2 class="title" style="padding:0;margin-top:8px;"><img src="app/tpl/skins/Mango/_php/blue.php?t={$Ranks['name']}s&s=7&w=1"></h2></div><div class="content-box" style="background-color:#fff"><div class="content-box-content"><p>";
$GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']}");
while($Users = mysql_fetch_assoc($GetUsers))
{
if($Users['online'] == 1){ $OnlineStatus = "<font color="darkgreen"><blink><b>Online</b></blink></font>"; } else { $OnlineStatus = "<font color="darkred"><b>Offline</b></font>"; }
echo "<hr> <img style="position:absolute;" src="http://www.habbo.nl/habbo-imaging/avatarimage?figure={$Users['look']}&head_direction=2&direction=2&gesture=sml"> <br /><br /> <img style="position:absolute;margin-left:510px;"
."<p style="margin-left:80px;margin-top:20px;">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br>Last visit: <b>". date("D, d F Y H:i", $Users['last_online']) ."</b></p>"
."<p style="float:right;margin-top:5px;margin-right:11px;">{$OnlineStatus}</p><br><br><br>";
}
echo "</p></div></div><br>";
}
?>
<?php
$getRanks = mysql_query("SELECT id,name FROM ranks WHERE id = 5 ORDER BY id DESC");
while ($Ranks = mysql_fetch_assoc($getRanks))
{
echo "<div class="content-box-deep-blue"><h2 class="title" style="padding:0;margin-top:8px;"><img src="app/tpl/skins/Mango/_php/blue.php?t={$Ranks['name']}s&s=7&w=1"></h2></div><div class="content-box" style="background-color:#fff"><div class="content-box-content"><p>";
$GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']}");
while($Users = mysql_fetch_assoc($GetUsers))
{
if($Users['online'] == 1){ $OnlineStatus = "<font color="darkgreen"><blink><b>Online</b></blink></font>"; } else { $OnlineStatus = "<font color="darkred"><b>Offline</b></font>"; }
echo "<hr> <img style="position:absolute;" src="http://www.habbo.nl/habbo-imaging/avatarimage?figure={$Users['look']}&head_direction=2&direction=2&gesture=sml"> <br /><br /> <img style="position:absolute;margin-left:510px;"
."<p style="margin-left:80px;margin-top:20px;">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br>Last visit: <b>". date("D, d F Y H:i", $Users['last_online']) ."</b></p>"
."<p style="float:right;margin-top:5px;margin-right:11px;">{$OnlineStatus}</p><br><br><br>";
}
echo "</p></div></div><br>";
}
?>
<?php
$getRanks = mysql_query("SELECT id,name FROM ranks WHERE id = 4 ORDER BY id DESC");
while ($Ranks = mysql_fetch_assoc($getRanks))
{
echo "<div class="content-box-deep-blue"><h2 class="title" style="padding:0;margin-top:8px;"><img src="app/tpl/skins/Mango/_php/blue.php?t={$Ranks['name']}s&s=7&w=1"></h2></div><div class="content-box" style="background-color:#fff"><div class="content-box-content"><p>";
$GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']}");
while($Users = mysql_fetch_assoc($GetUsers))
{
if($Users['online'] == 1){ $OnlineStatus = "<font color="darkgreen"><blink><b>Online</b></blink></font>"; } else { $OnlineStatus = "<font color="darkred"><b>Offline</b></font>"; }
echo "<hr> <img style="position:absolute;" src="http://www.habbo.nl/habbo-imaging/avatarimage?figure={$Users['look']}&head_direction=2&direction=2&gesture=sml"> <br /><br /> <img style="position:absolute;margin-left:510px;"
."<p style="margin-left:80px;margin-top:20px;">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br>Last visit: <b>". date("D, d F Y H:i", $Users['last_online']) ."</b></p>"
."<p style="float:right;margin-top:5px;margin-right:11px;">{$OnlineStatus}</p><br><br><br>";
}
echo "</p></div></div><br>";
}
?>
<div class="botlong" style="margin-top:-13px;width:592;"></div>
</div>
<div id="main_right">
<div class="content-box" style="width:100px;background-color:#fff;">
<div class="content-right-top" style="width:291px">
<h2 class="title" style="padding:0;margin-top:4px;"><img src="app/tpl/skins/Mango/_php/blue.php?t=Staff Applications&s=7&w=1"></h2>
</div>
<div class="content-box-right">
<p>
Applications are currently open for all staff positions! Click here to apply.
</p>
</div>
</div>
<div class="rightbot"></div>
<br/>
<div class="content-box" style="width:100px;background-color:#fff;">
<div class="content-right-top" style="width:291px">
<h2 class="title" style="padding:0;margin-top:4px;"><img src="app/tpl/skins/Mango/_php/blue.php?t=Who are these people?&s=7&w=1"></h2>
</div>
<div class="content-box-right">
<p>
HabEasy Staff
These are HabEasy's staff members. They're here to help the community in any problems they have. They are here to make sure your hotel experience runs smoothly!
</p>
</div>
</div>
<div class="rightbot"></div>
</div>
<div id="clear"></div>
<br />
</body></html>