ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/skeleton.xhtml
(Generate patch)

Comparing web/www/skeleton.xhtml (file contents):
Revision 1.2 by tdb, Tue Mar 23 20:22:27 2004 UTC vs.
Revision 1.3 by tdb, Tue Mar 23 23:43:23 2004 UTC

# Line 1 | Line 1
1   <!--#include virtual="/doctype.inc" -->
2 <
3 < <head>
4 < <title>skeleton</title>
2 >  <head>
3 >    <title>
4 >      skeleton
5 >    </title>
6   <!--#include virtual="/style.inc" -->
7 < </head>
8 <
9 < <body>
10 <
10 < <div id="container">
11 <
12 < <div id="main">
13 <
7 >  </head>
8 >  <body>
9 >    <div id="container">
10 >      <div id="main">
11   <!--#include virtual="/header.inc" -->
12 <
13 < <div id="contents">
14 <  <h1 class="top">Skeleton Page</h1>
15 <  <h2>Section</h2>
16 <  <h3>Content</h3>
17 <  <p>Body Text</p>
18 < </div>
19 <
12 >        <div id="contents">
13 >          <h1 class="top">
14 >            Skeleton Page
15 >          </h1>
16 >          <h2>
17 >            Section
18 >          </h2>
19 >          <h3>
20 >            Content
21 >          </h3>
22 >          <p>
23 >            Body Text
24 >          </p>
25 >        </div>
26   <!--#include virtual="/footer.inc" -->
27 <
25 < </div>
26 <
27 >      </div>
28   <!--#include virtual="/menu.inc" -->
29 <
30 < </div>
30 <
31 < </body>
29 >    </div>
30 >  </body>
31   </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines