Changeset 114 for db/include/quest.php
- Timestamp:
- Oct 27, 2007, 10:36:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
db/include/quest.php
r113 r114 20 20 <?php if( !empty($sql_select['other']['SrcItemId']) ){ ?> 21 21 <tr><td>Důležitá věc:</td></tr> 22 <tr><td style="padding-left: 20px;"><?php echo $sql_select['quest']['SrcItemCount']."x ".$sql_select['other']['SrcItemId']; ?></td></tr>22 <tr><td style="padding-left:10px;"><?php echo $sql_select['quest']['SrcItemCount']."x ".$sql_select['other']['SrcItemId']; ?></td></tr> 23 23 <?php }; ?> 24 24 … … 34 34 <?php if( !empty($sql_select['other']['ReqItems']) ){ ?> 35 35 <tr><td>Věci vyžadované pro splnění:</td></tr> 36 <tr><td style="padding-left: 20px;"><?php echo $sql_select['other']['ReqItems']; ?></td></tr>36 <tr><td style="padding-left:10px;"><?php echo $sql_select['other']['ReqItems']; ?></td></tr> 37 37 <?php }; if( !empty($sql_select['other']['ReqSource']) ){ ?> 38 38 <tr><td>Unknown:</td></tr> 39 <tr><td style="padding-left: 20px;"><?php echo $sql_select['other']['ReqSource']; ?></td></tr>39 <tr><td style="padding-left:10px;"><?php echo $sql_select['other']['ReqSource']; ?></td></tr> 40 40 <?php }; if( !empty($sql_select['other']['ReqCreatureOrGOId']) ){ ?> 41 41 <tr><td>Věci vyžadované pro splnění:</td></tr> 42 <tr><td style="padding-left: 20px;"><?php echo $sql_select['other']['ReqCreatureOrGOId']; ?></td></tr>42 <tr><td style="padding-left:10px;"><?php echo $sql_select['other']['ReqCreatureOrGOId']; ?></td></tr> 43 43 <?php }; ?> 44 44 </table></td><td width="70%" style="padding-bottom:20px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
Note:
See TracChangeset
for help on using the changeset viewer.