📄 showone_view_salaries.asp
字号:
<TABLE WIDTH=90% <% Response.write GetTableBorder()%>>
<COLGROUP>
<COL 1 CLASS='TABLEHEAD' WIDTH=100 ALIGN=RIGHT>
<COL 2 CLASS='TABLEDATA'>
</COLGROUP>
<TR>
<TD>salary_id </TD>
<TD>
<%
Response.write Str_salary_id
%>
</TD>
</TR>
<TR>
<TD>salary_date </TD>
<TD>
<%
if isdate(Str_salary_date) then
Response.write (Val(FormatDate(Str_salary_date,"yyyy"))-gInt_BeginYear) & FormatDate(Str_salary_date,"年mm月dd日")
end if
%>
</TD>
</TR>
<TR>
<TD>salary_month </TD>
<TD>
<%
Response.write Str_salary_month
%>
</TD>
</TR>
<TR>
<TD>employee_id </TD>
<TD>
<%
Response.write Str_employee_id
%>
</TD>
</TR>
<TR>
<TD>salary_info1 </TD>
<TD>
<%
Response.write Str_salary_info1
%>
</TD>
</TR>
<TR>
<TD>salary_info2 </TD>
<TD>
<%
Response.write Str_salary_info2
%>
</TD>
</TR>
<TR>
<TD>salary_memo </TD>
<TD>
<%
Response.write Str_salary_memo
%>
</TD>
</TR>
<TR>
<TD>Expr1 </TD>
<TD>
<%
Response.write Str_Expr1
%>
</TD>
</TR>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -