diff options
author | xue <> | 2005-12-24 20:44:58 +0000 |
---|---|---|
committer | xue <> | 2005-12-24 20:44:58 +0000 |
commit | 8e9204c0047f3bd369d46af68197bcc4ef9a0ba2 (patch) | |
tree | 0cead46bea4aece3d14d4f16c296588b9a961e3b /demos/quickstart/protected/pages/Layout.tpl | |
parent | da3e4e99d6a2e3b2c9591d969cb63d61a6114eee (diff) |
Diffstat (limited to 'demos/quickstart/protected/pages/Layout.tpl')
-rw-r--r-- | demos/quickstart/protected/pages/Layout.tpl | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/Layout.tpl b/demos/quickstart/protected/pages/Layout.tpl index 2c22adce..d419fae3 100644 --- a/demos/quickstart/protected/pages/Layout.tpl +++ b/demos/quickstart/protected/pages/Layout.tpl @@ -17,11 +17,18 @@ Prado QuickStart Tutorial <com:TLinkButton Text="Hide TOC" Click="toggleTopicPanel" />
</div>
-<com:Pages.TopicList ID="TopicPanel" />
-
-<div id="content">
+<table width="100%" border="0" cellspacing="0" cellpadding="0">
+<tr>
+<td valign="top">
+<div id="content" width="100%">
<com:TContentPlaceHolder ID="body" />
</div>
+</td>
+<td valign="top" width="1">
+<com:Pages.TopicList ID="TopicPanel" />
+</td>
+</tr>
+</table>
<div id="footer">
Copyright © 2005 <a href="http://www.pradosoft.com">PradoSoft</a>.
|