Changeset 277
- Timestamp:
- 12/07/07 19:43:23 (15 years ago)
- Location:
- dev
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.parser.php
r275 r277 554 554 'Beteiligte Parteien:','Anz:','Corporation:','(Fracht)', 'Schiff:','Waffe:', 555 555 'Verursachter Schaden:','Erlittener Schaden:', '(gab den letzten Schuss ab)', 556 'Hinterlassene Gegenst'.chr(228).'nde:', 'Anz.:' );556 'Hinterlassene Gegenst'.chr(228).'nde:', 'Anz.:', 'Unbekannt', 'Dronenhangar'); 557 557 $replace = array('Victim:','Alliance: None','Alliance: None','Alliance:', 558 558 'Destroyed items','Destroyed:', 'Security:', 559 559 'Involved parties:', 'Qty:', 'Corp:', '(Cargo)', 'Ship:', 'Weapon:', 560 560 'Damage Done:', 'Damage Taken:', '(laid the final blow)', 561 'Dropped items:', 'Qty:' );561 'Dropped items:', 'Qty:', 'Unknown', 'Drone Bay'); 562 562 563 563 //if (strpos($this->killmail, chr(246)) === false) -
dev/common/kill_related.php
r240 r277 119 119 $qry = new DBQuery(); 120 120 $sql = "select ind_plt_id, ind_crp_id, ind_all_id, ind_sec_status, ind_shp_id, ind_wep_id, 121 itm_name, plt_name, crp_name, all_name, shp_name, scl_points, scl_id, shp_externalid121 typeName, plt_name, crp_name, all_name, shp_name, scl_points, scl_id, shp_externalid 122 122 from kb3_inv_detail 123 left join kb3_i tems on ind_wep_id=itm_id123 left join kb3_invtypes on ind_wep_id=typeID 124 124 left join kb3_pilots on ind_plt_id=plt_id 125 125 left join kb3_corps on ind_crp_id=crp_id -
dev/install/install_step41.php
r274 r277 54 54 from kb3_items_destroyed 55 55 left join kb3_items on itd_itm_id=itm_id 56 left join invtypes on itm_name=typeName56 left join kb3_invtypes on itm_name=typeName 57 57 where invtypes.typeID is null"; 58 58 $result = mysql_query($query); -
dev/templates/icon.tpl
r254 r277 1 1 <span class="item-icon" style="position:relative; border: none; height:32px; width:32px; text-align:left;"> 2 <img border="0" height="32" width="32" style="position:absolute;" src="{$img}">3 2 <img border="0" style="position:absolute;" src="{$icon}"> 3 <img border="0" height="32" width="32" src="{$img}"> 4 4 </span>