📄 richeng-bottom-right.htm
字号:
<%'--------------------------------------------------------------------------
' Project: COLLAMBER网络办公系统
' Module : 日历
' By: elf
' Discription: 日历
'--------------------------------------------------------------------------%>
<%response.expiresabsolute=#jan 01,1980 00:00:00#
if session("userid")="" then
response.write "<SCRIPT LANGUAGE='JavaScript'>"&chr(13)
response.write "<!--"&chr(13)
response.write "parent.location.href=""/error/error.htm"""&chr(13)&chr(13)
response.write "//-->"&chr(13)
response.write "</SCRIPT>"&chr(13)
end if
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="<%=session("css")%>/person.css" type="text/css">
</head>
<%
mdate=request.querystring("mdate")
if mdate="" then
mdate=date()
end if
ors.open "select subject,id,type from calendar_node where (deleted=0 and committime=0 and owner_user_id="&session("userid")&") or (deleted=0 and creator_id="&session("userid")&" and owner_user_id<>creator_id)"
%>
<body bgcolor="#F8F8F5" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#666666">
<td><img src="../../images/calendar/point.gif" width="1" height="1"></td>
</tr>
</table>
<%do while not ors.eof%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="unnamed1">
<tr bgcolor="#F2F1F1">
<td height="35" bgcolor="#666666" width="0%"><img src="../../images/calendar/point.gif" width="1" height="1"></td>
<td height="35" width="18%" align="right"><a href="#"><img width="19" height="20" src="../../images/calendar/addmeeting.gif" border="0"></a></td>
<td height="35" width="82%" align="center">杭州电台-李文辉</td>
</tr>
</table>
<%ors.movenext
loop
ors.close%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -