home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / alteam / tsetup.exe / %TEAMWEBDIR% / teamweb.dll / 0 / RCDATA / TWEBMODULE1 / TWEBMODULE1.txt
Encoding:
Text File  |  2000-06-20  |  72.6 KB  |  2,471 lines

  1. object WebModule1: TWebModule1
  2.   OldCreateOrder = False
  3.   OnCreate = WebModule1Create
  4.   OnDestroy = WebModule1Destroy
  5.   Actions = <
  6.     item
  7.       Name = 'admin'
  8.       PathInfo = '/admin'
  9.       OnAction = WebModule1adminAction
  10.     end
  11.     item
  12.       Name = 'adminteam'
  13.       PathInfo = '/adminteam'
  14.     end
  15.     item
  16.       Name = 'applyedit'
  17.       PathInfo = '/applyedit'
  18.       OnAction = WebModule1applyeditAction
  19.     end
  20.     item
  21.       Name = 'applyfind'
  22.       PathInfo = '/applyfind'
  23.       OnAction = WebModule1applyfindAction
  24.     end
  25.     item
  26.       Name = 'attach'
  27.       PathInfo = '/attach'
  28.       OnAction = WebModule1attachAction
  29.     end
  30.     item
  31.       Name = 'attachapply'
  32.       PathInfo = '/attachapply'
  33.       OnAction = WebModule1uploadAction
  34.     end
  35.     item
  36.       Default = True
  37.       Name = 'attachment'
  38.       PathInfo = '/attachment'
  39.       OnAction = WebModule1attachmentAction
  40.     end
  41.     item
  42.       Name = 'close'
  43.       PathInfo = '/close'
  44.       OnAction = WebModule1closeAction
  45.     end
  46.     item
  47.       Name = 'calendar'
  48.       PathInfo = '/calendar'
  49.       OnAction = WebModule1calendarAction
  50.     end
  51.     item
  52.       Name = 'columns'
  53.       PathInfo = '/columns'
  54.       OnAction = WebModule1columnsAction
  55.     end
  56.     item
  57.       Name = 'default'
  58.       OnAction = WebModule1rootAction
  59.     end
  60.     item
  61.       Name = 'editrequest'
  62.       PathInfo = '/editrequest'
  63.       OnAction = WebModule1editrequestAction
  64.     end
  65.     item
  66.       Name = 'filter'
  67.       PathInfo = '/filter'
  68.       OnAction = WebModule1filterAction
  69.     end
  70.     item
  71.       Name = 'filterapply'
  72.       PathInfo = '/filterapply'
  73.       OnAction = WebModule1filterapplyAction
  74.     end
  75.     item
  76.       Name = 'findlist'
  77.       PathInfo = '/findlist'
  78.       OnAction = WebModule1findlistAction
  79.     end
  80.     item
  81.       Name = 'find'
  82.       PathInfo = '/find'
  83.       OnAction = WebModule1findAction
  84.     end
  85.     item
  86.       Name = 'flag'
  87.       PathInfo = '/flag'
  88.       OnAction = WebModule1flagAction
  89.     end
  90.     item
  91.       Name = 'flagapply'
  92.       PathInfo = '/flagapply'
  93.       OnAction = WebModule1flagapplyAction
  94.     end
  95.     item
  96.       Name = 'getcombovalues'
  97.       PathInfo = '/getcombovalues'
  98.       OnAction = WebModule1getcombovaluesAction
  99.     end
  100.     item
  101.       Name = 'groupchange'
  102.       PathInfo = '/groupchange'
  103.       OnAction = WebModule1groupchangeAction
  104.     end
  105.     item
  106.       Name = 'help'
  107.       PathInfo = '/help'
  108.       OnAction = WebModule1helpAction
  109.     end
  110.     item
  111.       Name = 'history'
  112.       PathInfo = '/history'
  113.       OnAction = WebModule1historyAction
  114.     end
  115.     item
  116.       Name = 'historyframe'
  117.       PathInfo = '/historyframe'
  118.       OnAction = WebModule1historyframeAction
  119.     end
  120.     item
  121.       Name = 'Login'
  122.       PathInfo = '/login'
  123.       OnAction = WebModule1LoginAction
  124.     end
  125.     item
  126.       Name = 'LoginTop'
  127.       PathInfo = '/logintop'
  128.       OnAction = WebModule1LoginTopAction
  129.     end
  130.     item
  131.       Name = 'logout'
  132.       PathInfo = '/logout'
  133.       OnAction = WebModule1logoutAction
  134.     end
  135.     item
  136.       Name = 'mainheader'
  137.       PathInfo = '/mainheader'
  138.       OnAction = WebModule1captionAction
  139.     end
  140.     item
  141.       Name = 'options'
  142.       PathInfo = '/options'
  143.       OnAction = WebModule1optionsAction
  144.     end
  145.     item
  146.       Name = 'quicksort'
  147.       PathInfo = '/quicksort'
  148.       OnAction = WebModule1quicksortAction
  149.     end
  150.     item
  151.       Name = 'optionsapply'
  152.       PathInfo = '/optionsapply'
  153.       OnAction = WebModule1optionsapplyAction
  154.     end
  155.     item
  156.       Name = 'root'
  157.       PathInfo = '/'
  158.       OnAction = WebModule1rootAction
  159.     end
  160.     item
  161.       Name = 'sort'
  162.       PathInfo = '/sort'
  163.       OnAction = WebModule1sortAction
  164.     end
  165.     item
  166.       Name = 'tabchange'
  167.       PathInfo = '/tabchange'
  168.       OnAction = WebModule1tabchangeAction
  169.     end
  170.     item
  171.       Name = 'tabchangeapply'
  172.       PathInfo = '/tabchangeapply'
  173.       OnAction = WebModule1tabchangeapplyAction
  174.     end
  175.     item
  176.       MethodType = mtPost
  177.       Name = 'tablist'
  178.       PathInfo = '/tablist'
  179.       OnAction = WebModule1mainAction
  180.     end
  181.     item
  182.       Name = 'tabs'
  183.       PathInfo = '/tabs'
  184.       OnAction = WebModule1tabsAction
  185.     end
  186.     item
  187.       Name = 'tasklist'
  188.       PathInfo = '/tasklist'
  189.       OnAction = WebModule1tasklistAction
  190.     end
  191.     item
  192.       Name = 'workbody'
  193.       PathInfo = '/workbody'
  194.       OnAction = WebModule1workbodyAction
  195.     end
  196.     item
  197.       Name = 'workheader'
  198.       PathInfo = '/workheader'
  199.       OnAction = WebModule1workheaderAction
  200.     end
  201.     item
  202.       Name = 'workreq'
  203.       PathInfo = '/workreq'
  204.       OnAction = WebModule1workreqAction
  205.     end>
  206.   BeforeDispatch = WebModule1BeforeDispatch
  207.   AfterDispatch = WebModule1AfterDispatch
  208.   Left = 375
  209.   Top = 115
  210.   Height = 457
  211.   Width = 722
  212.   object MainFrame: TPageProducer
  213.     HTMLDoc.Strings = (
  214.       '<HTML>'
  215.       '<head>'
  216.       '<title>Alexsys Team-Web</title>'
  217.       '<meta http-equiv="Content-Type" content="text/html; iso-8859-1">'
  218.       
  219.         '<meta name="author" content="∩┐╜ Copyright 1999 Alexsys Corporatio' +
  220.         'n.  All Rights Reserved.">'
  221.       '</head>'
  222.       
  223.         '<frameset framespacing="0" border="false" frameborder="0" rows="' +
  224.         '46,*">'
  225.       
  226.         '  <frame name="AlexTeamHeader" scrolling="no" noresize target="A' +
  227.         'lexTeamMain" src="logintop">'
  228.       
  229.         #9'<FRAMESET COLS="135,*" frameborder="0" border="0" framespacing=' +
  230.         '"0" noresize scrolling="NO">'
  231.       
  232.         '  '#9#9'<FRAME SRC="tabs?CTX=<#CONTEXT>&TABNO=<#TABNO>" NAME="AlexTe' +
  233.         'amTabs" frameborder="0" border="0" framespacing="0" noresize scr' +
  234.         'olling="auto" target="AlexTeamMain">'
  235.       
  236.         #9#9'<FRAME SRC="tasklist?CTX=<#CONTEXT>&TABNO=<#TABNO>&VLD=pass" N' +
  237.         'AME="AlexTeamInfo" frameborder="0" border="0" framespacing="0" n' +
  238.         'oresize scrolling="auto" target="_self">'
  239.       #9'</FRAMESET>'
  240.       '</FRAMESET>'
  241.       '</HTML>'
  242.       ' '
  243.       ' '
  244.       ' '
  245.       ' ')
  246.     OnHTMLTag = MainFrameHTMLTag
  247.     Left = 178
  248.     Top = 70
  249.   end
  250.   object LoginPage: TPageProducer
  251.     HTMLDoc.Strings = (
  252.       '<html>'
  253.       ''
  254.       '<head>'
  255.       '<title>Login Page</title>'
  256.       '<meta name="Microsoft Border" content="none">'
  257.       '</head>'
  258.       ''
  259.       
  260.         '<body background="../images/bluegrad_background.jpg" bgcolor="#F' +
  261.         'FFFFF" text="#000000">'
  262.       '<script language="JavaScript">'
  263.       '<!-- Begin JavaScript'
  264.       
  265.         '    browser = (((navigator.appName == "Netscape") && (parseInt(n' +
  266.         'avigator.appVersion) >= 3 )) || ((navigator.appName == "Microsof' +
  267.         't Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))' +
  268.         ')'
  269.       ''
  270.       '    if ( browser) {'
  271.       ''
  272.       '        blurb = new MakeArray(3)'
  273.       ''
  274.       #9'blurb[1] = "Enter User ID"'
  275.       ''
  276.       #9'blurb[2] = "Enter Password"'
  277.       ''
  278.       #9'blurb[3] = ""'
  279.       ''
  280.       '    }'
  281.       ''
  282.       'function dologin() {'
  283.       ''
  284.       '   frames["AlexTeamHeader"].location = "caption";'
  285.       ''
  286.       '        }'
  287.       ''
  288.       ''
  289.       'function MakeArray(n) {'
  290.       ''
  291.       '    this.length = n'
  292.       '    for (var i = 1; i<=n; i++) {'
  293.       '        this[i] = new Image()'
  294.       '    }'
  295.       ''
  296.       'return this'
  297.       ''
  298.       '}'
  299.       ''
  300.       ''
  301.       'function msover(num) {'
  302.       ''
  303.       '    if ( browser) {'#9
  304.       #9'window.status = blurb[num]'
  305.       '    }'
  306.       '}'
  307.       ''
  308.       ''
  309.       'function msout(num) {'
  310.       ''
  311.       '    if ( browser) {'
  312.       #9'window.status = blurb[3]'
  313.       ''
  314.       '    }'#9'            '
  315.       '}'
  316.       ''
  317.       'function checkform(form) {'
  318.       ''
  319.       '    if ( form.UID.value.length <1 ) {'
  320.       ''
  321.       '        alert("User ID must be entered.",4);'
  322.       ''
  323.       '        return false'
  324.       '    }'
  325.       ''
  326.       '    return true'
  327.       ''
  328.       '}'
  329.       ''
  330.       'function DoLogin() {'
  331.       '    c = document.AlexWebJavaLib.getshortformat();'
  332.       '    document.loginForm.DFM.value = c;'
  333.       '}'
  334.       ''
  335.       ''
  336.       '// End of Script -->'
  337.       '</script>'
  338.       ''
  339.       ''
  340.       '<p> </p>'
  341.       ''
  342.       '<p> </p>'
  343.       ''
  344.       
  345.         '<form name=loginForm action="tablist" method="POST" align="cente' +
  346.         'r" onsubmit="return checkform(this)" target=_top>'
  347.       
  348.         '  <div align="center"><center><table border="0" cellpadding="3" ' +
  349.         'cellspacing="0" width="410">'
  350.       '    <tr>'
  351.       
  352.         '      <td align="right" rowspan="2" width="75"><img src="../imag' +
  353.         'es/teampeopleonwhite.gif"'
  354.       
  355.         '      alt="Team-Web 98" WIDTH="72" HEIGHT="78"><font face="arial' +
  356.         ',helvetica,geneva"> </font></td>'
  357.       
  358.         '      <td align="right" valign="bottom" width="110"><font size="' +
  359.         '3" face="arial,helvetica,geneva"><strong>User'
  360.       '      ID</strong></font></td>'
  361.       
  362.         '      <td valign="bottom" width="150"><font size="3" face="arial' +
  363.         ',helvetica,geneva"><input'
  364.       '      type="text" size="15" name="UID" onmouseout="msout(1)"'
  365.       '      onmouseover="msover(1); return true"></font></td>'
  366.       
  367.         '      <td valign="bottom" width="75"><font size="2" face="arial,' +
  368.         'helvetica,geneva"><input'
  369.       
  370.         '      type="submit" value="   Login   " onClick="DoLogin()" ></f' +
  371.         'ont></td>'
  372.       '    </tr>'
  373.       '    <tr>'
  374.       
  375.         '      <td align="right" valign="top" width="110"><font size="3" ' +
  376.         'face="arial,helvetica,geneva"><strong>Password</strong></font></' +
  377.         'td>'
  378.       
  379.         '      <td valign="top" width="150"><font size="3" face="arial,he' +
  380.         'lvetica,geneva"><input'
  381.       '      type="password" size="15" name="PWD" onmouseout="msout(2)"'
  382.       '      onmouseover="msover(2); return true"></font></td>'
  383.       
  384.         '      <td valign="top" width="75"><font size="2" face="arial,hel' +
  385.         'vetica,geneva"><input'
  386.       '      type="reset" name="Clear" value="   Clear   "></font></td>'
  387.       '    </tr>'
  388.       '  </table>'
  389.       '  </center></div>'
  390.       '<input name="DFM" type="hidden" value="">'
  391.       '</form>'
  392.       ''
  393.       '<p align="center"> </p>'
  394.       ''
  395.       '<p align="center"> </p>'
  396.       ''
  397.       
  398.         '<p align="center"><font size="1" face="arial,helvetica"><em>∩┐╜ Co' +
  399.         'pyright 1999-2000 '
  400.       'Alexsys Corporation. All Rights Reserved.</em></font></p>'
  401.       ''
  402.       #9'<applet'
  403.       #9#9'code=AlexWebJavaLib.class'
  404.       #9#9'name=AlexWebJavaLib'
  405.       '      codebase="../java"'
  406.       #9#9'width=0'
  407.       #9#9'height=0 >'
  408.       #9'</applet>'
  409.       ''
  410.       '</body>'
  411.       '</html> '
  412.       ' '
  413.       ' ')
  414.     OnHTMLTag = HeaderPageHTMLTag
  415.     Left = 96
  416.     Top = 68
  417.   end
  418.   object TabsContent: TPageProducer
  419.     HTMLDoc.Strings = (
  420.       '<HTML><HEAD>'
  421.       '<title>Alexsys Team 98 Web - Tabs</title>'
  422.       '<meta http-equiv="Content-Type" content="text/html; iso-8859-1">'
  423.       
  424.         '<meta name="author" content="∩┐╜ Copyright 1999 Alexsys Corporatio' +
  425.         'n.  All Rights Reserved.">'
  426.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys.css">'
  427.       ''
  428.       '<SCRIPT language="javascript">'
  429.       ''
  430.       'selimg = new Image();'
  431.       'selimg.src = "../images/pointer.gif";'
  432.       ''
  433.       'notselimg = new Image();'
  434.       'notselimg.src = "../images/pointernot.gif";'
  435.       ''
  436.       'function gothere(tabno) {'
  437.       #9'for (var i = 1; i <= <#NUMTABS> ; i++) {'
  438.       #9#9'document.images[i-1].src = notselimg.src;'
  439.       #9'}'
  440.       #9'document.images[tabno].src = selimg.src;'
  441.       '}'
  442.       ''
  443.       'function UpdateHeader() {'
  444.       '   top.AlexTeamHeader.location.href='#39'mainheader?CTX=<#CONTEXT>'#39';'
  445.       '}'
  446.       ''
  447.       '</SCRIPT>'
  448.       ''
  449.       '</HEAD>'
  450.       '<BODY  style="margin: 0" bgcolor="#FFFFFF" text="#000000"'
  451.       '   topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 '
  452.       '   onLoad="UpdateHeader(); return true;">'
  453.       '<div id="BUTTONS">'
  454.       
  455.         '   <table Width=100% CELLSPACING=2 cellpadding=2 rules="all" BOR' +
  456.         'DER=0>'
  457.       '   <tr><td height=6></td><tr>'
  458.       '   <#TABSHERE>'
  459.       '   </table>'
  460.       '</div>'
  461.       ''
  462.       '<SCRIPT language="javascript">'
  463.       'gothere(<#TABNO>);'
  464.       '</SCRIPT>'
  465.       ''
  466.       '</BODY></HTML>  ')
  467.     OnHTMLTag = TabsContentHTMLTag
  468.     Left = 256
  469.     Top = 10
  470.   end
  471.   object GridContent: TPageProducer
  472.     HTMLDoc.Strings = (
  473.       '<html>'
  474.       ''
  475.       '<head>'
  476.       '<title><#TABNAME></title>'
  477.       '<meta http-equiv="Content-Type" content="text/html; iso-8859-1">'
  478.       
  479.         '<meta name="author" content="∩┐╜ Copyright 1999 Alexsys Corporatio' +
  480.         'n.  All Rights Reserved.">'
  481.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys.css">'
  482.       ''
  483.       '<STYLE>'
  484.       'TABLE { MARGIN-LEFT:6px MARGIN-RIGHT:6px MARGIN-TOP:10px }'
  485.       '</STYLE>'
  486.       ''
  487.       '<script language="JavaScript">'
  488.       ''
  489.       'var myrefresh = '#39'tasklist?CTX=<#CONTEXT>&TABNO=<#TABNO>&VLD=-1'#39';'
  490.       ''
  491.       '<#NEWADMIN>'
  492.       ''
  493.       '<#OPENFUNCS>'
  494.       '<#NEWFUNC>'
  495.       '<#STDFUNCS>'
  496.       ''
  497.       '</script>'
  498.       ''
  499.       '</head>'
  500.       ''
  501.       '<body'
  502.       '   topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 '
  503.       '   BGCOLOR='#39'#FFFFFF'#39'>'
  504.       ''
  505.       '<!-- '#39'#6699CC'#39' -->'
  506.       ''
  507.       '<div align="left">'
  508.       ''
  509.       '<#TOOLBAR>'
  510.       ''
  511.       
  512.         '<table border="0" width="100%" height="1" bordercolor="#000000" ' +
  513.         'cellspacing="0">'
  514.       '  <tr>'
  515.       
  516.         '    <td><table border="1" rules="all" width="100%" height="1" st' +
  517.         'yle="border: 1px solid rgb(192,192,192)"'
  518.       '    bordercolor="#c0c0c0" cellspacing="0">'
  519.       '      <tr>'
  520.       
  521.         '        <!-- RSB <th height="1" colspan="<#NOCOLS>" class="H3"><' +
  522.         'p align="center" ><strong> <#TABNAME></strong></th> -->'
  523.       '        <th height="1" colspan="<#NOCOLS>" align="center" >'
  524.       
  525.         '        <font color="#000000" size="2" face="Arial"><strong> <#T' +
  526.         'ABNAME></strong></th>'
  527.       '      </tr>'
  528.       '      <tr><#HEADER></tr>'
  529.       '      <#ROWS>'
  530.       '    </table>'
  531.       '    </td>'
  532.       '  </tr>'
  533.       ''
  534.       '  <tr>'
  535.       '    <td height="8">'
  536.       '    </td>'
  537.       '  </tr>'
  538.       ''
  539.       '  <tr>'
  540.       '    <td height="1">'
  541.       '    <#STATUSBAR>'
  542.       '    </td>'
  543.       '  </tr>'
  544.       ''
  545.       '  <tr>'
  546.       
  547.         '    <td height="1" style="border: medium none rgb(255,255,255)" ' +
  548.         'bordercolor="#FFFFFF"'
  549.       '    align="center">'
  550.       '    <#SEQUENCE>'
  551.       '    </td>'
  552.       '    <#TRIALINFO>'
  553.       '  </tr>'
  554.       ''
  555.       '</table>'
  556.       ''
  557.       '</div>'
  558.       '</body>'
  559.       '</html> ')
  560.     OnHTMLTag = GridContentHTMLTag
  561.     Left = 266
  562.     Top = 72
  563.   end
  564.   object NotImplemented: TPageProducer
  565.     HTMLDoc.Strings = (
  566.       '<HTML>'
  567.       '<HEAD>'
  568.       '<TITLE>Under construction</TITLE>'
  569.       '</HEAD'
  570.       '><BODY>'
  571.       '<CENTER>'
  572.       '<IMG SRC="../fcat.gif" BORDER=0  ALT="Busy at work!"><P>'
  573.       
  574.         '<FONT FACE="Arial" SIZE="+8" COLOR="Blue">We are working on this' +
  575.         '!</FONT><HR>'
  576.       '<FONT FACE="Arial" COLOR="Blue"><#COMMENT></FONT>'
  577.       '</CENTER>'
  578.       '</BODY>'
  579.       '</HTML>')
  580.     OnHTMLTag = NotImplementedHTMLTag
  581.     Left = 598
  582.     Top = 490
  583.   end
  584.   object WorkRequestReport: TPageProducer
  585.     HTMLDoc.Strings = (
  586.       '<HTML><HEAD>'
  587.       '<script language=JavaScript>'
  588.       '<!-- Begin JavaScript'
  589.       ''
  590.       '<#NEWADMIN>'
  591.       ''
  592.       '<#OPENFUNCS>'
  593.       ''
  594.       '<#STDFUNCS>'
  595.       ''
  596.       'function newwork(ctx,wrq,nt) {'
  597.       
  598.         '    top.location = '#39'applyedit?CTX='#39'+ctx+'#39'&WRQ='#39'+wrq+'#39'&NOTETYPE='#39 +
  599.         '+nt+'#39'&NEWWRQ='#39'+wrq+'#39'&FROM=VIEW'#39';'
  600.       
  601.         '    // window.open('#39'applyedit?CTX='#39'+ctx+'#39'&WRQ='#39'+wrq+'#39'&NOTETYPE='#39 +
  602.         '+nt+'#39'&NEWWRQ='#39'+wrq,'#39'_top'#39','#39#39');'
  603.       '}'
  604.       'function openhistory() {'
  605.       
  606.         '  historychild = window.open('#39'historyframe?CTX=<#CONTEXT>&WRQ=<#' +
  607.         'REQUEST>'#39','#39'AlexTeamHistory'#39','
  608.       
  609.         '  '#39'status,scrollbars,resizable,width=<#HISTWIDTH>,height=<#HISTH' +
  610.         'EIGHT>'#39');'
  611.       '}'
  612.       '// End of Script -->'
  613.       '</script>'
  614.       '</HEAD>'
  615.       '<!-- Button Bar -->'
  616.       '<#TOOLBAR>'
  617.       '</HTML>'
  618.       ''
  619.       '<#WHOLETHING>'
  620.       ' ')
  621.     OnHTMLTag = WorkRequestReportHTMLTag
  622.     Left = 190
  623.     Top = 216
  624.   end
  625.   object ErrorPage: TPageProducer
  626.     HTMLDoc.Strings = (
  627.       '<html>'
  628.       ''
  629.       '<head>'
  630.       '<meta http-equiv="Content-Type"'
  631.       'content="text/html; charset=iso-8859-1">'
  632.       
  633.         '<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"' +
  634.         '>'
  635.       '<title>Alexsys Team-Web Error</title>'
  636.       ''
  637.       '<script language="JavaScript">'
  638.       ''
  639.       '<!-- Begin JavaScript'
  640.       ''
  641.       'function checkclose(closeit) {'
  642.       '    if (top.document.title == '#39'Alexsys Team-Web'#39') {'
  643.       '       return true;'
  644.       '    }'
  645.       '    else'
  646.       '    {'
  647.       '      if (closeit == 1) {'
  648.       '         top.close()'
  649.       '      }'
  650.       '      else {'
  651.       '         window.history.go(-1);'
  652.       '         return false;'
  653.       '      }'
  654.       '    }'
  655.       '}'
  656.       ''
  657.       '// End of Script -->'
  658.       '</script>'
  659.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  660.       '</head>'
  661.       ''
  662.       '<body bgcolor="#FFFFFF">'
  663.       ''
  664.       '<table border="0" cellpadding="8" cellspacing="0">'
  665.       '    <tr>'
  666.       '        <td><table border="0" cellpadding="8" cellspacing="0">'
  667.       '            <tr>'
  668.       '                <td><img src="<#EXTRADOTS>../images/error.gif"'
  669.       '                width="32" height="32"></td>'
  670.       '                <td class=bigtitle><#TITLE></td>'
  671.       '            </tr>'
  672.       '            <tr>'
  673.       '                <td> </td>'
  674.       '                <td class=bigtext><#TEXT1></td>'
  675.       '            </tr>'
  676.       '            <tr>'
  677.       '                <td> </td>'
  678.       '                <td>'
  679.       
  680.         '                <form Action="<#BTN1ACT>" method="POST" onSubmit' +
  681.         '="return checkclose(<#CLOSE>)">'
  682.       '                <p><input type="submit" name="BTN1"'
  683.       '                    value="<#BTN1>" </p>'
  684.       '                </form>'
  685.       '                </td>'
  686.       '            </tr>'
  687.       '            <tr>'
  688.       '                <td> </td>'
  689.       '                <td class=bigtext align=right><#TEXT2></td>'
  690.       '            </tr>        </table>'
  691.       '        </td>'
  692.       '    </tr>'
  693.       '</table>'
  694.       '</body>'
  695.       '</html> '
  696.       ' ')
  697.     OnHTMLTag = errorPageTag
  698.     Left = 504
  699.     Top = 18
  700.   end
  701.   object LoginMain: TPageProducer
  702.     HTMLDoc.Strings = (
  703.       '<html>'
  704.       ''
  705.       '<head>'
  706.       '<title>Alexsys Team-Web</title>'
  707.       ''
  708.       '<SCRIPT language="javascript">'
  709.       'if (self != top) {'
  710.       'top.location.href = self.location.href'
  711.       '}'
  712.       ''
  713.       '</SCRIPT> '
  714.       '</head>'
  715.       ''
  716.       
  717.         '<frameset framespacing="0" border="false" frameborder="0" rows="' +
  718.         '46,*">'
  719.       
  720.         '  <frame name="AlexTeamHeader" scrolling="no" noresize target="A' +
  721.         'lexTeamMain" src="logintop">'
  722.       '  <frame name="AlexTeamMain" src="login" scrolling="auto">'
  723.       '  <noframes>'
  724.       '  <body>'
  725.       
  726.         '  <p>This page uses frames, but your browser doesn'#39't support the' +
  727.         'm.</p>'
  728.       '  </body>'
  729.       '  </noframes>'
  730.       '</frameset>'
  731.       '</html>'
  732.       ' '
  733.       ' '
  734.       ' '
  735.       ' '
  736.       ' '
  737.       ' ')
  738.     OnHTMLTag = HeaderPageHTMLTag
  739.     Left = 22
  740.     Top = 10
  741.   end
  742.   object HeaderPage: TPageProducer
  743.     HTMLDoc.Strings = (
  744.       '<html>'
  745.       ''
  746.       '<head>'
  747.       '<meta http-equiv="Content-Type"'
  748.       'content="text/html; charset=iso-8859-1">'
  749.       '<meta name="Microsoft Border" content="none">'
  750.       
  751.         '<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"' +
  752.         '>'
  753.       '<title><#TITLE></title>'
  754.       '<style>'
  755.       '<!--'
  756.       ''
  757.       'uc { font: verdana, arial, sans-serif; 10;  bold }'
  758.       ''
  759.       '-->'
  760.       '</style>'
  761.       '</head>'
  762.       ''
  763.       '<body bgcolor="#336699" topmargin="0" leftmargin="0"'
  764.       'marginwidth="0" marginheight="0">'
  765.       ''
  766.       '<table border="0" cellpadding="0" width="100%">'
  767.       '    <tr>'
  768.       '        <td width="8%"><a href="http://www.alexcorp.com"'
  769.       '        target="_blank"><img src="../images/team-web-people.gif"'
  770.       '        alt="Go To Alexsys Corporation" border="0" width="36"'
  771.       '        height="35"></a></td>'
  772.       '        <td width="29%"><#PANEL2></td>'
  773.       '        <td align="center" width="30%"><font color="#FFFFFF"'
  774.       
  775.         '        size="2" face="verdana,arial,helvetica"><strong><#COMPAN' +
  776.         'Y></strong></font></td>'
  777.       '        <td align="center" width="11%"><font color="#FFFFFF"'
  778.       
  779.         '        size="1" face="verdana,arial,helvetica"><strong><#PRODTY' +
  780.         'PE><br>'
  781.       '        </strong></font><font color="#FF0000" size="1"'
  782.       
  783.         '        face="verdana,arial,helvetica"><strong><#VERSION></stron' +
  784.         'g></font></td>'
  785.       '        <td align="right" width="22%"><#LOGIN></td>'
  786.       '    </tr>'
  787.       '</table>'
  788.       '<INPUT TYPE=HIDDEN NAME=CTX VALUE=<#CONTEXT>>'
  789.       '</body>'
  790.       '</html> ')
  791.     OnHTMLTag = HeaderPageHTMLTag
  792.     Left = 104
  793.     Top = 12
  794.   end
  795.   object editpage: TPageProducer
  796.     HTMLDoc.Strings = (
  797.       '<HTML><HEAD>'
  798.       '<title><#TITLE></title>'
  799.       ''
  800.       '<script language=JavaScript>'
  801.       '<!-- Begin JavaScript'
  802.       ''
  803.       'var cap;'
  804.       'var fmt;'
  805.       'var monthoffset;'
  806.       ''
  807.       'function setMonthoffset(curdate) {'
  808.       '    if (isNaN(new'
  809.       'Date(document.AlexWebJavaLib.getDateFmtasMDY(curdate,fmt)))) {'
  810.       '        monthoffset = 0;'
  811.       '    }'
  812.       '    else'
  813.       '    {'
  814.       '          d = new'
  815.       'Date(document.AlexWebJavaLib.getDateFmtasMDY(curdate,fmt));'
  816.       '          dn = new Date();'
  817.       '          monthoffset ='
  818.       
  819.         'd.getMonth()+d.getFullYear()*12-(dn.getMonth()+dn.getFullYear()*' +
  820.         '12);'
  821.       '      }'
  822.       '}'
  823.       ''
  824.       ''
  825.       
  826.         '    browser = (((navigator.appName == "Netscape") && (parseInt(n' +
  827.         'avigator.appVersion) >= 3 )) || ((navigator.appName == "Microsof' +
  828.         't Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))' +
  829.         ')'
  830.       '    makechange = false;'
  831.       ''
  832.       '<#NEWADMIN>'
  833.       '<#STDFUNCS>'
  834.       ''
  835.       'function openWork(ID) {'
  836.       '   document.inputForm.NOTETYPE.value = '#39#39';'
  837.       '   document.inputForm.NEWWRQ.value = ID;'
  838.       '   setmakechange("SAVE");'
  839.       '}'
  840.       ''
  841.       'function openhistory() {'
  842.       
  843.         '  historychild = window.open('#39'historyframe?CTX=<#CONTEXT>&WRQ=<#' +
  844.         'REQUEST>'#39','#39'AlexTeamHistory'#39','
  845.       
  846.         '  '#39'status,scrollbars,resizable,width=<#HISTWIDTH>,height=<#HISTH' +
  847.         'EIGHT>'#39');'
  848.       '}'
  849.       ''
  850.       'function deleteattach(ctx,wrq,nt) {'
  851.       '   r = confirm("Do you want to delete the attachment?");'
  852.       '   if (r) {'
  853.       '      newwork(ctx,wrq,nt);'
  854.       '   }'
  855.       '}'
  856.       ''
  857.       'function newwork(ctx,wrq,nt) {'
  858.       '    document.inputForm.NOTETYPE.value = nt;'
  859.       '    document.inputForm.NEWWRQ.value = wrq;'
  860.       '    setmakechange('#39'NEW'#39');'
  861.       '}'
  862.       ''
  863.       'function fixsizes() {'
  864.       '    if (navigator.appName == "Netscape") {'
  865.       '    }'
  866.       '    else'
  867.       '    {'
  868.       '// ******** #WIDTHSIE *******'
  869.       '// ******** fill in with text input areas *******'
  870.       '<#WIDTHSIE>// ********'
  871.       '    }'
  872.       '<#ALERTFOCUS>'
  873.       '}'
  874.       ''
  875.       'function resizing(evnt) {'
  876.       '    // alert('#39'resize!'#39');'
  877.       '}'
  878.       ''
  879.       'window.onresize=resizing;'
  880.       ''
  881.       'function isEmpty(strin) {'
  882.       '    s = strin;'
  883.       '    for (i=0; i<s.length; i++) {'
  884.       '        if (s[i] != '#39' '#39') {'
  885.       '            return false;'
  886.       '        }'
  887.       '    }'
  888.       '    return true;'
  889.       '}'
  890.       ''
  891.       'function addDate(selectlist,selectval) {'
  892.       '    if (selectval.value == "") return;'
  893.       '    for (i=0; i<selectlist.options.length; i++) {'
  894.       '        if (selectlist.options[i].text == selectval.value) {'
  895.       '            selectlist.selectedIndex = i;'
  896.       '            return;'
  897.       '        }'
  898.       '    }'
  899.       '    var oOption = new Option(selectval.value,selectval.value);'
  900.       '    selectlist.options[selectlist.options.length] = oOption;'
  901.       '    selectlist.selectedIndex = selectlist.options.length - 1;'
  902.       '}'
  903.       ''
  904.       'function setmakechange(postreason) {'
  905.       '    makechange = true;'
  906.       '    if (checkform(document.inputForm)) {'
  907.       '        document.inputForm.POSTREASON.value=postreason;'
  908.       '        document.inputForm.submit();'
  909.       '        return true;'
  910.       '    }'
  911.       '    else'
  912.       '    {'
  913.       '        makechange = false;'
  914.       '        document.location = '#39'#'#39';'
  915.       '        return false;'
  916.       '    }'
  917.       '}'
  918.       ''
  919.       'var formmodified = false;'
  920.       ''
  921.       'function setmodified() {'
  922.       '     //formmodified = true;'
  923.       '}'
  924.       ''
  925.       'function askifundo() {'
  926.       
  927.         '    r = confirm("You will lose any changes you have made. Do you' +
  928.         ' want to undo ALL changes?");'
  929.       '// ******** #SPINSETDAY *******'
  930.       '<#SPINSETDAY>'
  931.       '// ******'
  932.       '   if (r) {'
  933.       '      document.inputForm.reset();'
  934.       '      }'
  935.       #9'return false;'
  936.       '}'
  937.       ''
  938.       'function askifview() {'
  939.       '   // alert("formmodified: " + formmodified);'
  940.       '   if (! formmodified) {'
  941.       '      top.window.close();'
  942.       '      return true;'
  943.       '      }'
  944.       '   else {'
  945.       
  946.         '      r = confirm("You will lose any changes you have made. Do y' +
  947.         'ou want to close this window?");'
  948.       '      if (r) {'
  949.       '        makechange = false;'
  950.       '        //if (document.inputForm.WRQ.value == '#39'-1'#39')'
  951.       '           top.window.close();'
  952.       '        //document.inputForm.POSTREASON.value='#39'VIEW___'#39';'
  953.       '        //document.inputForm.submit();'
  954.       '        return true;'
  955.       '        }'
  956.       #9'return r;'
  957.       '   }'
  958.       '}'
  959.       ''
  960.       'function checkform(form) {'
  961.       '    if ( makechange ) {'
  962.       '// ******** #REQUIRED *******'
  963.       '<#REQUIRED>'
  964.       '// ******'
  965.       '    }'
  966.       '    return true'
  967.       '}'
  968.       ''
  969.       'var Sdate0 = new Date();'
  970.       
  971.         'var milliseconds0 = Date.UTC(Sdate0.getFullYear(),Sdate0.getMont' +
  972.         'h(),Sdate0.getDate())+'
  973.       '   Sdate0.getTimezoneOffset()*60000;'
  974.       ''
  975.       '// ******** #SPINLOGIC ******* '
  976.       '// ****** Fill in with list of date spinners ******'
  977.       '<#SPINLOGIC>'
  978.       '// ******'
  979.       ''
  980.       '// End of Script -->'
  981.       '</script>'
  982.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  983.       '</HEAD>'
  984.       '<BODY'
  985.       '   topmargin=0 leftmargin=0 marginwidth=0 marginheight=0'
  986.       '   onload=fixsizes();>'
  987.       ''
  988.       '<div align="left">'
  989.       '<#ALERTINFO>'
  990.       '<!-- Button Bar -->'
  991.       
  992.         '<FORM  name=inputForm METHOD="POST" ACTION="applyedit" onSubmit=' +
  993.         '"return checkform(this)" target="_top">'
  994.       '<INPUT type="HIDDEN" NAME="POSTREASON" VALUE="">'
  995.       '<INPUT type="HIDDEN" NAME="NOTETYPE" VALUE="">'
  996.       '<INPUT type="HIDDEN" NAME="NEWWRQ" VALUE="">'
  997.       '<INPUT type="HIDDEN" NAME="EDITID" VALUE="<#EDITID>">'
  998.       '<INPUT type="HIDDEN" NAME="FROM" VALUE="EDIT">'
  999.       '<#REQUESTID>'
  1000.       '<#TOOLBAR>'
  1001.       
  1002.         '<TABLE cols=4 border="1" width="98%" height="1" style="border: 1' +
  1003.         'px solid rgb(192,192,192)" cellspacing="0" bgcolor="#DEDFDF">'
  1004.       '<!--  ******** #ROWS ******* --->'
  1005.       '<#ROWS>'
  1006.       '<!-- ******** #BLOCKS ******* --->'
  1007.       '<!-- ******** fill in with block space ******* --->'
  1008.       '<#BLOCKS>'
  1009.       '<!-- ********  ******* --->'
  1010.       '</TABLE>'
  1011.       '</FORM>'
  1012.       '<p>* = Required field<#TRIALINFO></p>'
  1013.       '</div>'
  1014.       ''
  1015.       #9'<applet'
  1016.       #9#9'code=AlexWebJavaLib.class'
  1017.       #9#9'name=AlexWebJavaLib'
  1018.       '      codebase="../java"'
  1019.       #9#9'width=0'
  1020.       #9#9'height=0 >'
  1021.       #9'</applet>'
  1022.       ''
  1023.       '</BODY>'
  1024.       '</HTML>      '
  1025.       ' '
  1026.       ' ')
  1027.     OnHTMLTag = editpageHTMLTag
  1028.     Left = 186
  1029.     Top = 282
  1030.   end
  1031.   object ApplyEdit: TPageProducer
  1032.     HTMLDoc.Strings = (
  1033.       '<html><head>'
  1034.       '<title>'
  1035.       '<#IDNO>'
  1036.       '</title>'
  1037.       '</head>'
  1038.       '<body><h3>'
  1039.       '<FORM METHOD="POST" ACTION="edit?CTX=00628594&WRQ=8"">'
  1040.       '<INPUT TYPE="SUBMIT" VALUE="Edit Request Number 8">'
  1041.       '</FORM><BR>'
  1042.       '<#IDNO>'
  1043.       '</h3>'
  1044.       '<hr>'
  1045.       'Request Fields:<br>'
  1046.       '<#RESPONSE>'
  1047.       '</body>'
  1048.       '</html>')
  1049.     OnHTMLTag = ApplyEditHTMLTag
  1050.     Left = 604
  1051.     Top = 544
  1052.   end
  1053.   object WorkRequestFrame: TPageProducer
  1054.     HTMLDoc.Strings = (
  1055.       '<HTML>'
  1056.       '<head>'
  1057.       '<title><#TITLE></title>'
  1058.       '<script language="JavaScript">'
  1059.       'window.focus();'
  1060.       ''
  1061.       'function refreshOpener() {'
  1062.       '   if (("" + top.opener) != "undefined" &&'
  1063.       '       top.opener != null &&'
  1064.       '       ("" + top.opener.location) != "undefined" &&'
  1065.       '       ("" + top.opener.location) != "" &&'
  1066.       '       ("" + top.opener.myrefresh) != "undefined" &&'
  1067.       '       ("" + top.opener.myrefresh) != "")'
  1068.       '      {'
  1069.       '      // alert("my Opener = " + top.opener.name);'
  1070.       '      top.opener.location = top.opener.myrefresh;'
  1071.       '      }'
  1072.       '   return true;'
  1073.       '}'
  1074.       '<#DOREFRESH>'
  1075.       '<#DOCLOSESAVE>'
  1076.       '</script>'
  1077.       ''
  1078.       '<meta http-equiv="Content-Type" content="text/html; iso-8859-1">'
  1079.       
  1080.         '<meta name="author" content="∩┐╜ Copyright 1999 Alexsys Corporatio' +
  1081.         'n.  All Rights Reserved.">'
  1082.       '</head>'
  1083.       
  1084.         '<frameset framespacing="0" border="false" frameborder="0" rows="' +
  1085.         '46,*">'
  1086.       
  1087.         '  <frame SRC="workheader?CTX=<#CONTEXT>&WRQ=<#REQUEST>&MODE=<#MO' +
  1088.         'DE>" NAME="AlexTeamWorkHeader" scrolling="no" noresize target="_' +
  1089.         'self">'
  1090.       
  1091.         '  <frame SRC="<#DEST>?CTX=<#CONTEXT>&WRQ=<#REQUEST>&EDIT=<#EDIT>' +
  1092.         '&NEWWRQ=<#NEWWRQ>&NOTETYPE=<#NOTETYPE>&FROM=<#FROM>" name="AlexT' +
  1093.         'eaminfo" scrolling="auto" target="_self">'
  1094.       '  <noframes>'
  1095.       '  <body>'
  1096.       
  1097.         '  <p>This page uses frames, but your browser doesn'#39't support the' +
  1098.         'm.</p>'
  1099.       '  </body>'
  1100.       '  </noframes>'
  1101.       '</frameset>'
  1102.       '</HTML>   '
  1103.       ' '
  1104.       ' '
  1105.       ' '
  1106.       ' ')
  1107.     OnHTMLTag = GeneralHTMLTag
  1108.     Left = 62
  1109.     Top = 152
  1110.   end
  1111.   object Group: TPageProducer
  1112.     HTMLDoc.Strings = (
  1113.       '<HTML>'
  1114.       '<HEAD>'
  1115.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  1116.       '<script language=JavaScript>'
  1117.       '<!-- Begin JavaScript'
  1118.       ''
  1119.       '<#STDFUNCS>'
  1120.       ''
  1121.       'function getstrlen(str) {'
  1122.       '    if (navigator.appName == "Netscape") {'
  1123.       '       return str.length();'
  1124.       '    }'
  1125.       '    else'
  1126.       '    {'
  1127.       '       return str.length'
  1128.       '    }'
  1129.       '}'
  1130.       ''
  1131.       'function applyValues() {'
  1132.       '    document.groupForm.selections.value = '#39#39
  1133.       ''
  1134.       '// for each value #RETURNVALUE'
  1135.       '<#RETURNVALUE>'
  1136.       '// *******'
  1137.       '       ;'
  1138.       '}'
  1139.       ''
  1140.       ''
  1141.       '// End of Script -->'
  1142.       '</script>'
  1143.       '<!--- title #TITLE --->'
  1144.       '<title>'
  1145.       '<#TITLE>'
  1146.       '</title>'
  1147.       '</HEAD>'
  1148.       '<BODY onLoad="document.groupForm.ingroup.value = '#39'   OK   '#39';">'
  1149.       
  1150.         '<table border="0" cellpadding="10" cellspacing="0" bgcolor="#DED' +
  1151.         'FDF">'
  1152.       '<TR><TD><P class="bighead"><#TITLE></P>'
  1153.       '</TD></TR>'
  1154.       '<TR><TD>'
  1155.       '<applet'
  1156.       '    id="tool"'
  1157.       '        code=DualColumn.class'
  1158.       '        name=DualColumn'
  1159.       '        codebase="../java"'
  1160.       '        width=600'
  1161.       '        height=420  >'
  1162.       '        <!--- <param name=background value="c0c0c0"> --->'
  1163.       '        <param name=background value="DEDFDF">'
  1164.       '        <param name=foreground value="000000">'
  1165.       '<!--- titles #TITLES --->'
  1166.       '<#TITLES>'
  1167.       '<!--- items #ITEMS --->'
  1168.       '<#ITEMS>'
  1169.       '<!--- ***** --->'
  1170.       '</applet>'
  1171.       '</TD></TR>'
  1172.       '</TABLE>'
  1173.       
  1174.         '<FORM action="groupchange" method=POST id=groupForm name=groupFo' +
  1175.         'rm>'
  1176.       '<!--- hidden info #HIDDEN --->'
  1177.       '<#HIDDEN>'
  1178.       '<!--- ***** --->'
  1179.       
  1180.         '<INPUT type="submit" value="   OK  &nbs' +
  1181.         'p;" id=ingroup name=ingroup onClick="applyValues()">'
  1182.       '  '
  1183.       
  1184.         '<INPUT type="BUTTON" value=" Cancel " id=cancelgroup name=cancel' +
  1185.         'group onClick="JavaScript:window.history.go(-1);">'
  1186.       '  '
  1187.       
  1188.         '<INPUT type="BUTTON" value="   Help   " id=help name=help onClic' +
  1189.         'k="openhelp('#39'<#HELPPAGE>'#39')">'
  1190.       '<INPUT type="hidden" value="" id="selections" name="selections">'
  1191.       '</FORM>'
  1192.       '</BODY>'
  1193.       '</HTML> ')
  1194.     OnHTMLTag = GroupHTMLTag
  1195.     Left = 418
  1196.     Top = 74
  1197.   end
  1198.   object ViewStatusBar: TPageProducer
  1199.     HTMLDoc.Strings = (
  1200.       ''
  1201.       
  1202.         '<table border="1" rules="all" width="100%" height="1" style="bor' +
  1203.         'der: 1px solid rgb(192,192,192)"'
  1204.       '    bordercolor="#c0c0c0" cellspacing="0">'
  1205.       '  <tr>'
  1206.       '    <td width="17%" valign="top"><#UPDATE></td>'
  1207.       '    <td width="22%" valign="top"><#RECSET></td>'
  1208.       '    <td width="11%" valign="top"><#SORT></td>'
  1209.       '    <td width="12%" valign="top"><#FILTER></td>'
  1210.       '    <td width="13%" valign="top"><#RCOUNT></td>'
  1211.       '    <td width="15%" valign="top"><#RANGE></td>'
  1212.       '  </tr>'
  1213.       '</table>'
  1214.       ''
  1215.       ' '
  1216.       ' '
  1217.       ' '
  1218.       ' ')
  1219.     OnHTMLTag = ViewStatusBarHTMLTag
  1220.     Left = 346
  1221.     Top = 72
  1222.   end
  1223.   object ToolBarPage: TPageProducer
  1224.     HTMLDoc.Strings = (
  1225.       '<!-- Start: Local menus -->'
  1226.       '<STYLE>'
  1227.       
  1228.         'TD.tb {font-weight: bold; font-family: Verdana, arial, sans-seri' +
  1229.         'f;'
  1230.       '       font-size: 12px; color: white; text-decoration: none}'
  1231.       ''
  1232.       'A.tb:link {color: white; font-weight: bold;'
  1233.       '       font-family: Verdana, arial, sans-serif; font-size: 12px;'
  1234.       '       text-decoration: none}'
  1235.       'A.tb:visited {color: white; font-weight: bold;'
  1236.       '       font-family: Verdana, arial, sans-serif; font-size: 12px;'
  1237.       '       text-decoration: none}'
  1238.       'A.tb:active {color: white; font-weight: bold;'
  1239.       '       font-family: Verdana, arial, sans-serif; font-size: 12px;'
  1240.       '       text-decoration: none}'
  1241.       'A.tb.hover {color: white; font-weight: bold;'
  1242.       '       font-family: Verdana, arial, sans-serif; font-size: 12px;'
  1243.       '       text-decoration: none}'
  1244.       '</STYLE>'
  1245.       ''
  1246.       '<TABLE WIDTH='#39'100%'#39' CELLPADDING=0 CELLSPACING=0 BORDER=0 >'
  1247.       
  1248.         '<TR> <TD class="tb" BGCOLOR='#39'#336699'#39' HEIGHT=20 VALIGN='#39'MIDDLE'#39' ' +
  1249.         'NOWRAP>'
  1250.       '<#TOOLBUTTONS>'
  1251.       '</TD></TR>'
  1252.       '<tr><td height=8></td></tr></TABLE>'
  1253.       '<!-- End: Local menus --> ')
  1254.     OnHTMLTag = ToolBarPageHTMLTag
  1255.     Left = 612
  1256.     Top = 80
  1257.   end
  1258.   object ToolBarProducer: TPageProducer
  1259.     OnHTMLTag = GeneralHTMLTag
  1260.     Left = 600
  1261.     Top = 18
  1262.   end
  1263.   object WorkHeaderPage: TPageProducer
  1264.     HTMLDoc.Strings = (
  1265.       '<html>'
  1266.       ''
  1267.       '<head>'
  1268.       '<meta http-equiv="Content-Type"'
  1269.       'content="text/html; charset=iso-8859-1">'
  1270.       '<meta name="Microsoft Border" content="none">'
  1271.       
  1272.         '<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"' +
  1273.         '>'
  1274.       '<title><#TITLE></title>'
  1275.       '<style>'
  1276.       '<!--'
  1277.       ''
  1278.       'uc { font: verdana, arial, sans-serif; 10;  bold }'
  1279.       ''
  1280.       '-->'
  1281.       '</style>'
  1282.       '</head>'
  1283.       ''
  1284.       '<body bgcolor="#336699" topmargin="0" leftmargin="0"'
  1285.       'marginwidth="0" marginheight="0">'
  1286.       ''
  1287.       '<table border="0" cellpadding="0" width="100%">'
  1288.       '    <tr>'
  1289.       '        <td width="8%"><a href="http://www.alexcorp.com"'
  1290.       '        target="_blank"><img src="../images/team-web-people.gif"'
  1291.       '        alt="Go To Alexsys Corporation" border="0" width="36"'
  1292.       '        height="35"></a></td>'
  1293.       '        <td colspan="2" width="59%"><font color="#FFFFFF"'
  1294.       
  1295.         '        size="2" face="verdana,arial,helvetica"><strong><#TITLE>' +
  1296.         '</strong></font></td>'
  1297.       '        <td align="center" width="11%"><font color="#FFFFFF"'
  1298.       
  1299.         '        size="1" face="verdana,arial,helvetica"><strong><#PRODTY' +
  1300.         'PE><br>'
  1301.       '        </strong></font><font color="#FF0000" size="1"'
  1302.       
  1303.         '        face="verdana,arial,helvetica"><strong><#VERSION></stron' +
  1304.         'g></font></td>'
  1305.       '        <td align="right" width="22%"><#LOGIN></td>'
  1306.       '    </tr>'
  1307.       '</table>'
  1308.       '</body>'
  1309.       '</html>')
  1310.     OnHTMLTag = HeaderPageHTMLTag
  1311.     Left = 192
  1312.     Top = 152
  1313.   end
  1314.   object FindPage: TPageProducer
  1315.     HTMLDoc.Strings = (
  1316.       '<HTML><HEAD>'
  1317.       '<TITLE>Find in records</TITLE>'
  1318.       '<STYLE TYPE="text/css">'
  1319.       
  1320.         '  TH { text-align: left; font-family: sans-serif; background-col' +
  1321.         'or: blue; color: white; }'
  1322.       '  TD { font-family: sans-serif; }'
  1323.       '  TD.check { font-size: smaller; font-family: sans-serif; }'
  1324.       '</STYLE>'
  1325.       '<script language=JavaScript>'
  1326.       '<!-- Begin JavaScript'
  1327.       ''
  1328.       'window.focus();'
  1329.       ''
  1330.       '<#STDFUNCS>'
  1331.       ''
  1332.       'function checkempty(form) {'
  1333.       '    v = form.FINDEXP.value;'
  1334.       '    if (v.length == 0) {'
  1335.       '        alert("Find What string is empty",4);'
  1336.       '        form.FINDEXP.focus();'
  1337.       '        return false;'
  1338.       '    }'
  1339.       '    return true;'
  1340.       '}'
  1341.       ''
  1342.       '// End of Script -->'
  1343.       '</script>'
  1344.       '</HEAD>'
  1345.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  1346.       
  1347.         '<BODY style="margin: 10" onload="javascript: document.inputForm.' +
  1348.         'FINDEXP.focus()">'
  1349.       
  1350.         '<FORM ID="inputForm" NAME="inputForm" METHOD="POST" ACTION="appl' +
  1351.         'yfind?CTX=<#CONTEXT>" onSubmit="return checkempty(this);">'
  1352.       '<!-- Insert #CONTEXT -->'
  1353.       '<INPUT TYPE="HIDDEN" NAME="CTX" ID="CTX" VALUE="<#CONTEXT>">'
  1354.       ''
  1355.       '<TABLE cellspacing=0 cellpadding=10 bgcolor="#DEDFDF">'
  1356.       '<TR><TD>'
  1357.       '<TABLE cellspacing=15 bgcolor="#DEDFDF">'
  1358.       
  1359.         '<TR><TD>Find What:</TD><TD><INPUT NAME="FINDEXP" TYPE="TEXT" VAL' +
  1360.         'UE="<#FINDEXP>"></TD>'
  1361.       
  1362.         '<TD><INPUT NAME="Find" VALUE="    Find     " TYPE="SUBMIT"></TD>' +
  1363.         '</TR>'
  1364.       '<TR><TD>Use Record Set:</TD><TD><SELECT NAME="USELIST">'
  1365.       '<!-- Insert #LIST -->'
  1366.       '<#LIST>'
  1367.       
  1368.         '</SELECT></TD> <td><INPUT NAME="Close" VALUE="   Close   " TYPE=' +
  1369.         '"BUTTON" onclick="top.close();"></td></TR>'
  1370.       '<TR><TD colspan=2>Include Memos in Search:</TD>'
  1371.       
  1372.         '<TD><INPUT NAME="HELP" VALUE="    Help    " TYPE="BUTTON" onclic' +
  1373.         'k="openhelp('#39'finddlg'#39')"></TD>'
  1374.       '</TR>'
  1375.       '<!-- Insert #CHECKED -->'
  1376.       '<#CHECKED>'
  1377.       '</TABLE>'
  1378.       ''
  1379.       '</TD></TR>'
  1380.       '</TABLE>'
  1381.       ''
  1382.       '</FORM>'
  1383.       '</BODY></HTML> '
  1384.       ' ')
  1385.     OnHTMLTag = FindPageHTMLTag
  1386.     Left = 332
  1387.     Top = 240
  1388.   end
  1389.   object CalendarPage: TPageProducer
  1390.     HTMLDoc.Strings = (
  1391.       '<html><head>'
  1392.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  1393.       '<script language=JavaScript>'
  1394.       ''
  1395.       '<!-- Begin JavaScript'
  1396.       '// Recommended size WIDTH=250,HEIGHT=170'
  1397.       ''
  1398.       '    curday      = 0;'
  1399.       '    timenow     = new Date();'
  1400.       
  1401.         '    timenow     = new Date(timenow.getFullYear(),timenow.getMont' +
  1402.         'h()+opener.monthoffset,timenow.getDate());'
  1403.       '    timestart   = timenow;'
  1404.       '    timestart.setDate(1);'
  1405.       
  1406.         '    timeend     = new Date(timestart.getFullYear(),timestart.get' +
  1407.         'Month()+1,1,0,0,0);'
  1408.       '    timeend     = new Date(timeend.getTime() - 86400000);'
  1409.       '    startday    = timestart.getDay();'
  1410.       '    endday      = timeend.getDate();'
  1411.       '    newyear     = timenow.getFullYear();'
  1412.       
  1413.         '    months      = new Array ("January","February","March","April' +
  1414.         '","May","June",'
  1415.       
  1416.         '                             "July","August","September","Octobe' +
  1417.         'r","November","December");'
  1418.       '    newmonth    = timenow.getMonth();'
  1419.       '    month       = months[newmonth];'
  1420.       '    newmonthtxt = "0"+(newmonth+1);'
  1421.       '    newmonthtxt = newmonthtxt.substring(newmonthtxt.length-2);'
  1422.       ''
  1423.       'function istoday(row,col,offset,endday) {'
  1424.       '    v = (row*7)+col-offset+1;'
  1425.       '    dnow = new Date()'
  1426.       
  1427.         '    if (v > 0 && v <= endday && opener.monthoffset == 0 && dnow.' +
  1428.         'getDate() == v) {'
  1429.       '                return '#39' background="../images/todaybig.gif"'#39';'
  1430.       '        }'
  1431.       '        else'
  1432.       '        {'
  1433.       '                return '#39#39';'
  1434.       '        }'
  1435.       '}'
  1436.       ''
  1437.       'function realday(row,col,offset,endday) {'
  1438.       '    v = (row*7)+col-offset+1;'
  1439.       '    if ( v > 0 && v <= endday) {'
  1440.       
  1441.         '                return '#39'<A class="cal" HREF="#" onClick="return ' +
  1442.         'setday('#39'+v+'#39')">'#39'+v+'#39'</A>'#39';'
  1443.       '        }'
  1444.       '        else'
  1445.       '        {'
  1446.       '                return '#39#39';'
  1447.       '        }'
  1448.       '}'
  1449.       ''
  1450.       'function addDate(selectval,datev) {'
  1451.       '        selectval.value = datev;'
  1452.       '}'
  1453.       ''
  1454.       'function settoday() {'
  1455.       '    dnow = new Date();'
  1456.       '    newdaytxt = "0"+dnow.getDate();'
  1457.       '    newdaytxt = newdaytxt.substring(newdaytxt.length-2);'
  1458.       '    newmonthtxt = "0"+dnow.getDate();'
  1459.       '    newmonthtxt = newmonthtxt.substring(newmonthtxt.length-2);'
  1460.       '    switch (opener.fmt) {'
  1461.       
  1462.         '    case 3:     addDate(opener.dateValue,'#39#39'+dnow.getDate()+'#39'/'#39'+(' +
  1463.         'dnow.getMonth()+1)+'#39'/'#39'+dnow.getFullYear());'
  1464.       '                    break;'
  1465.       
  1466.         '    case 2:     addDate(opener.dateValue,'#39#39'+(dnow.getMonth()+1)+' +
  1467.         #39'/'#39'+dnow.getDate()+'#39'/'#39'+dnow.getFullYear());'
  1468.       '                    break;'
  1469.       
  1470.         '    case 1: addDate(opener.dateValue,'#39#39'+(dnow.getMonth()+1)+'#39'/'#39'+' +
  1471.         'dnow.getDate()+'#39'/'#39'+dnow.getYear());'
  1472.       '                    break;'
  1473.       '        default:'
  1474.       
  1475.         '            addDate(opener.dateValue,'#39#39'+dnow.getFullYear()+'#39'/'#39'+n' +
  1476.         'ewmonthtxt+'#39'/'#39'+newdaytxt);'
  1477.       '    }'
  1478.       '    opener.addDate(opener.dateField,opener.dateValue);'
  1479.       '    window.close();'
  1480.       '}'
  1481.       ''
  1482.       'function setday(dayin) {'
  1483.       '    curday = dayin;'
  1484.       '    newdaytxt = "0"+dayin;'
  1485.       '    newdaytxt = newdaytxt.substring(newdaytxt.length-2);'
  1486.       '    switch (opener.fmt) {'
  1487.       
  1488.         '    case 3:     addDate(opener.dateValue,'#39#39'+dayin+'#39'/'#39'+(newmonth+' +
  1489.         '1)+'#39'/'#39'+newyear);'
  1490.       '                    break;'
  1491.       
  1492.         '    case 2:     addDate(opener.dateValue,'#39#39'+(newmonth+1)+'#39'/'#39'+day' +
  1493.         'in+'#39'/'#39'+newyear);'
  1494.       '                    break;'
  1495.       
  1496.         '    case 1: addDate(opener.dateValue,'#39#39'+(newmonth+1)+'#39'/'#39'+dayin+'#39 +
  1497.         '/'#39'+('#39#39'+newyear).substring(2));'
  1498.       '                    break;'
  1499.       '        default:'
  1500.       
  1501.         '            addDate(opener.dateValue,'#39#39'+newyear+'#39'/'#39'+newmonthtxt+' +
  1502.         #39'/'#39'+newdaytxt);'
  1503.       '    }'
  1504.       '    opener.addDate(opener.dateField,opener.dateValue);'
  1505.       '    window.close();'
  1506.       '}'
  1507.       ''
  1508.       'function fwdmonth() {'
  1509.       '        opener.monthoffset++;'
  1510.       '        window.location.reload();'
  1511.       '}'
  1512.       ''
  1513.       'function backmonth() {'
  1514.       '        opener.monthoffset--;'
  1515.       '        window.location.reload();'
  1516.       '}'
  1517.       ''
  1518.       '        document.write('#39'<title>'#39'+opener.cap+'#39'</title>'#39');'
  1519.       ''
  1520.       '// End of Script -->'
  1521.       ''
  1522.       '</script>'
  1523.       '</head>'
  1524.       ''
  1525.       '<body class="cal"><form METHOD="POST" onSubmit="return false">'
  1526.       '<table cols=7 border=0 width="100%" cellspacing=0 cellpadding=0>'
  1527.       '<tr><th class="cal2a">'
  1528.       
  1529.         '<INPUT class="cal" TYPE="BUTTON" VALUE="<" onclick="backmonth' +
  1530.         '();return false;">'
  1531.       '</th>'
  1532.       '<th class="cal" colspan=5 valign=middle>'
  1533.       ''
  1534.       '<script language=JavaScript>'
  1535.       ''
  1536.       '<!-- Begin JavaScript'
  1537.       ''
  1538.       '    document.write(month+" - "+timenow.getFullYear());'
  1539.       ''
  1540.       '// End of Script -->'
  1541.       ''
  1542.       '</script>'
  1543.       ''
  1544.       '</th>'
  1545.       '<th class="cal2b">'
  1546.       
  1547.         '<INPUT class="cal" TYPE="BUTTON" VALUE=">" onclick="fwdmonth(' +
  1548.         ');return false">'
  1549.       '</th></tr>'
  1550.       ''
  1551.       '<tr class="cal"><td class="cal" width="14%">'
  1552.       'Sun'
  1553.       '</td><td class="cal" width="14%">'
  1554.       'Mon'
  1555.       '</td><td class="cal" width="14%">'
  1556.       'Tue'
  1557.       '</td><td class="cal" width="14%">'
  1558.       'Wed'
  1559.       '</td><td class="cal" width="14%">'
  1560.       'Thu'
  1561.       '</td><td class="cal" width="14%">'
  1562.       'Fri'
  1563.       '</td><td class="cal" width="14%">'
  1564.       'Sat'
  1565.       '</td></tr>'
  1566.       '     '
  1567.       '<script language=JavaScript>'
  1568.       ''
  1569.       '<!-- Begin JavaScript'
  1570.       ''
  1571.       '    for (r=0;r<6;r++) {'
  1572.       '        f = realday(r,0,startday,endday);'
  1573.       '        if (r > 0 && f == "") break;'
  1574.       '                document.write('#39'<tr><td class="cal">'#39');'
  1575.       '            document.write(f);'
  1576.       
  1577.         '                document.write('#39'</td><td class="cal"'#39'+istoday(r,' +
  1578.         '1,startday,endday)+'#39'>'#39');'
  1579.       '            document.write(realday(r,1,startday,endday));'
  1580.       
  1581.         '                document.write('#39'</td><td class="cal"'#39'+istoday(r,' +
  1582.         '2,startday,endday)+'#39'>'#39');'
  1583.       '            document.write(realday(r,2,startday,endday));'
  1584.       
  1585.         '                document.write('#39'</td><td class="cal"'#39'+istoday(r,' +
  1586.         '3,startday,endday)+'#39'>'#39');'
  1587.       '            document.write(realday(r,3,startday,endday));'
  1588.       
  1589.         '                document.write('#39'</td><td class="cal"'#39'+istoday(r,' +
  1590.         '4,startday,endday)+'#39'>'#39');'
  1591.       '            document.write(realday(r,4,startday,endday));'
  1592.       
  1593.         '                document.write('#39'</td><td class="cal"'#39'+istoday(r,' +
  1594.         '5,startday,endday)+'#39'>'#39');'
  1595.       '            document.write(realday(r,5,startday,endday));'
  1596.       
  1597.         '                document.write('#39'</td><td class="cal"'#39'+istoday(r,' +
  1598.         '6,startday,endday)+'#39'>'#39');'
  1599.       '            document.write(realday(r,6,startday,endday));'
  1600.       '                document.write('#39'</td></tr>'#39');'
  1601.       '    }'
  1602.       ''
  1603.       '// End of Script -->'
  1604.       ''
  1605.       '</script>'
  1606.       '<STYLE>'
  1607.       
  1608.         'A.today:link, A.today:visited, A.today:active { text-decoration:' +
  1609.         ' none }'
  1610.       '</STYLE>'
  1611.       '<tr><td class="today" colspan=7 align="center" valign="top">'
  1612.       '<A class="today" HREF="#" onClick="return settoday()">'
  1613.       
  1614.         '<img src="../images/today.gif" border=0 align="top">  ' +
  1615.         'Today: '
  1616.       '<#TODAY>'
  1617.       '</A></TD></TR>'
  1618.       '</TABLE></FORM><CENTER>'
  1619.       '</BODY>'
  1620.       '</HTML>  ')
  1621.     OnHTMLTag = CalendarPageHTMLTag
  1622.     Left = 520
  1623.     Top = 82
  1624.   end
  1625.   object OptionsPage: TPageProducer
  1626.     HTMLDoc.Strings = (
  1627.       '<html>'
  1628.       ''
  1629.       '<head>'
  1630.       '<meta http-equiv="Content-Type"'
  1631.       'content="text/html; charset=iso-8859-1">'
  1632.       '<meta name="GENERATOR" content="Microsoft FrontPage 4.0">'
  1633.       '<title>User Options</title>'
  1634.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  1635.       ''
  1636.       '<SCRIPT language=javascript>'
  1637.       ''
  1638.       '<#STDFUNCS>'
  1639.       ''
  1640.       'function Submitandclose() {'
  1641.       '   document.inputForm.submit();'
  1642.       '   // top.close();'
  1643.       '   return true;'
  1644.       '}'
  1645.       '</script>'
  1646.       '<style>'
  1647.       '<!--'
  1648.       
  1649.         '.WindowHeader { font-family: Arial; font-size: 14pt; color: #800' +
  1650.         '000; font-weight: bold }'
  1651.       '-->'
  1652.       '</style>'
  1653.       ''
  1654.       '</head>'
  1655.       ''
  1656.       '<body bgcolor="#FFFFFF">'
  1657.       ''
  1658.       ''
  1659.       '<form name="inputForm" method="POST" action=optionsapply>'
  1660.       
  1661.         '<table border="0" cellpadding="10" cellspacing="0" bgcolor="#DED' +
  1662.         'FDF">'
  1663.       '<TR><TD>'
  1664.       '    '
  1665.       '    <table border="0" cellpadding="0" cellspacing="2">'
  1666.       
  1667.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  1668.         '"><a name="DisplayRows"></a>Display'
  1669.       '            Rows</p></td></tr>'
  1670.       '        <tr valign="top"> <td width=20></td>'
  1671.       '            <td width="70">Rows</td>'
  1672.       '            <td width="70"><select name="ROWS">'
  1673.       '               <#ROWSOPTION>'
  1674.       '            </select></td>'
  1675.       '            <td>Sets the number of rows'
  1676.       '            displayed at a time.</td>'
  1677.       '        </tr>'
  1678.       '    </table>'
  1679.       '    <#BEGINEDIT>'
  1680.       '    <HR>'
  1681.       '    <table border="0" cellpadding="0" cellspacing="4">'
  1682.       
  1683.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  1684.         '"><a name="PrivateCols"></a>Keep'
  1685.       '            Separate Columns for Each Tab</p></td></tr>'
  1686.       '        <tr valign="top"> <td width=20></td>'
  1687.       '            <td width="140"><input'
  1688.       
  1689.         '            type="checkbox" <#PRIVATECOLS> name="PRIVATECOLS" va' +
  1690.         'lue="1">Separate Columns</td>'
  1691.       
  1692.         '            <td>Keeps separate column settings for each Teamview' +
  1693.         ' tab.</td>'
  1694.       '        </tr>'
  1695.       '    </table>'
  1696.       '    <HR>'
  1697.       '    <table border="0" cellpadding="0" cellspacing="4">'
  1698.       
  1699.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  1700.         '"><a name="AutoRefresh"></a>Automatic'
  1701.       '            Refresh</p></td></tr>'
  1702.       '        <tr valign="top"> <td width=20></td>'
  1703.       '            <td width="140"><input'
  1704.       
  1705.         '            type="checkbox" <#AUTOREFRESH> name="AUTOREFRESH" va' +
  1706.         'lue="1">Automatic</td>'
  1707.       
  1708.         '            <td>Automatically Refresh the Main window after edit' +
  1709.         's.</td>'
  1710.       '        </tr>'
  1711.       '    </table>'
  1712.       '    <#BEGINEDIT>'
  1713.       '    <HR>'
  1714.       '    <table border="0" cellpadding="0" cellspacing="4">'
  1715.       
  1716.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  1717.         '"><a name="OpenMode"></a>Open'
  1718.       '            in Edit or View Mode</p></td></tr>'
  1719.       '        <tr valign="top"> <td width=20></td>'
  1720.       '            <td width="140"><input'
  1721.       
  1722.         '            type="radio" <#OPENEDIT> name="DEFAULTTOEDIT" value=' +
  1723.         '"1">Edit'
  1724.       '            Mode</td>'
  1725.       
  1726.         '            <td>Opens the Work Request directly in edit mode.</t' +
  1727.         'd>'
  1728.       '        </tr>'
  1729.       '        <tr valign="top"> <td width=20></td>'
  1730.       '            <td width="140"><input'
  1731.       
  1732.         '            type="radio" <#OPENVIEW> name="DEFAULTTOEDIT" value=' +
  1733.         '"0">View Mode</td>'
  1734.       '            <td>Opens the Work Request in view mode.</td>'
  1735.       '        </tr>'
  1736.       '    </table>'
  1737.       '    <#ENDEDIT>'
  1738.       '    <HR>'
  1739.       '    <table border="0" cellpadding="0" cellspacing="4">'
  1740.       
  1741.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  1742.         '"><a name="ReqWindow"></a>Work'
  1743.       '            Request Windows</p></td></tr>'
  1744.       '        <tr valign="top"> <td width=20></td>'
  1745.       '            <td width="140"><input'
  1746.       
  1747.         '            type="radio" <#WINDOWONE> name="OPENMANY" value="0">' +
  1748.         'Same'
  1749.       '            Window</td>'
  1750.       '            <td>Opens each Work Request in'
  1751.       '            the same window.</td>'
  1752.       '        </tr>'
  1753.       '        <tr valign="top"> <td width=20></td>'
  1754.       '            <td width="140"><input'
  1755.       
  1756.         '            type="radio" <#WINDOWMANY> name="OPENMANY" value="1"' +
  1757.         '>New Window</td>'
  1758.       '            <td>Opens each Work Request in'
  1759.       '            a separate window.</td>'
  1760.       '        </tr>'
  1761.       '    </table>'
  1762.       '    <HR>'
  1763.       '    <table border="0" cellpadding="0" cellspacing="4">'
  1764.       
  1765.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  1766.         '"><a name="ReqSize"></a>Work Request Size</p></td></tr>'
  1767.       '        <tr valign="top"> <td width=20></td>'
  1768.       '            <td width="70">Width</td>'
  1769.       '            <td width="70"><select name="WIDTH">'
  1770.       '               <#WIDTHS>'
  1771.       '            </select></td>'
  1772.       '            <td>Sets the width of the Work'
  1773.       '            Request window.</td>'
  1774.       '        </tr>'
  1775.       '        <tr valign="top"> <td width=20></td>'
  1776.       '            <td>Height</td>'
  1777.       '            <td><select name="HEIGHT">'
  1778.       '               <#HEIGHTS>'
  1779.       '            </select></td>'
  1780.       '            <td>Sets the height of the'
  1781.       '            Work Request window.</td>'
  1782.       '        </tr>'
  1783.       '    </table>'
  1784.       '    <BEGINEDIT>'
  1785.       '    <HR>'
  1786.       '    <table border="0" cellpadding="0" cellspacing="4">'
  1787.       
  1788.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  1789.         '"><a name="SaveClose"></a>Close'
  1790.       '            on Save</p></td></tr>'
  1791.       '        <tr valign="top"> <td width=20></td>'
  1792.       '            <td width="140"><input'
  1793.       
  1794.         '            type="checkbox" <#CLOSEONSAVE> name="CLOSEONSAVE" va' +
  1795.         'lue="1">Close On Save</td>'
  1796.       
  1797.         '            <td>Closes the Work Request Window after saving chan' +
  1798.         'ges.</td>'
  1799.       '        </tr>'
  1800.       '    </table>'
  1801.       '    <#ENDEDIT>'
  1802.       '    <HR>'
  1803.       '    <table border="0" cellpadding="0" cellspacing="4">'
  1804.       
  1805.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  1806.         '"><a name="WebHints"></a>'
  1807.       '        Display Hints</p></td></tr>'
  1808.       '        <tr valign="top"> <td width=20></td>'
  1809.       '            <td width="140"><input'
  1810.       
  1811.         '            type="checkbox" <#WEBHINTS> name="WEBHINTS" value="1' +
  1812.         '">Show Hints</td>'
  1813.       '            <td>Displays field hints when editing requests.</td>'
  1814.       '        </tr>'
  1815.       '    </table>'
  1816.       '</TD></TR>'
  1817.       '</table>'
  1818.       '<BR>'
  1819.       
  1820.         '<INPUT type="submit" value="    OK    " id=ingroup name=ingroup ' +
  1821.         'onClick="Submitandclose()">'
  1822.       '  '
  1823.       
  1824.         '<INPUT type="submit" value="  Cancel  " id=cancelgroup name=canc' +
  1825.         'elgroup onClick="JavaScript:top.close();return false;">'
  1826.       '  '
  1827.       
  1828.         '<INPUT type="BUTTON" value="   Help   " id=help name=help onClic' +
  1829.         'k="openhelp('#39'useropt'#39')">'
  1830.       '<INPUT type="hidden" name="CTX" value="<#CONTEXT>">'
  1831.       '</form>'
  1832.       ''
  1833.       ''
  1834.       '</body>'
  1835.       '</html> '
  1836.       ' ')
  1837.     OnHTMLTag = OptionsPageHTMLTag
  1838.     Left = 492
  1839.     Top = 156
  1840.   end
  1841.   object CloseAndRefreshPage: TPageProducer
  1842.     HTMLDoc.Strings = (
  1843.       '<html>'
  1844.       ''
  1845.       '<head>'
  1846.       '<meta http-equiv="Content-Type"'
  1847.       'content="text/html; charset=iso-8859-1">'
  1848.       
  1849.         '<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"' +
  1850.         '>'
  1851.       '<title>User Options</title>'
  1852.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  1853.       ''
  1854.       '<SCRIPT language=javascript>'
  1855.       ''
  1856.       'function refreshOpener() {'
  1857.       '   if (("" + top.opener) != "undefined" &&'
  1858.       '       top.opener != null &&'
  1859.       '       ("" + top.opener.location) != "undefined" &&'
  1860.       '       ("" + top.opener.location) != "" &&'
  1861.       '       ("" + top.opener.myrefresh) != "undefined" &&'
  1862.       '       ("" + top.opener.myrefresh) != "")'
  1863.       '      {'
  1864.       '      top.opener.location = top.opener.myrefresh;'
  1865.       '      }'
  1866.       '   return true;'
  1867.       '}'
  1868.       ''
  1869.       '</script>'
  1870.       ''
  1871.       '</head>'
  1872.       ''
  1873.       '<body bgcolor="#FFFFFF" onload="refreshOpener();top.close()">'
  1874.       '</body>'
  1875.       '</html>'
  1876.       ' '
  1877.       ' ')
  1878.     Left = 604
  1879.     Top = 202
  1880.   end
  1881.   object filterpage: TPageProducer
  1882.     HTMLDoc.Strings = (
  1883.       '<HTML>'
  1884.       '<HEAD>'
  1885.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  1886.       '<script language=JavaScript>'
  1887.       '<!-- Begin JavaScript'
  1888.       ''
  1889.       '<#STDFUNCS>'
  1890.       ''
  1891.       'function applyValues() {'
  1892.       '    c = '#39#39';'
  1893.       '    for (i = 0; i < document.applets[0].getNumLines(); i++)'
  1894.       '    {'
  1895.       '    '#9'c += document.applets[0].getRuleText(i)'
  1896.       '    }'
  1897.       '    document.filterForm.returnv.value = c;'
  1898.       '}'
  1899.       ''
  1900.       '// End of Script -->'
  1901.       '</script>'
  1902.       '<!--- title #TITLE --->'
  1903.       '<title>'
  1904.       '<#TITLE>'
  1905.       '</title>'
  1906.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  1907.       '</HEAD>'
  1908.       '<BODY>'
  1909.       
  1910.         '<FORM action="filterapply" method=POST id=filterForm name=filter' +
  1911.         'Form>'
  1912.       '<!--- hidden info #HIDDEN --->'
  1913.       '<#HIDDEN>'
  1914.       '<!--- ***** --->'
  1915.       '<INPUT type="hidden" value="" id="returnv" name="returnv">'
  1916.       
  1917.         '<table border="0" cellpadding="10" cellspacing="0" bgcolor="#DED' +
  1918.         'FDF">'
  1919.       '<TR><TD><P class="bighead"><#TITLE></P>'
  1920.       '</TD></TR>'
  1921.       
  1922.         '<TR><TD>   Use Record Set:  <SELECT NAM' +
  1923.         'E="USELIST">'
  1924.       '<!-- Insert #LIST -->'
  1925.       '<#LIST>'
  1926.       '</SELECT></TD></TR>'
  1927.       '<TR><TD>'
  1928.       '<applet'
  1929.       '    id="tool"'
  1930.       '        code=Filter.class'
  1931.       '        name=Filter'
  1932.       '        codebase="../java"'
  1933.       '        width=600'
  1934.       '        height=400  >'
  1935.       '        <!--- <param name=background value="c0c0c0"> --->'
  1936.       '        <param name=background value="DEDFDF">'
  1937.       '        <param name=foreground value="000000">'
  1938.       '        <PARAM NAME="out" VALUE="Available Columns">'
  1939.       
  1940.         '        <PARAM NAME="in" VALUE="Include records that match these' +
  1941.         ' filter criteria">'
  1942.       
  1943.         '        <PARAM NAME="path" VALUE="getcombovalues?CTX=<#CONTEXT>&' +
  1944.         'FLD=">'
  1945.       ''
  1946.       '<!--- Columns #COLUMNS --->'
  1947.       '<#COLUMNS>'
  1948.       '<!--- Filter items #ITEMS --->'
  1949.       '<#ITEMS>'
  1950.       '<!--- ***** --->'
  1951.       '</applet>'
  1952.       '</TD></TR>'
  1953.       '</TABLE>'
  1954.       '<BR>'
  1955.       
  1956.         '<INPUT type="submit" value="   OK  &nbs' +
  1957.         'p;" id=infilter name=infilter onClick="applyValues()">'
  1958.       '  '
  1959.       
  1960.         '<INPUT type="BUTTON" value=" Cancel " id=cancelgroup name=cancel' +
  1961.         'group onClick="JavaScript:window.history.go(-1);">'
  1962.       '  '
  1963.       
  1964.         '<INPUT type="BUTTON" value="   Help   " id=help name=help onClic' +
  1965.         'k="openhelp('#39'filter'#39')">'
  1966.       '</FORM>'
  1967.       '</BODY>'
  1968.       '</HTML>'
  1969.       ' ')
  1970.     OnHTMLTag = filterpageHTMLTag
  1971.     Left = 418
  1972.     Top = 226
  1973.   end
  1974.   object ComboPage: TPageProducer
  1975.     HTMLDoc.Strings = (
  1976.       '<HTML>'
  1977.       '<HEAD>'
  1978.       '<TITLE>Choices for combo</TITLE>'
  1979.       '</HEAD>'
  1980.       '<BODY>'
  1981.       '<pre>'
  1982.       '<#COMBOLIST>'
  1983.       '</pre>'
  1984.       '</BODY>'
  1985.       '</HTML> ')
  1986.     OnHTMLTag = ComboPageHTMLTag
  1987.     Left = 498
  1988.     Top = 228
  1989.   end
  1990.   object OpenFuncsPage: TPageProducer
  1991.     HTMLDoc.Strings = (
  1992.       'function openWork(ID) {'
  1993.       
  1994.         '  mychild = window.open('#39'workreq?CTX=<#CONTEXT>&WRQ='#39' + ID + '#39'&F' +
  1995.         'ROM=VIEW'#39','#39'<#WORKWINDOW>'#39','
  1996.       
  1997.         '  '#39'status,scrollbars,resizable,width=<#WORKWIDTH>,height=<#WORKH' +
  1998.         'EIGHT>'#39');'
  1999.       '}'
  2000.       ''
  2001.       'function newfind(ctx) {'
  2002.       ' findwindow = window.open('#39'find?CTX='#39'+ctx,'#39'AlexTeamFind'#39','
  2003.       '  '#39'status,scrollbars,resizable'#39'); //,width=600,height=400'#39');'
  2004.       '}'
  2005.       ' ')
  2006.     OnHTMLTag = FuncsPageHTMLTag
  2007.     Left = 310
  2008.     Top = 132
  2009.   end
  2010.   object NewFuncPage: TPageProducer
  2011.     HTMLDoc.Strings = (
  2012.       'function newwork(ctx,wrq,nt) {'
  2013.       
  2014.         ' window.open('#39'workreq?EDIT=Y&CTX='#39'+ctx+'#39'&WRQ='#39'+wrq+'#39'&NOTETYPE='#39'+' +
  2015.         'nt+'#39'&NEWWRQ='#39'+wrq ,'#39'<#WORKWINDOW>'#39','
  2016.       
  2017.         '  '#39'status,scrollbars,resizable,width=<#WORKWIDTH>,height=<#WORKH' +
  2018.         'EIGHT>'#39');'
  2019.       '}'
  2020.       ' ')
  2021.     OnHTMLTag = FuncsPageHTMLTag
  2022.     Left = 412
  2023.     Top = 134
  2024.   end
  2025.   object TabChangePage: TPageProducer
  2026.     HTMLDoc.Strings = (
  2027.       '<html>'
  2028.       ''
  2029.       '<head>'
  2030.       '<meta http-equiv="Content-Type"'
  2031.       'content="text/html; charset=iso-8859-1">'
  2032.       
  2033.         '<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"' +
  2034.         '>'
  2035.       '<title>User Options</title>'
  2036.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  2037.       ''
  2038.       '<SCRIPT language=javascript>'
  2039.       ''
  2040.       '<#STDFUNCS>'
  2041.       ''
  2042.       'function askifdelete() {'
  2043.       '    r = confirm("Do you want to permanently delete this Tab?");'
  2044.       '    if (r) {'
  2045.       '      document.inputForm.POSTOP.value='#39'D'#39';'
  2046.       '      document.inputForm.submit();'
  2047.       '      return true;'
  2048.       '      }'
  2049.       #9'return r;'
  2050.       '}'
  2051.       ''
  2052.       'function savechanges() {'
  2053.       '   document.inputForm.POSTOP.value='#39'S'#39';'
  2054.       '   document.inputForm.submit();'
  2055.       '   return true;'
  2056.       '}'
  2057.       ''
  2058.       '</script>'
  2059.       ''
  2060.       '</head>'
  2061.       ''
  2062.       '<body bgcolor="#FFFFFF">'
  2063.       ''
  2064.       ''
  2065.       ''
  2066.       
  2067.         '<form name="inputForm" method="POST" action=tabchangeapply targe' +
  2068.         't="_top" >'
  2069.       
  2070.         '<table border="0" cellpadding="10" cellspacing="0" bgcolor="#DED' +
  2071.         'FDF">'
  2072.       '<TR><TD>'
  2073.       '    '
  2074.       '    <table border="0" cellpadding="0" cellspacing="4">'
  2075.       
  2076.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  2077.         '">Tab Definition</p></td></tr>'
  2078.       '                <tr valign="top"> <td width=20></td>'
  2079.       '        <td width="140"><input'
  2080.       '            type="radio" name="NEWTAB" value="1">New Tab</td>'
  2081.       '            <td >Creates a new Tab</td>'
  2082.       '        </tr>'
  2083.       '        <tr valign="center"> <td width=20></td>'
  2084.       '            <td width="140" valign=top><input'
  2085.       
  2086.         '            type="radio" checked name="NEWTAB" value="0">Modify ' +
  2087.         'Tab</td>'
  2088.       '            <td>Changes the current Tab</td>'
  2089.       '        </tr>'
  2090.       '    </table>'
  2091.       '    <HR>'
  2092.       '    <table border="0" cellpadding="0" cellspacing="4">'
  2093.       
  2094.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  2095.         '">Tab Description</p></td></tr>'
  2096.       '        <tr valign="top"> <td width=20></td>'
  2097.       '            <td width="140">Tab Label:</td>'
  2098.       '            <td>Display label for the Tab</td>'
  2099.       '        </tr>'
  2100.       '        <tr valign="top"> <td width=20></td>'
  2101.       '            <td colspan=3>'
  2102.       
  2103.         '            <!--webbot bot="Validation" b-value-required="TRUE" ' +
  2104.         'i-minimum-length="1" -->'
  2105.       
  2106.         '            <input type="TEXT" name="TABLABEL" size="30" value="' +
  2107.         '<#TABLABEL>"></td>'
  2108.       '        </tr>'
  2109.       '        <tr valign="top"> <td width=20></td>'
  2110.       '            <td width="140">Description:</td>'
  2111.       
  2112.         '            <td>Long description displayed for the Tab title</td' +
  2113.         '>'
  2114.       '        </tr>'
  2115.       '        <tr valign="top"> <td width=20></td>'
  2116.       '            <td colspan=3>'
  2117.       
  2118.         '            <!--webbot bot="Validation" b-value-required="TRUE" ' +
  2119.         'i-minimum-length="1" -->'
  2120.       
  2121.         '            <input type="TEXT" name="TABDESC" size="60" value="<' +
  2122.         '#TABDESC>"></td>'
  2123.       '        </tr>'
  2124.       '    </table>'
  2125.       '    <HR>'
  2126.       '    <table border="0" cellpadding="0" cellspacing="4">'
  2127.       
  2128.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  2129.         '">Tab Records</p></td></tr>'
  2130.       '        <tr valign="top"> <td width=20></td>'
  2131.       '            <td width=140>Use Record Set:</td>'
  2132.       
  2133.         '            <td>Selects the list of records before filtering</td' +
  2134.         '>'
  2135.       '        </tr>'
  2136.       '        <tr valign="top"> <td width=20></td>'
  2137.       '            <td colspan=2><select name="USELIST">'
  2138.       '               <#LIST>'
  2139.       '            </select></td>'
  2140.       '        </tr>'
  2141.       '    </table>'
  2142.       '    <HR>'
  2143.       '    <table border="0" cellpadding="0" cellspacing="4">'
  2144.       
  2145.         '        <tr valign=top><td colspan=4 height=25><p class="bighead' +
  2146.         '">Tab Position</p></td></tr>'
  2147.       '        <tr valign="top"> <td width=20></td>'
  2148.       '            <td width=140>Position After:</td>'
  2149.       '            <td>Selects the position of the Tab</td>'
  2150.       '        </tr>'
  2151.       '        <tr valign="top"> <td width=20></td>'
  2152.       '            <td colspan=2><select name="POSITION">'
  2153.       '               <#POSITIONLIST>'
  2154.       '            </select></td>'
  2155.       '        </tr>'
  2156.       '    </table>'
  2157.       '</TD></TR>'
  2158.       '</table>'
  2159.       '<BR>'
  2160.       
  2161.         '<INPUT type="BUTTON" value="    OK    " id=OKBTN name="OKBTN" on' +
  2162.         'Click="savechanges()">'
  2163.       '  '
  2164.       
  2165.         '<INPUT type="BUTTON" value="  Delete  " id=DELETE name="DELETE" ' +
  2166.         'onClick="askifdelete()">'
  2167.       '  '
  2168.       
  2169.         '<INPUT type="BUTTON" value="  Cancel  " id=cancelgroup name=canc' +
  2170.         'elgroup onClick="JavaScript:window.history.go(-1);">'
  2171.       '  '
  2172.       
  2173.         '<INPUT type="BUTTON" value="   Help   " id=help name=help onClic' +
  2174.         'k="openhelp('#39'tabs'#39')">'
  2175.       '<INPUT type="hidden" name="CTX" value="<#CONTEXT>">'
  2176.       '<INPUT type="hidden" name="TABNO" value="<#TABNO>">'
  2177.       '<INPUT type="hidden" name="POSTOP" value="">'
  2178.       '</form>'
  2179.       ''
  2180.       ''
  2181.       '</body>'
  2182.       '</html>   '
  2183.       ' '
  2184.       ' ')
  2185.     OnHTMLTag = TabChangePageHTMLTag
  2186.     Left = 610
  2187.     Top = 246
  2188.   end
  2189.   object FlagPage: TPageProducer
  2190.     HTMLDoc.Strings = (
  2191.       '<HTML>'
  2192.       '<HEAD>'
  2193.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  2194.       '<script language=JavaScript>'
  2195.       '<!-- Begin JavaScript'
  2196.       ''
  2197.       '<#STDFUNCS>'
  2198.       ''
  2199.       'function getstrlen(str) {'
  2200.       '    if (navigator.appName == "Netscape") {'
  2201.       '       return str.length();'
  2202.       '    }'
  2203.       '    else'
  2204.       '    {'
  2205.       '       return str.length'
  2206.       '    }'
  2207.       '}'
  2208.       ''
  2209.       'function applyValues() {'
  2210.       '    document.flagForm.selections.value = '#39#39
  2211.       ''
  2212.       '// for each value #RETURNVALUE'
  2213.       '<#RETURNVALUE>'
  2214.       '// *******'
  2215.       '       ;'
  2216.       '}'
  2217.       ''
  2218.       ''
  2219.       '// End of Script -->'
  2220.       '</script>'
  2221.       '<!--- title #TITLE --->'
  2222.       '<title>'
  2223.       '<#TITLE>'
  2224.       '</title>'
  2225.       '</HEAD>'
  2226.       '<BODY onLoad="document.flagForm.ingroup.value = '#39'   OK   '#39';">'
  2227.       
  2228.         '<FORM action="flagapply" method=POST id=flagForm name=flagForm t' +
  2229.         'arget="_top">'
  2230.       
  2231.         '<table border="0" cellpadding="10" cellspacing="0" bgcolor="#DED' +
  2232.         'FDF">'
  2233.       '<TR><TD><P class="bighead"><#TITLE></P>'
  2234.       '</TD></TR>'
  2235.       '<TR><TD>'
  2236.       '<applet'
  2237.       '    id="tool"'
  2238.       '        code=DualColumnShort.class'
  2239.       '        name=DualColumnShort'
  2240.       '        codebase="../java"'
  2241.       '        width=450'
  2242.       '        height=150  >'
  2243.       '        <!--- <param name=background value="c0c0c0"> --->'
  2244.       '        <param name=background value="DEDFDF">'
  2245.       '        <param name=foreground value="000000">'
  2246.       #9#9'  <param name=updown value="no">'
  2247.       '<!--- titles #TITLES --->'
  2248.       '<#TITLES>'
  2249.       '<!--- items #ITEMS --->'
  2250.       '<#ITEMS>'
  2251.       '<!--- ***** --->'
  2252.       '</applet>'
  2253.       '</TD></TR>'
  2254.       '<TR><TD class="boldhead">'
  2255.       'Flag Text:<br>'
  2256.       
  2257.         '<TEXTAREA NAME="NOTE_" ROWS=6 COLS=80 id="NOTE_" WRAP=SOFT><#NOT' +
  2258.         'ETEXT></TEXTAREA>'
  2259.       '</TD></TR>'
  2260.       '</TABLE>'
  2261.       '<!--- hidden info #HIDDEN --->'
  2262.       '<#HIDDEN>'
  2263.       '<!--- ***** --->'
  2264.       '<br>'
  2265.       
  2266.         '<INPUT type="submit" value="    OK    " id=ingroup name=ingroup ' +
  2267.         'onClick="applyValues()">'
  2268.       '  '
  2269.       
  2270.         '<INPUT type="BUTTON" value="  Cancel  " id=cancelgroup name=canc' +
  2271.         'elgroup onClick="<#CANCELBUTTON>">'
  2272.       '  '
  2273.       
  2274.         '<INPUT type="BUTTON" value="   Help   " id=help name=help onClic' +
  2275.         'k="openhelp('#39'flagnote'#39')">'
  2276.       '<INPUT type="hidden" value="" id="selections" name="selections">'
  2277.       
  2278.         '<INPUT type="hidden" value="<#FLAGID>" id="FLAGID" name="FLAGID"' +
  2279.         '>'
  2280.       
  2281.         '<INPUT type="hidden" value="<#DATETAG>" id="DATETAG" name="DATET' +
  2282.         'AG">'
  2283.       '</FORM>'
  2284.       '</BODY>'
  2285.       '</HTML>  ')
  2286.     OnHTMLTag = GroupHTMLTag
  2287.     Left = 428
  2288.     Top = 290
  2289.   end
  2290.   object StdFuncsPage: TPageProducer
  2291.     HTMLDoc.Strings = (
  2292.       'function openhelp(page) {'
  2293.       
  2294.         '  helpchild = window.open('#39'help?CTX=<#CONTEXT>&HELP='#39' + page,'#39'al' +
  2295.         'exsysteamhelp'#39','
  2296.       
  2297.         '  '#39'status,scrollbars,resizable,width=<#HELPWIDTH>,height=<#HELPH' +
  2298.         'EIGHT>'#39');'
  2299.       '} '
  2300.       ' ')
  2301.     OnHTMLTag = StdFuncsPageHTMLTag
  2302.     Left = 314
  2303.     Top = 182
  2304.   end
  2305.   object LicensePage: TPageProducer
  2306.     HTMLDoc.Strings = (
  2307.       '<title><#LICTITLE></title>'
  2308.       '<SCRIPT language=javascript>'
  2309.       ''
  2310.       '<#STDFUNCS>'
  2311.       ''
  2312.       '<#NEWFUNC>'
  2313.       ''
  2314.       '</script>'
  2315.       '</head>'
  2316.       ''
  2317.       '<body bgcolor="#FFFFFF">'
  2318.       ''
  2319.       
  2320.         '<p><font color="#800000" size="+2" face="Times New Roman"><stron' +
  2321.         'g>'
  2322.       '<#LICTITLE>'
  2323.       '</strong></font></p>'
  2324.       ''
  2325.       '<center><font color="#0000A0" size="+1" face="Arial"><strong>'
  2326.       '<#LICLINE1>'
  2327.       '</strong></font></center>'
  2328.       ''
  2329.       '<center><font size="-1" face="Arial"><strong>'
  2330.       '<#LICLINE2>'
  2331.       '</strong></font></center>'
  2332.       ''
  2333.       '<p> </p>'
  2334.       ''
  2335.       '<p><font size="-1" face="Arial">'
  2336.       '<#LICMSG>'
  2337.       '</font></p>'
  2338.       ''
  2339.       '<FORM>'
  2340.       
  2341.         '<INPUT type="button" value="    OK    " id=ingroup name=ingroup ' +
  2342.         'onClick="<#LICACTION>">'
  2343.       '  '
  2344.       
  2345.         '<INPUT type="BUTTON" value="   Help   " id=help name=help onClic' +
  2346.         'k="openhelp('#39'license'#39')">'
  2347.       '</FORM>'
  2348.       ''
  2349.       '</body>'
  2350.       '</html> '
  2351.       ' ')
  2352.     OnHTMLTag = LicensePageHTMLTag
  2353.     Left = 380
  2354.     Top = 18
  2355.   end
  2356.   object AttachPage: TPageProducer
  2357.     HTMLDoc.Strings = (
  2358.       '<HTML>'
  2359.       '<HEAD>'
  2360.       '<LINK REL=STYLESHEET TYPE="text/css" HREF="../AlexSys1.css">'
  2361.       '<script language=JavaScript>'
  2362.       '<!-- Begin JavaScript'
  2363.       ''
  2364.       'function Submitandclose() {'
  2365.       '   document.attachForm.submit();'
  2366.       '   return true;'
  2367.       '}'
  2368.       ''
  2369.       '<#STDFUNCS>'
  2370.       ''
  2371.       ''
  2372.       '// End of Script -->'
  2373.       '</script>'
  2374.       '<!--- title #TITLE --->'
  2375.       '<title>'
  2376.       '<#TITLE>'
  2377.       '</title>'
  2378.       '</HEAD>'
  2379.       '<BODY>'
  2380.       '<FORM ENCTYPE="multipart/form-data"'
  2381.       
  2382.         #9'   action="attachapply" method=POST id=attachForm name=attachFo' +
  2383.         'rm target=_top>'
  2384.       
  2385.         '<table width="100%" border="0" cellpadding="10" cellspacing="0" ' +
  2386.         'bgcolor="#DEDFDF">'
  2387.       '<TR><TD><P class="bighead"><#TITLE></P>'
  2388.       '</TD></TR>'
  2389.       '<TR><TD>'
  2390.       '</TD></TR>'
  2391.       ''
  2392.       '<TR>'
  2393.       '<TD width=300>'
  2394.       
  2395.         'If you select "Copy and link the file", a new file will be creat' +
  2396.         'ed on'
  2397.       
  2398.         'the server and the attachment will be linked to the file.<br><br' +
  2399.         '>'
  2400.       'If you select "Copy the file",'
  2401.       
  2402.         'the attachment will be copied directly into the database.<br><br' +
  2403.         '>'
  2404.       'Browse to select the files that you wish to upload.'
  2405.       '</TD>'
  2406.       '</TR>'
  2407.       ''
  2408.       '<TR>'
  2409.       '<td>'
  2410.       
  2411.         '<input type="radio" checked name="LINK" value="1">Copy and link ' +
  2412.         'the file'
  2413.       '<input type="radio" name="LINK" value="0">Copy the file'
  2414.       '</td>'
  2415.       '</TR>'
  2416.       ''
  2417.       '<TR><TD width="400">'
  2418.       '<INPUT Type=FILE NAME="File_1" ID="File_1" size="30">'
  2419.       '</TD></TR>'
  2420.       ''
  2421.       '<TR><TD width="400">'
  2422.       '<INPUT Type=FILE NAME="File_2" ID="File_2" size="30">'
  2423.       '</TD></TR>'
  2424.       ''
  2425.       '<TR><TD width="400">'
  2426.       '<INPUT Type=FILE NAME="File_3" ID="File_3" size="30">'
  2427.       '</TD></TR>'
  2428.       ''
  2429.       '<TR><TD width="400">'
  2430.       '<INPUT Type=FILE NAME="File_4" ID="File_4" size="30">'
  2431.       '</TD></TR>'
  2432.       ''
  2433.       '</TABLE>'
  2434.       '<!--- hidden info #HIDDEN --->'
  2435.       '<#HIDDEN>'
  2436.       '<!--- ***** --->'
  2437.       '<br>'
  2438.       
  2439.         '<INPUT type="submit" value="    OK    " id=attach name=attach on' +
  2440.         'Click="Submitandclose()">'
  2441.       '  '
  2442.       
  2443.         '<INPUT type="BUTTON" value="  Cancel  " id=cancelgroup name=canc' +
  2444.         'elgroup onClick="<#CANCELBUTTON>">'
  2445.       '  '
  2446.       
  2447.         '<INPUT type="BUTTON" value="   Help   " id=help name=help onClic' +
  2448.         'k="openhelp('#39'attach'#39')">'
  2449.       '</FORM>'
  2450.       '</BODY>'
  2451.       ''
  2452.       '<script language=JavaScript>'
  2453.       '<!-- Begin JavaScript'
  2454.       'if (navigator.appName != "Netscape") {'
  2455.       '   document.attachForm.File_1.size = 65;'
  2456.       '   document.attachForm.File_2.size = 65;'
  2457.       '   document.attachForm.File_3.size = 65;'
  2458.       '   document.attachForm.File_4.size = 65;'
  2459.       '   }'
  2460.       '// End of Script -->'
  2461.       '</script>'
  2462.       ''
  2463.       '</HTML>'
  2464.       ' '
  2465.       ' ')
  2466.     OnHTMLTag = GroupHTMLTag
  2467.     Left = 510
  2468.     Top = 284
  2469.   end
  2470. end
  2471.