| Line 193... |
Line 193... |
| 193 |
|
193 |
|
| 194 |
userId = rsTemp("user_id")
|
194 |
userId = rsTemp("user_id")
|
| 195 |
%>
|
195 |
%>
|
| 196 |
<tr>
|
196 |
<tr>
|
| 197 |
<td nowrap>
|
197 |
<td nowrap>
|
| 198 |
<img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_WIP_<%=userId%>" class="txt_linked" onClick="ToggleLoadControl ('WIP_<%=userId%>','RequestUserWip.asp?user_id=<%=userId%>');">
|
198 |
<a href='javascript:;'><img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_WIP_<%=userId%>" class="txt_linked" onClick="ToggleLoadControl ('WIP_<%=userId%>','RequestUserWip.asp?user_id=<%=userId%>');"></a>
|
| 199 |
<%=emailField(enum_imgUserLg & rsTemp("full_name"), rsTemp("user_email"))%>
|
199 |
<%=emailField(enum_imgUserLg & rsTemp("full_name"), rsTemp("user_email"))%>
|
| 200 |
</td>
|
200 |
</td>
|
| 201 |
<td nowrap class="body_txt"><%=rsTemp("counter")%></td>
|
201 |
<td nowrap class="body_txt"><%=rsTemp("counter")%></td>
|
| 202 |
</tr>
|
202 |
</tr>
|
| 203 |
<tr id="TGL_WIP_<%=userId%>" style="display:none;">
|
203 |
<tr id="TGL_WIP_<%=userId%>" style="display:none;">
|
| Line 238... |
Line 238... |
| 238 |
<td width="50%" nowrap class="body_txt" background="images/bg_form_lightbluedark.gif"> Package Count</td>
|
238 |
<td width="50%" nowrap class="body_txt" background="images/bg_form_lightbluedark.gif"> Package Count</td>
|
| 239 |
</tr>
|
239 |
</tr>
|
| 240 |
<%If objAccessControl.UserLogedIn Then %>
|
240 |
<%If objAccessControl.UserLogedIn Then %>
|
| 241 |
<tr>
|
241 |
<tr>
|
| 242 |
<td nowrap>
|
242 |
<td nowrap>
|
| 243 |
<img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_DGL_<%=userId%>" class="txt_linked" onClick="ToggleLoadControl('DGL_<%=userId%>','RequestUserDangle.asp?user_id=<%=userId%>');">
|
243 |
<a href='javascript:;'><img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_DGL_<%=userId%>" class="txt_linked" onClick="ToggleLoadControl('DGL_<%=userId%>','RequestUserDangle.asp?user_id=<%=userId%>');"><%=emailField(enum_imgUserLg & rsTemp("full_name"), rsTemp("user_email"))%></a>
|
| 244 |
<%=emailField(enum_imgUserLg & rsTemp("full_name"), rsTemp("user_email"))%>
|
- |
|
| 245 |
</td>
|
244 |
</td>
|
| 246 |
<td nowrap class="body_txt"><%=pkgCount%></td>
|
245 |
<td nowrap class="body_txt"><%=pkgCount%></td>
|
| 247 |
</tr>
|
246 |
</tr>
|
| 248 |
<tr id="TGL_DGL_<%=userId%>" style="display:none;">
|
247 |
<tr id="TGL_DGL_<%=userId%>" style="display:none;">
|
| 249 |
<td nowrap class="body_txt" colspan="3"><div id='DGL_<%=userId%>'><%=enumLOADING%></div></td>
|
248 |
<td nowrap class="body_txt" colspan="3"><div id='DGL_<%=userId%>'><%=enumLOADING%></div></td>
|
| Line 286... |
Line 285... |
| 286 |
Auto=FormatPercent(rsTemp("autobuilt")/rsTemp("total_packages"), 2)
|
285 |
Auto=FormatPercent(rsTemp("autobuilt")/rsTemp("total_packages"), 2)
|
| 287 |
End If
|
286 |
End If
|
| 288 |
%>
|
287 |
%>
|
| 289 |
<tr class="form_field_grey_bg">
|
288 |
<tr class="form_field_grey_bg">
|
| 290 |
<td nowrap class="body_row">
|
289 |
<td nowrap class="body_row">
|
| 291 |
<a href='javascript:;' class="txt_linked" onClick="ToggleLoadControl('RPM_<%=proj_id%>','RequestProjectRelease.asp?proj_id=<%=rsQry("proj_id")%>');">
|
290 |
<a href='javascript://proj_id=<%=proj_id%>;' class="txt_linked" onClick="ToggleLoadControl('RPM_<%=proj_id%>','RequestProjectRelease.asp?proj_id=<%=rsQry("proj_id")%>');"><img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_RPM_<%=proj_id%>"><img src="images/i_world.gif" border="0" align="absmiddle" hspace="3"><%=rsQry("proj_name")%></a>
|
| 292 |
<img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_RPM_<%=proj_id%>">
|
- |
|
| 293 |
<img src="images/i_world.gif" border="0" align="absmiddle" hspace="3"><%=rsQry("proj_name")%>
|
- |
|
| 294 |
</a>
|
- |
|
| 295 |
</td>
|
291 |
</td>
|
| 296 |
<td nowrap class="body_row"><%=rsTemp("rtag_name")%></td>
|
292 |
<td nowrap class="body_row"><%=rsTemp("rtag_name")%></td>
|
| 297 |
<td nowrap class="body_row"><%=rsTemp("last_build_time")%></td>
|
293 |
<td nowrap class="body_row"><%=rsTemp("last_build_time")%></td>
|
| 298 |
<td nowrap class="body_row">
|
294 |
<td nowrap class="body_row">
|
| 299 |
<%If rsTemp.RecordCount > 0 Then%>
|
295 |
<%If rsTemp.RecordCount > 0 Then%>
|