| Line 335... |
Line 335... |
| 335 |
End If
|
335 |
End If
|
| 336 |
'
|
336 |
'
|
| 337 |
' If not called from a history tab then we display a dialog to allow comparison
|
337 |
' If not called from a history tab then we display a dialog to allow comparison
|
| 338 |
' with another version
|
338 |
' with another version
|
| 339 |
%>
|
339 |
%>
|
| - |
|
340 |
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;position:fixed'></div>
|
| 340 |
<%If pkgCompare Then %>
|
341 |
<%If pkgCompare Then %>
|
| 341 |
<form name="formname" method="get" action="<%=ScriptName%>" onSubmit="ProgressBar.style.visibility='visible';">
|
342 |
<form name="formname" method="get" action="<%=ScriptName%>" onSubmit="MM_showProgressBar();">
|
| 342 |
<br>
|
343 |
<br>
|
| 343 |
<%If rsQry.Recordcount > 0 Then%>
|
344 |
<%If rsQry.Recordcount > 0 Then%>
|
| 344 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
345 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
| 345 |
<tr>
|
346 |
<tr>
|
| 346 |
<td nowrap width=1% class="body_colb">Files and Folders</td>
|
347 |
<td nowrap width=1% class="body_colb">Files and Folders</td>
|
| Line 351... |
Line 352... |
| 351 |
<%Call DisplayComparePvIdCombo()%>
|
352 |
<%Call DisplayComparePvIdCombo()%>
|
| 352 |
</select>
|
353 |
</select>
|
| 353 |
<input name="btn" type="submit" class="form_btn" value="Compare">
|
354 |
<input name="btn" type="submit" class="form_btn" value="Compare">
|
| 354 |
<%If parCompare <> "" Then%>
|
355 |
<%If parCompare <> "" Then%>
|
| 355 |
<input type="checkbox" style='visibility:hidden'>
|
356 |
<input type="checkbox" style='visibility:hidden'>
|
| 356 |
<a class="form_btn" href="<%=scriptName%>?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>">Show <%=sVerText%></a>
|
357 |
<a class="form_btn" onClick="MM_showProgressBar();" href="<%=scriptName%>?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>">Show <%=sVerText%></a>
|
| 357 |
<a class="form_btn" href="<%=scriptName%>?pv_id=<%=parComparePvId%>&rtag_id=<%=parRtag_id%>">Show <%=sCompVerText%></a>
|
358 |
<a class="form_btn" onClick="MM_showProgressBar();" href="<%=scriptName%>?pv_id=<%=parComparePvId%>&rtag_id=<%=parRtag_id%>">Show <%=sCompVerText%></a>
|
| 358 |
</fieldset>
|
359 |
</fieldset>
|
| 359 |
</td>
|
360 |
</td>
|
| 360 |
<td width=1% nowrap class="body_txt">
|
361 |
<td width=1% nowrap class="body_txt">
|
| 361 |
|
362 |
|
| 362 |
<fieldset class="fset body_row">
|
363 |
<fieldset class="fset body_row">
|