| Line 127... |
Line 127... |
| 127 |
</td>
|
127 |
</td>
|
| 128 |
<td class="body_row" nowrap><a href=form_project_replication.asp?proj_id=<%=rsQry("PROJ_ID")%>><%=rsQry("PROJ_NAME")%></a></td>
|
128 |
<td class="body_row" nowrap><a href=form_project_replication.asp?proj_id=<%=rsQry("PROJ_ID")%>><%=rsQry("PROJ_NAME")%></a></td>
|
| 129 |
<td class="body_row" nowrap></td>
|
129 |
<td class="body_row" nowrap></td>
|
| 130 |
<%
|
130 |
<%
|
| 131 |
' Release Entry - has xref to containing project
|
131 |
' Release Entry - has xref to containing project
|
| 132 |
Case 3%>
|
132 |
Case 3
|
| - |
|
133 |
Dim noReplicaTxt : noReplicaTxt = ""
|
| - |
|
134 |
If rsQry("OFFICIAL") = "A" Then
|
| - |
|
135 |
noReplicaTxt = "Release is in a state that will not be replicated"
|
| - |
|
136 |
End If
|
| - |
|
137 |
%>
|
| 133 |
<td></td>
|
138 |
<td></td>
|
| 134 |
<td><%=enabledControl%></td>
|
139 |
<td><%=enabledControl%></td>
|
| 135 |
<td class="body_row" nowrap>Release
|
140 |
<td class="body_row" nowrap>Release
|
| 136 |
<%If showWarn Then%>
|
141 |
<%If showWarn Then%>
|
| 137 |
<img src='images/s_warning.gif' width='14' height='13' border='0' title='<%=showWarnText%>' style='vertical-align: bottom;'>
|
142 |
<img src='images/s_warning.gif' width='14' height='13' border='0' title='<%=showWarnText%>' style='vertical-align: bottom;'>
|
| 138 |
<%End If%>
|
143 |
<%End If%>
|
| - |
|
144 |
<%If noReplicaTxt <> "" Then%>
|
| - |
|
145 |
<img src='images/s_warning.gif' width='14' height='13' border='0' title='<%=noReplicaTxt%>' style='vertical-align: bottom;'>
|
| - |
|
146 |
<%End If%>
|
| 139 |
</td>
|
147 |
</td>
|
| 140 |
<td class="body_row" nowrap><a href=form_project_replication.asp?proj_id=<%=rsQry("PROJ_ID")%>><%=rsQry("PROJ_NAME")%></a></td>
|
148 |
<td class="body_row" nowrap><a href=form_project_replication.asp?proj_id=<%=rsQry("PROJ_ID")%>><%=rsQry("PROJ_NAME")%></a></td>
|
| - |
|
149 |
<td class="body_row" nowrap><%=ReleaseIcon(rsQry("OFFICIAL"))%>
|
| 141 |
<td class="body_row" nowrap><a href=form_release_replication.asp?rtag_id=<%=rsQry("RTAG_ID")%>><%=rsQry("RTAG_NAME")%></a></td>
|
150 |
<a href=form_release_replication.asp?rtag_id=<%=rsQry("RTAG_ID")%>><%=rsQry("RTAG_NAME")%></a></td>
|
| 142 |
<%
|
151 |
<%
|
| 143 |
|
152 |
|
| 144 |
End Select
|
153 |
End Select
|
| 145 |
%></tr><%
|
154 |
%></tr><%
|
| 146 |
rsQry.MoveNext
|
155 |
rsQry.MoveNext
|