Name:
Password:
remember me
or register
Valid XHTML 1.0 Transitional Valid CSS! SourceForge.net Logo
Corinis Examples
These are examples to give you something to start with. All these Examples are also available when using the windows installer.
Corinis Example 1
main_1_repeat2_1_image

This example uses an open source webdesign by smallpart. The whole implementation, including the navigation, is in the cms template (WEB-INF/templates/example.xhtml). The implementation (jsp) is done with taglibs.

 Download example1.zip
 

Corinis Example 2
Pretty much the same as Example1, but design (+navigation) has been taken out of the cms template and put into a jsp - this is an easier to implement, maintain and faster way of using corinis. It also gives better access to the more advanced features. The jsp itself uses only the corinis taglibs.

 Download example2.zip
 

Corinis Example 3
main_3_repeat2_1_image

This is a work in progress example based on the wiki HowTo. It includes more advanced techniques as shown in example1 or 2 and requires more in-depth html and xsl know-how to understand. Almost everything is implemented in index.jsp.

 Download example3.zip