Пример #1
0
    ?>
</td>
							<td class="text-right"><?php 
    echo isk($buy);
    ?>
</td>
							<td class="text-right"><?php 
    echo isk($sell * 10);
    ?>
</td>
							<td class="text-right"><?php 
    echo isk($sell * 20);
    ?>
</td>
							<td class="text-right"><?php 
    echo isk($sell * 40);
    ?>
</td>
						</tr>
						<?php 
}
?>
					</tbody>
				</table>
			</div>
			<h6><i>* All figures based on 30 day month unless stated otherwise</i></h6>
			<h6><i>** All figures calculated using 5th percentile sell price from <a href="https://eve-central.com/">eve-central</a></i></h6>
		</div>
	</div>
</body>
Пример #2
0
    echo $implants[$set . " Omega"]['typeId'];
    ?>
">Omega</a></td>
									<td><?php 
    echo isk($implants[$set . " Omega"]['sell']);
    $total += $implants[$set . " Omega"]['sell'];
    ?>
</td>
								</tr>
							</tbody>
							<tfoot>
								<tr>
									<th></th>
									<th>Total:</th>
									<th><?php 
    echo isk($total);
    ?>
</th>
								</tr>
							</tfoot>
						</table>
					</div>
				</div>
			</div>
			<?php 
}
?>
		</div>
	</div>
</body>