<?php
/*
CREATIVE COMMONS - Attribution-No Derivative Works 3.0 Germany:
- You may not alter, transform, or build upon this work.
- Dieses Werk darf nicht bearbeitet oder in anderer Weise verändert werden.
*/
echo '<tr>
<td>'.$L_GigEntranceFee.':</td>
<td>
<input onkeyup="check(this.form,'.$CharsGigEntranceFee.',\'GigEntranceFee\',\'FeldLaengeGigEntranceFee\');" type="text" id="GigEntranceFee" name="GigEntranceFee" maxlength="'.$CharsGigEntranceFee.'" value="'.$GigEntranceFee.'" />
</td>
<td>
<input name="FeldLaengeGigEntranceFee" id="FeldLaengeGigEntranceFee" class="FormFieldLength" disabled="disabled" size="4" />
</td>
</tr>';
?>