Subversion Repositories DevTools

Rev

Rev 145 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 145 Rev 157
Line 1688... Line 1688...
1688
      <%End If%></legend>
1688
      <%End If%></legend>
1689
      <a name="UNIT_TESTS"></a>
1689
      <a name="UNIT_TESTS"></a>
1690
      <table width="100%" border="0" cellspacing="1" cellpadding="2">
1690
      <table width="100%" border="0" cellspacing="1" cellpadding="2">
1691
         <tr>
1691
         <tr>
1692
            <td align="right" valign="bottom">
1692
            <td align="right" valign="bottom">
-
 
1693
               <%If ( scriptName = "fixed_issues.asp" ) Then%>
-
 
1694
                  <%If objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
1693
               <%If pageIsEditable Then%>
1695
                     <a href='javascript:;' onClick="MM_openBrWindow('_wform_unit_test.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','UnitTest','resizable=yes,width=700,height=550')" class="txt_linked">New Test<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align="absmiddle" alt="Add new test."></a>
1694
                  <a href='javascript:;' onClick="MM_openBrWindow('_wform_unit_test.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','UnitTest','resizable=yes,width=700,height=550')" class="txt_linked">New Test<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align="absmiddle" alt="Add new test."></a>
1696
                  <%End If%>
1695
                  <%If (NOT testCheckTestsFound) AND (testCheckMSG_ID = 0)  Then%>
1697
                  <%If (NOT testCheckTestsFound) AND (testCheckMSG_ID = 0)  Then%>
1696
                     <a href='_not_done_unit_test.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&notdone=Y' class='txt_linked'>Click here if Not Done!<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align="absmiddle" alt="Add new test."></a>
1698
                     <a href='_not_done_unit_test.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&notdone=Y' class='txt_linked'>Click here if Not Done!<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align="absmiddle" alt="Add new test."></a>
1697
                  <%End If%>
1699
                  <%End If%>
1698
               <%End If%>
1700
               <%End If%>
1699
            </td>
1701
            </td>
Line 1772... Line 1774...
1772
 
1774
 
1773
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="sublbox_txt" valign="top" align="center"><%=FormatAccepted( rsQry("test_accepted"), rsQry("test_id") )%></td>
1775
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="sublbox_txt" valign="top" align="center"><%=FormatAccepted( rsQry("test_accepted"), rsQry("test_id") )%></td>
1774
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%If NOT IsNull(rsQry("reviewee")) Then%><%=EuroDate ( rsQry("acceptance_date") )%><br>by <a href="mailto:<%=rsQry("reviewee_email")%>" class="txt_linked"><%=rsQry("reviewee")%></a><%End If%></td>
1776
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%If NOT IsNull(rsQry("reviewee")) Then%><%=EuroDate ( rsQry("acceptance_date") )%><br>by <a href="mailto:<%=rsQry("reviewee_email")%>" class="txt_linked"><%=rsQry("reviewee")%></a><%End If%></td>
1775
                  <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR( To_HTML( rsQry("review_comments") ))%></td>
1777
                  <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR( To_HTML( rsQry("review_comments") ))%></td>
1776
 
1778
 
-
 
1779
                  <%
1777
                  <%If NOT pageIsEditable Then%>
1780
                  If (  (    pageIsEditable _
-
 
1781
                         AND (scriptName = "fixed_issues.asp") _
-
 
1782
                         AND (IsNull(rsQry("test_accepted")) OR (rsQry("test_accepted") = enumUNIT_TEST_NOTACCEPTED))) _
-
 
1783
                      OR _
-
 
1784
                        (    objAccessControl.UserLogedIn _
1778
                     <td background="images/bg_form_lightgray.gif" valign="top"></td>
1785
                         AND (scriptName = "fixed_issues.asp") _
-
 
1786
                         AND (pkgInfoHash.Item("dlocked") = "Y") _
-
 
1787
                         AND (IsNull(rsQry("test_accepted")) OR (rsQry("test_accepted") = enumUNIT_TEST_NOTACCEPTED)) _
-
 
1788
                         AND (rsQry("test_type_id") <> CStr(enumTEST_TYPE_AUTOBUILD_UTF))) ) Then
1779
                  <%Else%>
1789
                  %>
1780
                     <td background="images/bg_form_lightgray.gif" valign="top"><%If NOT IsNull(rsQry("test_id")) Then%><a href="_remove_unit_test.asp?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return confirmDelete('this unit test');"><img src="images/i_delete.gif" alt="Remove this test." width="13" height="12" hspace="3" border="0"></a><%End If%></td>
1790
                     <td background="images/bg_form_lightgray.gif" valign="top"><%If NOT IsNull(rsQry("test_id")) Then%><a href="_remove_unit_test.asp?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return confirmDelete('this unit test');"><img src="images/i_delete.gif" alt="Remove this test." width="13" height="12" hspace="3" border="0"></a><%End If%></td>
-
 
1791
                  <%Else%>
-
 
1792
                     <td background="images/bg_form_lightgray.gif" valign="top"></td>
1781
                  <%End If%>
1793
                  <%End If%>
1782
               </tr>
1794
               </tr>
-
 
1795
               <%
1783
               <%rsQry.MoveNext
1796
               rsQry.MoveNext
1784
            WEnd%>
1797
            WEnd
-
 
1798
            %>
1785
            <tr>
1799
            <tr>
1786
               <td class="form_field"></td>
1800
               <td class="form_field"></td>
1787
               <td class="form_field"></td>
1801
               <td class="form_field"></td>
1788
               <td class="form_field"></td>
1802
               <td class="form_field"></td>
1789
               <td class="form_field"></td>
1803
               <td class="form_field"></td>
1790
               <td class="form_field"></td>
1804
               <td class="form_field"></td>
-
 
1805
               <td class="form_field" align="center">
1791
               <td class="form_field" align="center"><%If (testCheckTestsFound) AND (testCheckMSG_ID = 0) AND ( scriptName = "fixed_issues.asp" ) AND pageIsEditable Then%><input type="submit" name="Apply" value="Apply" class="form_btn"><%End If%></td>
1806
                  <%If (testCheckTestsFound) AND (testCheckMSG_ID = 0) AND ( scriptName = "fixed_issues.asp" ) AND pageIsEditable Then%>
-
 
1807
                     <input type="submit" name="Apply" value="Apply" class="form_btn">
-
 
1808
                  <%End If%>
-
 
1809
               </td>
1792
               <td class="form_field"></td>
1810
               <td class="form_field"></td>
1793
               <td class="form_field"></td>
1811
               <td class="form_field"></td>
1794
               <td class="form_field"></td>
1812
               <td class="form_field"></td>
1795
            </tr>
1813
            </tr>
1796
            <input name="pv_id" type="hidden" value="<%=parPv_id%>">
1814
            <input name="pv_id" type="hidden" value="<%=parPv_id%>">
Line 1803... Line 1821...
1803
   <fieldset class="fset"><legend class="body_colb"><img src='images/s_code_review.gif' width='21' height='23' hspace='4' border='0' align='absmiddle'>Code Review</legend>
1821
   <fieldset class="fset"><legend class="body_colb"><img src='images/s_code_review.gif' width='21' height='23' hspace='4' border='0' align='absmiddle'>Code Review</legend>
1804
      <a name="CODE_REVIEW" id="CODE_REVIEW"></a>
1822
      <a name="CODE_REVIEW" id="CODE_REVIEW"></a>
1805
      <%Set rsQry = OraDatabase.DbCreateDynaset( SQL_CodeReview ( parPv_id ), cint(0))%>
1823
      <%Set rsQry = OraDatabase.DbCreateDynaset( SQL_CodeReview ( parPv_id ), cint(0))%>
1806
      <table width="100%" border="0" cellspacing="1" cellpadding="2">
1824
      <table width="100%" border="0" cellspacing="1" cellpadding="2">
1807
         <tr>
1825
         <tr>
1808
            <td align="right" valign="bottom"><%If ( scriptName = "fixed_issues.asp" ) Then%>
1826
            <td align="right" valign="bottom">
1809
               <%If pageIsEditable Then%>
1827
               <%If ( scriptName = "fixed_issues.asp" ) Then%>
-
 
1828
                  <%If objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
1810
                  <a href='javascript:;' onClick="MM_openBrWindow('_wform_update_code_review.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewEdit','scrollbars=yes,resizable=yes,width=950,height='+ ( screen.height - 100 ) +',top=0,left=0')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
1829
                     <a href='javascript:;' onClick="MM_openBrWindow('_wform_update_code_review.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewEdit','scrollbars=yes,resizable=yes,width=950,height='+ ( screen.height - 100 ) +',top=0,left=0')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
1811
               <%End If%>
1830
                  <%End If%>
1812
               <%If rsQry.RecordCount > 0 Then%>
1831
                  <%If rsQry.RecordCount > 0 Then%>
1813
                  <%If NOT IsNull(rsQry("date_of_review")) Then%>
1832
                     <%If NOT IsNull(rsQry("date_of_review")) Then%>
1814
                     &nbsp;
1833
                        &nbsp;
1815
                     <a href='javascript:;' onClick="MM_openBrWindow('_wform_code_review.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewView','scrollbars=yes,resizable=yes,width=950,height='+ ( screen.height - 100 ) +',top=0,left=0')" class="txt_linked">View<img src="images/i_open.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
1834
                        <a href='javascript:;' onClick="MM_openBrWindow('_wform_code_review.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewView','scrollbars=yes,resizable=yes,width=950,height='+ ( screen.height - 100 ) +',top=0,left=0')" class="txt_linked">View<img src="images/i_open.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
-
 
1835
                     <%End If%>
1816
                  <%End If%>
1836
                  <%End If%>
1817
               <%End If%>
-
 
1818
               <%End If%>
1837
               <%End If%>
1819
            </td>
1838
            </td>
1820
         </tr>
1839
         </tr>
1821
      </table>
1840
      </table>
1822
      <%If ((NOT rsQry.BOF) AND (NOT rsQry.EOF)) Then%>
1841
      <%If ((NOT rsQry.BOF) AND (NOT rsQry.EOF)) Then%>
Line 1862... Line 1881...
1862
      <%Call GetCodeReviewURLs( parPv_id, rsCodeReviewURL )%>
1881
      <%Call GetCodeReviewURLs( parPv_id, rsCodeReviewURL )%>
1863
      <table width="100%" border="0" cellspacing="1" cellpadding="2">
1882
      <table width="100%" border="0" cellspacing="1" cellpadding="2">
1864
         <tr>
1883
         <tr>
1865
            <td align="left" valign="top" class="body_colb">Code Review URL for this version</td>
1884
            <td align="left" valign="top" class="body_colb">Code Review URL for this version</td>
1866
            <td align="right" valign="top" <%If NOT IsNull(rsCodeReviewURL("url")) Then Response.Write("colspan='5'")%>>
1885
            <td align="right" valign="top" <%If NOT IsNull(rsCodeReviewURL("url")) Then Response.Write("colspan='5'")%>>
1867
               <%If pageIsEditable Then%>
1886
               <%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
1868
                  <a href="javascript:;" onclick="MM_openBrWindow('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewURLEdit','scrollbars=no,resizable=yes,width=930,height=185,top=0,left=0')" class="txt_linked">New<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align="absmiddle"></a>
1887
                  <a href="javascript:;" onclick="MM_openBrWindow('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewURLEdit','scrollbars=no,resizable=yes,width=930,height=185,top=0,left=0')" class="txt_linked">New<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align="absmiddle"></a>
1869
               <%End If%>
1888
               <%End If%>
1870
            </td>
1889
            </td>
1871
         </tr>
1890
         </tr>
1872
         <%If IsNull(rsCodeReviewURL("full_url")) Then %>
1891
         <%If IsNull(rsCodeReviewURL("full_url")) Then %>
Line 1893... Line 1912...
1893
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
1912
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
1894
                     <%End If%>
1913
                     <%End If%>
1895
                     <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("reason")%></td>
1914
                     <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("reason")%></td>
1896
                     <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("date_of_review")%></td>
1915
                     <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("date_of_review")%></td>
1897
                     <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("last_modified")%></td>
1916
                     <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("last_modified")%></td>
1898
                     <%If pageIsEditable Then%>
1917
                     <%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
1899
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="javascript:;" onclick="MM_openBrWindow('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','CodeReviewURLEdit','scrollbars=no,resizable=yes,width=930,height=185')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle" alt="Edit this code review URL"></a></td>
1918
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="javascript:;" onclick="MM_openBrWindow('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','CodeReviewURLEdit','scrollbars=no,resizable=yes,width=930,height=185')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle" alt="Edit this code review URL"></a></td>
1900
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onclick="return confirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL"></a></td>
1919
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onclick="return confirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL"></a></td>
1901
                     <%Else%>
1920
                     <%Else%>
1902
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"></td>
1921
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"></td>
1903
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"></td>
1922
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"></td>
Line 1923... Line 1942...
1923
         Call LastPvId(pkgInfoHash.Item ("pv_id"))
1942
         Call LastPvId(pkgInfoHash.Item ("pv_id"))
1924
         While rsQry("comments") = "Rippled Build."
1943
         While rsQry("comments") = "Rippled Build."
1925
            Call LastPvId(rsQry("last_pv_id"))
1944
            Call LastPvId(rsQry("last_pv_id"))
1926
         Wend
1945
         Wend
1927
         Dim sOldPkgVersion
1946
         Dim sOldPkgVersion
-
 
1947
         Dim oldDlocked
1928
         Call Get_Pkg_Short_Info ( rsQry("pv_id"), NULL, NULL, sOldPkgVersion, NULL, NULL, NULL )
1948
         Call Get_Pkg_Short_Info ( rsQry("pv_id"), NULL, NULL, sOldPkgVersion, NULL, NULL, oldDlocked )
1929
         Call GetCodeReviewURLs( rsQry("pv_id"), rsCodeReviewURL )
1949
         Call GetCodeReviewURLs( rsQry("pv_id"), rsCodeReviewURL )
1930
         %>
1950
         %>
1931
         <table width="100%" border="0" cellspacing="1" cellpadding="2">
1951
         <table width="100%" border="0" cellspacing="1" cellpadding="2">
1932
            <tr>
1952
            <tr>
1933
               <td align="left" valign="top" class="body_colb" <%If NOT IsNull(rsCodeReviewURL("url")) Then Response.Write("colspan='6'")%>>Code Review URL for last non-ripple build (<a class="lbl_link" href="fixed_issues.asp?pv_id=<%=rsQry("pv_id")%>"><%=sOldPkgVersion%></a>)</td>
1953
               <td align="left" valign="top" class="body_colb" <%If NOT IsNull(rsCodeReviewURL("url")) Then Response.Write("colspan='6'")%>>Code Review URL for last non-ripple build (<a class="lbl_link" href="fixed_issues.asp?pv_id=<%=rsQry("pv_id")%>"><%=sOldPkgVersion%></a>)</td>
Line 1956... Line 1976...
1956
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
1976
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
1957
                        <%End If%>
1977
                        <%End If%>
1958
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("reason")%></td>
1978
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("reason")%></td>
1959
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("date_of_review")%></td>
1979
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("date_of_review")%></td>
1960
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("last_modified")%></td>
1980
                        <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsCodeReviewURL("last_modified")%></td>
1961
                        <%If pageIsEditable Then%>
1981
                        <%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (oldDlocked = "Y")) Then%>
1962
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="javascript:;" onclick="MM_openBrWindow('_wform_edit_code_review_url.asp?pv_id=<%=rsCodeReviewURL("pv_id")%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','CodeReviewURLEdit','scrollbars=no,resizable=yes,width=930,height=185')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle" alt="Edit this code review URL"></a></td>
1982
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="javascript:;" onclick="MM_openBrWindow('_wform_edit_code_review_url.asp?pv_id=<%=rsCodeReviewURL("pv_id")%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','CodeReviewURLEdit','scrollbars=no,resizable=yes,width=930,height=185')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle" alt="Edit this code review URL"></a></td>
1963
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=rsCodeReviewURL("pv_id")%>&rtag_id=<%=parRtag_id%>" onclick="return confirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL"></a></td>
1983
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=rsCodeReviewURL("pv_id")%>&rtag_id=<%=parRtag_id%>" onclick="return confirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL"></a></td>
1964
                        <%Else%>
1984
                        <%Else%>
1965
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"></td>
1985
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"></td>
1966
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"></td>
1986
                           <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"></td>