Changeset 154 for dev/templates
- Timestamp:
- 12/15/06 06:33:49 (15 years ago)
- Location:
- dev/templates
- Files:
-
- 3 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/index.tpl
r132 r154 12 12 </head> 13 13 <body bgcolor="#222222" {$on_load} style="height: 100%"> 14 <div align="center" id="popup" style="display:none; 15 position:absolute; 16 top:217px; width:99%; 14 <div align="center" id="popup" style="display:none; 15 position:absolute; 16 top:217px; width:99%; 17 17 z-index:3; 18 18 padding: 5px;"></div> -
dev/templates/killlisttable.tpl
r123 r154 20 20 onmouseover="this.className='kb-table-row-hover';" onClick="window.location.href='?a=kill_detail&kll_id={$k.id}';"> 21 21 <td width="32" align="center"><img src="{$k.victimshipimage}" border="0" width="32" heigth="32"></td> 22 <td height="34" width=150 valign=" center"><div class="kb-shiptype"><b>{$k.victimshipname}</b><br>{$k.victimshipclass}</div><div class="kb-shipicon"><img src="{$k.victimshipindicator}" border="0"></div></td>22 <td height="34" width=150 valign="middle"><div class="kb-shiptype"><b>{$k.victimshipname}</b><br>{$k.victimshipclass}</div><div class="kb-shipicon"><img src="{$k.victimshipindicator}" border="0"></div></td> 23 23 <td width="200" class="kb-table-cell"><b>{$k.victim}</b><br/>{$k.victimcorp|truncate:30}</td> 24 24 <td width="200" class="kb-table-cell"><b>{$k.fb}</b><br>{$k.fbcorp|truncate:30}</td>