| Line 147... |
Line 147... |
| 147 |
<td align="center" valign="top"><a href="<%=sLink%>" target="_blank"><img src="images/i_download_small.gif" width="16" height="16" border="0" title="Download document from repository"></a></td>
|
147 |
<td align="center" valign="top"><a href="<%=sLink%>" target="_blank"><img src="images/i_download_small.gif" width="16" height="16" border="0" title="Download document from repository"></a></td>
|
| 148 |
<td nowrap valign="top"><a href="<%=sLink%>" class="txt_linked" target="_blank"><%=sDocTitle%></a> </td>
|
148 |
<td nowrap valign="top"><a href="<%=sLink%>" class="txt_linked" target="_blank"><%=sDocTitle%></a> </td>
|
| 149 |
<td nowrapvalign="top"><%=rsTemp("doc_num")%></td>
|
149 |
<td nowrapvalign="top"><%=rsTemp("doc_num")%></td>
|
| 150 |
<td nowrapvalign="top"><%=FormatVersion( sDoc_version )%></td>
|
150 |
<td nowrapvalign="top"><%=FormatVersion( sDoc_version )%></td>
|
| 151 |
<td nowrapvalign="top"><%=DisplayDateTime ( dDoc_created )%></td>
|
151 |
<td nowrapvalign="top"><%=DisplayDateTime ( dDoc_created )%></td>
|
| - |
|
152 |
<%BuildActionButtonClick TRUE, "", "Edit", FALSE, _
|
| - |
|
153 |
"src='images/i_edit.gif' width='13' height='12' hspace='3' border='0'",_
|
| - |
|
154 |
"MM_openVixIFrame('_wform_import_docs.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id & "&version_id=" & rsTemp("doc_id") & "&doc_num=" & Server.URLEncode( rsTemp("doc_num") ) & "&action=true&edit=true','Import Documents')"%>
|
| 152 |
<td align="center" valign="top"><a href="javascript:;" onClick="MM_openVixIFrame('_wform_import_docs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&version_id=<%=rsTemp("doc_id")%>&doc_num=<%=Server.URLEncode( rsTemp("doc_num") )%>&action=true&edit=true','Import Documents')" ><img src="images/i_edit.gif" title="Edit" hspace="3" border="0"></a></td>
|
155 |
|
| 153 |
<td align="center" valign="top"><a href="_remove_doc.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=rsTemp("pv_id")%>&doc_id=<%=rsTemp("doc_id")%>" onClick="return vixConfirmDelete('this Document entry');"><img src="images/i_delete.gif" title="Remove from list" width="13" height="12" hspace="3" border="0"></a></td>
|
156 |
<%BuildActionButtonClick TRUE, "", "Remove from list", FALSE, _
|
| - |
|
157 |
"src='images/i_delete.gif' width='13' height='12' hspace='3' border='0'",_
|
| - |
|
158 |
"vixConfirm('Are you sure you want to delete this Document?', {url : '"& "_remove_doc.asp?rtag_id=" & parRtag_id & "&pv_id=" & rsTemp("pv_id") & "&doc_id=" & rsTemp("doc_id") &"'})"
|
| - |
|
159 |
%>
|
| 154 |
</tr>
|
160 |
</tr>
|
| 155 |
<%rsTemp.MoveNext
|
161 |
<%rsTemp.MoveNext
|
| 156 |
Loop
|
162 |
Loop
|
| 157 |
rsTemp.Close
|
163 |
rsTemp.Close
|
| 158 |
Set rsTemp = nothing
|
164 |
Set rsTemp = nothing
|