<% ' ' %> <% main() Sub main() If Not(SessionCheck()) Then Exit Sub End If Dim PageType ' 2006.12.08 APPEND 2LINES Dim GenkinNyusyukinCD GenkinNyusyukinCD = Request("GenkinNyusyukinCD") PageType = Request("PageType") Dim GenkinTorihikiKubun Dim Label If PageType = "Nyukin" Then GenkinTorihikiKubun = "GN" Label = "入金" ElseIf PageType = "Shukkin" Then GenkinTorihikiKubun = "GS" Label = "出金" Else PageType = "入出金履歴" Label = "入出金履歴" End If %> <% = AppTitle %> <% Response.Write(HtmlDesign(1)) Response.Write(HttpL1(3)) If GB_Gyosyu <> "B" Then Response.Write(HttpL2("会社選択" ,"tblbtn( '/" & HomeAlias & "/user/bk/')", GB_GyosyuMeisyo, "tblbtn( '/" & HomeAlias & "/user/bk/menu_" & GB_Gyosyu & ".asp')", "経理部", "tblbtn( '/" & HomeAlias & "/user/bk/menu_s1.asp')", Label, "", "", "", "", "")) Else Response.Write(HttpL2("会社選択" ,"tblbtn( '/" & HomeAlias & "/user/bk/')", GB_GyosyuMeisyo , "tblbtn( '/" & HomeAlias & "/user/bk/menu_" & GB_Gyosyu & ".asp')", "経理業務", "tblbtn( '/" & HomeAlias & "/user/bk/menu_" & GB_Gyosyu & "1.asp')", Label, "", "", "", "", "")) End If Response.Write(HttpL3("", "", "", "", "","" ,"", "", "", "", "", "", "", "", "", "")) If PageType = "Nyukin" Or PageType = "Shukkin" Then Response.Write(HttpL3_1("照会", "syokaibtn()", "", "", "", "", "", "", "", "")) Response.Write(HttpL3_2("追加", "tblbtn( '/" & HomeAlias & "/user/bk/kinko/fk_nyukin.asp?PageType=" & PageType & "')", "", "", "", "", "", "", "", "")) End If Response.Write(HttpL4(Label, "一覧表示")) %> <% = HtmlFooter %> <% End Sub %>