<< Back - Alkacon logo

OpenCms 6.0 interactive documentation:

Show source

OpenCms logo - Forward >>

Source code for: /alkacon-documentation/documentation_taglib/test_tag_link.jsp


<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms"  %>

<cms:include property="template" suffix="" element="head" />

<h2>
Link tests:
</h2>

To "index.html": <cms:link>index.html</cms:link>
<p>
To "test_tag_user.jsp": <cms:link>test_tag_user.jsp</cms:link>
<p>
To the documentation index "../index.html": <cms:link>../index.html</cms:link>
<p>
To a page "broken.html" that does not exist: <cms:link>broken.html</cms:link>
<p>

<cms:include property="template" suffix="" element="foot" />

©2005 Alkacon Software GmbH (http://www.alkacon.com) - The OpenCms experts