<% ' %> <% main() Sub main() If Not(SessionCheck()) Then Exit Sub End If Dim Query, Content Dim InputShiwaketyo, InputShiwakeShukeihyo, InputGokeiZandakaShisanhyo, InputSokanjyoMototyo Dim InputTaisyakuTaisyohyo, InputSonekiKeisansyo, InputHachiketaSeisanhyo Dim AutoShiwaketyo, AutoShiwakeShukeihyo, AutoGokeiZandakaShisanhyo, AutoSokanjyoMototyo Dim AutoTaisyakuTaisyohyo, AutoSonekiKeisansyo, AutoHachiketaSeisanhyo Dim RiyoDenpyoSu Dim GenkaKaikeiRiyo Query = "exec SPM‰‰KŽæ“¾ '" & GB_SystemCD & "','" & EnshuCD & "'" Set Content = OpenQuery(Query) If Not(Content.BOF Or Content.EOF) Then RiyoDenpyoSu = Content.Fields("—˜—p“`•[”‹æ•ª") InputShiwaketyo = Content.Fields("Žè“®Žd–ó’ •\Ž¦") InputShiwakeShukeihyo = Content.Fields("Žè“®Žd–óWŒv•\•\Ž¦") InputGokeiZandakaShisanhyo = Content.Fields("Žè“®‡ŒvŽc‚ŽŽŽZ•\•\Ž¦") InputSokanjyoMototyo = Content.Fields("Žè“®‘Š¨’茳’ •\Ž¦") InputTaisyakuTaisyohyo = Content.Fields("Žè“®‘ÝŽØ‘ÎÆ•\•\Ž¦") InputSonekiKeisansyo = Content.Fields("Žè“®‘¹‰vŒvŽZ‘•\Ž¦") InputHachiketaSeisanhyo = Content.Fields("Žè“®8Œ…¸ŽZ•\•\Ž¦") AutoShiwaketyo = Content.Fields("Ž©“®“]‹LŽd–ó’ •\Ž¦") AutoShiwakeShukeihyo = Content.Fields("Ž©“®“]‹LŽd–óWŒv•\•\Ž¦") AutoGokeiZandakaShisanhyo = Content.Fields("Ž©“®“]‹L‡ŒvŽc‚ŽŽŽZ•\•\Ž¦") AutoSokanjyoMototyo = Content.Fields("Ž©“®“]‹L‘Š¨’茳’ •\Ž¦") AutoTaisyakuTaisyohyo = Content.Fields("Ž©“®“]‹L‘ÝŽØ‘ÎÆ•\•\Ž¦") AutoSonekiKeisansyo = Content.Fields("Ž©“®“]‹L‘¹‰vŒvŽZ‘•\Ž¦") AutoHachiketaSeisanhyo = Content.Fields("Ž©“®“]‹L8Œ…¸ŽZ•\•\Ž¦") GenkaKaikeiRiyo = "" & Content.Fields("Œ´‰¿‰ïŒv—˜—p") End If %> <% = HtmlHeader("") %> <% Response.Write(HtmlDesign(1)) Response.Write(HttpL1(3)) If PackageMode = 1 Then Response.Write(HttpL2("ƒƒCƒ“ƒƒjƒ…[" ,"tblbtn('/" & HomeAlias & "/user/bk/menu_cyac.asp')", "“`•[", "", "", "", "", "", "", "", "", "")) ElseIf GB_Gyosyu <> "B" Then Response.Write(HttpL2("‰ïŽÐ‘I‘ð" ,"tblbtn( '/" & HomeAlias & "/user/bk/')", GB_GyosyuMeisyo, "tblbtn( '/" & HomeAlias & "/user/bk/menu_" & GB_Gyosyu & ".asp')", "Œo—•”", "tblbtn( '/" & HomeAlias & "/user/bk/menu_s1.asp')", "", "", "“`•[", "", "", "")) Else Response.Write(HttpL2("‰ïŽÐ‘I‘ð" ,"tblbtn( '/" & HomeAlias & "/user/bk/')", GB_GyosyuMeisyo, "tblbtn( '/" & HomeAlias & "/user/bk/menu_" & GB_Gyosyu & ".asp')", "Œo—‹Æ–±", "tblbtn( '/" & HomeAlias & "/user/bk/menu_" & GB_Gyosyu & "1.asp')", "“`•[", "", "", "", "", "")) End If Response.Write(HttpL3("", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "")) Response.Write(HttpL3_1("", "", "", "", "", "", "", "", "", "")) Response.Write(HttpL3_2("", "", "", "", "", "", "", "", "", "")) Response.Write(HttpL4("“`•[", "")) Response.Write(HttpL5("")) %> <% = HtmlFooter %> <% End Sub %>