diff options
author | xue <> | 2005-11-16 18:41:59 +0000 |
---|---|---|
committer | xue <> | 2005-11-16 18:41:59 +0000 |
commit | fdd0a3ad7b2f9f942b94fde84277529ecae2a3b3 (patch) | |
tree | fe4126c804bab2a96a85990c218ec4dd7384c59e /demos/personal/protected/pages/Layout.tpl | |
parent | e27780e23d0df3e0a08fd3ae4e60fc81a51d42cc (diff) |
Diffstat (limited to 'demos/personal/protected/pages/Layout.tpl')
-rw-r--r-- | demos/personal/protected/pages/Layout.tpl | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/demos/personal/protected/pages/Layout.tpl b/demos/personal/protected/pages/Layout.tpl deleted file mode 100644 index bf3cd7ac..00000000 --- a/demos/personal/protected/pages/Layout.tpl +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
-<head>
-<title>My Personal Website</title>
-</head>
-<body>
-<com:TForm>
-<div class="header">
- <h1>Your Name Here</h1>
- <h2>My Personal Site</h2>
- <div class="nav">
- <a href=<%=$this->Service->constructUrl('home') %> >HOME</a> |
- <a href=<%=$this->Service->constructUrl('resume') %> >RESUME</a> |
- <a href=<%=$this->Service->constructUrl('links') %> >LINKS</a> |
- <a href=<%=$this->Service->constructUrl('albums') %> >ALBUMS</a> |
- <a href=<%=$this->Service->constructUrl('login') %> >LOGIN</a>
- </div>
-</div>
-<div class="main">
-<com:TContentPlaceHolder ID="main" />
-</div>
-<div class="footer">
- Copyright © 2005 Your Name here.<br/>
- Powered by <a href="http://www.pradosoft.com/">PRADO</a>.
-</div>
-</com:TForm>
-</body>
-</html>
\ No newline at end of file |