show_wh_salaryitems2.asp

来自「这是一个自己研发的薪酬管理系统」· ASP 代码 · 共 83 行

ASP
83
字号

            <TR CLASS='TABLEDATA' ALIGN=CENTER>
                <TD ALIGN=CENTER>
                    <INPUT ID=Chk_Select NAME=ChkID TYPE=CHECKBOX VALUE='<% =Str_PK_item2_id %>'>
                </TD>
            
                <TD>
                    <% Response.write (mInt_Page-1)*mInt_CountPerPage+Int_Count %>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
                    <%
                    Response.write Str_item2_number
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
                    <%
                    Response.write Str_item2_name
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
                    <%
                    Response.write Str_item2_isused
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
                    <%
                    if Str_item2_tech="1" then
						response.write("√")
					else
						response.write("×")
					end if
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
                    <%
                    if Str_item2_market="1" then
						response.write("√")
					else
						response.write("×")
					end if
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
                    <%
                    if Str_item2_adm="1" then
						response.write("√")
					else
						response.write("×")
					end if
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
                    <%
                    if Str_item2_other="1" then
						response.write("√")
					else
						response.write("×")
					end if
                    %>
                    </A>
                </TD>
                <TD>&nbsp;
                    <A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
                    <%
                    Response.write Str_item2_memo
                    %>
                    </A>
                </TD>
            </TR>

⌨️ 快捷键说明

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