.
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
*/
global $G_PUBLISH;
global $G_CONTENT;
global $G_FORM;
global $G_TABLE;
global $RBAC;
if ( !is_object( $G_PUBLISH ) ) die ("Publisher object is required by this template!");
?>
');
echo('
' . G::capitalize($_SESSION['G_MESSAGE_TYPE']) . ' : ' . $_SESSION['G_MESSAGE'] . ' |
');
echo('');
unset($_SESSION['G_MESSAGE_TYPE']);
unset($_SESSION['G_MESSAGE']);
}
?>
Parts ) )
{
$nplim = count( $G_PUBLISH->Parts );
print "";
print "| ";
$G_PUBLISH->RenderContent( 0, ($RBAC->userCanAccess('WF_SHOW_XMLFORM_NAME')==1?true:false) );
print " | ";
print "";
print "";
for( $npcount = 1; $npcount < $nplim; $npcount++ ) {
print( "\n| \n" );
?>
RenderContent( $npcount, ($RBAC->userCanAccess('WF_SHOW_XMLFORM_NAME')==1?true:false) );
?>
\n | \n" );
}
print " ";
print " | ";
print "
";
}
?>