📄 index1.php
字号:
<?php
include_once( "inc/auth.php" );
include_once( "inc/reg_check.php" );
if ( $OA_REG_ON != 2 )
{
exit( );
}
global $IS_REGISTERED_MYOA;
if ( !$IS_REGISTERED_MYOA )
{
echo "<body class='bodycolor' topmargin='5'>";
message( "提示", "软件尚未注册,不能使用此项功能!" );
exit( );
}
echo "\r\n<HTML>\r\n<HEAD>\r\n<title></TITLE>\r\n<META content=\"text/html; charset=gb2312\" http-equiv=Content-Type>\r\n";
echo "<s";
echo "tyle type=\"text/css\">\r\n<!--a { text-decoration: none; font-size: 9pt; color: black; font-family: 宋体 }\r\n.text { font-size: 9pt; font-family: 宋体 }\r\n.text1 { color: #0000A0; font-size: 11pt; font-family: 宋体 }\r\n.text2 { color: #008080; font-size: 9pt; font-family: 宋体 }\r\n.text3 { color: #0F8A91; font-size: 11pt; font-family: 宋体 }\r\n.l100 { line-height:";
echo " 14pt; font-size: 9pt }\r\ntd { font-family: 宋体; font-size: 9pt; line-height: 13pt }\r\ninput { font-size: 9pt; font-family: 宋体 }\r\np { font-size: 9pt; font-family: 宋体 }\r\n--></style>\r\n\r\n</HEAD>\r\n<BODY class=\"bodycolor\" topmargin=\"5\">\r\n<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"0\">\r\n <tr class=\"tablehead1\">\r\n <td><img src=\"/images/menu/infofind.gif\" align";
echo "=\"absmiddle\">法律法规查询\r\n </td>\r\n </tr>\r\n </table>\r\n<hr width=\"95%\" height=\"1\" align=\"left\" color=\"#ffffff\">\r\n<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"5\" class=\"small\">\r\n <tr class=\"TableHeader\"> \r\n <td > \r\n <b>法律法规主目录</b>\r\n </td>\r\n </tr>\r\n <tr class=\"TableLine2\"> \r\n <td >\r\n <a href=\"flgswenshu.php\">法律格式文书库</a>\r\n </td>\r\n </tr>\r\n <tr class=\"Table";
echo "Line1\"> \r\n <td >\r\n <a href=\"hyhetong.php\">行业合同样板库</a>\r\n </td>\r\n </tr>\r\n <tr class=\"TableLine2\"> \r\n <td >\r\n <a href=\"gzwenshu.php\">公司常用文书库</a>\r\n </td>\r\n </tr>\r\n</table>\r\n \r\n</body>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -