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

21 lines
918B

  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 href="css/base.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body leftmargin='0' topmargin='10'>
  9. <table width="99%" border="0" cellspacing="0" cellpadding="0">
  10. <form action="tag_test_action.php" method="post" name="f1" target="_blank">
  11. <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>" />
  12. <tr>
  13. <td align="center">
  14. <textarea name="partcode" cols="60" rows="6" id="partcode" style="width:90%;height:120"><?php echo $fulltag?></textarea>
  15. <input type="submit" name="Submit" value="预览" class="np">
  16. </td>
  17. </tr>
  18. </form>
  19. </table>
  20. </body>
  21. </html>