⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 show_view_salaries.asp

📁 这是一个自己研发的薪酬管理系统
💻 ASP
字号:

            <TR CLASS='TABLEDATA' ALIGN=CENTER>
                <TD ALIGN=CENTER>
                    <INPUT ID=Chk_Select NAME=ChkID TYPE=CHECKBOX VALUE='<% =Str_PK_salary_id %>'>
                </TD>
            
                <TD>
                    <% Response.write (mInt_Page-1)*mInt_CountPerPage+Int_Count %>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_salary_id=<%=Str_PK_salary_id%>'>
                    <%
                    Response.write Str_salary_id
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_salary_id=<%=Str_PK_salary_id%>'>
                    <%
                    if isdate(Str_salary_date) then
                        Response.write (Val(FormatDate(Str_salary_date,"yyyy"))-gInt_BeginYear) & FormatDate(Str_salary_date,"年mm月dd日")
                    end if
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_salary_id=<%=Str_PK_salary_id%>'>
                    <%
                    Response.write Str_salary_month
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_salary_id=<%=Str_PK_salary_id%>'>
                    <%
                    Response.write Str_employee_id
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_salary_id=<%=Str_PK_salary_id%>'>
                    <%
                    Response.write Str_salary_info1
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_salary_id=<%=Str_PK_salary_id%>'>
                    <%
                    Response.write Str_salary_info2
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_salary_id=<%=Str_PK_salary_id%>'>
                    <%
                    Response.write Str_salary_memo
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_salary_id=<%=Str_PK_salary_id%>'>
                    <%
                    Response.write Str_Expr1
                    %>
                    </A>
                </TD>
            </TR>

⌨️ 快捷键说明

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