blog_put.asp

来自「后台登陆admin.asp」· ASP 代码 · 共 48 行

ASP
48
字号
<!--#include file="mdb.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/function_blog.asp"-->
<!--#include file="inc/syscode_blog.asp"-->
<%
start="BLOG日志 - 发表"
call head()
call menu()
%>
<table width=760 border=0 align=center cellpadding=0 cellspacing=0 bgcolor=#FFFFFF class="table-hx66s">
 <TR>
   <TD height="25"><%call main_blog()%></td>
  </tr>
</table>
<table width=760 border=0 align=center cellpadding=0 cellspacing=0 bgcolor=#FFFFFF class="table-hx66s">
  <tr>
    <TD width=175 vAlign=top align=center>
  <table border="0" width=165 align="center" cellpadding="0" cellspacing="1" class="b5" style="border-collapse: collapse">
   <tr>
    <td height="23" class="a5">&nbsp;&nbsp; 会 员 登 录</td>
   </tr>
   <tr>
    <td height="22"><%call userlogin()%></td>
   </tr>
   <tr>
    <td height="23" class="a2">&nbsp;&nbsp; BLOG 日 历</td>
   </tr>
   <tr>
    <td><%Call Calendar(Hx_Year,Hx_Month,Hx_Day)%></td>
   </tr>
 </table>
</td>
<td width="*" valign="top" align="right">
     <table border="0" width="99%" align="center" cellpadding="0" cellspacing="1" class="b4" style="border-collapse: collapse">
        <tr>
          <td height="23" class="a4">&nbsp;&nbsp;发表新日志</td>
        </tr>
        <tr>
          <td valign="top"><%call blog_put()%></TD>
        </tr>
      </TABLE>
   </TD>
  </TR>
</TABLE>
<%
call footer()
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?