国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
7.1KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title>图片水印设置</title>
  6. <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
  7. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="../static/web/css/admin.css">
  9. </head>
  10. <body>
  11. <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
  12. <form action="sys_info_mark.php" method="post" enctype="multipart/form-data">
  13. <input type="hidden" name="action" value="save">
  14. <input type="hidden" name="get_photo_markimg" value="<?php echo $photo_markimg?>">
  15. <tr>
  16. <td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px">图片水印设置</td>
  17. </tr>
  18. <tr>
  19. <td width="50%" height="26">上传的图片是否使用图片水印功能:<br></td>
  20. <td>
  21. <label><input class="np" type="radio" value="1" name="get_photo_markup" <?php if($photo_markup=='1') echo ' checked'; ?>> 开启 </label>
  22. <label><input class="np" type="radio" value="0" name="get_photo_markup" <?php if($photo_markup=='0') echo ' checked'; ?>> 关闭</label>
  23. </td>
  24. </tr>
  25. <tr>
  26. <td height="26">采集的图片是否使用图片水印功能:</td>
  27. <td>
  28. <label><input class="np" type="radio" value="1" name="get_photo_markdown" <?php if($photo_markdown=='1') echo ' checked'; ?>> 开启 </label>
  29. <label><input class="np" type="radio" value="0" name="get_photo_markdown" <?php if($photo_markdown=='0') echo ' checked'; ?>> 关闭</label>
  30. </td>
  31. </tr>
  32. <tr>
  33. <td height="26">选择水印的文件类型:</td>
  34. <td>
  35. <label><input name="get_photo_marktype" type="radio" value="0" <?php if($photo_marktype == 0) echo 'checked'?>> gif</label>
  36. <label><input type="radio" name="get_photo_marktype" value="1" <?php if($photo_marktype == 1) echo 'checked'?>> png </label>
  37. <label><input type="radio" name="get_photo_marktype" value="2" <?php if($photo_marktype == 2) echo 'checked'?>> 文字</label>
  38. </td>
  39. </tr>
  40. <tr>
  41. <td height="26">添加水印的图片大小控制(设置为0为不限):</td>
  42. <td>
  43. 宽:<input name="get_photo_wwidth" type=text id="get_photo_wwidth" value="<?php echo $photo_wwidth?>" style="width:60px">
  44. 高:<input name="get_photo_wheight" type=text id="get_photo_wheight" value="<?php echo $photo_wheight?>" style="width:60px">
  45. </td>
  46. </tr>
  47. <tr>
  48. <td height="26">水印图片文件名(如果不存在,则使用文字水印):</td>
  49. <td><img src="../data/mark/<?php echo $photo_markimg; ?>"></td>
  50. </tr>
  51. <tr>
  52. <td height="26">上传新图片:</td>
  53. <td>
  54. <input name="newimg" type="file" id="newimg" style="width:260px"><br>
  55. <?php echo "支持的图片格式:gif png"; ?>
  56. </td>
  57. </tr>
  58. <tr>
  59. <td height="26">水印图片文字:(请查看data\mark\simhei.ttf字体库是否存在)</td>
  60. <td><input type="text" name="get_photo_watertext" value="<?php echo $photo_watertext?>" style="width:160px"></td>
  61. </tr>
  62. <tr>
  63. <td height="26">水印图片文字字体大小:</td>
  64. <td><input name="get_photo_fontsize" type=text id="get_photo_fontsize" value="<?php echo $photo_fontsize?>" style="width:160px"></td>
  65. </tr>
  66. <tr>
  67. <td height="26">水印图片文字颜色(默认#dc3545为红色):</td>
  68. <td><input name="get_photo_fontcolor" type=text id="get_photo_fontcolor" value="<?php echo $photo_fontcolor?>" style="width:160px"></td>
  69. </tr>
  70. <tr>
  71. <td height="26">设置 JPEG 类型的图片附件添加水印后质量参数,范围为 0~100 的整数,数值越大结果图片效果越好,但尺寸也越大</td>
  72. <td><input type="text" name="get_photo_marktrans" id="get_photo_marktrans" value="<?php echo $photo_marktrans?>" style="width:160px"></td>
  73. </tr>
  74. <tr>
  75. <td height="26">设置 GIF 类型水印图片与原始图片的融合度,水印透明度(0—100,值越小越透明):</td>
  76. <td><input name="get_photo_diaphaneity" type=text id="get_photo_diaphaneity" value="<?php echo $photo_diaphaneity?>" style="width:160px"></td>
  77. </tr>
  78. <tr>
  79. <td height="26">水印位置:</td>
  80. <td>
  81. <label><input class="np" type="radio" name="get_photo_waterpos" value="0" <?php if($photo_waterpos==0) echo ' checked'; ?>> 随机位置</label>
  82. <table border="1" cellspacing="0" cellpadding="0" class="table maintable" style="width:260px!important">
  83. <tr>
  84. <td width="33%">
  85. <label><input class="np" type="radio" name="get_photo_waterpos" value="1" <?php if($photo_waterpos==1) echo ' checked'; ?>> 顶部居左 </label>
  86. </td>
  87. <td width="33%">
  88. <label><input class="np" type="radio" name="get_photo_waterpos" value="2" <?php if($photo_waterpos==2) echo ' checked'; ?>> 顶部居中 </label>
  89. </td>
  90. <td>
  91. <label><input class="np" type="radio" name="get_photo_waterpos" value="3" <?php if($photo_waterpos==3) echo ' checked'; ?>> 顶部居右</label>
  92. </td>
  93. </tr>
  94. <tr>
  95. <td>
  96. <label><input class="np" type="radio" name="get_photo_waterpos" value="4" <?php if($photo_waterpos==4) echo ' checked'; ?>> 左边居中 </label>
  97. </td>
  98. <td>
  99. <label><input class="np" type="radio" name="get_photo_waterpos" value="5" <?php if($photo_waterpos==5) echo ' checked'; ?>> 图片中心 </label>
  100. </td>
  101. <td>
  102. <label><input class="np" type="radio" name="get_photo_waterpos" value="6" <?php if($photo_waterpos==6) echo ' checked'; ?>> 右边居中</label></td>
  103. </tr>
  104. <tr>
  105. <td>
  106. <label><input class="np" type="radio" name="get_photo_waterpos" value="7" <?php if($photo_waterpos==7) echo ' checked'; ?>> 底部居左 </label>
  107. </td>
  108. <td>
  109. <label><input class="np" type="radio" name="get_photo_waterpos" value="8" <?php if($photo_waterpos==8) echo ' checked'; ?>> 底部居中 </label>
  110. </td>
  111. <td>
  112. <label><input name="get_photo_waterpos" type="radio" class="np" value="9" <?php if($photo_waterpos==9) echo ' checked'; ?>> 底部居右</label>
  113. </td>
  114. </tr>
  115. </table>
  116. </td>
  117. </tr>
  118. <tr>
  119. <td bgcolor="#f8f8f8" colspan="2" align="center" class="py-3">
  120. <button type="submit" class="btn btn-success btn-sm">保存</button>
  121. <button type="reset" class="btn btn-success btn-sm">重置</button>
  122. </td>
  123. </tr>
  124. </form>
  125. </table>
  126. </body>
  127. </html>