Config_attach.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <form method='post' id="form1" action="{:U('Config/dosite')}">
  2. <table width="100%" cellpadding=0 cellspacing=0 class="table_form">
  3. <tr>
  4. <th width="130">{:L('config_attach_maxsize')}</th>
  5. <td><input type="text" class="input-text" name="attach_maxsize" id="attach_maxsize" size="10" value="{$attach_maxsize}"/> B </td>
  6. </tr>
  7. <tr>
  8. <th width="130">{:L('config_attach_allowext')}</th>
  9. <td><input type="text" class="input-text" name="attach_allowext" id="attach_allowextt" size="50" value="{$attach_allowext}"/></td>
  10. </tr>
  11. <tr>
  12. <th>{:L('config_attach_watermark_enable')}</th>
  13. <td>
  14. <input class="radio_style" name="watermark_enable" value="1" <if condition="$watermark_enable == 1"> checked</if> type="radio"> {:L('open_select')}&nbsp;&nbsp;&nbsp;&nbsp;
  15. <input class="radio_style" name="watermark_enable" value="0" <if condition="$watermark_enable == 0"> checked</if> type="radio"> {:L('close_select')} </td>
  16. </tr>
  17. <tr>
  18. <th width="130">{:L('config_attach_watemard_text')}</th>
  19. <td><input type="text" class="input-text" name="watemard_text" id="watemard_text" size="30" value="{$watemard_text}"/></td>
  20. </tr>
  21. <tr>
  22. <th width="130">{:L('config_attach_watemard_text_size')}</th>
  23. <td><input type="text" class="input-text" name="watemard_text_size" id="watemard_text_size" size="5" value="{$watemard_text_size}"/></td>
  24. </tr>
  25. <tr>
  26. <th width="130">{:L('config_attach_watemard_text_color')}</th>
  27. <td><input type="text" class="input-text" name="watemard_text_color" id="watemard_text_color" size="10" value="{$watemard_text_color}"/>{:L('config_attach_watemard_text_color_tip')}</td>
  28. </tr>
  29. <tr>
  30. <th width="130">{:L('config_attach_watemard_text_face')}</th>
  31. <td><input type="text" class="input-text" name="watemard_text_face" id="watemard_text_face" size="20" value="{$watemard_text_face}"/>{:L('config_attach_watemard_text_face_tip')}</td>
  32. </tr>
  33. <tr>
  34. <th>{:L('config_attach_watermark_minwidth')}</th>
  35. <td><input type="text" class="input-text" name="watermark_minwidth" id="watermark_minwidth" size="5" value="{$watermark_minwidth}" /> PX {:L('width')} <input type="text" class="input-text" name="watermark_minheight" id="watermark_minheight" size="5" value="{$watermark_minheight}" /> PX {:L('height')}
  36. </td>
  37. </tr>
  38. <tr>
  39. <th width="130">{:L('config_attach_watermark_img')}</th>
  40. <td><input type="text" name="watermark_img" id="watermark_img" size="30" value="{$watermark_img}"/> {:L('config_attach_watermark_img_tip')}</td>
  41. </tr>
  42. <tr>
  43. <th width="130">{:L('config_attach_watermark_pct')}</th>
  44. <td><input type="text" class="input-text" name="watermark_pct" id="watermark_pct" size="10" value="{$watermark_pct}" /> </td>
  45. </tr>
  46. <tr>
  47. <th width="130">{:L('config_attach_watermark_quality')}</th>
  48. <td><input type="text" class="input-text" name="watermark_quality" id="watermark_quality" size="10" value="{$watermark_quality}" /> </td>
  49. </tr>
  50. <tr>
  51. <th width="130">{:L('config_attach_watermark_pos_padding')}</th>
  52. <td><input type="text" class="input-text" name="watermark_pospadding" id="watermark_pospadding" size="10" value="{$watermark_pospadding}" /> </td>
  53. </tr>
  54. <tr>
  55. <th width="130">{:L('config_attach_watermark_pos')}</th>
  56. <td>
  57. <table width="60%" class="radio-label" cellpadding=0 cellspacing=0 >
  58. <tr>
  59. <td rowspan="3"><input class="radio_style" name="watermark_pos" value="10" type="radio" <if condition="$watermark_pos == 10"> checked</if> > {:L('config_attach_watermark_pos_rand')}</td>
  60. <td><input class="radio_style" name="watermark_pos" value="1" type="radio" <if condition="$watermark_pos == 1"> checked</if>> {:L('config_attach_watermark_pos_1')}</td>
  61. <td><input class="radio_style" name="watermark_pos" value="2" type="radio" <if condition="$watermark_pos == 2"> checked</if> > {:L('config_attach_watermark_pos_2')}</td>
  62. <td><input class="radio_style" name="watermark_pos" value="3" type="radio" <if condition="$watermark_pos == 3"> checked</if> > {:L('config_attach_watermark_pos_3')}</td>
  63. </tr>
  64. <tr>
  65. <td><input class="radio_style" name="watermark_pos" value="4" type="radio" <if condition="$watermark_pos == 4"> checked</if> > {:L('config_attach_watermark_pos_4')}</td>
  66. <td><input class="radio_style" name="watermark_pos" value="5" type="radio" <if condition="$watermark_pos == 5"> checked</if>> {:L('config_attach_watermark_pos_5')}</td>
  67. <td><input class="radio_style" name="watermark_pos" value="6" type="radio" <if condition="$watermark_pos == 6"> checked</if>> {:L('config_attach_watermark_pos_6')}</td>
  68. </tr>
  69. <tr>
  70. <td><input class="radio_style" name="watermark_pos" value="7" type="radio" <if condition="$watermark_pos == 7"> checked</if>> {:L('config_attach_watermark_pos_7')}</td>
  71. <td><input class="radio_style" name="watermark_pos" value="8" type="radio" <if condition="$watermark_pos == 8"> checked</if>> {:L('config_attach_watermark_pos_8')}</td>
  72. <td><input class="radio_style" name="watermark_pos" value="9" type="radio" <if condition="$watermark_pos == 9"> checked</if>> {:L('config_attach_watermark_pos_9')}</td>
  73. </tr>
  74. </table>
  75. </td>
  76. </tr>
  77. </table>
  78. <div class="btn">
  79. <INPUT TYPE="submit" value="{:L('save')}" class="button buttonBtn" >
  80. <input TYPE="reset" value="{:L('reset')}" class="button">
  81. </div>
  82. </form>
  83. </div>