IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
    <sb-if>sb-if<sb-if>sb-if
    <sb-login>sb-login<sb-login>sb-login
    <sb-menu>sb-menu<sb-menu>sb-menu
    <sb-output>sb-output<sb-output>sb-output
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<sb-if> </> SiteBuilder tags

 

Works like the <if> tag, but for SiteBuilder related data. It can currently be used to test if the user has access to one of the RXML protection points. The RXML protection points can be listed, created and edited under the configuration tab.

ppoint=RXML protection point
The protection point to check.

none
The check will be true if the user has no permission to the protection point.

read
The check will be true if the user has read permission to the protection point.

write
The check will be true if the user has write permission to the protection point.

not
Negate the test.

Note that the none, read and write attributes can be combined. {sb-if ppoint=foo read write} could be used to give access to everyone that has either read or write access to the RXML protection point foo.

 

Attributes

ppoint=RXML protection point
The protection point to check.

none
The check will be true if the user has no permission to the protection point.

read
The check will be true if the user has read permission to the protection point.

write
The check will be true if the user has write permission to the protection point.

not
Negate the test.

Note that the none, read and write attributes can be combined. {sb-if ppoint=foo read write} could be used to give access to everyone that has either read or write access to the RXML protection point foo.







The value is .




"=> >

The value is .

 

Example







The value is .




"=> >

The value is .