JSPWiki logo
Strona główna
Zbieranina
Serwisy
Porady
Projekty
Humor sektora IT
TODO
Nowości
Ostatnie zmiany
Kontakt

Find pages
Unused pages
Undefined pages
Page Index

Set your name in
UserPreferences

Edit this page


Referenced by
JSP Wiki Tags




JSPWiki v2.2.33


Check Version Tag


Does a version check on the page. If the page does not exist, the body is never included.

Usage

<wiki:CheckVersion mode="latest|notlatest">

JSP or HTML code
</wiki:CheckVersion>

Parameters

mode
If 'latest', will include the body if the current page is the latest version. If 'notlatest', will include the body only if the current page is not the latest version. If "first", includes the body if and only if the current page is the first revision, and if it's "notfirst", includes only if it's not the first version.

Example

<wiki:CheckVersion mode="notlatest">
    <B>Warning: This page is not the latest version.</B>
</wiki:CheckVersion>



Go to top   Edit this page   More info...   Attach file...
This page last changed on 10-Jan-2005 00:32:50 GMT by unknown.