国内流行的内容管理系统(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.

22 lines
756B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="<?php echo $cfg_soft_lang; ?>">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>智能标记向导</title>
  7. <link rel="stylesheet" href="../static/web/css/admin.css">
  8. </head>
  9. <body>
  10. <table width="99%" cellspacing="0" cellpadding="0">
  11. <form action="tag_test_action.php" method="post" name="f1" target="_blank">
  12. <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token']; ?>">
  13. <tr>
  14. <td align="center">
  15. <textarea name="partcode" cols="60" rows="6" id="partcode" style="width:90%;height:120"><?php echo $fulltag?></textarea>
  16. <input type="submit" name="Submit" value="预览" class="np">
  17. </td>
  18. </tr>
  19. </form>
  20. </table>
  21. </body>
  22. </html>