aboutsummaryrefslogtreecommitdiff
path: root/templates/editpage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 07:24:03 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 07:24:03 +0000
commit5591d621b90855beeb5460f0ac11279d19835699 (patch)
treeed8dea922eece54aad4b6f3e9da8597e894c2481 /templates/editpage.tmpl
parentce48f18a3b63ca82a835c151093b8bede5c856c1 (diff)
downloadikiwiki-5591d621b90855beeb5460f0ac11279d19835699.tar
ikiwiki-5591d621b90855beeb5460f0ac11279d19835699.tar.gz
css support
Diffstat (limited to 'templates/editpage.tmpl')
-rw-r--r--templates/editpage.tmpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl
index f77f45036..1733483d3 100644
--- a/templates/editpage.tmpl
+++ b/templates/editpage.tmpl
@@ -1,7 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
-<head><title><TMPL_VAR FORM-TITLE></title></head>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title><TMPL_VAR FORM-TITLE></title>
+<link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" />
+</head>
<body>
<TMPL_IF NAME="PAGE_CONFLICT">
<p>
@@ -31,8 +35,12 @@ Optional comment about this change:<br />
<TMPL_VAR FORM-END>
<hr />
<TMPL_IF NAME="PAGE_PREVIEW">
+<div id="header">
<h1>Page preview:</h1>
+</div>
+<div id="content">
<TMPL_VAR PAGE_PREVIEW>
+</div>
<TMPL_ELSE>
<TMPL_VAR HELPONFORMATTINGLINK>
</TMPL_IF>