generated from coulomb/repo-seed
Added prior art yawex perl wiki
This commit is contained in:
5
history/priorart/yawex-0.7.4/templates/htaccess
Normal file
5
history/priorart/yawex-0.7.4/templates/htaccess
Normal file
@@ -0,0 +1,5 @@
|
||||
AuthName "testwiki"
|
||||
AuthType Basic
|
||||
AuthUserFile /var/www/testwiki/login/htpasswd
|
||||
require valid-user | user NewUser
|
||||
AuthAuthoritative on
|
||||
29
history/priorart/yawex-0.7.4/templates/template-devel.html
Normal file
29
history/priorart/yawex-0.7.4/templates/template-devel.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<center> TEMPLATE FUER EINE WIKISEITE </center><br>
|
||||
|
||||
<b>Seitenname:</b> ##{$pagename}## <br>
|
||||
|
||||
<b>Kontext:</b> ##{breadcrumbs()}## <br>
|
||||
|
||||
<b>Formularanfang:</b> ##{beginform()}## <br>
|
||||
|
||||
<b>Aktionen:</b> ##{actions()}## <br>
|
||||
|
||||
<b>Seiteninhalt:</b> <br>
|
||||
##{$action ne 'edit' && show($page)}##
|
||||
##{$action eq 'edit' && edit($page)}##
|
||||
##{$state == 0 && create($original_page)}##
|
||||
<br>
|
||||
|
||||
<b>Formularende:</b> ##{endform()}## <br>
|
||||
|
||||
<b>Version:</b> ##{$version}## <br>
|
||||
|
||||
<b>Homeurl:</b> <a href="##{$homeurl}##">home</a> <br>
|
||||
|
||||
<br><center> ----- debug info follows ----- </center><br>
|
||||
|
||||
<b>Dies und Das:</b> ##{$original_page}##<br>
|
||||
|
||||
<b>Request:</b> ##{request()}## <br>
|
||||
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
/***************************************************************
|
||||
* TITLE: Color Scheme Stylesheet for Gila *
|
||||
* URI : http://www.oswd.org/design/???/gila/color-scheme.css *
|
||||
* MODIF: 2003-02-03 1227 +0800 *
|
||||
***************************************************************/
|
||||
|
||||
|
||||
/* ###### Text Colors ###### */
|
||||
|
||||
h1, #bodyText a, .leftSideBar a, .leftSideBar span, .rightSideBar a
|
||||
{ color: #a68c53; }
|
||||
|
||||
.headerTitle, .headerLinks *, .menuBar a:hover, .leftSideBar .sideBarTitle,
|
||||
.leftSideBar a:hover, .leftSideBar .thisPage, .rightSideBar .sideBarTitle, #footer a
|
||||
{ color: black; }
|
||||
|
||||
.headerTitle span, .menuBar, .menuBar *
|
||||
{ color: white; }
|
||||
|
||||
.headerLinks
|
||||
{ color: #b82619; }
|
||||
|
||||
|
||||
/* ###### Background Colors ###### */
|
||||
|
||||
body
|
||||
{ background-color: #f3f2eb; }
|
||||
|
||||
#bodyText, .headerLinks, .menuBar a:hover, .rightSideBar
|
||||
{ background-color: white; }
|
||||
|
||||
#header
|
||||
{ background-color: #b82619; }
|
||||
|
||||
.menuBar
|
||||
{ background-color: black; }
|
||||
|
||||
.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
|
||||
{ background-color: #e6dfcf; }
|
||||
|
||||
|
||||
/* ###### Border Colors ###### */
|
||||
|
||||
h1, #bodyText, .rightSideBar
|
||||
{ border-color: #e6dfcf; }
|
||||
|
||||
acronym
|
||||
{ border-color: #a68c53; }
|
||||
|
||||
/* ###### Additional Stuff ###### */
|
||||
|
||||
.verbatim {
|
||||
background-color: #f3f2eb;
|
||||
border-color: #e6dfcf;
|
||||
}
|
||||
|
||||
.blog {
|
||||
background-color: #f3f2eb;
|
||||
border-color: #e6dfcf;
|
||||
}
|
||||
252
history/priorart/yawex-0.7.4/templates/template-gila.css
Normal file
252
history/priorart/yawex-0.7.4/templates/template-gila.css
Normal file
@@ -0,0 +1,252 @@
|
||||
/*******************************************************
|
||||
* TITLE: Common Stylesheet for Gila *
|
||||
* URI : http://www.oswd.org/design/???/gila/gila.css *
|
||||
* MODIF: 2003-02-03 1231 +0800 *
|
||||
*******************************************************/
|
||||
|
||||
|
||||
/* ###### Body Text ###### */
|
||||
|
||||
body {
|
||||
font-family: verdana, tahoma, helvetica, arial, sans-serif;
|
||||
font-size: 94%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: arial, verdana, tahoma, sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 164%;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
padding-top: 1em;
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-bottom: 1ex;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
acronym {
|
||||
border-bottom-style: dotted;
|
||||
border-bottom-width: 1px;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "lucida console", monospace;
|
||||
font-size: 95%;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
|
||||
#bodyText {
|
||||
text-align: justify;
|
||||
line-height: 1.5em;
|
||||
margin-left: 12em;
|
||||
padding: 0.5ex 14em 1em 1em;
|
||||
border-left-style: solid;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
#bodyText a {
|
||||
/* See color-scheme.css */
|
||||
}
|
||||
|
||||
#bodyText a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.smallCaps {
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
|
||||
/* ###### Header ###### */
|
||||
|
||||
#header {
|
||||
height: 4em;
|
||||
padding: 0.25em 2.5mm 0 4mm;
|
||||
}
|
||||
|
||||
.headerTitle {
|
||||
font-size: 252%;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.headerTitle span {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.headerLinks {
|
||||
font-size: 87%;
|
||||
padding: 0.5ex 10em 0.5ex 1em;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.headerLinks * {
|
||||
text-decoration: none;
|
||||
padding: 0 2ex 0 1ex;
|
||||
}
|
||||
|
||||
.headerLinks a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.menuBar {
|
||||
text-align: center;
|
||||
padding: 0.5ex 0;
|
||||
}
|
||||
|
||||
.menuBar * {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
padding: 0 2ex 0 1ex;
|
||||
}
|
||||
|
||||
.menuBar a:hover {
|
||||
/* See color-scheme.css */
|
||||
}
|
||||
|
||||
|
||||
/* ###### Left Sidebar ###### */
|
||||
|
||||
.leftSideBar {
|
||||
font-size: 95%;
|
||||
width: 12.65em;
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.leftSideBar a, .leftSideBar span {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
line-height: 2em;
|
||||
padding: 0.75ex 1ex;
|
||||
display: block;
|
||||
}
|
||||
|
||||
[class~="leftSideBar"] a, [class~="leftSideBar"] span {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.leftSideBar a:hover {
|
||||
/* See color-scheme.css */
|
||||
}
|
||||
|
||||
.leftSideBar .sideBarTitle {
|
||||
font-weight: bold;
|
||||
padding: 0.75ex 1ex;
|
||||
}
|
||||
|
||||
.leftSideBar .sideBarText {
|
||||
font-weight: normal;
|
||||
padding: 1ex 0.75ex 1ex 1ex;
|
||||
}
|
||||
|
||||
.leftSideBar .thisPage {
|
||||
/* See color-scheme.css */
|
||||
}
|
||||
|
||||
|
||||
/* ###### Right Sidebar ###### */
|
||||
|
||||
.rightSideBar {
|
||||
font-size: 95%;
|
||||
width: 12.65em;
|
||||
margin: 2ex 0.8ex 0 0;
|
||||
float: right;
|
||||
clear: right;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
[class~="rightSideBar"] {
|
||||
margin-right: 1.5ex;
|
||||
}
|
||||
|
||||
.rightSideBar a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.rightSideBar a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.rightSideBar .sideBarTitle {
|
||||
font-weight: bold;
|
||||
margin: 1em 1ex;
|
||||
padding: 0.75ex 1ex;
|
||||
}
|
||||
|
||||
.rightSideBar .sideBarText {
|
||||
font-weight: normal;
|
||||
line-height: 1.5em;
|
||||
padding: 0 3ex 1em 2ex;
|
||||
}
|
||||
|
||||
|
||||
/* ###### Footer ###### */
|
||||
|
||||
#footer {
|
||||
font-size: 85%;
|
||||
text-align: center;
|
||||
line-height: 1.25em;
|
||||
padding: 1em 4mm 1.5em 4mm;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
#footer div {
|
||||
padding-bottom: 1ex;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
#footer a:hover {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
/* ###### Additional Stuff ###### */
|
||||
|
||||
.verbatim {
|
||||
font-size: 60%;
|
||||
font-weight: bold;
|
||||
padding: 0.4em 1mm 0.5em 1mm;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.signature {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.blog {
|
||||
font-size: 60%;
|
||||
padding: 0.4em 1mm 0.5em 1mm;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
156
history/priorart/yawex-0.7.4/templates/template-gila.html
Normal file
156
history/priorart/yawex-0.7.4/templates/template-gila.html
Normal file
@@ -0,0 +1,156 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="application/xhtml+xml; charset=ISO-8859-1" />
|
||||
<meta name="author" content="##{$pageauthor}##" />
|
||||
<meta name="generator" content="##{$version}##" />
|
||||
<link rel="stylesheet" type="text/css" href="##{$templatedir}##/template-gila.css" title="Gila stylesheet" />
|
||||
<link rel="stylesheet" type="text/css" href="##{$templatedir}##/template-gila-colors.css" title="Gila stylesheet" />
|
||||
<script type="text/javascript" src="##{$javascriptdir}##/wikimarkup.js"></script>
|
||||
<title>##{$pagename}##</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="top"></div>
|
||||
##{beginform()}##
|
||||
|
||||
##{request()}##
|
||||
|
||||
<!-- ###### Header ###### -->
|
||||
|
||||
<div id="header">
|
||||
<a href="##{$sitemapurl}##" class="headerTitle" title="SiteMap">##{$wikiname}##</a>
|
||||
<a href="##{$homeurl}##" class="headerTitle" title="Return to WelcomePage"><span>##{$pagename}##</span></a>
|
||||
<div class="headerLinks">
|
||||
##{join(" | ", @{[actions()]})}##
|
||||
##{$homeurl eq "public" && $page ne 'NewUser' && "| ".login()}##
|
||||
##{$homeurl eq "public" && $page ne 'NewUser' && register()}##
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="menuBar">
|
||||
##{render(uplink())}## ||
|
||||
##{render(join " | ", @{[contexts()]})}##
|
||||
</div>
|
||||
|
||||
<!-- ###### Left Sidebar ###### -->
|
||||
|
||||
<div class="leftSideBar">
|
||||
<div class="sideBarTitle">##{render(localPage("SearchPage"))}##</div>
|
||||
##{quickSearch()}##
|
||||
|
||||
<div class="sideBarTitle">##{render(localPage("RecentChanges"))}##</div>
|
||||
##{render(recentChanges())}##
|
||||
|
||||
<div class="sideBarTitle">##{render(localPage("BackLinks"))}##</div>
|
||||
##{render(backLinks())}##
|
||||
|
||||
<div class="sideBarTitle">##{render(localPage("AllPages"))}##</div>
|
||||
|
||||
|
||||
<!--
|
||||
<span class="thisPage" title="That's this page!">Gila Homepage</span>
|
||||
<div class="sideBarTitle">This Page</div>
|
||||
<a href="#welcome">Welcome</a>
|
||||
<a href="#features">Features</a>
|
||||
<a href="#more_features">More Features</a>
|
||||
<a href="#final_notes">Final Notes</a>
|
||||
|
||||
<div class="sideBarTitle">Text in Sidebar</div>
|
||||
<span class="sideBarText">You can also add plain text to this sidebar using the <span>
|
||||
tag.</span>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<!-- ###### Right Sidebar ###### -->
|
||||
|
||||
<!--
|
||||
<div class="rightSideBar">
|
||||
<div class="sideBarTitle">News</div>
|
||||
<div class="sideBarText"><strong>1 Feb 03</strong><br />
|
||||
Happy Chinese <acronym title="The Year of the Goat">New Year</acronym>!</div>
|
||||
<div class="sideBarText"><strong>2 Feb 03</strong><br />
|
||||
Started work on the <a href="##{$homeurl}##">Gila</a> design.</div>
|
||||
<div class="sideBarText"><strong>3 Feb 03</strong><br />
|
||||
Completed Gila and submitted it to <a href="http://www.oswd.org">OSWD</a>.</div>
|
||||
<div class="sideBarText"><a href="##{$homeurl}##">more news...</a></div>
|
||||
|
||||
<div class="sideBarTitle">Downloads</div>
|
||||
<div class="sideBarText"><strong>Product Alpha</strong><br />
|
||||
<a href="##{$homeurl}##">info</a> | <a href="##{$homeurl}##">download</a></div>
|
||||
<div class="sideBarText"><strong>Product Bravo</strong><br />
|
||||
<a href="##{$homeurl}##">info</a> | <a href="##{$homeurl}##">download</a></div>
|
||||
<div class="sideBarText"><strong>Product Charlie</strong><br />
|
||||
<a href="##{$homeurl}##">info</a> | <a href="##{$homeurl}##">download</a></div>
|
||||
|
||||
<div class="sideBarTitle">Validation</div>
|
||||
<div class="sideBarText">Validate the <a href="http://validator.w3.org/check/referer">XHTML</a>
|
||||
and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> of this page.</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<!-- ###### Body Text ###### -->
|
||||
|
||||
<div id="bodyText">
|
||||
<!--
|
||||
<h1 id="welcome" style="border-top: none; padding-top: 0;">Welcome!</h1>
|
||||
<p>This is Gila, my
|
||||
<a href="http://www.oswd.org/userinfo.phtml?user=haran">fifth design</a> on OSWD.
|
||||
In the tradition of my previous two designs, Gila was inspired by the look of a pre-existing
|
||||
website. Gila’s inspiration was the website of
|
||||
<a href="http://www.activestate.com">ActiveState</a>, an open-source application development
|
||||
company. The name <acronym title="Gila monster: a species of lizard">Gila</acronym> is a play
|
||||
on the word: <acronym title="Komodo dragon: another species of lizard">Komodo</acronym>, the
|
||||
name of one of ActiveState’s products which is based on
|
||||
<a href="http://www.mozilla.org">the Mozilla project</a>.</p>
|
||||
|
||||
<h1 id="more_features">More Features of This Design</h1>
|
||||
<dl>
|
||||
<dt>Relative metrics</dt>
|
||||
<dd>Most measurements (such as widths and spacings) are font-size relative. This means that
|
||||
if a viewer changes the page’s default font size, the document metrics also change
|
||||
to compensate.</dd>
|
||||
<dt>Separate stylesheet for color scheme</dt>
|
||||
<dd>All the colors of this design are defined in their own stylesheet. Thus, you can generate
|
||||
several versions of this stylesheet which define different color schemes for your
|
||||
webpage. To change your page’s colors, simply replace the color scheme stylesheet
|
||||
with a different version.</dd>
|
||||
</dl>
|
||||
-->
|
||||
|
||||
##{$action eq 'open' && show($page)}##
|
||||
##{$action eq 'edit' && edit($page)}##
|
||||
##{$action eq 'save' && show($page)}##
|
||||
##{$action eq 'new' && create($page)}##
|
||||
|
||||
##{$action eq 'open' && render(specialcontent($page))}##
|
||||
|
||||
##{if(!virtual() && ($action eq 'open' || $action eq "save")){append()}}##
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ###### Footer ###### -->
|
||||
|
||||
<div id="footer">
|
||||
<!--
|
||||
<div>
|
||||
<a href="##{$homeurl}##">Privacy Policy</a> |
|
||||
<a href="##{$homeurl}##">Site Map</a> |
|
||||
<a href="##{$homeurl}##">Feedback</a> |
|
||||
<a href="##{$homeurl}##">Help</a>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div>
|
||||
##{$version}## |
|
||||
##{$copyright}## |
|
||||
##{$modified}## by ##{$webmaster}##
|
||||
</div>
|
||||
</div>
|
||||
|
||||
##{$navdata}##
|
||||
##{endform()}##
|
||||
</body>
|
||||
</html>
|
||||
156
history/priorart/yawex-0.7.4/templates/template-neurobotik.html
Normal file
156
history/priorart/yawex-0.7.4/templates/template-neurobotik.html
Normal file
@@ -0,0 +1,156 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="application/xhtml+xml; charset=ISO-8859-1" />
|
||||
<meta name="author" content="##{$pageauthor}##" />
|
||||
<meta name="generator" content="##{$version}##" />
|
||||
<link rel="stylesheet" type="text/css" href="##{$templatedir}##/template-gila.css" title="Gila stylesheet" />
|
||||
<link rel="stylesheet" type="text/css" href="##{$templatedir}##/template-gila-colors.css" title="Gila stylesheet" />
|
||||
<script type="text/javascript" src="##{$javascriptdir}##/wikimarkup.js"></script>
|
||||
<title>##{$pagename}##</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="top"></div>
|
||||
##{beginform()}##
|
||||
|
||||
##{request()}##
|
||||
|
||||
<!-- ###### Header ###### -->
|
||||
|
||||
<div id="header">
|
||||
<a href="##{$sitemapurl}##" class="headerTitle" title="SiteMap">##{$wikiname}##</a>
|
||||
<a href="##{$homeurl}##" class="headerTitle" title="Return to WelcomePage"><span>##{$pagename}##</span></a>
|
||||
<div class="headerLinks">
|
||||
##{join(" | ", @{[actions()]})}##
|
||||
##{$homeurl eq "public" && $page ne 'NewUser' && "| ".login()}##
|
||||
##{$homeurl eq "public" && $page ne 'NewUser' && register()}##
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="menuBar">
|
||||
##{render(uplink())}## ||
|
||||
##{render(join " | ", @{[contexts()]})}##
|
||||
</div>
|
||||
|
||||
<!-- ###### Left Sidebar ###### -->
|
||||
|
||||
<div class="leftSideBar">
|
||||
<div class="sideBarTitle">##{render(localPage("SearchPage"))}##</div>
|
||||
##{quickSearch()}##
|
||||
|
||||
<div class="sideBarTitle">##{render(localPage("RecentChanges"))}##</div>
|
||||
##{render(recentChanges())}##
|
||||
|
||||
<div class="sideBarTitle">##{render(localPage("BackLinks"))}##</div>
|
||||
##{render(backLinks())}##
|
||||
|
||||
<div class="sideBarTitle">##{render(localPage("AllPages"))}##</div>
|
||||
|
||||
|
||||
<!--
|
||||
<span class="thisPage" title="That's this page!">Gila Homepage</span>
|
||||
<div class="sideBarTitle">This Page</div>
|
||||
<a href="#welcome">Welcome</a>
|
||||
<a href="#features">Features</a>
|
||||
<a href="#more_features">More Features</a>
|
||||
<a href="#final_notes">Final Notes</a>
|
||||
|
||||
<div class="sideBarTitle">Text in Sidebar</div>
|
||||
<span class="sideBarText">You can also add plain text to this sidebar using the <span>
|
||||
tag.</span>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<!-- ###### Right Sidebar ###### -->
|
||||
|
||||
<!--
|
||||
<div class="rightSideBar">
|
||||
<div class="sideBarTitle">News</div>
|
||||
<div class="sideBarText"><strong>1 Feb 03</strong><br />
|
||||
Happy Chinese <acronym title="The Year of the Goat">New Year</acronym>!</div>
|
||||
<div class="sideBarText"><strong>2 Feb 03</strong><br />
|
||||
Started work on the <a href="##{$homeurl}##">Gila</a> design.</div>
|
||||
<div class="sideBarText"><strong>3 Feb 03</strong><br />
|
||||
Completed Gila and submitted it to <a href="http://www.oswd.org">OSWD</a>.</div>
|
||||
<div class="sideBarText"><a href="##{$homeurl}##">more news...</a></div>
|
||||
|
||||
<div class="sideBarTitle">Downloads</div>
|
||||
<div class="sideBarText"><strong>Product Alpha</strong><br />
|
||||
<a href="##{$homeurl}##">info</a> | <a href="##{$homeurl}##">download</a></div>
|
||||
<div class="sideBarText"><strong>Product Bravo</strong><br />
|
||||
<a href="##{$homeurl}##">info</a> | <a href="##{$homeurl}##">download</a></div>
|
||||
<div class="sideBarText"><strong>Product Charlie</strong><br />
|
||||
<a href="##{$homeurl}##">info</a> | <a href="##{$homeurl}##">download</a></div>
|
||||
|
||||
<div class="sideBarTitle">Validation</div>
|
||||
<div class="sideBarText">Validate the <a href="http://validator.w3.org/check/referer">XHTML</a>
|
||||
and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> of this page.</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<!-- ###### Body Text ###### -->
|
||||
|
||||
<div id="bodyText">
|
||||
<!--
|
||||
<h1 id="welcome" style="border-top: none; padding-top: 0;">Welcome!</h1>
|
||||
<p>This is Gila, my
|
||||
<a href="http://www.oswd.org/userinfo.phtml?user=haran">fifth design</a> on OSWD.
|
||||
In the tradition of my previous two designs, Gila was inspired by the look of a pre-existing
|
||||
website. Gila’s inspiration was the website of
|
||||
<a href="http://www.activestate.com">ActiveState</a>, an open-source application development
|
||||
company. The name <acronym title="Gila monster: a species of lizard">Gila</acronym> is a play
|
||||
on the word: <acronym title="Komodo dragon: another species of lizard">Komodo</acronym>, the
|
||||
name of one of ActiveState’s products which is based on
|
||||
<a href="http://www.mozilla.org">the Mozilla project</a>.</p>
|
||||
|
||||
<h1 id="more_features">More Features of This Design</h1>
|
||||
<dl>
|
||||
<dt>Relative metrics</dt>
|
||||
<dd>Most measurements (such as widths and spacings) are font-size relative. This means that
|
||||
if a viewer changes the page’s default font size, the document metrics also change
|
||||
to compensate.</dd>
|
||||
<dt>Separate stylesheet for color scheme</dt>
|
||||
<dd>All the colors of this design are defined in their own stylesheet. Thus, you can generate
|
||||
several versions of this stylesheet which define different color schemes for your
|
||||
webpage. To change your page’s colors, simply replace the color scheme stylesheet
|
||||
with a different version.</dd>
|
||||
</dl>
|
||||
-->
|
||||
|
||||
##{$action eq 'open' && show($page)}##
|
||||
##{$action eq 'edit' && edit($page)}##
|
||||
##{$action eq 'save' && show($page)}##
|
||||
##{$action eq 'new' && create($page)}##
|
||||
|
||||
##{$action eq 'open' && render(specialcontent($page))}##
|
||||
|
||||
##{if(!virtual() && ($action eq 'open' || $action eq "save")){append()}}##
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ###### Footer ###### -->
|
||||
|
||||
<div id="footer">
|
||||
<!--
|
||||
<div>
|
||||
<a href="##{$homeurl}##">Privacy Policy</a> |
|
||||
<a href="##{$homeurl}##">Site Map</a> |
|
||||
<a href="##{$homeurl}##">Feedback</a> |
|
||||
<a href="##{$homeurl}##">Help</a>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div>
|
||||
##{$version}## |
|
||||
##{$copyright}## |
|
||||
##{$modified}## by ##{$webmaster}##
|
||||
</div>
|
||||
</div>
|
||||
|
||||
##{$navdata}##
|
||||
##{endform()}##
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user