File: index.html

package info (click to toggle)
xml-soap 2.2-6
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 2,492 kB
  • ctags: 1,934
  • sloc: java: 15,895; xml: 740; jsp: 580; cpp: 561; sh: 235; makefile: 127
file content (23 lines) | stat: -rw-r--r-- 559 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
  <head>
    <title>Apache SOAP Admin Tool</title>

    <script language="JavaScript" type="text/javascript">
      <!-- Hide from non-scripting browsers
      function refresh()
      {
        toc.location.reload();
        data.location.href='blankpage.html';
      }
      // -->
    </script>
  </head>

  <frameset rows="90,*" border="0">
    <frame name="image" src="header.html">
    <frameset cols="150,*" border="0">
      <frame name="toc" src="toc.html">
      <frame name="data" src="blankpage.html">
    </frameset>
  </frameset>
</html>