legacy/Public/Home/icr.php line 6

Open in your IDE?
  1. <?php
  2. use Empire\Core\Position;
  3. $isSecure FALSE;
  4. include('../../includes/header.php');
  5. if(isset($_SESSION['MEMB_ID']))
  6.     $objUser members::getUserInfo($_SESSION['MEMB_ID']);
  7. ?>
  8. <br>
  9. <table class='internal'>
  10. <tr class='pageTitle'>
  11.         <th colspan=2>Imperial Centre for Recruitment</th>
  12.     </tr>
  13.     <tr>
  14.     <br  />
  15.     </tr>
  16.     <tr>
  17.                 <td align="center" width="50%">
  18.                 <?php
  19.                  $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Director""Commission for the Preservation of the New Order""Imperial Centre for Recruitment"));
  20.                 ?> <?php echo $ObjAvatar->MEMB_AVATAR ?><br>
  21.                 <br>
  22.                 <b><?php echo $ObjAvatar->MEMB_NAME ?></b><br>
  23.                 <b><?php echo $ObjAvatar->POSI_NAME ?></b>
  24.                 </td>            
  25.                 <td align="center" width="50%">
  26.                 <?php
  27.                  $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Deputy Director""Commission for the Preservation of the New Order""Imperial Centre for Recruitment"));
  28.                 ?> <?php echo $ObjAvatar->MEMB_AVATAR ?><br>
  29.                 <br>
  30.                 <b><?php echo $ObjAvatar->MEMB_NAME ?></b><br>
  31.                 <b><?php echo $ObjAvatar->POSI_NAME ?></b>
  32.                 </td>
  33.             </tr>
  34.                     
  35.     </table>
  36. <br><br>
  37. <p>
  38.     The Imperial Centre of Recruitment (ICR) is made up of the Director, Deputy Director, Recruitment Officers and Recruitment Support Officers. ICR handles all official, external recruitment efforts for the Galactic Empire. An ICR Recruitment Officer's message on Darkness is usually many Imperial's first point of contact with the Galactic Empire. Whether it is a Recruitment Officer or a Recruitment Support Officer on IRC chat, all are qualified to both answer your questions and help you take the necessary steps to join the Galactic Empire. Anyone with questions is more than welcome to talk to any ICR Staff Member on the IRC channel #cmg-empire-icr. For assistance on using IRC please click <a href='http://www.swc-empire.com/Public/Home/irc.php' style="text-decoration:none"><b><font color="#dddddd">here</font></b></a>.
  39.     <br /><br />
  40.     <b>How to Join</b><br />
  41. Your first step to joining is to submit a join request in Darkness.<br />
  42. <ul>To do this, click "Faction" under the "Manage" tab to the right hand side of the screen.</ul>
  43. <ul>Next, click "Join Faction".</ul>
  44. <ul>Scroll down and selecting "Galactic Empire"</ul>
  45. <ul>Please feel free to include any information you'd like as to why you want to join the Empire.</ul>
  46. <ul>After acceptance, you will receive an in-game message with your next set of instructions.</ul>
  47.     <br /><br />
  48.     <b>Questions?</b><br />
  49. Should you have any problems or questions, feel free to find any ICR Staff Member on our IRC channel, or feel free to contact any of the above representatives via the Darkness Direct Message service or check out the other sections of the Recruitment Department including the Related Links which may prove instructional.<br />
  50. To send a Darkness Message (DM) go to the bottom of the Members Menu to the Comm-link or Envelope icon on your notification bar, both get you to the Send Message page. You will have 2 text boxes to write in. The first text box is where you input the name of the player you wish to send a message to. You can also send the same message to more than one person by putting a semicolon(;) between each name. The second text box is where you input your message. <br />
  51. Click the <b>[Send]</b> button and the message will be sent.
  52.     <br /><br />
  53.     
  54. </p>
  55. <br />
  56. <?php
  57.     
  58.     
  59. include('../../includes/footer.php');
  60. ?>