summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-01 16:21:37 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-01 16:21:37 +0000
commit58a39e262919d32e73a4568bcf04d2b1ffbc7003 (patch)
tree691648bb04c408faa73cb02f050370e9da96aa9c
parentb70e3d30da53d33a9d06c1635c1b09c215ecea7b (diff)
downloadacf-core-58a39e262919d32e73a4568bcf04d2b1ffbc7003.tar.bz2
acf-core-58a39e262919d32e73a4568bcf04d2b1ffbc7003.tar.xz
Added some info to the body field.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@481 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--www/sample2.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/www/sample2.html b/www/sample2.html
index a8da268..af95caf 100644
--- a/www/sample2.html
+++ b/www/sample2.html
@@ -24,6 +24,9 @@
</div>
<div id="nav">
+ <div class="leader">
+ </div>
+
<ul>
<li>Networking
<ul>
@@ -74,11 +77,19 @@
<div id="content">
<div class="leader">
</div>
-
-
-
+
+<h1>Main title</h1>
+Main content<BR>
+Next line content
+<h2>Title 2</h2>
+Title2 content text<BR>
+Next line content
+<h3>Title 3</h3>
+Title3 content text<BR>
+Next line content
+
<p>
-This is plain old content
+Title3 (p) area.
</p>
@@ -111,7 +122,7 @@ the page you want. Evenutally, you'll see the page you want. But not quite yet
</dd>
<dt>Textbox</dt>
-<dd><textarea cols=80 rows=10 name="textbox">fooo</textarea>
+<dd><textarea name="textbox">fooo</textarea>
</dd>