magic_gift.htm 512 B

12345678910111213141516171819202122
  1. <!--{if $op=='show'}-->
  2. <table class="dt">
  3. <tr>
  4. <td>{lang credits_type}</td>
  5. <td>
  6. <select name="credittype" class="ps">
  7. <!--{loop $extcredits $key $value}-->
  8. <option value="$key">$value</option>
  9. <!--{/loop}-->
  10. </select>
  11. </td>
  12. </tr>
  13. <tr>
  14. <td>{lang hide_credits}</td>
  15. <td><input type="text" name="credits" value="10" class="px" /></td>
  16. </tr>
  17. <tr>
  18. <td>{lang credits_per_part}</td>
  19. <td><input type="text" name="percredit" value="1" class="px" /></td>
  20. </tr>
  21. </table>
  22. <!--{/if}-->