<% ' %> <% main() Sub main() Dim Label Label = "摘要管理" If PackageMode = 1 Then Label = "摘要マスター" End If Dim EnshuName Dim Query Dim Content Dim TekiyoCD TekiyoCD = Request("TekiyoCD") If Not(SessionCheck()) Then Exit Sub End If %> <% = HtmlHeader("") %>
<% Response.Write(HtmlDesign(1)) Response.Write(HttpL1(3)) If PackageMode = 1 Then Response.Write(HttpL2("メインメニュー" ,"tblbtn('/" & HomeAlias & "/user/bk/menu_cyac.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_s4.asp')", Label, "", "", "", "", "")) End If Response.Write(HttpL3("", "" ,"", "", "", "", "", "", "", "", "", "", "", "", "", "")) Response.Write(HttpL3_1("照会", "syokaibtn()", "印刷", "PrintoutReal()", "", "", "", "", "", "")) Response.Write(HttpL3_2("追加", "tblbtn( 'fm_tekiyo.asp?Action=1&EnshuCD=" & EnshuCD & "')", "", "", "", "", "", "", "", "")) Response.Write(HttpL4(Label, "一覧表示")) %>
  <% = HtmlFooter %> <% End Sub %>