The EMU and CMS is the Azure one.
Also here is the staff.phb
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} - Staff</title>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css">
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs2.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/visual.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/common.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/fullcontent.js"></script>
<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "{username}";
var habboId = {userid};
var habboReqPath = "";
var habboStaticFilePath = "{url}/app/tpl/skins/Habbo";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "{url}/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "eac955c8dbc88172421193892a3e98fc7402021a";
HabboClient.maximizeWindow = true;
}
</script>
<!--[if IE 8]>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie8.css" type="text/css">
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" />
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/pngfix.js"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>
<style type="text/css">
body { behavior: url({url}/app/tpl/skins/Habbo/js/csshover.htc); }
</style>
<![endif]-->
</head>
<body id="home">
<div id="overlay"></div>
<?php include ("includes/header.php"); ?>
<ul id="navi">
<?php
if(isset($_SESSION['user']['id']))
echo '<li><a href="{url}/me">{username}</a><span></span></li>';
else
{
echo '<li><a href="{url}/register">Register Today!</a><span></span></li>';
}
?>
<li class="selected"><strong>Community</strong><span></span></li>
<li><a href="{url}/shop">Shop</a><span></span></li>
</ul>
<div id="habbos-online">
<div class="rounded"><span>{online} {online_text}</span></div>
</div>
</div>
</div>
<div id="content-container">
<div class="pngbg" id="navi2-container">
<div class="pngbg clearfix" id="navi2">
<ul>
<li class=""><a href="{url}/community">Community</a></li>
<li class=""><a href="{url}/news">News</a></li>
<li class=" selected ">Staff</li>
<li><a href="{url}/events">Events</a></li>
</ul>
</div>
</div>
<div id="container">
<div id="content">
<div id="column1" class="column">
<div class="habblet-container ">
<div class="cbb clearfix blue ">
<h2 class="title">Staff Management</h2>
<div style="padding:7px 7px 1px">
<?php
$vipUsers = mysql_query("SELECT * FROM users WHERE rank = '9' ORDER BY rank LIMIT 10") or die(mysql_error());
while($vipUser = mysql_fetch_assoc($vipUsers)){
?>
<p>
<div style='width: 64px; height: 81px; margin-top:-22px; margin-left:-10px; float: left; background: url(http://www.habbo.it/habbo-imaging/avatarimage?figure=<?php echo $vipUser['look']; ?>&action=crr=43&direction=&gesture=sml&size=m&img_format=gif);'></div>
<p style="margin-left:52px;">
<?php if($vipUser['online']==1){ ?><img src='http://cloudhabbo.co.uk/app/tpl/skins/{skin}/images/online.gif' style="float:right"/><?php } else { ?><img src='http://cloudhabbo.co.uk/app/tpl/skins/{skin}/images/offline.gif' style="float:right"/><?php } ?>
<a href='#'><strong><?php echo $vipUser['username']; ?></strong></a>
<br><font color='grey'><?php echo $vipUser['motto']; ?></font><br>
<small>Last Online: <?php echo date("D dS, M Y", $vipUser['last_online']); ?></small><br><br><hr>
</p>
<?php } ?>
</div>
</div>
</div>
</div>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="box-content1">
<div class="cbb clearfix darkred">
<h2 class="title">About Staff
</h2>
<div style="padding:5px">
{hotelname} staff are people behind the curtain who manage, moderate, and maintain the hotel to ensure we
remain online and afloat on a daily basis. Members of upper management ensure {hotelname} runs like clockwork
24/7 to give our users the best Habbo private server experience possible.
</div></div></div></div>
<div class="habblet-container ">
<div class="box-content1">
<div class="cbb clearfix red ">
<h2 class="title">How to join the team?
</h2>
<div style="padding:5px">
Occasionally we will release staff applications to give the community a chance at joining management.
Becoming a staff member on {hotelname} isn't easy and a set of requirements and criterias must be met.
Please never ask for staff in-game. When we're looking for staff, a news article will be posted or you
will be approached.
</div></div></div></div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<script type="text/javascript">
document.observe('dom:loaded', function() {
CurrentRoomEvents.init();
});
</script>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<script type="text/javascript">
HabboView.run();
</script>
<!--[if lt IE 7]>
<script type="text/javascript">
Pngfix.doPngImageFix();
</script>
<![endif]-->
<div id="footer" >
<?php include('includes/footer.php'); ?>
<?php include('includes/checktheban.php'); ?>
</div>
</body>
</html>