summaryrefslogtreecommitdiff
path: root/demos/personal/protected/pages/Layout.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/personal/protected/pages/Layout.tpl')
-rw-r--r--demos/personal/protected/pages/Layout.tpl27
1 files changed, 27 insertions, 0 deletions
diff --git a/demos/personal/protected/pages/Layout.tpl b/demos/personal/protected/pages/Layout.tpl
new file mode 100644
index 00000000..500abf3b
--- /dev/null
+++ b/demos/personal/protected/pages/Layout.tpl
@@ -0,0 +1,27 @@
+<!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="?sp=page.home">HOME</a> |
+ <a href="?sp=page.resume">RESUME</a> |
+ <a href="?sp=page.links">LINKS</a> |
+ <a href="?sp=page.albums">ALBUMS</a> |
+ <a href="?sp=page.login">LOGIN</a>
+ </div>
+</div>
+<com:TContentPlaceHolder ID="main" />
+<div class="footer">
+ Copyright &copy; 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