aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/componentui
diff options
context:
space:
mode:
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 -->