- Timestamp:
- 03/17/08 14:04:05 (14 years ago)
- Location:
- dev
- Files:
-
- 8 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r323 r324 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 32 3$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 324 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5 -
dev/mods/history/history.xml
r323 r324 2 2 <history> 3 3 <changeset> 4 <rev>324</rev> 5 <author>ralle030583</author> 6 <date>17.03.2008</date> 7 <comment> 8 <type>FIX</type> 9 <text> 10 Ticket #80 : moving more colours to style.css instead of 11 inline HTML in templates, to make easier to customize. 12 </text> 13 </comment> 14 </changeset> 15 <changeset> 4 16 <rev>323</rev> 5 17 <author>ralle030583</author> … … 12 24 <type>FIX</type> 13 25 <text> 14 Parser: new German killmail with Allianz: Nichts 15 </text> 16 </comment> 17 <comment> 18 <type>FIX</type> 19 <text> 20 DB Update004: trinity ships had wrong tech level, wasnt actived... 26 Parser: new German killmail with Allianz: Nichts 27 </text> 28 </comment> 29 <comment> 30 <type>FIX</type> 31 <text> 32 DB Update004: trinity ships had wrong tech level, wasnt 33 actived... 21 34 </text> 22 35 </comment> … … 67 80 <type>FIX</type> 68 81 <text> 69 Ticke r#77 small fix in igb template with kb_host82 Ticket #77 small fix in igb template with kb_host 70 83 </text> 71 84 </comment> -
dev/style/blue/style.css
r314 r324 5 5 padding: 0px; 6 6 height: 100%; 7 background-color: #222222; 7 8 } 8 9 … … 256 257 { 257 258 border: 1px solid #333333; 259 } 260 261 td.item-dropped-icon 262 { 263 border: 1px solid green; 258 264 } 259 265 -
dev/style/darkred/style.css
r314 r324 5 5 padding: 0px; 6 6 height: 100%; 7 background-color: #222222; 7 8 } 8 9 … … 268 269 { 269 270 border: 1px solid #333333; 271 } 272 273 td.item-dropped-icon 274 { 275 border: 1px solid green; 270 276 } 271 277 -
dev/style/default/style.css
r314 r324 5 5 padding: 0px; 6 6 height: 100%; 7 background-color: #222222; 7 8 } 8 9 … … 256 257 { 257 258 border: 1px solid #333333; 259 } 260 261 td.item-dropped-icon 262 { 263 border: 1px solid green; 258 264 } 259 265 -
dev/style/revelations/style.css
r314 r324 261 261 { 262 262 border: 1px solid #333333; 263 } 264 265 td.item-dropped-icon 266 { 267 border: 1px solid green; 263 268 } 264 269 -
dev/templates/index.tpl
r254 r324 14 14 </style> 15 15 </head> 16 <body bgcolor="#222222"{$on_load} style="height: 100%">16 <body {$on_load} style="height: 100%"> 17 17 {$page_bodylines} 18 18 <div align="center" id="popup" style="display:none; -
dev/templates/kill_detail.tpl
r314 r324 114 114 {foreach from=$dropped.$slotindex item=i} 115 115 <tr class="kb-table-row-dropped"> 116 <td style="border: 1px solid green;" width="32" height="34" valign="top"><a href="?a=invtype&id={$i.itemID}">{$i.Icon}</a></td>116 <td class="item-dropped-icon" width="32" height="34" valign="top"><a href="?a=invtype&id={$i.itemID}">{$i.Icon}</a></td> 117 117 <td class="kb-table-cell">{$i.Name}</td> 118 118 <td width="30" align="center">{$i.Quantity}</td> … … 163 163 </tr> 164 164 <tr class={cycle name=ccl} kb-table-row-dropped"> 165 <td style="border: 1px solid green;"colspan="3"><div align="right"><strong>Total Module Drop:</strong></div></td>166 <td style="border: 1px solid green;"align="right">{$DropValue}</td>165 <td colspan="3"><div align="right"><strong>Total Module Drop:</strong></div></td> 166 <td align="right">{$DropValue}</td> 167 167 </tr> 168 168 <tr class={cycle name=ccl}>