📄 index.php
字号:
<?php
include_once( "inc/auth.php" );
include_once( "inc/reg_check.php" );
if ( $OA_REG_ON != 2 )
{
exit( );
}
is_registered( );
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\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\" class=\"small\">\r\n <tr>\r\n <td class=\"Big\"><img src=\"/images/menu/infofind.gi";
echo "f\" WIDTH=\"22\" HEIGHT=\"20\" align=\"absmiddle\">";
echo "<s";
echo "pan class=\"big3\"> 法律法规查询</span>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<hr width=\"95%\" height=\"1\" align=\"left\" class=\"big1\">\r\n\r\n<table width=\"500\" border=\"0\" cellspacing=\"1\" cellpadding=\"3\" align=\"center\" bgcolor=\"#000000\">\r\n <tr> \r\n <td class=\"TableHeader\" align=\"center\"> \r\n <b>法律法规主目录</b>\r\n </td>\r\n </tr>\r\n <tr> \r\n <td class=\"TableData\" align=\"center\">\r\n <a href=\"flgswenshu.php\">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -