-
Notifications
You must be signed in to change notification settings - Fork 1
/
topnav.htm
55 lines (54 loc) · 3.37 KB
/
topnav.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
<!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>
<script language="javascript" src="scripts/common.js" type="text/javascript"></script><script language="JavaScript" src="scripts/scripts.js" type="text/javascript"></script><script language="JavaScript" src="scripts/topnav.js" type="text/javascript"></script><script type="text/javascript" language="JavaScript">
var feedback_url= '';
</script>
<style type="text/css">
.banner {
background-color: #999999;
background-image: url('images/EPFC_banner.jpg');
background-repeat: no-repeat;
width: 100%;
height: 67px;
}
.topbardivider {
background-color: #d0d0d0
}
</style>
</head>
<body marginheight="0" marginwidth="0">
<form action="#" name="formTopframe">
<table class="banner" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" align="right" summary="">
<tr>
<td><a href="JavaScript:sendFeedback(feedback_url);" class="toprightnav"><img src="./images/ni_feedback.gif" width="18" height="10" border="0" alt="Feedback" title="Feedback"></a></td><td nowrap><a href="JavaScript:sendFeedback(feedback_url);" class="toprightnav">Feedback</a></td><td><img src="./images/shim.gif" width="5" height="11" alt="" title=""></td><td class="topbardivider"><img src="./images/shim.gif" width="1" height="11" alt="" title=""></td><td><img src="./images/shim.gif" width="5" height="11" alt="" title=""></td><td><a href="javascript:void(null)" class="toprightnav" onclick="javascript:window.open('about.htm','about','height=250,width=250,status=no,resizable=yes');"><img src="./images/ni_about.gif" width="10" height="10" border="0" alt="About" title="About"></a></td><td nowrap><a href="javascript:void(null)" class="toprightnav" onclick="javascript:window.open('about.htm','about','height=250,width=250,status=no,resizable=yes');"> About</a></td><td><img src="./images/shim.gif" width="5" height="11" alt="" title=""></td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="topframebg">
<table border="0" cellspacing="0" cellpadding="0" align="right" summary="">
<tr>
<td><img src="./images/shim.gif" width="5" height="20" alt="image" title="image"></td><td><font size="1"></font></td><td class="topframeshadow"><img src="./images/shim.gif" width="1" height="1" alt="" title=""></td><td class="topframehighlight2"><img src="./images/shim.gif" width="1" height="1" alt="" title=""></td><td><img src="./images/shim.gif" width="10" height="1" alt="" title=""></td><td><a href="JavaScript:printPage();" class="toprightnav"><img src="./images/ni_print.gif" width="16" height="17" border="0" alt="Print" title="Print"></a></td><td nowrap><a href="JavaScript:printPage();" class="toprightnavgrey">Print</a></td><td><img src="./images/shim.gif" width="10" height="1" alt="" title=""></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="topframeshadow" colspan="3"><img src="./images/shim.gif" width="1" height="1" alt="" title=""></td>
</tr>
<tr>
<td class="bgblack" colspan="3"><img src="./images/shim.gif" width="1" height="1" alt="" title=""></td>
</tr>
</table>
</form>
</body>
</html>