📄 poll_code.php
字号:
<?php
include( "../config.inc.php" );
include( "../includes/SysGlobal.php" );
include( "language/".$aLan."_".$charset.".php" );
include( "../includes/version.php" );
include( "../includes/pro.php" );
include( "func/adm.inc.php" );
include( "func/common.inc.php" );
include( "func/vote.inc.php" );
include( "func/db.inc.php" );
include( "func/nocatch.php" );
needauth( 71 );
$vote = new vote( );
echo "<html>\r\n<head >\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=";
echo $charset;
echo "\">\r\n<link id=\"style_sheet\" href=\"css/commonstyle.css\" type=\"text/css\" rel=\"stylesheet\">\r\n<title>";
echo $strAdminTitle;
echo "</title>\r\n\r\n</head>\r\n\r\n<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\r\n<table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"3\" cellspacing=\"1\" height=\"100%\">\r\n <form action=\"\" method=\"post\">\r\n <tr> \r\n <td class=\"title\" height=\"25\"> \r\n <div align=\"center\">第";
echo $pollid;
echo "号投票组代码</div>\r\n </td>\r\n </tr>\r\n <tr> \r\n <td class=\"con\">\r\n <div align=\"center\"> \r\n <textarea name=\"codearea\" cols=\"50\" rows=\"15\">";
echo $vote->insert_viewcode( $pollid );
echo "</textarea>\r\n <br>\r\n <br>\r\n 请将以上代码插入网页的自由编辑区域 </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"title\" height=\"20\"> </td>\r\n </tr>\r\n </form>\r\n</table>\r\n\r\n</body>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -