A template for JSPWiki v2.1.144-alpha that tries to recreate the look'n'feel of Apache Maven (the good old style) and the color usage of other sites (i.e.: pow2acl.sf.net
). Customization was mainly done into the jspwiki.css file.
I tested the modified template with Firefox browser - it's possible other browsers could render the pages in a different manner.
P.S.:
the EditTemplate.jsp and ViewTemplate.jsp pages contain a link to pow2logo_small.png image.
Set your own logo here.
Hope it could be useful ;^)
Regards,
Luca
Updated attachments#
Because of the Murphy's Law factor, please use the link below to get the latest version...
- jspwiki-template-pow2.tgz
version 2
Screenshots#
Small fixes#
- jspwiki.css
TABLE.wikitable
{
font-family: Arial, Helvetica, sans-serif;
/% width: 100%;
style: solid;
border-width: 1px;
border-color: #000000;
background-color: #cBcbcB;
}
- search_highlight.js
{
// Iterate into this nodes childNodes
if (node.hasChildNodes () )
{
var hi_cn;
for (hi_cn=0;hi_cn<node.childNodes.length;hi_cn++)
{
highlightWord(node.childNodes[hi_cn],word);
}
}
...
--Vlad
- If search high lights don't work:
Add following line to commonheader.jsp
<script src="scripts/jspwiki-common.js" type="text/javascript"></script>
- If you get a javascript error in IE
Greeting, Philipp
Add new attachment
Only authorized users are allowed to upload new attachments.
List of attachments
Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
---|---|---|---|---|---|---|
tgz |
jspwiki-template-pow2.tgz | 16.2 kB | 2 | 22-Mar-2005 20:37 | 212.171.19.70 | |
png |
screenshot1.png | 44.0 kB | 1 | 22-Mar-2005 19:57 | 212.171.19.70 | |
png |
screenshot2.png | 45.4 kB | 1 | 22-Mar-2005 19:58 | 212.171.19.70 |