|
9 | 9 |
|
10 | 10 | $PHP_OUTPUT.= '<table class="standard fullwidth"><tr><td style="width:50%" class="top">'; |
11 | 11 |
|
12 | | -$PHP_OUTPUT.= '<span class="yellow bold">Protection</span><br />'; |
| 12 | +$PHP_OUTPUT.= '<span class="yellow bold">Protection</span><a href="http://wiki.smrealms.de/index.php?title=Game_Guide:_Federal_Protection" target="_blank"><img src="images/silk/help.png" width="16" height="16" alt="Wiki Link" title="Goto SMR Wiki: Protection"/></a><br />'; |
13 | 13 | if($player->getNewbieTurns()) { |
14 | 14 | $PHP_OUTPUT.= 'You are under <span class="green">NEWBIE</span> protection.<br /><br />'; |
15 | 15 |
|
|
38 | 38 | $PHP_OUTPUT.= '<br />'; |
39 | 39 |
|
40 | 40 | $container['body'] = 'council_list.php'; |
41 | | -$PHP_OUTPUT.=create_link($container, '<span class="yellow bold">Politics</span>'); |
| 41 | +$PHP_OUTPUT.=create_link($container, '<span class="yellow bold">Politics</span><a href="http://wiki.smrealms.de/index.php?title=Game_Guide:_Politics_and_the_Ruling_Council" target="_blank"><img src="images/silk/help.png" width="16" height="16" alt="Wiki Link" title="Goto SMR Wiki: Politics"/></a>'); |
42 | 42 | $PHP_OUTPUT.= '<br />'; |
43 | 43 |
|
44 | 44 | require_once(get_file_loc('council.inc')); |
|
58 | 58 | $PHP_OUTPUT.= '<br /><br />'; |
59 | 59 |
|
60 | 60 | $container['body'] = 'trader_savings.php'; |
61 | | -$PHP_OUTPUT.=create_link($container, '<span class="yellow bold">Savings</span>'); |
| 61 | +$PHP_OUTPUT.=create_link($container, '<span class="yellow bold">Savings</span><a href="http://wiki.smrealms.de/index.php?title=Banks" target="_blank"><img src="images/silk/help.png" width="16" height="16" alt="Wiki Link" title="Goto SMR Wiki: Banks"/></a>'); |
62 | 62 | $PHP_OUTPUT.= '<br />You have <span class="yellow">'; |
63 | 63 |
|
64 | 64 | $PHP_OUTPUT.= number_format($player->getBank()); |
|
67 | 67 | $PHP_OUTPUT.= '</td><td class="top" style="width:50%">'; |
68 | 68 |
|
69 | 69 | $container['body'] = 'trader_bounties.php'; |
70 | | -$PHP_OUTPUT.=create_link($container, '<span class="yellow bold">Bounties</span>'); |
| 70 | +$PHP_OUTPUT.=create_link($container, '<span class="yellow bold">Bounties</span><a href="http://wiki.smrealms.de/index.php?title=Headquarters" target="_blank"><img src="images/silk/help.png" width="16" height="16" alt="Wiki Link" title="Goto SMR Wiki: Bounties"/></a>'); |
71 | 71 |
|
72 | 72 | $PHP_OUTPUT.= '<br /><span class="green">Federal: </span>'; |
73 | 73 | $bounty = $player->getCurrentBounty('HQ'); |
|
82 | 82 | else |
83 | 83 | $PHP_OUTPUT.= 'None'; |
84 | 84 |
|
85 | | -$PHP_OUTPUT.= '<br /><br /><span class="yellow bold">Ship</span><br />Name: '; |
| 85 | +$PHP_OUTPUT.= '<br /><br /><span class="yellow bold">Ship</span><a href="http://www.smrealms.de/ship_list.php" target="_blank"><img src="images/silk/help.png" width="16" height="16" alt="Wiki Link" title="Goto SMR Ship List"/></a><br />Name: '; |
86 | 86 |
|
87 | 87 | $PHP_OUTPUT.= $ship->getName(); |
88 | 88 | $PHP_OUTPUT.= '<br />Speed: '; |
89 | 89 | $PHP_OUTPUT.= $ship->getRealSpeed(); |
90 | 90 | $PHP_OUTPUT.= ' turns/hour<br />Max: '; |
91 | 91 | $PHP_OUTPUT.= $player->getMaxTurns(); |
92 | | -$PHP_OUTPUT.= ' turns<br /><br /><span class="yellow bold">Supported Hardware</span><br />'; |
| 92 | +$PHP_OUTPUT.= ' turns<br /><br /><span class="yellow bold">Supported Hardware</span><a href="http://wiki.smrealms.de/index.php?title=Game_Guide:_Technologies" target="_blank"><img src="images/silk/help.png" width="16" height="16" alt="Wiki Link" title="Goto SMR Wiki: Technologies"/></a><br />'; |
93 | 93 |
|
94 | 94 | if (!$ship->canHaveScanner() && |
95 | 95 | !$ship->canHaveIllusion() && |
|
104 | 104 | if ($ship->canHaveDCS()) $PHP_OUTPUT.= 'Drone Scrambler<br />'; |
105 | 105 | } |
106 | 106 |
|
107 | | -$PHP_OUTPUT.= '<br /><a href="'.URL.'/level_requirements.php" target="levelRequirements"><span class="yellow bold">Next Level</span></a><br />'; |
| 107 | +$PHP_OUTPUT.= '<br /><a href="'.URL.'/level_requirements.php" target="levelRequirements"><span class="yellow bold">Next Level</span></a><a href="http://wiki.smrealms.de/index.php?title=Game_Guide:_Experience_Levels" target="_blank"><img src="images/silk/help.png" width="16" height="16" alt="Wiki Link" title="Goto SMR Wiki: Experience Levels"/></a><br />'; |
108 | 108 | $db->query('SELECT level_name,requirement FROM level WHERE requirement>' . $db->escapeNumber($player->getExperience()) . ' ORDER BY requirement ASC LIMIT 1'); |
109 | 109 | if(!$db->nextRecord()) { |
110 | 110 | $db->query('SELECT level_name,requirement FROM level ORDER BY requirement DESC LIMIT 1'); |
|
143 | 143 |
|
144 | 144 | $container = array(); |
145 | 145 | $container['url'] = 'note_add_processing.php'; |
146 | | -$form = create_form($container,'New Note'); |
| 146 | +$form = create_form($container,'Create New Note'); |
147 | 147 | $PHP_OUTPUT.= $form['form']; |
148 | 148 | $PHP_OUTPUT.= '<table cellspacing="0" cellpadding="0" class="nobord nohpad"> |
149 | 149 | <tr> |
150 | | - <td class="top">Note: </td> |
151 | | - <td colspan="2"><textarea spellcheck="true" name="note"></textarea></td> |
| 150 | + Enter text in the box below to create a new note.<br />(examples: trade routes, weapon locations, key alliance related locations) |
| 151 | + <td><textarea spellcheck="true" name="note"></textarea></td> |
152 | 152 | </tr> |
153 | 153 | </table><br />'; |
154 | 154 | $PHP_OUTPUT.= $form['submit']; |
|
0 commit comments