File: index.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 (39 lines) | stat: -rw-r--r-- 1,105 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
 <head>
<script>var pageid="";</script>

  <title><%title%></title>
  
  <script>
   function IsOpera(){return navigator.userAgent.indexOf("Opera")>-1} 
   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
   }
  }
  if (IsOpera()) F = '';</script>
 </head>

 <script>
   document.write('<frameset rows="30,*" frameborder="no" framespacing="0" border="0" >')
   document.write('<frame name="header" src="arch_header.html" frameborder="no" noresize="yes" scrolling="no" >')
   if(F!='')F='?page='+F
   document.write('<frame name="main" src="arch_frameset.html'+F+'">')
   document.write('</frameset>')
 </script>
 <noscript>
  <frameset rows="30,*" frameborder="no" framespacing="0" border="0" >
   <frame name="header" src="arch_header.html" frameborder="no" noresize="yes" scrolling="no">
   <frame name="main" src="arch_frameset.html" >
  </frameset>
 </noscript>
</html>