{* quiqqer intranet registration site template type: quiqqer/intranet:intranet/registration *} {if isset( $INTRANET_DISABLE_MESSAGE )}
{$INTRANET_DISABLE_MESSAGE}
{else if isset( $INTRANET_SUCCESS_MESSAGE )}
{$INTRANET_SUCCESS_MESSAGE}
{else} {if empty( $INTRANET_TYPE )} {if $Template->getAttribute('content-header')}

{$Site->getAttribute('title')}

{if $Site->getAttribute('short')}
{$Site->getAttribute('short')}
{/if}
{/if} {if $Template->getAttribute('content-body') && $Site->getAttribute('content')}
{$Site->getAttribute('content')}
{/if} {/if} {if isset( $INTRANET_ERROR_MESSAGE )}
{$INTRANET_ERROR_MESSAGE}
{else} {if isset( $INTRANET_REGISTRATION_ERROR_MESSAGE )}
{$INTRANET_REGISTRATION_ERROR_MESSAGE}
{/if} {control control="\QUI\Intranet\Controls\Registration"} {/if} {/if}