28 lines
1.0 KiB
Cheetah
28 lines
1.0 KiB
Cheetah
<!-- !KupuContrib Template DO NOT REMOVE THIS COMMENT
|
|
The styles here define how the edited text will look in the Kupu editor. The
|
|
styles will be thrown away when the text is saved. -->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="%LANG%" lang="%LANG%">
|
|
<head>
|
|
<title></title>
|
|
<meta http-equiv="Expires" content="0" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
<style type="text/css">
|
|
%IF{ "$ TWIKILAYOUTURL" then="@import url('%TWIKILAYOUTURL%');"}%
|
|
%IF{ "$ TWIKISTYLEURL" then="@import url('%TWIKISTYLEURL%');"}%
|
|
%IF{ "$ USERLAYOUTURL" then="@import url('%USERLAYOUTURL%');"}%
|
|
%IF{ "$ USERSTYLEURL" then="@import url('%USERSTYLEURL%');"}%
|
|
body {
|
|
text-align:left;
|
|
margin:.5em;
|
|
width:90%;
|
|
}
|
|
</style>
|
|
<link href="%PUBURLPATH%/%TWIKIWEB%/KupuContrib/kuputwiki.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
%TEXT%
|
|
</body>
|
|
</html>
|