home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / FORMSHOMEPAGE.HTML4 < prev    next >
Text File  |  2007-02-04  |  3KB  |  78 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 Home Page</title>
  17.     <script language="javascript" src="utilityfunctions.js"></script>
  18.     <script language="javascript" src="FormsHomePageScript.js"></script>
  19.     <link rel="stylesheet" type="text/css" href="FormsHomePageStyle.css">
  20. </head>
  21. <body onload="initMainPage();" scroll="no">
  22.  
  23. <table id="tblMain" cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
  24. <tr>
  25.     <td height="*" colspan="2"></td>
  26. </tr>
  27. <tr>
  28.     <td width="*" height="431" background="bg_FormsHomePageSlice.gif"></td>
  29.     <td width="606" height="431" background="bg_FormsHomePage.gif" valign="top">
  30.         <div id="divDesigner" align="justify">
  31.             <p>The Groove Forms Tool lets workspace members fill out custom documents (forms) which are
  32.             displayed in custom lists (views).</p>
  33.             <p id="pDesigner">Click "Start Here >" to start creating the design elements of a new Forms
  34.             tool application. If you want, you can save the application as a new tool that you and others
  35.             can add to any workspace.</p>
  36.         </div>
  37.         <div id="divSandbox" align="justify">
  38.             <p>The Groove Forms Tool lets workspace members fill out custom documents (forms) which are
  39.             displayed in custom lists (views).</p>
  40.             <p>A Forms Tool must have at least one saved form and view before you can create data records.
  41.             Click 'Continue' to resume designing this forms tool.</p>
  42.         </div>
  43.         <div id="divNonDesigner" align="justify">
  44.             <p>This Forms tool does not yet contain any forms for creating records.</p>
  45.         </div>
  46.         <div id="divNoFormsOrViews" align="justify">
  47.             <p>A member of this workspace has updated the design of this Forms tool application with
  48.             features that require a later version of Groove Virtual Office. You must update Groove in
  49.             order to resume using this tool.</p>
  50.         </div>
  51.         <div id="divButton" align="center" onmouseover="doButtonOver()" onmouseout="doButtonOut()" onmouseUp="goCreate()">
  52.             <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
  53.             <tr>
  54.                 <td background="button_left.gif" width="11" height="22" id="tdButtonLeft"></td>
  55.                 <td background="button_mid.gif" width="*" align="center" id="tdButtonMid">Start Here ></td>
  56.                 <td background="button_right.gif" width="11" height="22" id="tdButtonRight"></td>
  57.             </tr>
  58.             </table>
  59.         </div>
  60.         <div id="divSandboxButton" align="center" onmouseover="doSandboxButtonOver()" onmouseout="doSandboxButtonOut()" onmouseUp="goContinue()">
  61.             <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
  62.             <tr>
  63.                 <td background="button_left.gif" width="11" height="22" id="tdSandboxButtonLeft"></td>
  64.                 <td background="button_mid.gif" width="*" align="center" id="tdSandboxButtonMid">Continue</td>
  65.                 <td background="button_right.gif" width="11" height="22" id="tdSandboxButtonRight"></td>
  66.             </tr>
  67.             </table>
  68.         </div>
  69.     </td>
  70. </tr>
  71. <tr>
  72.     <td height="*" colspan="2"></td>
  73. </tr>
  74. </table>
  75.  
  76. </body>
  77. </html>
  78.