Exemplo n.º 1
0
?>
/gift">gifting system</a>. Please
						do NOT use the gifting system if you are expecting something in return!
					</p>
				</div>
			</div>
		</td>
	</tr>
	<tr>
		<td style="width: 50%">
			<div class="Panel">
				<h3 class="PanelTitle">Trade Resources</h3>
				<div class="PanelContent">
					<table style="width: 100%;">
					<?php 
$resource_types = MarketResource::Enumerate();
foreach ($resource_types as $resource_type) {
    ?>
							<tr>
								<td style="width: 200px;"><?php 
    echo $resource_type->ToString();
    ?>
</td>
								<td style="width: 100px;"><input type="number" value="0" name="resource_amount_<?php 
    echo $resource_type->ID;
    ?>
" style="width: 100px" /></td>
								<td>out of 200 (200 remaining)</td>
							</tr>
							<?php 
}