- Timestamp:
- 11/01/08 00:58:42 (14 years ago)
- Location:
- dev
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r358 r360 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 3 58$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 360 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5 -
dev/mods/history/history.xml
r358 r360 1 1 <?xml version="1.0" ?> 2 2 <history> 3 <changeset> 4 <rev>360</rev> 5 <author>beans</author> 6 <date>01.11.2008</date> 7 <comment> 8 <type>UPD</type> 9 <text> 10 T2 item shows on T2 blueprints 11 </text> 12 </comment> 13 <comment> 14 <type>FIX</type> 15 <text> 16 You can now click on an item in the kill_detail 17 </text> 18 </comment> 19 </changeset> 20 <changeset> 21 <rev>359</rev> 22 <author>beans</author> 23 <date>27.10.2008</date> 24 <comment> 25 <type>FIX</type> 26 <text> 27 Fixed the missing items... 28 </text> 29 </comment> 30 </changeset> 3 31 <changeset> 4 32 <rev>358</rev> -
dev/templates/invtype_item.tpl
r355 r360 8 8 <td> 9 9 <img style="float: left; margin-right: 10px;" src="{if $item->item.itt_cat == 18}{$img_url}/drones/32_32/{$item->item.typeID}.png{elseif $item->item.itt_cat == 9}{$img_url}/blueprints/64_64/{$item->item.typeID}.png{else}{$img_url}/items/32_32/icon{$item->item.icon}.png{/if}"> 10 {if $item->attrib.techLevel.value == 2}<img style="position: relative; left: -42px; float: left; margin-right: -10px;" src="{$img_url}/items/32_32/t2.gif">{/if} 11 {$item->item.description|nl2br}</td> 10 {if $item->attrib.techLevel.value == 2 and $item->item.itt_cat != 9}<img style="position: relative; left: -42px; float: left; margin-right: -10px;" src="{$img_url}/items/32_32/t2.gif">{/if} 11 {if $item->attrib.techLevel.value == 2 and $item->item.itt_cat == 9}<img style="position: relative; left: -74px; float: left; margin-right: -10px;" src="{$img_url}/items/64_64/t2.gif">{/if} 12 {$item->item.description|nl2br}</td> 12 13 </tr> 13 14 </table> -
dev/templates/kill_detail.tpl
r343 r360 202 202 {foreach from=$destroyed.$slotindex item=i} 203 203 <tr class="kb-table-row-destroyed"> 204 <td class="item-icon" width="32" height="34" valign="top" ><a href="?a=invtype&id={$i.itemID}">{$i.Icon}</a></td>204 <td class="item-icon" width="32" height="34" valign="top" onClick="window.location.href='?a=invtype&id={$i.itemID}'">{$i.Icon}</td> 205 205 <td class="kb-table-cell">{$i.Name}</td> 206 206 <td width="30" align="center">{$i.Quantity}</td> … … 241 241 {foreach from=$dropped.$slotindex item=i} 242 242 <tr class="kb-table-row-dropped"> 243 <td class="item-dropped-icon" width="32" height="34" valign="top"><a href="?a=invtype&id={$i.itemID}">{$i.Icon}</a></td>243 <td class="item-dropped-icon" onClick="window.location.href='?a=invtype&id={$i.itemID}'" width="32" height="34" valign="top">{$i.Icon}</td> 244 244 <td class="kb-table-cell">{$i.Name}</td> 245 245 <td width="30" align="center">{$i.Quantity}</td>