summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/3-heights.html
blob: 339b5c28ee6ea1c7fa084532db351983b536ecbd (plain)
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
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>patika</title>
<meta name="generator" content="emacs 23.0.60.1; htmlfontify 0.20" />
<style type="text/css"><!-- 
body { font-family: Courier New;  font-stretch: normal;  font-weight: 500;  font-style: normal;  color: #f5deb3;  background: #2f4f4f;  font-size: 10pt;  text-decoration: none; }
span.default   { font-family: Courier New;  font-stretch: normal;  font-weight: 500;  font-style: normal;  color: #f5deb3;  background: #2f4f4f;  font-size: 10pt;  text-decoration: none; }
span.default a { font-family: Courier New;  font-stretch: normal;  font-weight: 500;  font-style: normal;  color: #f5deb3;  background: #2f4f4f;  font-size: 10pt;  text-decoration: underline; }
span.default-0004   { text-decoration: none; }
span.default-0004 a { text-decoration: underline; }
span.default-0002   { text-decoration: none; }
span.default-0002 a { text-decoration: underline; }
 --></style>

  </head>
  <body>

    <script type="text/javascript">
      // <![CDATA[

function getObj(name) {
    if (document.getElementById) {
        this.obj = document.getElementById(name);
        this.style = document.getElementById(name).style;
    }
}
function hfy_toggle_display(name) {
    var x = new getObj("hfy_invis_" + name);
    var flag = x.style.display == 'inline';
    x.style.display = (flag) ? 'none' : 'inline'
}

      // ]]>
    </script>

<pre>ajsha a<span class="default-0002">hsahs</span>jha<span class="default-0004">j sah</span>sja </pre>

 </body>
</html>