diff options
author | xue <> | 2005-12-06 15:47:03 +0000 |
---|---|---|
committer | xue <> | 2005-12-06 15:47:03 +0000 |
commit | 10ae6ed6ee263644d3d7780153520af76215d178 (patch) | |
tree | 8b0ac4506bd572a94f6e4bd064c553ba368685de /demos/controls/protected/pages/PlainPage.tpl | |
parent | 1e809a0a05e40786fafdb2002c7ceda8573b3f8e (diff) |
Diffstat (limited to 'demos/controls/protected/pages/PlainPage.tpl')
-rw-r--r-- | demos/controls/protected/pages/PlainPage.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/demos/controls/protected/pages/PlainPage.tpl b/demos/controls/protected/pages/PlainPage.tpl index 7591d700..1238a5fb 100644 --- a/demos/controls/protected/pages/PlainPage.tpl +++ b/demos/controls/protected/pages/PlainPage.tpl @@ -1 +1,6 @@ -This is a page without explicitly defined page class.
\ No newline at end of file +<%@ MasterClass="Pages.master.MasterPage" %>
+<com:TContent id="body" >
+<div>
+This is a page without explicitly defined page class.
+</div>
+</com:TContent>
\ No newline at end of file |