Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2
<html>
3
 
4
<head>
5
 
6
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
    <meta name="generator" content="HelpNDoc Personal Edition 4.6.2.573">
8
    <title>SRV - Servivor</title>
9
    <script type="text/javascript">
10
      function escapeHtml(unsafe) {
11
        return unsafe.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#039;").replace(/:/g, "");
12
      }
13
      var sTopic = "";
14
      if (top.location.href.lastIndexOf("?") > 0)
15
        sTopic = top.location.href.substring(top.location.href.lastIndexOf("?") + 1, top.location.href.length);
16
      if (sTopic == "") sTopic = "Introduo.html";
17
          sTopic = escapeHtml(sTopic);
18
      document.write('<frameset cols="300,*">');
19
      document.write('<frame src="toc.html" name="FrameTOC">');
20
      document.write('<frame src="' + sTopic + '" name="FrameMain">');
21
      document.write('</frameset>');
22
    </script>
23
 
24
</head>
25
 
26
<noscript>
27
        <frameset cols="300,*">
28
                <frame src="toc.html" name="FrameTOC">
29
                <frame src="Introduo.html" name="FrameMain">
30
        </frameset>
31
</noscript>
32
 
33
</html>
34