-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.htm
114 lines (99 loc) · 2.83 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="es" xml:lang="es" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>AVIGATE - Proceso de prueba ágil para videojuegos serios</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="meta_tagged" content="true">
<script language="JavaScript">
<!--
var tour = 0;
function getCookie (name)
{
var dcookie = document.cookie;
var cname = name + "=";
var clen = dcookie.length;
var cbegin = 0;
while (cbegin < clen)
{
var vbegin = cbegin + cname.length;
if (dcookie.substring(cbegin, vbegin) == cname)
{
var vend = dcookie.indexOf (";", vbegin);
if (vend == -1)
{
vend = clen;
}
return unescape(dcookie.substring(vbegin, vend));
}
cbegin = dcookie.indexOf(" ", cbegin) + 1;
if (cbegin == 0)
{
break;
}
}
return null;
}
function fixUrl(url)
{
if ( url == null )
{
return null;
}
var indx = url.indexOf("file:///");
if ( indx >=0 )
{
url = url.substring(indx+8, url.length);
}
else
{
indx = url.indexOf("file://");
if ( indx >=0 )
{
url = url.substring(indx+7, url.length);
}
}
url = url.replace(/\\/g, "/");
return unescape(url);
}
// -->
</script>
</head>
<script language="JavaScript">
var bannerheight = 21 + 67;
var toc_frame = "ory_toc_frame";
var toc_url = "noapplet/PublishedBookmarks.html";
var default_page_url = getCookie("rup_ory_doc");
if ( default_page_url == null )
{
default_page_url = "about:blank";
}
if((navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 4 ) ||
(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) >= 4 ))
{
document.write(" <frameset frameborder=\"0\" framespacing=\"1\" border=\"1\" rows=\"" + bannerheight + ",*\">\n");
document.write(" <frame src=\"topnav.htm\" noresize name=\"ory_button\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\">\n");
document.writeln("<frameset cols=\"205,*\" frameborder=\"1\" framespacing=\"1\" border=\"1\" >\n");
document.write(" <frame src=\"" + toc_url + "\" name=\"" + toc_frame + "\" frameborder=\"1\" scrolling=\"no\">\n");
document.writeln("<frame name=\"ory_doc\" src=\"" + default_page_url + "\" frameborder=\"0\" scrolling=\"yes\">\n");
document.writeln(" </frameset>");
document.writeln(" </frameset>");
}
else
{
parent.location = "applet/browser.htm";
}
</script>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<br>
<br>
</td><td valign="top" width="24"></td><td valign="top" width="1%">
<p> </p>
</td>
</tr>
</table>
</body>
</html>