Guest User

staff

a guest
Nov 24th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. <div class="content">
  2. <div class="habblet-container" style="float:left;">
  3. <div class="cb settings">
  4. <div class="bt"><div></div></div><div class="i1"><div class="i2"><div class="i3">
  5. <div class="box-tabs-container box-tabs-left clearfix">
  6. <h2 class="page-owner">%shortName% Staff Members</h2>
  7. <ul class="box-tabs"></ul>
  8. <div style="padding-bottom:4px;"></div>
  9. </div>
  10.  
  11. <div class="box-content" style="background-image:url('../images/staffbg.gif'); width:716px; height:800px; padding-left:30px;">
  12. <div style="display:block;">
  13.  
  14. <?php
  15. $GetStaff = mysql_query("SELECT id,username,position,rank,location,last_online,online,look,experts FROM users WHERE rank > '4' ORDER BY id ASC ");
  16. while($user = mysql_fetch_assoc($GetStaff))
  17. {
  18.  
  19. echo '
  20. <div class="habblet-container" style="width:238px; float:left">
  21. <div class="cbb clearfix darkred ">
  22. <h2 class="title"><span style="float: left;">'.$user['username'].'</span><div style="float:right; padding-top: 0px;">' . (($user['online'] == "1") ? '<img src="%www%/web-gallery/images/online.gif"/><br />': '<img src="%www%/web-gallery/images/offline.gif"/><br />') . ' </h2>
  23. <div style="float:left"><img src=http://www.habbo.nl/habbo-imaging/avatarimage?figure='.$user['look'].'&size=b&direction=3&head_direction=3&gesture=sml" title="'.$user['username'].'"></div><div style="float:left; margin-top: -10px; width: 20px;margin-left: -70px;"><br><img alt="badge" data-cfsrc="../r63/c_images/album1584/ADM.gif" src="../r63/c_images/album1584/ADM.gif"><br></div>
  24. <div style="float:left; padding:0x 5px 0 5px; font-weight:bold; text-align:center">'.$user['name'].'</font></div>
  25. <div style="float:left; width:140px; padding:5px 5px 0 5px;"><b>Position</b><br/>'.$user['position'].'</div>
  26. <div style="float:left; width:140px; padding:5px 5px 0 5px;"><b>Location</b><br/>'.$user['location'].'</div>
  27. <div style="float:left; width:140px; padding:5px 5px 0 5px;"><b>Last Online</b><br/>' .date('l d M, g:iA',($user['last_online'])). ' </div>
  28.  
  29. </div>
  30. </div>';
  31.  
  32. }
  33. ?>
  34. </div></div></div><div class="bb"><div></div></div></div>
Add Comment
Please, Sign In to add comment