light-de#
This is basically a translation of the default theme for our internal documentation system in order to make people (which are native German speakers) accept the system easier. Plus, it has seen some light (that's why the name ;) ) modifications in order to fit into the visual appearance of the rest of our intranet environment.
- Fork of default theme, everything inside the JSPs has (hopefully) been translated to German
- Includes a modification of jspwiki-common.js for localization of Search Box ("recent searches" ...) - be sure to back up the original version before installing.
- Attached there is a screenshot demonstrating the theme in our internal system. In the tarball, the company name has been replaced by a "powered by JSPWiki" link - we need to have a fancy small logo for this application?
There is an error when you save a Comment, you get the message :
Attempt to post from a different IP address than where the page was originally fetched
To solve this,
add :
<input type="hidden" name="addr" value="<%=request.getRemoteAddr()%>" />
after :
<input name="edittime" type="hidden" value="<%=pageContext.getAttribute("lastchange",PageContext.REQUEST_SCOPE )%>" />
in :
- light-de/editors/Wikiwizard.jsp
- light-de/editors/plain.jsp
- light-de/editors/preview.jsp
--AnonymousCoward, 14-Nov-2007
Add new attachment
List of attachments
| Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
|---|---|---|---|---|---|---|
jpg |
jspwiki-light-de.jpg | 57.9 kB | 1 | 27-Feb-2007 09:56 | Kristian Rink | |
tgz |
light-de.tgz | 40.9 kB | 1 | 27-Feb-2007 09:55 | Kristian Rink |