Subversion Repositories DevTools

Rev

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

Rev 185 Rev 4078
Line 42... Line 42...
42
'------------ Constants Declaration -----------
42
'------------ Constants Declaration -----------
43
'Const LIMG_TREE_I_HALF = "<img src='images/spacer.gif' width='5' height='1'><img src='icons/tree_i_half.gif' align='absmiddle'>"
43
'Const LIMG_TREE_I_HALF = "<img src='images/spacer.gif' width='5' height='1'><img src='icons/tree_i_half.gif' align='absmiddle'>"
44
'Const LIMG_TREE_I_FULL = "<img src='images/spacer.gif' width='5' height='1'><img src='icons/tree_i.gif' align='absmiddle'>"
44
'Const LIMG_TREE_I_FULL = "<img src='images/spacer.gif' width='5' height='1'><img src='icons/tree_i.gif' align='absmiddle'>"
45
'Const LIMG_TREE_T = "<img src='images/spacer.gif' width='5' height='1'><img src='icons/tree_t.gif' align='absmiddle'>"
45
'Const LIMG_TREE_T = "<img src='images/spacer.gif' width='5' height='1'><img src='icons/tree_t.gif' align='absmiddle'>"
46
Const LIMG_TREE_I_HALF = "<img src='images/spacer.gif' width='20' height='1'>"
46
Const LIMG_TREE_I_HALF = "<img src='images/spacer.gif' width='20' height='1'>"
-
 
47
Const LIMG_TREE_I_NONE = "<img src='images/spacer.gif' width='30' height='15'>"
47
Const LIMG_TREE_I_FULL = "<img src='images/dot1.gif' width='30' height='15'>"
48
Const LIMG_TREE_I_FULL = "<img src='images/dot1h.gif' width='30' height='15'>"
48
Const LIMG_TREE_T      = "<img src='images/dot1.gif' width='30' height='15'>"
49
Const LIMG_TREE_T      = "<img src='images/dot1.gif' width='30' height='15'>"
49
Const LIMG_LIST_VIEW   = "<img src='images/abtn_list_view.gif' border='0' align=absmiddle' name='imgviewtype' usemap='#mapviewtype' id='imgviewtype'>"
50
Const LIMG_LIST_VIEW   = "<img src='images/abtn_list_view.gif' border='0' align=absmiddle' name='imgviewtype' usemap='#mapviewtype' id='imgviewtype'>"
50
Const LIMG_TREE_VIEW   = "<img src='images/abtn_tree_view.gif' border='0' align=absmiddle' name='imgviewtype' usemap='#mapviewtype' id='imgviewtype'>"
51
Const LIMG_TREE_VIEW   = "<img src='images/abtn_tree_view.gif' border='0' align=absmiddle' name='imgviewtype' usemap='#mapviewtype' id='imgviewtype'>"
51
Const LCONST_LIST_VIEW = 1
52
Const LCONST_LIST_VIEW = 1
52
Const LCONST_TREE_VIEW = 2
53
Const LCONST_TREE_VIEW = 2
Line 171... Line 172...
171
 
172
 
172
 
173
 
173
   '-- Render half lines
174
   '-- Render half lines
174
   If nCurrLevel > 2 Then
175
   If nCurrLevel > 2 Then
175
      For i = 1 To nCurrLevel - 2
176
      For i = 1 To nCurrLevel - 2
176
         Response.write LIMG_TREE_I_FULL
177
         Response.write LIMG_TREE_I_NONE
177
      Next
178
      Next
178
   End If
179
   End If
179
 
180
 
180
 
181
 
181
   '-- Render branch or line
182
   '-- Render branch or line
Line 562... Line 563...
562
                                 %>
563
                                 %>
563
                                 <tr>
564
                                 <tr>
564
                                    <td bgcolor="#F5F5F5" class="body_rowg">
565
                                    <td bgcolor="#F5F5F5" class="body_rowg">
565
                                       <%Call RenderIndent( lastLevel, currLevel )%>
566
                                       <%Call RenderIndent( lastLevel, currLevel )%>
566
                                       <input type="checkbox" name="rtag_id_list" value="<%=rsQry("rtag_id")%>" style="vertical-align:middle;">
567
                                       <input type="checkbox" name="rtag_id_list" value="<%=rsQry("rtag_id")%>" style="vertical-align:middle;">
567
                                       <%If rsQry("official") <> "A" Then%>
-
 
568
                                          <a href="dependencies.asp?rtag_id=<%=rsQry("rtag_id")%>" class="body_link" title="<%=HTMLEncode( rsQry("description") ) %>" >
568
                                       <a href="dependencies.asp?rtag_id=<%=rsQry("rtag_id")%>" class="body_link" title="<%=HTMLEncode( rsQry("description") ) %>" >
569
                                       <%End If%>
-
 
570
                                       <%=ReleaseIcon( rsQry("official") )%>&nbsp;<%=rsQry("rtag_name")%></a>
569
                                       <%=ReleaseIcon( rsQry("official") )%>&nbsp;<%=rsQry("rtag_name")%></a>
571
                                       <td bgcolor="#F5F5F5" class="body_rowg"><%=rsQry("created_stamp") & " by " & rsQry("creator")%></td>
570
                                       <td bgcolor="#F5F5F5" class="body_rowg"><%=rsQry("created_stamp") & " by " & rsQry("creator")%></td>
572
                                       <%
571
                                       <%
573
                                       If parProjId <> 2 Then
572
                                       If parProjId <> 2 Then
574
                                          Dim assocMASSREF, rsQryAssoc, assocMASSREFName, link
573
                                          Dim assocMASSREF, rsQryAssoc, assocMASSREFName, link
Line 739... Line 738...
739
                                    <tr>
738
                                    <tr>
740
                                       <td bgcolor="#F5F5F5" class="body_txt" valign="top">
739
                                       <td bgcolor="#F5F5F5" class="body_txt" valign="top">
741
                                          <input type="checkbox" name="rtag_id_list" value="<%=aVersions( rsQry.FieldIndex("rtag_id"), i )%>">
740
                                          <input type="checkbox" name="rtag_id_list" value="<%=aVersions( rsQry.FieldIndex("rtag_id"), i )%>">
742
                                       </td>
741
                                       </td>
743
                                       <td bgcolor="#F5F5F5" valign="top">
742
                                       <td bgcolor="#F5F5F5" valign="top">
744
                                          <%If aVersions( rsQry.FieldIndex("official"), i ) <> "A" Then%>
-
 
745
                                             <a href="dependencies.asp?rtag_id=<%=aVersions( rsQry.FieldIndex("rtag_id"), i )%>" class="body_link" title="Open Release...">
743
                                          <a href="dependencies.asp?rtag_id=<%=aVersions( rsQry.FieldIndex("rtag_id"), i )%>" class="body_link" title="Open Release...">
746
                                          <%End If%>
-
 
747
                                          <%=ReleaseIcon( aVersions( rsQry.FieldIndex("official"), i ) )%>&nbsp;<%=aVersions( rsQry.FieldIndex("rtag_name"), i )%></a>
744
                                          <%=ReleaseIcon( aVersions( rsQry.FieldIndex("official"), i ) )%>&nbsp;<%=aVersions( rsQry.FieldIndex("rtag_name"), i )%></a>
748
                                       </td>
745
                                       </td>
749
                                       <td bgcolor="#F5F5F5" class="body_rowg"><%=aVersions( rsQry.FieldIndex("created_stamp"), i) & " by " & aVersions( rsQry.FieldIndex("creator"), i)%></td>
746
                                       <td bgcolor="#F5F5F5" class="body_rowg"><%=aVersions( rsQry.FieldIndex("created_stamp"), i) & " by " & aVersions( rsQry.FieldIndex("creator"), i)%></td>
750
                                       <%
747
                                       <%
751
                                       If parProjId <> 2 Then
748
                                       If parProjId <> 2 Then