<% ' %> <% main() Sub main() If Not(SessionCheck()) Then Exit Sub End If '会社セッション初期化(演習状況記帳チェック後の対処) KaisyaCD = "" GB_KaisyaCD = "" KaisyaMeisyo = "" GB_KaisyaMeisyo = "" KaisyaRyakuMeisyo = "" GB_KaisyaRyakuMeisyo = "" Session(HomeAlias & "KaisyaCD") = "" Session(HomeAlias & "Gyosyu") = "" Session(HomeAlias & "GyosyuMeisyo") = "" Session(HomeAlias & "KaisyaMeisyo") = "" Session(HomeAlias & "KaisyaRyakuMeisyo") = "" Session(HomeAlias & "JisyaFlag") = "" Session(HomeAlias & "ShijyoCD") = "" '絞り込み用の演習管理者IDを再取得(書類一覧後の対処)(221201小野美) If GB_Admin = "2" And EnshuCD <> "" Then Query = "exec SPM演習取得 '" & GB_SystemCD & "','" & EnshuCD & "'" Set Content = OpenQuery(Query) If Not(Content.BOF Or Content.EOF) Then Session(HomeAlias & "GakuseiNo") = "" & Content.Fields("演習管理者ID") GB_GakuseiNo = Session(HomeAlias & "GakuseiNo") GakuseiNo = GB_GakuseiNo End If End If 'Response.Write("GB_Admin = " & GB_Admin & vbCrLf) 'Response.Write("GB_GakuseiNo = " & GB_GakuseiNo & vbCrLf) 'Exit Sub Dim RouteType RouteType = Request("RouteType") Dim GroupCD GroupCD = Request("GroupCD") Dim Query Dim Content 'グループCD=nullのゴミデータ削除 Query = "exec SPMグループ更新 '" & GB_SystemCD & "', 4" Query = Query & ",''" Query = Query & ",''" Query = Query & ",''" Query = Query & ",''" Query = Query & ",''" 'Response.Write(Query) 'Exit Sub Set Content = OpenQuery(Query) %> <% = HtmlHeader("") %>
<% Response.Write(HtmlDesign(1)) Response.Write(HttpL1(4)) If Request("RouteType") = "Kantan" Then Response.Write(HttpL2("運用管理メニュー" ,"tblbtn( '/" & HomeAlias & "/admin/admenu1.asp')", "グループ管理", "", "", "", "", "", "", "", "", "")) Else Response.Write(HttpL2("運用管理メニュー" ,"tblbtn( '/" & HomeAlias & "/admin/admenu_w.asp')", "グループ管理", "", "", "", "", "", "", "", "", "")) End If Response.Write(HttpL3("", "" ,"", "", "", "", "", "", "", "", "", "", "", "", "", "")) Response.Write(HttpL3_1("照会", "syokaibtn(0)", " ユーザー管理 ", "syokaibtn(1)", "", "", "", "", "", "")) Response.Write(HttpL3_2("追加", "tblbtn( 'fm_group.asp?RouteType=" & RouteType & "&syori=1')", "", "", "", "", "", "", "", "")) Response.Write(HttpL4("グループ管理", "一覧表示")) %>
<% = HtmlFooter %> <% End Sub %>