| 1 |
1 |
jcostell |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| 2 |
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 3 |
|
|
|
| 4 |
|
|
<!-- |
| 5 |
857 |
jcostell |
~ Copyright (c) 2001-2008, TIBCO Software Inc. |
| 6 |
1 |
jcostell |
~ Use, modification, and distribution subject to terms of license. |
| 7 |
|
|
--> |
| 8 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml" style="border-width:0px;overflow:hidden;"> |
| 9 |
|
|
<head> |
| 10 |
|
|
<title>@gi.productname.text@</title> |
| 11 |
|
|
</head> |
| 12 |
|
|
|
| 13 |
|
|
<body bgcolor="#9898a5" scroll="no" |
| 14 |
|
|
style="position:absolute;width:100%;height:100%;left:0px;top:0px;padding:0px;margin:0px;border-width:0px;overflow:hidden;"> |
| 15 |
|
|
|
| 16 |
|
|
<div id="jsxmain" style="position:absolute;left:0px;top:0px;width:100%;height:100%;"> |
| 17 |
|
|
<script type="text/javascript"> |
| 18 |
|
|
//<![CDATA[ |
| 19 |
718 |
jcostell |
var url = window.location.href; |
| 20 |
1 |
jcostell |
var appPath = (url && url.search(/[?&]jsxapppath=([^&]+)/)) ? RegExp.$1 : ""; |
| 21 |
|
|
try { |
| 22 |
|
|
// Firefox doesn't like this in XHTML mode: |
| 23 |
|
|
document.write('<script type="text/javascript" src="JSX/js/JSX30.js" ' + |
| 24 |
|
|
'jsxapppath="' + appPath + '"><'+'/script>'); |
| 25 |
|
|
} catch (e) { |
| 26 |
|
|
window.setTimeout(function() { |
| 27 |
|
|
var script = document.createElement("script"); |
| 28 |
|
|
script.setAttribute("type", "text/javascript"); |
| 29 |
|
|
script.setAttribute("src", "JSX/js/JSX30.js"); |
| 30 |
|
|
script.setAttribute("jsxapppath", appPath); |
| 31 |
|
|
document.getElementById("jsxmain").appendChild(script); |
| 32 |
|
|
}, 0); |
| 33 |
|
|
} |
| 34 |
|
|
//]]> |
| 35 |
|
|
</script> |
| 36 |
|
|
</div> |
| 37 |
|
|
|
| 38 |
|
|
</body> |
| 39 |
|
|
</html> |