| Line 166... |
Line 166... |
| 166 |
<a href="javascript:;" onClick="CollapseAll(); ToggleDisplay('IMG_EXPAND_ALL_REASONS','IMG_COLLAPSE_ALL_REASONS');" title="Hide All Reasons for Release.">
|
166 |
<a href="javascript:;" onClick="CollapseAll(); ToggleDisplay('IMG_EXPAND_ALL_REASONS','IMG_COLLAPSE_ALL_REASONS');" title="Hide All Reasons for Release.">
|
| 167 |
<img src="icons/b_collapse_all.gif" border="0" align="absmiddle" hspace="3">
|
167 |
<img src="icons/b_collapse_all.gif" border="0" align="absmiddle" hspace="3">
|
| 168 |
</a>Reason for Release
|
168 |
</a>Reason for Release
|
| 169 |
</SPAN>
|
169 |
</SPAN>
|
| 170 |
</td>
|
170 |
</td>
|
| 171 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC">Last Modified</td>
|
171 |
<td colspan=2 width="1" nowrap class="body_col" bgcolor="#E4E9EC">Last Modified</td>
|
| 172 |
</tr>
|
172 |
</tr>
|
| 173 |
<%
|
173 |
<%
|
| 174 |
If rsRep.RecordCount = 0 Then
|
174 |
If rsRep.RecordCount = 0 Then
|
| 175 |
With Response
|
175 |
With Response
|
| 176 |
.write "<tr>"
|
176 |
.write "<tr>"
|
| Line 197... |
Line 197... |
| 197 |
<DIV id="FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" name="FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" style="display:none;" onclick="ToggleDisplay('SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>','FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>');">
|
197 |
<DIV id="FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" name="FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" style="display:none;" onclick="ToggleDisplay('SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>','FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>');">
|
| 198 |
<a href="#" class="body_txt" title="Click to hide."><%=NewLine_To_BR ( To_HTML( rsRep("comments") ) )%></a>
|
198 |
<a href="#" class="body_txt" title="Click to hide."><%=NewLine_To_BR ( To_HTML( rsRep("comments") ) )%></a>
|
| 199 |
</DIV>
|
199 |
</DIV>
|
| 200 |
</td>
|
200 |
</td>
|
| 201 |
<td nowrap class="body_txt" valign="top" bgcolor="#F5F5F5">
|
201 |
<td nowrap class="body_txt" valign="top" bgcolor="#F5F5F5">
|
| 202 |
<%= "<a href='mailto:"& rsRep("user_email") &"' class='txt_linked'><img src='images/i_user.gif' width='10' height='13' hspace='2' border='0' align='absmiddle' alt='"& rsRep("full_name") &" <"& rsRep("user_email") &">'>"& rsRep("full_name") &"</a> "& EuroDateTime ( rsRep("modified_stamp") )%>
|
202 |
<%= DisplayDateTimeSecs (rsRep("modified_stamp"))%>
|
| 203 |
</td>
|
203 |
</td>
|
| - |
|
204 |
<td nowrap class="body_txt" valign="top" bgcolor="#F5F5F5">
|
| - |
|
205 |
<%= "<a href='mailto:"& rsRep("user_email") &"' class='txt_linked'><img src='images/i_user.gif' width='10' height='13' hspace='2' border='0' align='absmiddle' alt='"& rsRep("full_name") &" <"& rsRep("user_email") &">'>"& rsRep("full_name") &"</a> "%>
|
| - |
|
206 |
</td>
|
| - |
|
207 |
|
| 204 |
</tr>
|
208 |
</tr>
|
| 205 |
<% rsRep.MoveNext
|
209 |
<% rsRep.MoveNext
|
| 206 |
WEnd
|
210 |
WEnd
|
| 207 |
|
211 |
|
| 208 |
rsRep.Close()
|
212 |
rsRep.Close()
|