summaryrefslogtreecommitdiffstats
path: root/base/kra/shared/webapps/kra/agent/kra/frameRequest.html
blob: ae544e34b1ced1fa5012cf738450b488e6554d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset cols="140,1*" border="0" frameborder="NO"> 
  <frame src="menuRequest.html" NORESIZE scrolling="NO" frameborder="NO" marginwidth="0" marginheight="0" name="left">
  
  <frame src="listRequests.html" marginwidth="16" marginheight="16" frameborder="NO" NORESIZE name="content">

</frameset>
<noframes><body bgcolor="#FFFFFF">

</body></noframes>
</html>