home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / FORMSFORMTEMPLATE.HTML3 < prev    next >
Text File  |  2007-02-04  |  3KB  |  133 lines

  1. <!-- *********************************************************************
  2.                                  Notice
  3.  
  4. You may not modify, use, copy or distribute this file or its contents. 
  5. Internal interfaces referenced in this file are nonpublic, unsupported 
  6. and subject to change without notice. These interfaces may not be 
  7. utilized in other software applications or components.
  8.  
  9.  
  10. ********************************************************************* -->
  11.  
  12. <!-- saved from url=(0025)http://www.microsoft.com/ -->
  13.  
  14. <HTML>
  15. <HEAD>
  16.     <TITLE>Groove Forms Tool - Form</TITLE>
  17.     <STYLE TYPE="text/css">
  18.     .activeTab, .inactiveTab
  19.     {
  20.         cursor:                default;
  21.         height:                18px;
  22.         padding:            2px 8px 2px 8px;
  23.         border-right:        1px solid black;
  24.     }
  25.  
  26.     .activeTab
  27.     {
  28.         background-color:    #DEDEDE;
  29.     }
  30.  
  31.     .inactiveTab
  32.     {
  33.         background-color:    #797979;
  34.         color:                #FFFFFF;
  35.     }
  36.  
  37.     .tabContents
  38.     {
  39.         background-color:    #DEDEDE;
  40.     }
  41.  
  42.     .commandbar
  43.     {
  44.         background-color:    menu;
  45.         border:                1px solid buttonshadow;
  46.         border-bottom-width:0px;
  47.     }
  48.  
  49.     .command, .commandDisabled, .commandHover, .commandDown
  50.     {
  51.         width:                16px;
  52.         height:                16px;
  53.         padding:            3px;
  54.         border:                1px solid buttonface;
  55.     }
  56.  
  57.     .commandSep
  58.     {
  59.         width:                0px;
  60.         margin:                0px 2px 0px 2px;
  61.         border-left:        1px solid buttonshadow;
  62.         border-right:        1px solid buttonhighlight;
  63.     }
  64.  
  65.     .commandDisabled IMG
  66.     {
  67.         filter:                progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  68.     }
  69.  
  70.     .commandHover
  71.     {
  72.         border-top-color:    buttonhighlight;
  73.         border-right-color:    buttonshadow;
  74.         border-bottom-color:buttonshadow;
  75.         border-left-color:    buttonhighlight;
  76.     }
  77.  
  78.     .commandDown
  79.     {
  80.         border-top-color:    buttonshadow;
  81.         border-right-color:    buttonhighlight;
  82.         border-bottom-color:buttonhighlight;
  83.         border-left-color:    buttonshadow;
  84.     }
  85.     </STYLE>
  86.     <SCRIPT LANGUAGE="JavaScript" SRC="PublicFunctions.js"></SCRIPT> 
  87.     <SCRIPT LANGUAGE="JavaScript" SRC="utilityfunctions.js"></SCRIPT>
  88.     <SCRIPT LANGUAGE="JavaScript" SRC="submit.js"></SCRIPT>
  89.     <SCRIPT LANGUAGE="JavaScript" SRC="validation.js"></SCRIPT>
  90.     <SCRIPT LANGUAGE="JavaScript" SRC="form.js"></SCRIPT>
  91.     <SCRIPT LANGUAGE="JavaScript">
  92.     <!--
  93.     // Put the variables from the querystring into globals.
  94.     getQueryStringVariables();
  95.  
  96.     var g_FormHTML = "";
  97.     var g_ShowBorder = false;
  98.  
  99.     if (g_FormID)
  100.     {
  101.         try
  102.         {
  103.             var Transaction = getScriptHostQI("IGrooveFormsToolUIDelegate").OpenTransaction();
  104.  
  105.             document.write(getScriptHostQI("IGrooveFormsToolUIDelegateFormPrivate").GetFormStyle(g_FormID));
  106.             document.write(getScriptHostQI("IGrooveFormsToolUIDelegateFormPrivate").GetFormScripts(g_FormID));
  107.             g_FormHTML = getScriptHostQI("IGrooveFormsToolUIDelegateFormPrivate").GetFormHTML(g_FormID)
  108.  
  109.             Transaction.Commit();
  110.         }
  111.         catch (error)
  112.         {
  113.             Transaction.Abort();
  114.         }
  115.     }
  116.     // -->
  117.     </SCRIPT>
  118. </HEAD>
  119. <BODY ONLOAD="initFormPage();" ONBEFOREUNLOAD="terminateFormPage();" ONBEFOREPRINT="beforePrint();" ONAFTERPRINT="afterPrint();">
  120.  
  121. <FORM NAME="GrooveFormBase">
  122.  
  123.     <SCRIPT LANGUAGE="javascript">
  124.     <!--
  125.     document.write(g_FormHTML);
  126.     //document.write("<textarea rows=25 cols=100>" + g_FormHTML + "</textarea>");
  127.     // -->
  128.     </SCRIPT>
  129.  
  130. </FORM>
  131.  
  132. </BODY>
  133. </HTML>