summaryrefslogtreecommitdiffstats
path: root/t/fmt/xhtml/includessi.html
blob: c5855024911ab2b3e974634e0beaa146798b1def (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
  <head>
    <!--#set var="BLAH" value="1" -->
    <!--#include virtual="header.shtml"-->
    <title>Title string</title>
  </head>

  <body>
    <div class="content">
	    <h1>Header</h1>
		<img src="somepicture.jpg" class="left"
                alt="Some text" title="My picture" />

              <p><strong>Strong</strong>not strong</p>
              <p><strong>Another line</strong> with space and no closing.</p>
              <p>
                <a href="somelink.html">My link</a>,
                <a href="nextline.html">link on next line</a>, <a href="sameline.html">line on same line</a>.
      </p>

      <img src="picture.jpg" alt="picture" />

      and some text without a paragraph mark.
    </div>
    <div class="content">
      <p>A paragraph with an
         <!--#include virtual="header.shtml"-->
         SSI statement inside</p>
    </div>
  </body>
</html>