OliveBranch is a JSPWiki template developed by MurrayAltheim for use with 2.3.x (actually, started with .92), based a very long time ago on the BlackBeanTemplate, which used the CSS of CleanTemplate. Like its forebearers, it has a clean look with a fair bit of whitespace.
This is an initial posting and there's work to do on both this page and the IE custom CSS. Volunteers welcome (I use Firefox and really couldn't care about those poor souls using IE, but I try to be nice about it).
TBD
Features#
Uses LeftMenu.
Distribution#
The current version is: OliveBranch-20060420.tar.gz
Screenshot#
Change Log#
OliveBranch-20060420.tar.gz initial posting
Discussion/Comments#
...
Hello Murray, your template is really nice! I use it already with version 2.3.100 alpha of JSPWiki without (nearly) any problems. The only thing, I have found at this time, is that in the css file you use
ul { list-style-image: url("http://localhost:8080/KoyoWiki/images/dot.png") ; }
if you change it (for example to the following) it works:
ul { list-style-image: url("./images/dot.png") ; }
--Peter Kehren, 20-Apr-2006
What the hell is this:
Error Message#
/templates/OliveBranch/commonheader.jsp(6,2) No tag "IncludeResources" defined in tag library imported with prefix "wiki"Exception#
javax.servlet.jsp.JspExceptionPlace where detected#
com.ecyrd.jspwiki.tags.IncludeTag.doEndTag(), line 74-- Dierk Meyer,11-Jul-2006
Hi!
Make sure that you have an updated jspwiki.tld in your WEB-INF folder! It's something that is forgotten easily when upgrading...
Hi Janne,
i did evereything like explained in http://www.jspwiki.org/wiki/LinuxInstall.
what do i have to change ( or add) in jspwiki.tld ?
thanks for help
-- Dierk Meyer
got the same problem... so whats the solution ?
--Martin Glettler, 16-Aug-2006