dasoares

CAMS - ImportAppealCodesPage1.asp

Apr 30th, 2012
918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 3.10 KB | None | 0 0
  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <%
  3. Dim uiCommon
  4. Set uiCommon = Server.Createobject("uiCECommon.ceCommon")  
  5. %>
  6. <html>
  7. <head>
  8. <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5" />
  9. <title>Import Appeal Codes</title>
  10. <% Call uiCommon.MetaInclude %>
  11. <link rel="stylesheet" type="text/css" href="src/TRSStyles.css" />
  12. <script type="text/javascript" language="Javascript" src="src/TRSActiveXControls.js"></script>
  13. <!--script Language="Javascript" src="src/TRSActiveXControls.js"></script-->
  14. <!--
  15. <link rel="stylesheet" type="text/css" media="all" href="src/calendar-win2k-cold-2.css" title="calendar-win2k-cold-2" />
  16. <script type="text/javascript" src="src/calendar.js"></script>
  17. <script type="text/javascript" src="src/calendar-en.js"></script>
  18. <script type="text/javascript" src="src/calendar-setup.js"></script>
  19. -->
  20. <Script Language = "Javascript">
  21.     document.oncontextmenu = function(){return false}
  22. </script>
  23. <script language="VBScript">
  24.     Dim detailpage
  25.     Dim action    
  26.     detailpage = "Page0.asp"
  27. Sub Window_onLoad()
  28. End Sub
  29.  
  30. Sub btnInitiate_Click()
  31. Dim Result
  32. Dim msg
  33.  
  34. if msgbox("Continue with Import?",vbYesNo + vbQuestion,"Confirmation") = vbNo then
  35. exit sub
  36. end if
  37.  
  38. If top.ImportAppealCodes() = True Then
  39.        msgbox "Fund Appeal Codes have been imported into the Glossary table. Please send a ticket to Helpdesk asking for IT to rebuild the Glossary and Reference SSI files.",vbOKOnly,"Import Fund Appeal Codes"
  40. End If
  41.  
  42. end sub
  43. </script>
  44. </head>
  45. <BODY style="BACKGROUND: #fffaed">
  46. <!--TABLE ALIGN="center" BORDER="0" CELLPADDING="0" CELLSPACING="0">   
  47. </TABLE-->
  48. <table align='center' style="border:1px solid #999999;">
  49.     <tr>
  50.       <td align = "left" colspan = 2>
  51.       <p style="font-family: verdana; font-size: 12px; font-weight: bold; background: #ffffcc; line-height: 14px;"><img src="flag.gif" >&nbsp;&nbsp;Instructions:
  52.       <BR /><BR />The appeal codes file must be titled 'AppealCodes.xls' and then saved in 'Microsoft Office Excel Workbook (*.xls) format in the Development share. Once that is done, click on the 'Import Appeal Codes' button to create the Glossary entries in CAMS.
  53.       <BR />
  54.       <BR />
  55.       Please call IT after the import is complete to ask them to rebuild the Glossary and Reference SSI files. Until that is done, the new appeal codes will not display in the keyword lists.
  56.       </p>
  57.       </td>
  58.     </tr>
  59. </table>
  60.  
  61. <Div ID="btns" STYLE="position:absolute; left:10px; top:130px; width:660px; height:30px; visibility:visible">
  62. <Table align="center">
  63. <tr>
  64. </tr>
  65. <tr>
  66. </tr>
  67. <tr>
  68. </tr>
  69. <tr>
  70. </tr>
  71. <tr>
  72. </tr>
  73. <tr>
  74. <!--td id="goexp">
  75. <%Call uiCommon.WriteButtonJava("goexp", "btnInitiate", "75", "28", "13", "Import Appeal Codes", "Arial", "8")%>
  76. </td-->
  77. <td colspan="4" id="goinit" align = "center" >
  78. <%Call uiCommon.WriteButtonJava("goinit", "btnInitiate", "100", "25", "11", "Import", "Arial", "9")%>
  79. </td
  80. </tr>
  81. </Table></Div>
  82. <Table align=center>
  83. <tr>
  84.     <td ID=objExport STYLE="display:none">
  85. <OBJECT ID="trsExport"
  86.     <% Call uiCommon.WriteCodeBase("axExport")%>
  87. </OBJECT>  
  88.     </td>
  89. </tr>
  90. </table>
  91. </BODY>
  92. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment