aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/componentui
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-30 18:17:34 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-30 18:17:34 +0000
commit68404faadbc484a8ec707d795734ec51fba7c154 (patch)
treebf8306a321ba17acfdaef9ec9b23507de2457d01 /share/skin/componentui
parent7c2bcb55574ebbea6c51b67b5994149400da4895 (diff)
downloadreaction-68404faadbc484a8ec707d795734ec51fba7c154.tar.gz
reaction-68404faadbc484a8ec707d795734ec51fba7c154.zip
=extends NEXT in widgets works
Diffstat (limited to 'share/skin/componentui')
-rw-r--r--share/skin/componentui/layout/site_layout.tt19
1 files changed, 5 insertions, 14 deletions
diff --git a/share/skin/componentui/layout/site_layout.tt b/share/skin/componentui/layout/site_layout.tt
index 0a1448a..8c6b7c2 100644
--- a/share/skin/componentui/layout/site_layout.tt
+++ b/share/skin/componentui/layout/site_layout.tt
@@ -1,18 +1,12 @@
-=for layout widget
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+=extends NEXT
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+=for layout head_style
-<head>
- <title>Component UI Test Title</title>
-
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <link rel="stylesheet" type="text/css" href="/static/componentui-basic.css" />
+ <link rel="stylesheet" type="text/css"
+ href="[% static_base %]/componentui-basic.css" />
-</head>
+=for layout body
-<body>
<div id="container">
<div id="header">
[% header %]
@@ -30,9 +24,6 @@
<div class="spacer"></div>
</div>
</div>
-</body>
-
-</html>
=for layout inner
<!-- main content start -->