Subversion Repositories DevTools

Rev

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

Rev 137 Rev 139
Line 469... Line 469...
469
         <td background="images/bg_form_lightgray.gif" class="sublbox_txt">
469
         <td background="images/bg_form_lightgray.gif" class="sublbox_txt">
470
            <%If IsNull( rsQry("is_deployable") ) Then%>No<%Else%>Yes<%End If%>
470
            <%If IsNull( rsQry("is_deployable") ) Then%>No<%Else%>Yes<%End If%>
471
         </td>
471
         </td>
472
      </tr>
472
      </tr>
473
 
473
 
474
      <%If vcsInfoCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG Then%>
474
      <%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) OR (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then%>
475
         <tr>
475
         <tr>
476
            <td nowrap background="images/bg_form_lightbluedark.gif" class="sublbox_txt" valign="top"><b>Version Control System:</b></td>
476
            <td nowrap background="images/bg_form_lightbluedark.gif" class="sublbox_txt" valign="top"><b>Version Control System:</b></td>
477
            <td background="images/bg_form_lightgray.gif" class="sublbox_txt">
477
            <td background="images/bg_form_lightgray.gif" class="sublbox_txt">
478
               <%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
478
               <%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
479
            </td>
479
            </td>