Subversion Repositories DevTools

Rev

Rev 7288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7288 Rev 7292
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>
-
 
341
    <%If pkgCompare Then %>
340
    <%If pkgCompare Then %>
342
            <form name="formname" method="get" action="<%=ScriptName%>" onSubmit="MM_showProgressBar();">
341
            <form name="formname" method="get" action="<%=ScriptName%>" onSubmit="showGlobalProgress();">
343
            <br>                      
342
            <br>                      
344
            <%If rsQry.Recordcount > 0 Then%>
343
            <%If rsQry.Recordcount > 0 Then%>
345
            <table width="100%"  border="0" cellspacing="1" cellpadding="3">
344
            <table width="100%"  border="0" cellspacing="1" cellpadding="3">
346
              <tr>
345
              <tr>
347
				<td nowrap width=1% class="body_colb">Files and Folders</td>
346
				<td nowrap width=1% class="body_colb">Files and Folders</td>
Line 352... Line 351...
352
                    <%Call DisplayComparePvIdCombo()%>
351
                    <%Call DisplayComparePvIdCombo()%>
353
                    </select>
352
                    </select>
354
                    <input name="btn" type="submit" class="form_btn" value="Compare"> 
353
                    <input name="btn" type="submit" class="form_btn" value="Compare"> 
355
                    <%If parCompare <> "" Then%>
354
                    <%If parCompare <> "" Then%>
356
					<input type="checkbox" style='visibility:hidden'>
355
					<input type="checkbox" style='visibility:hidden'>
357
                    <a class="form_btn" onClick="MM_showProgressBar();" href="<%=scriptName%>?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>">Show <%=sVerText%></a>
356
                    <a class="form_btn" onClick="showGlobalProgress();" href="<%=scriptName%>?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>">Show <%=sVerText%></a>
358
                    <a class="form_btn" onClick="MM_showProgressBar();" href="<%=scriptName%>?pv_id=<%=parComparePvId%>&rtag_id=<%=parRtag_id%>">Show <%=sCompVerText%></a>
357
                    <a class="form_btn" onClick="showGlobalProgress();" href="<%=scriptName%>?pv_id=<%=parComparePvId%>&rtag_id=<%=parRtag_id%>">Show <%=sCompVerText%></a>
359
					</fieldset>
358
					</fieldset>
360
					</td>
359
					</td>
361
					<td width=1% nowrap class="body_txt">
360
					<td width=1% nowrap class="body_txt">
362
 
361
 
363
					<fieldset class="fset body_row">
362
					<fieldset class="fset body_row">