FI-Admin

FI-Admin is a management system for the VHL information sources.

In this system it is possible to manage:

 

    • LIS - Health Information Locator (internet resources)
  • DirEve - Events Directory
    • Multimedia Resources Catalog - Videos
  • LILACS and other bibliographical information sources (bibliographical registries)
  • LILACS-Express journal - LILACS journals with or without its own internet portal.
  •  LEYES - Legislation
  • Educational resources
  • SeCS Standardized Short Titles (TITLE) - BIREME Internal Management.

It replaces the older LILDBI-Web, LIS, DirEve, LILACS-Express Editor management systems and SeCS TITLE base. 

'; echo $after_widget; do_action( 'Show_Hide_tinymce_after_widget', $args, $instance ); } /** * Update widget data * * @uses current_user_can() * @uses wp_filter_post_kses() * @uses apply_filters() * * @param mixed[] $new_instance * @param mixed[] $old_instance * @return mixed[] * @since 0.5 */ public function update( $new_instance, $old_instance ) { $instance = $old_instance; $instance['title'] = strip_tags( $new_instance['title'] ); if ( current_user_can( 'unfiltered_html' ) ) { $instance['text'] = $new_instance['text']; } else { $instance['text'] = stripslashes( wp_filter_post_kses( addslashes( $new_instance['text'] ) ) ); // wp_filter_post_kses() expects slashed } $instance['type'] = strip_tags( $new_instance['type'] ); $instance['startOpen'] = strip_tags( $new_instance['startOpen'] ); $instance['filter'] = strip_tags( $new_instance['filter'] ); $instance = apply_filters( 'Show_Hide_tinymce_widget_update', $instance, $this ); return $instance; } /** * Output widget form * * @uses wp_parse_args() * @uses apply_filters() * @uses esc_attr() * @uses esc_textarea() * @uses WP_Widget::get_field_id() * @uses WP_Widget::get_field_name() * @uses _e() * @uses do_action() * @uses apply_filters() * * @param mixed[] $instance * @return void * @since 0.5 */ public function form( $instance ) { global $wp_customize; $instance = wp_parse_args( (array) $instance, array( 'title' => '', 'text' => '', 'type' => 'visual' ) ); // Force Visual mode in Customizer (to avoid glitches) if ( $wp_customize ) { $instance['type'] = 'visual'; } // Guess (wpautop) filter value for widgets created with previous version if ( ! isset( $instance['filter'] ) ) { $instance['filter'] = $instance['type'] == 'visual' && substr( $instance['text'], 0, 3 ) != '

' ? 1 : 0; } $title = strip_tags( $instance['title'] ); do_action( 'Show_Hide_tinymce_before_editor' ); ?>

 

 

'; echo $after_widget; do_action( 'Show_Hide_tinymce_after_widget', $args, $instance ); } /** * Update widget data * * @uses current_user_can() * @uses wp_filter_post_kses() * @uses apply_filters() * * @param mixed[] $new_instance * @param mixed[] $old_instance * @return mixed[] * @since 0.5 */ public function update( $new_instance, $old_instance ) { $instance = $old_instance; $instance['title'] = strip_tags( $new_instance['title'] ); if ( current_user_can( 'unfiltered_html' ) ) { $instance['text'] = $new_instance['text']; } else { $instance['text'] = stripslashes( wp_filter_post_kses( addslashes( $new_instance['text'] ) ) ); // wp_filter_post_kses() expects slashed } $instance['type'] = strip_tags( $new_instance['type'] ); $instance['startOpen'] = strip_tags( $new_instance['startOpen'] ); $instance['filter'] = strip_tags( $new_instance['filter'] ); $instance = apply_filters( 'Show_Hide_tinymce_widget_update', $instance, $this ); return $instance; } /** * Output widget form * * @uses wp_parse_args() * @uses apply_filters() * @uses esc_attr() * @uses esc_textarea() * @uses WP_Widget::get_field_id() * @uses WP_Widget::get_field_name() * @uses _e() * @uses do_action() * @uses apply_filters() * * @param mixed[] $instance * @return void * @since 0.5 */ public function form( $instance ) { global $wp_customize; $instance = wp_parse_args( (array) $instance, array( 'title' => '', 'text' => '', 'type' => 'visual' ) ); // Force Visual mode in Customizer (to avoid glitches) if ( $wp_customize ) { $instance['type'] = 'visual'; } // Guess (wpautop) filter value for widgets created with previous version if ( ! isset( $instance['filter'] ) ) { $instance['filter'] = $instance['type'] == 'visual' && substr( $instance['text'], 0, 3 ) != '

' ? 1 : 0; } $title = strip_tags( $instance['title'] ); do_action( 'Show_Hide_tinymce_before_editor' ); ?>

 

 

'; echo $after_widget; do_action( 'Show_Hide_tinymce_after_widget', $args, $instance ); } /** * Update widget data * * @uses current_user_can() * @uses wp_filter_post_kses() * @uses apply_filters() * * @param mixed[] $new_instance * @param mixed[] $old_instance * @return mixed[] * @since 0.5 */ public function update( $new_instance, $old_instance ) { $instance = $old_instance; $instance['title'] = strip_tags( $new_instance['title'] ); if ( current_user_can( 'unfiltered_html' ) ) { $instance['text'] = $new_instance['text']; } else { $instance['text'] = stripslashes( wp_filter_post_kses( addslashes( $new_instance['text'] ) ) ); // wp_filter_post_kses() expects slashed } $instance['type'] = strip_tags( $new_instance['type'] ); $instance['startOpen'] = strip_tags( $new_instance['startOpen'] ); $instance['filter'] = strip_tags( $new_instance['filter'] ); $instance = apply_filters( 'Show_Hide_tinymce_widget_update', $instance, $this ); return $instance; } /** * Output widget form * * @uses wp_parse_args() * @uses apply_filters() * @uses esc_attr() * @uses esc_textarea() * @uses WP_Widget::get_field_id() * @uses WP_Widget::get_field_name() * @uses _e() * @uses do_action() * @uses apply_filters() * * @param mixed[] $instance * @return void * @since 0.5 */ public function form( $instance ) { global $wp_customize; $instance = wp_parse_args( (array) $instance, array( 'title' => '', 'text' => '', 'type' => 'visual' ) ); // Force Visual mode in Customizer (to avoid glitches) if ( $wp_customize ) { $instance['type'] = 'visual'; } // Guess (wpautop) filter value for widgets created with previous version if ( ! isset( $instance['filter'] ) ) { $instance['filter'] = $instance['type'] == 'visual' && substr( $instance['text'], 0, 3 ) != '

' ? 1 : 0; } $title = strip_tags( $instance['title'] ); do_action( 'Show_Hide_tinymce_before_editor' ); ?>

 

 

How do I request user creation in FI-Admin?

The creation of users and profiles in FI-Admin is managed in the BIREME Accounts system and is performed by BIREME or by bibliographic database coordinators.

To request users to BIREME, fill out the User Request form for FI-Admin - Bibliographic records.

System development information

  • Framework Django
  • Publication of records through the WordPress plug-ins
  • API for content searching created with Solr Lucene

Related links: