| Line 30... |
Line 30... |
| 30 |
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font:16px tahoma,sans-serif;text-decoration:none;">
|
30 |
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font:16px tahoma,sans-serif;text-decoration:none;">
|
| 31 |
<center style="<%=DevStyle%>;"><%=DevTitle%>:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
|
31 |
<center style="<%=DevStyle%>;"><%=DevTitle%>:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
|
| 32 |
</div>
|
32 |
</div>
|
| 33 |
<%End If%>
|
33 |
<%End If%>
|
| 34 |
<!-- Global Progress spinner ------------------------->
|
34 |
<!-- Global Progress spinner ------------------------->
|
| 35 |
<div id='progressSpinner' class='vixSpinner' style='visibility:hidden;background-position-y:unset;top:140'></div>
|
35 |
<div id='progressSpinner' class='vixSpinner' style='visibility:hidden;background-position-y:140px'></div>
|
| 36 |
<script language="JavaScript1.2">
|
36 |
<script language="JavaScript1.2">
|
| 37 |
function showGlobalProgress() {
|
37 |
function showGlobalProgress() {
|
| 38 |
document.getElementById("progressSpinner").style.visibility = "unset";
|
38 |
document.getElementById("progressSpinner").style.visibility = "unset";
|
| 39 |
}
|
39 |
}
|
| 40 |
function hideGlobalProgress() {
|
40 |
function hideGlobalProgress() {
|