summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/controls/SampleLayout.tpl
diff options
context:
space:
mode:
authorxue <>2005-12-29 03:28:49 +0000
committerxue <>2005-12-29 03:28:49 +0000
commitc0006cf0da8c3499060df7378cc376c98cbce7c4 (patch)
tree9a5a3c45573b328234c128a42aecc1f71ae8dd26 /demos/quickstart/protected/controls/SampleLayout.tpl
parent7e0b0798997b197d57d09ef5e690afdb1e6a2712 (diff)
Added TLabel samples.
Diffstat (limited to 'demos/quickstart/protected/controls/SampleLayout.tpl')
-rw-r--r--demos/quickstart/protected/controls/SampleLayout.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/quickstart/protected/controls/SampleLayout.tpl b/demos/quickstart/protected/controls/SampleLayout.tpl
index f1237010..8dc32436 100644
--- a/demos/quickstart/protected/controls/SampleLayout.tpl
+++ b/demos/quickstart/protected/controls/SampleLayout.tpl
@@ -8,22 +8,22 @@
<body>
<com:TForm>
-<div class="samplebar">
+<div class="sampleheader">
+
<div style="float:left">
<a href="?">PRADO QuickStart Tutorial</a> Sample
</div>
+
<div style="text-align:right">
Copyright &copy; 2005 <a href="http://www.pradosoft.com">PradoSoft</a>
</div>
+
</div>
-</div>
+
<div style="margin:15px;">
-<div>
<com:TContentPlaceHolder ID="body" />
</div>
-</div>
-
</com:TForm>
</body>
</html> \ No newline at end of file