File: arch_frameset.html

package info (click to toggle)
archmage 0.0.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 304 kB
  • ctags: 73
  • sloc: python: 389; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (7)
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
<html>
 <head>
  <title><%title%></title>
  
  <script>
   var qs=location.search.substr(1)
   var A=qs.split("&")
   var B=null
   var F="<%deftopic%>"
   for(var i=0;i<A.length;i++){B=A[i].split("=");A[i]=[B[0],B[1]]}
   for(var j=0;j<A.length;j++){if(A[j][0]=='page'){ F=A[j][1];break}}
  </script > 
 </head>
 <script>
  document.write('<frameset cols="200,*" bordercolor="<%bcolor%>" frameborder="yes" framespacing="2" >')
  document.write('<frame name="toc" src="arch_contents.html">')
  document.write('<frame name="content" src="'+F+'" >')
  document.write('</frameset>');
 </script>
<noscript>
 <frameset cols="200,*" bordercolor="<%bcolor%>" frameborder="yes" framespacing="2" >
   <frame name="toc" src="arch_contents.html" >
  <frame name="content" src="<%deftopic%>">
 </frameset>
</noscript>
</html>