Subversion Repositories DevTools

Rev

Rev 6623 | Rev 6710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6623 Rev 6707
Line 121... Line 121...
121
       %>
121
       %>
122
       
122
       
123
       <table id="versionTable" width="100%"  border="0" cellspacing="1" cellpadding="2">
123
       <table id="versionTable" width="100%"  border="0" cellspacing="1" cellpadding="2">
124
           <thead>
124
           <thead>
125
             <tr>
125
             <tr>
126
               <td class="body_sect" colspan='10'>Package Versions</td>
126
               <td class="body_sect" colspan='11'>Package Versions</td>
127
             </tr>
127
             </tr>
128
             <tr class="form_field_bg">
128
             <tr class="form_field_bg">
129
               <td nowrap" class="body_txt" colspan='10'>
129
               <td nowrap" class="body_txt" colspan='11'>
130
                   Results for <b><%=PackageName%></b>
130
                   Results for <b><%=PackageName%></b>
131
               </td>
131
               </td>
132
             </tr>
132
             </tr>
133
           <form name="versions" method="get" action="<%=ScriptName%>">
133
           <form name="versions" method="get" action="<%=ScriptName%>">
134
             <input type="hidden" name="pkg_id" value="<%=parPkgId%>">
134
             <input type="hidden" name="pkg_id" value="<%=parPkgId%>">
Line 139... Line 139...
139
               <td width="80%" nowrap class="body_col">Reason for Release</td>
139
               <td width="80%" nowrap class="body_col">Reason for Release</td>
140
               <td width="1%" nowrap class="body_col tcenter" rowspan="2">Build<br>Reason</td>
140
               <td width="1%" nowrap class="body_col tcenter" rowspan="2">Build<br>Reason</td>
141
               <td width="1%" nowrap class="body_col tcenter" rowspan="2">Lines of<br>Code</td>
141
               <td width="1%" nowrap class="body_col tcenter" rowspan="2">Lines of<br>Code</td>
142
               <td width="1%" nowrap class="body_col tcenter" rowspan="2">Auto<br>Tests</td>
142
               <td width="1%" nowrap class="body_col tcenter" rowspan="2">Auto<br>Tests</td>
143
               <td width="1%" nowrap class="body_col tcenter" rowspan="2">Build<br>Time</td>
143
               <td width="1%" nowrap class="body_col tcenter" rowspan="2">Build<br>Time</td>
-
 
144
               <td width="1%" nowrap class="body_col tcenter" rowspan="2">Licence</td>
144
               <td width="10%" nowrap class="body_col tcenter" colspan="2">Last Modified</td>
145
               <td width="10%" nowrap class="body_col tcenter" colspan="2">Last Modified</td>
145
               <td width="21px" nowrap class="body_col"></td>
146
               <td width="21px" nowrap class="body_col"></td>
146
             </tr>
147
             </tr>
147
             <tr class="body_col form_field_bg">
148
             <tr class="body_col form_field_bg">
148
               <td nowrap ></td>
149
               <td nowrap ></td>
Line 165... Line 166...
165
           </thead>
166
           </thead>
166
           <tbody>
167
           <tbody>
167
           
168
           
168
           <%If rsRep.RecordCount = 0 Then%>
169
           <%If rsRep.RecordCount = 0 Then%>
169
               <tr>
170
               <tr>
170
                <td colspan='10' class='body_row'>
171
                <td colspan='11' class='body_row'>
171
                <%If hasNoVersions(parPkgId) Then %>
172
                <%If hasNoVersions(parPkgId) Then %>
172
                    This package name has no versions.
173
                    This package name has no versions.
173
                               <br><a href='javascript:;' title='Delete unused package name' onClick="MM_openVixIFrame('_delete_package_name.asp?pkgId=<%=parPkgId%>&bfile=index.asp','Delete Unused Package');" >Delete this name<img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' align='absmiddle' hspace='2'></a>
174
                               <br><a href='javascript:;' title='Delete unused package name' onClick="MM_openVixIFrame('_delete_package_name.asp?pkgId=<%=parPkgId%>&bfile=index.asp','Delete Unused Package');" >Delete this name<img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' align='absmiddle' hspace='2'></a>
174
                <%Else%>
175
                <%Else%>
175
                    Found 0 records - with current filters.
176
                    Found 0 records - with current filters.
Line 242... Line 243...
242
                   <td class="body_txt_gray"><%=NewLine_To_BR ( To_HTML( aVersions( rsRep.FieldIndex("comments"), i ) ) )%></td>
243
                   <td class="body_txt_gray"><%=NewLine_To_BR ( To_HTML( aVersions( rsRep.FieldIndex("comments"), i ) ) )%></td>
243
                   <td nowrap><%=aVersions( rsRep.FieldIndex("reason"), i )%></td>
244
                   <td nowrap><%=aVersions( rsRep.FieldIndex("reason"), i )%></td>
244
                   <td nowrap class='tright'><%=aVersions( rsRep.FieldIndex("code_lines"), i )%></td>
245
                   <td nowrap class='tright'><%=aVersions( rsRep.FieldIndex("code_lines"), i )%></td>
245
                   <td nowrap class='tright'><%=testCount%></td>
246
                   <td nowrap class='tright'><%=testCount%></td>
246
                   <td nowrap class='tright'><%=aVersions( rsRep.FieldIndex("build_time"), i )%></td>
247
                   <td nowrap class='tright'><%=aVersions( rsRep.FieldIndex("build_time"), i )%></td>
-
 
248
                   <td nowrap class='tright'><%=aVersions( rsRep.FieldIndex("licence"), i )%></td>
247
                   <td nowrap><%=emailField(enum_imgUser & aVersions( rsRep.FieldIndex("full_name"), i ),  aVersions( rsRep.FieldIndex("user_email"), i ))%></td>
249
                   <td nowrap><%=emailField(enum_imgUser & aVersions( rsRep.FieldIndex("full_name"), i ),  aVersions( rsRep.FieldIndex("user_email"), i ))%></td>
248
                   <td nowrap><%=DisplayShortDateTime ( aVersions( rsRep.FieldIndex("modified_stamp"), i ) )%></td>
250
                   <td nowrap><%=DisplayShortDateTime ( aVersions( rsRep.FieldIndex("modified_stamp"), i ) )%></td>
249
                   <td data-pvid='<%=aVersions( rsRep.FieldIndex("pv_id"), i )%>'><%=DestroyPackage%></td>
251
                   <td data-pvid='<%=aVersions( rsRep.FieldIndex("pv_id"), i )%>'><%=DestroyPackage%></td>
250
                 </tr>
252
                 </tr>
251
             <%  
253
             <%