legacy/Public/Home/ihc.php line 208

Open in your IDE?
  1. <?php
  2. use Empire\Core\Position;
  3. $isSecure FALSE;#require('../..#requires/header.php');
  4. $mode field('mode');
  5. ?>
  6. <style type="text/css">
  7. td.toplinks
  8. {
  9. border-color:#3a6391;
  10. border-top-style:solid;
  11. border-right-style:solid;
  12. border-bottom-style:none;
  13. border-left-style:solid;
  14. background-color:#394b5f;
  15. border-width:3px;
  16. }
  17. td.through
  18. {
  19. border-color:#3a6391;
  20. border-top-style:none;
  21. border-right-style:solid;
  22. border-bottom-style:none;
  23. border-left-style:solid;
  24. background-color:#394b5f;
  25. border-width:3px;
  26. }
  27. td.body
  28. {
  29. border-color:#3a6391;
  30. border-top-style:none;
  31. border-right-style:solid;
  32. border-bottom-style:solid;
  33. border-left-style:solid;
  34. background-color:#394b5f;
  35. border-width:3px;
  36. }
  37. td.bottomonly
  38. {
  39. border-color:#3a6391;
  40. border-top-style:none;
  41. border-right-style:none;
  42. border-bottom-style:solid;
  43. border-left-style:none;
  44. border-width:3px;
  45. }
  46. td.toplinks_content
  47. {
  48. border-color:#3a6391;
  49. border-top-style:solid;
  50. border-right-style:solid;
  51. border-bottom-style:solid;
  52. border-left-style:solid;
  53. background-color:#394b5f;
  54. border-width:3px;
  55. }
  56. table.toplinks
  57. {
  58. background-color:#56514e;
  59. }
  60. </style>
  61. <table border=0 align="center">
  62.     <?php
  63.     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Emperor""Imperial Throne"));
  64.     ?>
  65.     <tr>
  66.         <td  align="center" align="center"><?php echo $ObjAvatar->MEMB_AVATAR ?>
  67.     </tr>
  68. </table><br><br>
  69. <table border=0 align="center">
  70.     <?php
  71.     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Executor""Imperial Throne"));
  72.     ?>
  73.     <tr>
  74.         <td  align="center" align="center"><?php echo $ObjAvatar->MEMB_AVATAR ?>
  75.     </tr>
  76. </table>
  77. <br><Br>
  78. <table align="center" cellpadding="5" class="toplinks" cellspacing="0">
  79. <tr>
  80. <?PHP
  81. //IF LINK IS LIVE, CLASS FOR THE <TD> IS "TOPLINKS"
  82. //IF LINK IS NOT LIVE, CLASS FOR THE <TD> IS "BOTTOMONLY"
  83. //MODE IS SET IF A LINK  IS LIVE 
  84. //MODE IS BETWEEN 0 AND 7
  85. //MODE-1 SHOWS NAVY
  86. //MODE-2 SHOWS ARMY
  87. //MODE-3 SHOWS COMPNOR
  88. //MODE-4 SHOWS GOVERNMENT
  89. //MODE-5 SHOWS MIND
  90. //MODE-6 SHOWS INTEL
  91. //MODE-7 SHOWS ODH
  92. ?>
  93.     <?php
  94.     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Navy Commanding Officer""Imperial Navy"));
  95.     ?>
  96.     <td align="center" align="center" <?php if($mode == 1){ ?>class="toplinks"<?php }else{ ?>class="bottomonly"<?php ?>>
  97.         <a href="ihc.php?mode=1"><?php echo $ObjAvatar->MEMB_AVATAR ?></a>
  98.     </td>
  99.     <?php
  100.     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Army Commanding Officer""Imperial Army"));
  101.     ?>
  102.     <td align="center" align="center" <?php if($mode == 2){ ?>class="toplinks"<?php }else{ ?>class="bottomonly"<?php ?>>
  103.         <a href="ihc.php?mode=2"><?php echo $ObjAvatar->MEMB_AVATAR ?></a>
  104.     </td>
  105.     <?php
  106.     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Grand Vizier""Commission for the Preservation of the New Order"));
  107.     ?>
  108.     <td align="center" align="center" <?php if($mode == 3){ ?>class="toplinks"<?php }else{ ?>class="bottomonly"<?php ?>>
  109.         <a href="ihc.php?mode=3"><?php echo $ObjAvatar->MEMB_AVATAR ?></a>
  110.     </td>
  111.     <?php
  112.     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("High Moff""Regional Government""Council of Moffs"));
  113.     ?>
  114.     <td align="center" align="center" <?php if($mode == 4){ ?>class="toplinks"<?php }else{ ?>class="bottomonly"<?php ?>>
  115.         <a href="ihc.php?mode=4"><?php echo $ObjAvatar->MEMB_AVATAR ?></a>
  116.     </td>
  117.     <?php
  118.     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Minister""Ministry of Industry"));
  119.     ?>
  120.     <td align="center" align="center" <?php if($mode == 5){ ?>class="toplinks"<?php }else{ ?>class="bottomonly"<?php ?>>
  121.         <a href="ihc.php?mode=5"><?php echo $ObjAvatar->MEMB_AVATAR ?></a>
  122.     </td>
  123.     <?php
  124.     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Director""Imperial Intelligence"));
  125.     ?>
  126.     <td align="center" align="center" <?php if($mode == 6){ ?>class="toplinks"<?php }else{ ?>class="bottomonly"<?php ?>>
  127.         <a href="ihc.php?mode=6"><?php echo $ObjAvatar->MEMB_AVATAR ?></a>
  128.     </td>
  129.     <?php
  130.     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Dark Lord of the Sith""Order of the Sith"));
  131.     ?>
  132.     <td align="center" align="center" <?php if($mode == 7){ ?>class="toplinks"<?php }else{ ?>class="bottomonly"<?php ?>>
  133.         <a href="ihc.php?mode=7"><img src="http://art.swc-empire.com/avatar/darth_virsunas.png" /><?php //echo $ObjAvatar->MEMB_AVATAR ?></a>
  134.     </td>
  135. </tr>
  136. <tr>
  137.     <td colspan=7 class="body">
  138. <?php    if(!isset($mode)){ ?>
  139. <div style="text-align:center;font:20px bold">IMPERIAL HIGH COMMAND</div>
  140. <?php }elseif($mode == 1){ ?>
  141. <div style="text-align:center;font:20px bold">IMPERIAL NAVY</div>
  142. <?php }elseif($mode == 2){ ?>
  143. <div style="text-align:center;font:20px bold">IMPERIAL ARMY</div>
  144. <?php }elseif($mode == 3){ ?>
  145. <div style="text-align:center;font:20px bold">COMMISSION FOR THE PRESERVATION OF THE NEW ORDER</div>
  146. <br />
  147. The Chairman of the Commission for the Preservation of the New Order, the Grand Vizier is responsible for the coordination of the 
  148. Central Government. The Grand Vizier is the third-in-command of the Galactic Empire and is responsible for ensuring that the directives of the Executor are not left to abeyance.
  149. <br /><br />
  150. Charged with the areas of continued evolution of Imperial culture, education, infrastructure and doctrine, the Grand Vizier directly oversees 
  151. the Imperial Security Bureau, the Coalition for Culture, Coalition for Diplomacy, Coalition for Infrastructure, and the Imperial Academy. Supervising the economical growth, 
  152. planetary infrastructure, resource allocations, recruitment and logistical necessities, the Grand Vizier directs the Imperial Ministry of Finance, the Imperial Centre for 
  153. Recruitment and the Resource Allocations Division - Empire. Overseeing the political image, strategy, and objectives of the New Order, the Grand Vizier also oversees the 
  154. Coalition for Diplomacy and the Galactic Commerce and Economic Council.
  155. <br /><br />
  156. <table style="width:100%;border:none">
  157.     <tr>
  158.         <td style="width:50%"><br />
  159.             <?php     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Director""Imperial Security Bureau")); ?>
  160.             <div style="text-align:center">
  161.                 <?php echo $ObjAvatar->MEMB_AVATAR ." <br /><br /> <span style='font-weight:bold'>Director of the Imperial Security Bureau</span> <br /> " $ObjAvatar->MEMB_NAME?>
  162.             </div>
  163.         </td>
  164.         <td style="width:50%"><br />
  165.             <?php     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Vizier""Commission for the Preservation of the New Order""Coalition for Infrastructure")); ?>
  166.             <div style="text-align:center">
  167.                 <?php echo $ObjAvatar->MEMB_AVATAR ." <br /><br /> <span style='font-weight:bold'>Vizier for Infrastructure</span> <br /> " $ObjAvatar->MEMB_NAME?>
  168.             </div>
  169.         </td>
  170.     </tr>
  171.     <tr>
  172.         <td style="width:50%"><br />
  173.             <?php     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Vizier""Commission for the Preservation of the New Order""Coalition for Diplomacy")); ?>
  174.             <div style="text-align:center">
  175.                 <?php echo $ObjAvatar->MEMB_AVATAR ." <br /><br /> <span style='font-weight:bold'>Vizier for Diplomacy</span> <br /> " $ObjAvatar->MEMB_NAME?>
  176.             </div>
  177.         </td>
  178.         <td style="width:50%"><br />
  179.             <?php     $ObjAvatar Position::getAvatarByPosition(Position::getPositionIDByName("Vizier""Commission for the Preservation of the New Order""Coalition for Culture")); ?>
  180.             <div style="text-align:center">
  181.                 <?php echo $ObjAvatar->MEMB_AVATAR ." <br /><br /> <span style='font-weight:bold'>Vizier for Culture</span> <br /> " $ObjAvatar->MEMB_NAME?>
  182.             </div>
  183.         </td>
  184.     </tr>
  185. </table>
  186. <?php }elseif($mode == 4){ ?>
  187. <div style="text-align:center;font:20px bold">REGIONAL GOVERNMENT</div>
  188. <?php }elseif($mode == 5){ ?>
  189. <div style="text-align:center;font:20px bold">MINISTRY OF INDUSTRY</div>
  190. <?php }elseif($mode == 6){ ?>
  191. <div style="text-align:center;font:20px bold">IMPERIAL INTELLIGENCE</div>
  192. <?php }elseif($mode == 7){ ?>
  193. <div style="text-align:center;font:20px bold">ORDER OF THE SITH</div>
  194. <?php ?>
  195.     </td>
  196. </tr></table>
  197. <?php#require('../..#requires/footer.php');
  198. ?>