Changeset 812480c2e6cb6fd124490fa8babd6de6f7057a0a
- Timestamp:
- 09/21/08 16:10:56
(2 months ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1222006256 +0200
- git-parent:
[f25f76a28a2e51ae519a4c990e56aca9e21d79bd]
- git-author:
- Simon Dietsch <rhonabwy@sternenbund.org> 1222006256 +0200
- Message:
[bug] condemn all javascripts
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r94cf66a |
r812480c |
|
| 146 | 146 | } |
|---|
| 147 | 147 | |
|---|
| 148 | | if( action == "build" ) { |
|---|
| 149 | | document.getElementById("buildcount").style.display = 'inline'; |
|---|
| 150 | | document.getElementById("buildid").style.display = 'inline'; |
|---|
| 151 | | } |
|---|
| 152 | | else { |
|---|
| 153 | | document.getElementById("buildcount").style.display = 'none'; |
|---|
| 154 | | document.getElementById("buildid").style.display = 'none'; |
|---|
| 155 | | } |
|---|
| 156 | | |
|---|
| 157 | 148 | if(action == "getCrew") |
|---|
| 158 | 149 | { |
|---|
| … | … | |
| 165 | 156 | document.getElementById("percent").style.display = 'none'; |
|---|
| 166 | 157 | } |
|---|
| | 158 | |
|---|
| | 159 | if( action == "build" ) { |
|---|
| | 160 | document.getElementById("buildcount").style.display = 'inline'; |
|---|
| | 161 | document.getElementById("buildid").style.display = 'inline'; |
|---|
| | 162 | } |
|---|
| | 163 | else { |
|---|
| | 164 | document.getElementById("buildcount").style.display = 'none'; |
|---|
| | 165 | document.getElementById("buildid").style.display = 'none'; |
|---|
| | 166 | } |
|---|
| | 167 | |
|---|
| 167 | 168 | } |
|---|
| 168 | 169 | --> |
|---|
| … | … | |
| 222 | 223 | <option value="1">rot</option> |
|---|
| 223 | 224 | </select> |
|---|
| 224 | | {if astiinsector} |
|---|
| 225 | | <input type="text" id="crewinpercent" name="crewinpercent" style="display:none" size="3" maxlength="3" /><span id="percent" name="percent" style="display:none">%</span> |
|---|
| 226 | | {/endif} |
|---|
| | 225 | <input type="text" id="crewinpercent" name="crewinpercent" style="display:none" size="3" maxlength="3" /><span id="percent" name="percent" style="display:none">%</span> |
|---|
| 227 | 226 | {if buildableships.list} |
|---|
| 228 | 227 | <input type="text" id="buildcount" name="buildcount" style="display:none" size="3" maxlength="3" /> |
|---|