*/ /** * Custom schemas for University of Athens - not applicable elsewhere... */ /** * Attributes available to Privacy Options * @var array */ $privacy_attrs = array('mail', 'telephonenumber', 'facsimiletelephonenumber', 'postaladdress', 'edupersonaffiliation', 'description', 'uoaprojectinvolved'); /** * UoA Attributes. * @var array */ $uoa_attributes = array( 'uoastructuraltype' => array( 'text' => _("Structural Type") // 'hide' => true ), 'uoaknowledgesubject' => array( 'text' => _("Knowledge Subject") ), 'uoaprojectinvolved' => array( 'text' => _("Project Involved In") ), 'uoaprivate' => array( 'text' => _("Attributes to remain private from the public"), 'input' => 'checkboxes', 'posvals' => $privacy_attrs ), 'uoaprivateinternal' => array( 'text' => _("Attributes to remain private for University Users"), 'input' => 'checkboxes', 'posvals' => $privacy_attrs ) ); ?>