示例#1
0

<?php 
echo '<h1 class="contentheading">' . JText::_('COM_JTRINITYCORE_DONATION_SHOP_GOLD') . '</h1>';
// show user points
JTrinityCoreUtilities::ShowUserPoints(false);
?>


<form action="<?php 
echo JRoute::_('index.php?option=com_jtrinitycore&amp;view=buygold&amp;layout=buygold');
?>
" onsubmit="return validateForm();" method="post" name="frmBuy" id="frmBuy">

<?php 
JTrinityCoreUtilities::getRealmsOptionHTML(true);
?>
<select name="characterid" id="characterid">
<option  value="0"><?php 
echo JText::_('COM_JTRINITYCORE_SELECTCHARACTER');
?>
</option>
</select>
<br/> <br/>

<h3>
<?php 
echo JText::_('COM_JTRINITYCORE_SELECT_GOLD');
?>
</h3>