diff options
author | knut <> | 2006-11-12 21:30:21 +0000 |
---|---|---|
committer | knut <> | 2006-11-12 21:30:21 +0000 |
commit | bd8cca29dde857d4d201feab0c02016e24dc211f (patch) | |
tree | c77fc67d758b2a583b83545711c7e6f00dbb8b9e /demos/personal/protected/Pages/Links.page | |
parent | 3850edb7440923c6296026c658d53f44faceff55 (diff) |
added user interface code for the personal website demo
Diffstat (limited to 'demos/personal/protected/Pages/Links.page')
-rw-r--r-- | demos/personal/protected/Pages/Links.page | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/demos/personal/protected/Pages/Links.page b/demos/personal/protected/Pages/Links.page new file mode 100644 index 00000000..2b2e85bc --- /dev/null +++ b/demos/personal/protected/Pages/Links.page @@ -0,0 +1,68 @@ +<com:TContent ID="content"> + <h3>About the Links</h3> + <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod + tincidunt ut laoreet dolore magna erat volutpat.</p> + <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod + tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis + nostrud exercitation consequat. esse molestie consequat, vel willum.</p> + <h4>Top 5</h4> + <dl> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + </dl> + <h4>Cool Site Designs</h4> + <dl> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + </dl> + <h4>Photo Sites</h4> + <dl> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + </dl> + <h4>Resources</h4> + <dl> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + </dl> +</com:TContent>
\ No newline at end of file |