isReadOnly())
pla_error(_('You cannot perform updates while server is in read-only mode'));
printf('
%s
',_('Import LDIF File'));
printf('%s: %s
',_('Server'),htmlspecialchars($ldapserver->name));
echo '
';
echo _('Select an LDIF file');
echo '
';
echo '';
echo '
';
echo _('Paste your LDIF here');
echo '';
?>