├── VERSION ├── web └── src │ └── main │ ├── webapp │ ├── tmp │ │ ├── crf.html │ │ └── crf.pdf │ ├── WEB-INF │ │ ├── jsp │ │ │ ├── extract │ │ │ │ └── validateEditFilter.jsp │ │ │ └── include │ │ │ │ └── showSubmitted.jsp │ │ └── template │ │ │ └── form_def.ftl │ ├── images │ │ ├── Logo.gif │ │ ├── News.gif │ │ ├── cvs.gif │ │ ├── dots.gif │ │ ├── faq.gif │ │ ├── mail.gif │ │ ├── arrow.gif │ │ ├── bgdots.gif │ │ ├── box_B.gif │ │ ├── box_BL.gif │ │ ├── box_BR.gif │ │ ├── box_L.gif │ │ ├── box_R.gif │ │ ├── box_T.gif │ │ ├── box_TL.gif │ │ ├── box_TR.gif │ │ ├── bt_Bug.gif │ │ ├── bt_Edit.gif │ │ ├── bt_Lock.gif │ │ ├── bt_Ocui.gif │ │ ├── bt_View.gif │ │ ├── bullet.gif │ │ ├── bullet2.gif │ │ ├── de │ │ │ ├── Logo.gif │ │ │ ├── News.gif │ │ │ ├── cvs.gif │ │ │ ├── dots.gif │ │ │ ├── faq.gif │ │ │ ├── mail.gif │ │ │ ├── Thumbs.db │ │ │ ├── arrow.gif │ │ │ ├── bgdots.gif │ │ │ ├── box_B.gif │ │ │ ├── box_BL.gif │ │ │ ├── box_BR.gif │ │ │ ├── box_L.gif │ │ │ ├── box_R.gif │ │ │ ├── box_T.gif │ │ │ ├── box_TL.gif │ │ │ ├── box_TR.gif │ │ │ ├── bt_Bug.gif │ │ │ ├── bullet.gif │ │ │ ├── nav_B.gif │ │ │ ├── nav_BL.gif │ │ │ ├── nav_BR.gif │ │ │ ├── nav_L.gif │ │ │ ├── nav_R.gif │ │ │ ├── nav_T.gif │ │ │ ├── nav_TL.gif │ │ │ ├── nav_TR.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_BG.gif │ │ │ ├── tab_L.gif │ │ │ ├── tab_R.gif │ │ │ ├── UserBox_B.gif │ │ │ ├── UserBox_L.gif │ │ │ ├── UserBox_R.gif │ │ │ ├── bt_Bug_d.gif │ │ │ ├── bt_Copy_i.gif │ │ │ ├── bt_Delete.gif │ │ │ ├── bt_Edit.gif │ │ │ ├── bt_Edit_d.gif │ │ │ ├── bt_Expand.gif │ │ │ ├── bt_Export.gif │ │ │ ├── bt_Help.gif │ │ │ ├── bt_Help_d.gif │ │ │ ├── bt_Lock.gif │ │ │ ├── bt_Lock_d.gif │ │ │ ├── bt_Login.gif │ │ │ ├── bt_Portal.gif │ │ │ ├── bt_Print.gif │ │ │ ├── bt_Remove.gif │ │ │ ├── bt_Unlock.gif │ │ │ ├── bt_View.gif │ │ │ ├── bt_View_d.gif │ │ │ ├── bugzilla.gif │ │ │ ├── bullet2.gif │ │ │ ├── button_BG.gif │ │ │ ├── button_R.gif │ │ │ ├── calendar.gif │ │ │ ├── download.gif │ │ │ ├── footer_BG.gif │ │ │ ├── header_BG.gif │ │ │ ├── icon_DDE.gif │ │ │ ├── icon_Note.gif │ │ │ ├── main_BG.gif │ │ │ ├── nav_Home.gif │ │ │ ├── nav_bt_BL.gif │ │ │ ├── nav_bt_BR.gif │ │ │ ├── nav_bt_TL.gif │ │ │ ├── nav_bt_TR.gif │ │ │ ├── partner.gif │ │ │ ├── popup_BG.gif │ │ │ ├── popup_OC.gif │ │ │ ├── reference.gif │ │ │ ├── tab_BG_h.gif │ │ │ ├── tab_L_h.gif │ │ │ ├── tab_R_h.gif │ │ │ ├── tab_h_BG.gif │ │ │ ├── tab_mid.gif │ │ │ ├── templogin.gif │ │ │ ├── workflow.gif │ │ │ ├── UserBox_BL.gif │ │ │ ├── UserBox_BR.gif │ │ │ ├── arrow_back.gif │ │ │ ├── arrow_first.gif │ │ │ ├── arrow_last.gif │ │ │ ├── arrow_left.gif │ │ │ ├── arrow_next.gif │ │ │ ├── breadcrumb.gif │ │ │ ├── bt_Calendar.gif │ │ │ ├── bt_Collapse.gif │ │ │ ├── bt_Delete_d.gif │ │ │ ├── bt_Details.gif │ │ │ ├── bt_Download.gif │ │ │ ├── bt_Export_d.gif │ │ │ ├── bt_Login_d.gif │ │ │ ├── bt_Login_h.gif │ │ │ ├── bt_Metadata.gif │ │ │ ├── bt_Portal_d.gif │ │ │ ├── bt_Print_d.gif │ │ │ ├── bt_Reassign.gif │ │ │ ├── bt_Remove_d.gif │ │ │ ├── bt_Remove_i.gif │ │ │ ├── bt_Restore.gif │ │ │ ├── bt_Schedule.gif │ │ │ ├── bt_SetRole.gif │ │ │ ├── bt_Support.gif │ │ │ ├── bt_Unlock_d.gif │ │ │ ├── clientlogo.gif │ │ │ ├── create_new.gif │ │ │ ├── icon_Locked.gif │ │ │ ├── icon_Signed.gif │ │ │ ├── icon_blank.gif │ │ │ ├── icon_expand.gif │ │ │ ├── icon_noNote.gif │ │ │ ├── loginbox_BG.gif │ │ │ ├── navPNGU_BG.gif │ │ │ ├── nav_Extract.gif │ │ │ ├── nav_Home_h.gif │ │ │ ├── nav_Home_i.gif │ │ │ ├── nav_Home_s.gif │ │ │ ├── nav_Manage.gif │ │ │ ├── nav_Submit.gif │ │ │ ├── popup_Help.gif │ │ │ ├── sidebar_tab.gif │ │ │ ├── tab_mid_h_L.gif │ │ │ ├── tab_mid_h_R.gif │ │ │ ├── UserBox_line.gif │ │ │ ├── arrow_back_dis.gif │ │ │ ├── arrow_next_dis.gif │ │ │ ├── breadcrumb_a.gif │ │ │ ├── breadcrumb_c.gif │ │ │ ├── bt_Calendar_d.gif │ │ │ ├── bt_Details_d.gif │ │ │ ├── bt_Download_d.gif │ │ │ ├── bt_EnterData.gif │ │ │ ├── bt_EnterData_d.gif │ │ │ ├── bt_Help_Admin.gif │ │ │ ├── bt_Help_Home.gif │ │ │ ├── bt_Help_Manage.gif │ │ │ ├── bt_Help_Submit.gif │ │ │ ├── bt_NewVersion.gif │ │ │ ├── bt_Reassign_d.gif │ │ │ ├── bt_Reassign_i.gif │ │ │ ├── bt_RemoveRole.gif │ │ │ ├── bt_ReportIssue.gif │ │ │ ├── bt_Restore_d.gif │ │ │ ├── bt_SetRole_d.gif │ │ │ ├── bt_Support_d.gif │ │ │ ├── bt_Support_lit.gif │ │ │ ├── button_long_BG.gif │ │ │ ├── formfieldL_BG.gif │ │ │ ├── formfieldM_BG.gif │ │ │ ├── formfieldS_BG.gif │ │ │ ├── formfieldXL_BG.gif │ │ │ ├── formfieldXS_BG.gif │ │ │ ├── icon_AdminEdit.gif │ │ │ ├── icon_InitialDE.gif │ │ │ ├── icon_Invalid.gif │ │ │ ├── icon_Repeating.gif │ │ │ ├── icon_Scheduled.gif │ │ │ ├── icon_Skipped.gif │ │ │ ├── icon_Stopped.gif │ │ │ ├── icon_collapse.gif │ │ │ ├── icon_flagBlack.gif │ │ │ ├── icon_flagGreen.gif │ │ │ ├── icon_flagWhite.gif │ │ │ ├── leftbar_hline.gif │ │ │ ├── leftbar_vline.gif │ │ │ ├── loginbutton_BG.gif │ │ │ ├── nav_Administer.gif │ │ │ ├── nav_BT_dis_BL.gif │ │ │ ├── nav_BT_dis_BR.gif │ │ │ ├── nav_BT_dis_TL.gif │ │ │ ├── nav_BT_dis_TR.gif │ │ │ ├── nav_BizAdmin.gif │ │ │ ├── nav_BizAdmin_h.gif │ │ │ ├── nav_BizAdmin_i.gif │ │ │ ├── nav_BizAdmin_s.gif │ │ │ ├── nav_Extract_h.gif │ │ │ ├── nav_Extract_i.gif │ │ │ ├── nav_Extract_s.gif │ │ │ ├── nav_Manage_h.gif │ │ │ ├── nav_Manage_i.gif │ │ │ ├── nav_Manage_s.gif │ │ │ ├── nav_Manage_s_h.gif │ │ │ ├── nav_R_extract.gif │ │ │ ├── nav_Submit_h.gif │ │ │ ├── nav_Submit_i.gif │ │ │ ├── nav_Submit_s.gif │ │ │ ├── nav_Submit_s_h.gif │ │ │ ├── nav_TechAdmin.gif │ │ │ ├── sidebar_expand.gif │ │ │ ├── workflowBox_T.gif │ │ │ ├── workflowBox_TR.gif │ │ │ ├── bt_ExexuteRules.gif │ │ │ ├── bt_Help_Admin_d.gif │ │ │ ├── bt_Help_Extract.gif │ │ │ ├── bt_Help_Manage_d.gif │ │ │ ├── bt_Help_Submit_d.gif │ │ │ ├── bt_NewVersion_d.gif │ │ │ ├── bt_RemoveRole_d.gif │ │ │ ├── button_Search_BG.gif │ │ │ ├── button_medium_BG.gif │ │ │ ├── button_xlong_BG.gif │ │ │ ├── formfieldXXL_BG.gif │ │ │ ├── icon_DEcomplete.gif │ │ │ ├── icon_NotStarted.gif │ │ │ ├── icon_UnsavedData.gif │ │ │ ├── icon_flagYellow.gif │ │ │ ├── nav_Administer_h.gif │ │ │ ├── nav_Administer_i.gif │ │ │ ├── nav_Administer_s.gif │ │ │ ├── nav_Extract_s_h.gif │ │ │ ├── nav_TechAdmin_BL.gif │ │ │ ├── nav_TechAdmin_BR.gif │ │ │ ├── nav_TechAdmin_TL.gif │ │ │ ├── nav_TechAdmin_TR.gif │ │ │ ├── nav_TechAdmin_h.gif │ │ │ ├── nav_TechAdmin_i.gif │ │ │ ├── nav_TechAdmin_s.gif │ │ │ ├── popup_BugTracker.gif │ │ │ ├── sidebar_collapse.gif │ │ │ ├── subnav_R_Extract.gif │ │ │ ├── subnav_R_Manage.gif │ │ │ ├── subnav_R_Submit.gif │ │ │ ├── table_actions_BG.gif │ │ │ ├── CRF_status_icon_DDE.gif │ │ │ ├── arrow_status_back.gif │ │ │ ├── arrow_status_next.gif │ │ │ ├── bt_Help_Extract_d.gif │ │ │ ├── bt_Help_Home_gray.gif │ │ │ ├── bt_Help_TechAdmin.gif │ │ │ ├── bt_ReportIssue_lit.gif │ │ │ ├── bt_sort_ascending.gif │ │ │ ├── bt_sort_descending.gif │ │ │ ├── formtextareaL4_BG.gif │ │ │ └── formtextareaXL4_BG.gif │ │ ├── favicon.ico │ │ ├── main_BG.gif │ │ ├── nav_B.gif │ │ ├── nav_BL.gif │ │ ├── nav_BR.gif │ │ ├── nav_L.gif │ │ ├── nav_R.gif │ │ ├── nav_T.gif │ │ ├── nav_TL.gif │ │ ├── nav_TR.gif │ │ ├── spacer.gif │ │ ├── tab_BG.gif │ │ ├── tab_L.gif │ │ ├── tab_L_h.gif │ │ ├── tab_R.gif │ │ ├── tab_R_h.gif │ │ ├── tab_mid.gif │ │ ├── UserBox_B.gif │ │ ├── UserBox_L.gif │ │ ├── UserBox_R.gif │ │ ├── bt_Bug_d.gif │ │ ├── bt_Copy_i.gif │ │ ├── bt_Delete.gif │ │ ├── bt_Edit_d.gif │ │ ├── bt_Expand.gif │ │ ├── bt_Export.gif │ │ ├── bt_Lock_d.gif │ │ ├── bt_Login.gif │ │ ├── bt_Ocui_d.gif │ │ ├── bt_Portal.gif │ │ ├── bt_Print.gif │ │ ├── bt_Remove.gif │ │ ├── bt_Unlock.gif │ │ ├── bt_View_d.gif │ │ ├── bugzilla.gif │ │ ├── button_BG.gif │ │ ├── button_R.gif │ │ ├── calendar.gif │ │ ├── download.gif │ │ ├── en │ │ │ ├── Thumbs.db │ │ │ ├── bt_Login.gif │ │ │ ├── nav_Home.gif │ │ │ ├── partner.gif │ │ │ ├── bt_Login_d.gif │ │ │ ├── bt_Login_h.gif │ │ │ ├── nav_Extract.gif │ │ │ ├── nav_Home_h.gif │ │ │ ├── nav_Home_i.gif │ │ │ ├── nav_Home_s.gif │ │ │ ├── nav_Manage.gif │ │ │ ├── nav_Submit.gif │ │ │ ├── popup_Help.gif │ │ │ ├── nav_Administer.gif │ │ │ ├── nav_BizAdmin.gif │ │ │ ├── nav_BizAdmin_h.gif │ │ │ ├── nav_BizAdmin_i.gif │ │ │ ├── nav_BizAdmin_s.gif │ │ │ ├── nav_Extract_h.gif │ │ │ ├── nav_Extract_i.gif │ │ │ ├── nav_Extract_s.gif │ │ │ ├── nav_Manage_h.gif │ │ │ ├── nav_Manage_i.gif │ │ │ ├── nav_Manage_s.gif │ │ │ ├── nav_Manage_s_h.gif │ │ │ ├── nav_Submit_h.gif │ │ │ ├── nav_Submit_i.gif │ │ │ ├── nav_Submit_s.gif │ │ │ ├── nav_Submit_s_h.gif │ │ │ ├── nav_TechAdmin.gif │ │ │ ├── nav_Administer_h.gif │ │ │ ├── nav_Administer_i.gif │ │ │ ├── nav_Administer_s.gif │ │ │ ├── nav_Extract_s_h.gif │ │ │ ├── nav_TechAdmin_h.gif │ │ │ ├── nav_TechAdmin_i.gif │ │ │ ├── nav_TechAdmin_s.gif │ │ │ └── popup_BugTracker.gif │ │ ├── es │ │ │ ├── Thumbs.db │ │ │ ├── bt_Login.gif │ │ │ ├── nav_Home.gif │ │ │ ├── templogin.gif │ │ │ ├── bt_Login_h.gif │ │ │ ├── nav_Extract.gif │ │ │ ├── nav_Home_h.gif │ │ │ ├── nav_Home_i.gif │ │ │ ├── nav_Home_s.gif │ │ │ ├── nav_Manage.gif │ │ │ ├── nav_Submit.gif │ │ │ ├── popup_Help.gif │ │ │ ├── nav_Administer.gif │ │ │ ├── nav_BizAdmin.gif │ │ │ ├── nav_BizAdmin_h.gif │ │ │ ├── nav_BizAdmin_i.gif │ │ │ ├── nav_BizAdmin_s.gif │ │ │ ├── nav_Extract_h.gif │ │ │ ├── nav_Extract_i.gif │ │ │ ├── nav_Extract_s.gif │ │ │ ├── nav_Manage_h.gif │ │ │ ├── nav_Manage_i.gif │ │ │ ├── nav_Manage_s.gif │ │ │ ├── nav_Manage_s_h.gif │ │ │ ├── nav_Submit_h.gif │ │ │ ├── nav_Submit_i.gif │ │ │ ├── nav_Submit_s.gif │ │ │ ├── nav_Submit_s_h.gif │ │ │ ├── nav_TechAdmin.gif │ │ │ ├── nav_Administer_h.gif │ │ │ ├── nav_Administer_i.gif │ │ │ ├── nav_Administer_s.gif │ │ │ ├── nav_Extract_s_h.gif │ │ │ ├── nav_TechAdmin_h.gif │ │ │ ├── nav_TechAdmin_i.gif │ │ │ ├── nav_TechAdmin_s.gif │ │ │ └── popup_BugTracker.gif │ │ ├── footer_BG.gif │ │ ├── fr │ │ │ ├── Thumbs.db │ │ │ ├── nav_Home.gif │ │ │ ├── nav_Extract.gif │ │ │ ├── nav_Home_h.gif │ │ │ ├── nav_Home_i.gif │ │ │ ├── nav_Home_s.gif │ │ │ ├── nav_Manage.gif │ │ │ ├── nav_Submit.gif │ │ │ ├── nav_BizAdmin.gif │ │ │ ├── nav_BizAdmin_h.gif │ │ │ ├── nav_BizAdmin_i.gif │ │ │ ├── nav_BizAdmin_s.gif │ │ │ ├── nav_Extract_h.gif │ │ │ ├── nav_Extract_i.gif │ │ │ ├── nav_Extract_s.gif │ │ │ ├── nav_Manage_h.gif │ │ │ ├── nav_Manage_i.gif │ │ │ ├── nav_Manage_s.gif │ │ │ ├── nav_Manage_s_h.gif │ │ │ ├── nav_Submit_h.gif │ │ │ ├── nav_Submit_i.gif │ │ │ ├── nav_Submit_s.gif │ │ │ ├── nav_Submit_s_h.gif │ │ │ ├── nav_BizAdmin_s_h.gif │ │ │ └── nav_Extract_s_h.gif │ │ ├── header_BG.gif │ │ ├── icon_DDE.gif │ │ ├── icon_Note.gif │ │ ├── login_BG.gif │ │ ├── login_BG2.gif │ │ ├── nav_Home.gif │ │ ├── nav_bt_BL.gif │ │ ├── nav_bt_BR.gif │ │ ├── nav_bt_TL.gif │ │ ├── nav_bt_TR.gif │ │ ├── popup_BG.gif │ │ ├── reference.gif │ │ ├── tab_BG_h.gif │ │ ├── tab_h_BG.gif │ │ ├── table │ │ │ ├── csv.gif │ │ │ ├── pdf.gif │ │ │ ├── clear.gif │ │ │ ├── excel.gif │ │ │ ├── filter.gif │ │ │ ├── pdfOLD.gif │ │ │ ├── shadow.gif │ │ │ ├── lastPage.gif │ │ │ ├── nextPage.gif │ │ │ ├── png │ │ │ │ ├── csv.png │ │ │ │ ├── clear.png │ │ │ │ ├── filter.png │ │ │ │ ├── firstPage.png │ │ │ │ ├── lastPage.png │ │ │ │ ├── nextPage.png │ │ │ │ └── prevPage.png │ │ │ ├── prevPage.gif │ │ │ ├── sortAsc.gif │ │ │ ├── sortDesc.gif │ │ │ ├── corner_bl.gif │ │ │ ├── corner_tr.gif │ │ │ ├── firstPage.gif │ │ │ ├── header-bg.gif │ │ │ ├── separator.gif │ │ │ ├── shadow180.gif │ │ │ ├── shadow_back.gif │ │ │ └── saveWorksheet.gif │ │ ├── templogin.gif │ │ ├── workflow.gif │ │ ├── zh │ │ │ ├── Thumbs.db │ │ │ ├── bt_Login.gif │ │ │ ├── nav_Home.gif │ │ │ ├── partner.gif │ │ │ ├── bt_Login_d.gif │ │ │ ├── bt_Login_h.gif │ │ │ ├── nav_Extract.gif │ │ │ ├── nav_Home_h.gif │ │ │ ├── nav_Home_i.gif │ │ │ ├── nav_Home_s.gif │ │ │ ├── nav_Manage.gif │ │ │ ├── nav_Submit.gif │ │ │ ├── popup_Help.gif │ │ │ ├── nav_Administer.gif │ │ │ ├── nav_BizAdmin.gif │ │ │ ├── nav_BizAdmin_h.gif │ │ │ ├── nav_BizAdmin_i.gif │ │ │ ├── nav_BizAdmin_s.gif │ │ │ ├── nav_Extract_h.gif │ │ │ ├── nav_Extract_i.gif │ │ │ ├── nav_Extract_s.gif │ │ │ ├── nav_Manage_h.gif │ │ │ ├── nav_Manage_i.gif │ │ │ ├── nav_Manage_s.gif │ │ │ ├── nav_Manage_s_h.gif │ │ │ ├── nav_Submit_h.gif │ │ │ ├── nav_Submit_i.gif │ │ │ ├── nav_Submit_s.gif │ │ │ ├── nav_Submit_s_h.gif │ │ │ ├── nav_TechAdmin.gif │ │ │ ├── nav_Administer_h.gif │ │ │ ├── nav_Administer_i.gif │ │ │ ├── nav_Administer_s.gif │ │ │ ├── nav_Extract_s_h.gif │ │ │ ├── nav_TechAdmin_h.gif │ │ │ ├── nav_TechAdmin_i.gif │ │ │ └── popup_BugTracker.gif │ │ ├── UserBox_BL.gif │ │ ├── UserBox_BR.gif │ │ ├── UserBox_line.gif │ │ ├── arrow_back.gif │ │ ├── arrow_first.gif │ │ ├── arrow_last.gif │ │ ├── arrow_left.gif │ │ ├── arrow_next.gif │ │ ├── breadcrumb.gif │ │ ├── breadcrumb_a.gif │ │ ├── breadcrumb_c.gif │ │ ├── bt_Calendar.gif │ │ ├── bt_Collapse.gif │ │ ├── bt_Delete_d.gif │ │ ├── bt_Details.gif │ │ ├── bt_Details_d.gif │ │ ├── bt_Download.gif │ │ ├── bt_EnterData.gif │ │ ├── bt_Export_d.gif │ │ ├── bt_Help_Home.gif │ │ ├── bt_Login_d.gif │ │ ├── bt_Login_h.gif │ │ ├── bt_Metadata.gif │ │ ├── bt_Portal_d.gif │ │ ├── bt_Print_d.gif │ │ ├── bt_Reassign.gif │ │ ├── bt_Remove_d.gif │ │ ├── bt_Remove_i.gif │ │ ├── bt_Restore.gif │ │ ├── bt_Restore_d.gif │ │ ├── bt_Schedule.gif │ │ ├── bt_SetRole.gif │ │ ├── bt_SetRole_d.gif │ │ ├── bt_Support.gif │ │ ├── bt_Support_d.gif │ │ ├── bt_Unlock_d.gif │ │ ├── bt_navSearch.gif │ │ ├── create_new.gif │ │ ├── dropdown_BG.gif │ │ ├── dropdown_BG.png │ │ ├── icon_Invalid.gif │ │ ├── icon_Locked.gif │ │ ├── icon_Signed.gif │ │ ├── icon_Skipped.gif │ │ ├── icon_Stopped.gif │ │ ├── icon_blank.gif │ │ ├── icon_expand.gif │ │ ├── icon_noNote.gif │ │ ├── loading_wh.gif │ │ ├── login_box_BG.gif │ │ ├── login_box_BG.png │ │ ├── login_box_T.gif │ │ ├── login_box_T.png │ │ ├── login_logo.png │ │ ├── loginbox_BG.gif │ │ ├── navPNGU_BG.gif │ │ ├── nav_BizAdmin.gif │ │ ├── nav_Extract.gif │ │ ├── nav_Home_h.gif │ │ ├── nav_Home_i.gif │ │ ├── nav_Home_s.gif │ │ ├── nav_Manage.gif │ │ ├── nav_Manage_h.gif │ │ ├── nav_Manage_i.gif │ │ ├── nav_Manage_s.gif │ │ ├── nav_Submit.gif │ │ ├── nav_Submit_h.gif │ │ ├── nav_Submit_i.gif │ │ ├── nav_Submit_s.gif │ │ ├── normal_tab.gif │ │ ├── popup_Help.gif │ │ ├── pt │ │ │ ├── bt_Login.gif │ │ │ ├── nav_Home.gif │ │ │ ├── partner.gif │ │ │ ├── bt_Login_d.gif │ │ │ ├── bt_Login_h.gif │ │ │ ├── nav_Extract.gif │ │ │ ├── nav_Home_h.gif │ │ │ ├── nav_Home_i.gif │ │ │ ├── nav_Home_s.gif │ │ │ ├── nav_Manage.gif │ │ │ ├── nav_Submit.gif │ │ │ ├── popup_Help.gif │ │ │ ├── nav_Administer.gif │ │ │ ├── nav_BizAdmin.gif │ │ │ ├── nav_BizAdmin_h.gif │ │ │ ├── nav_BizAdmin_i.gif │ │ │ ├── nav_BizAdmin_s.gif │ │ │ ├── nav_Extract_h.gif │ │ │ ├── nav_Extract_i.gif │ │ │ ├── nav_Extract_s.gif │ │ │ ├── nav_Manage_h.gif │ │ │ ├── nav_Manage_i.gif │ │ │ ├── nav_Manage_s.gif │ │ │ ├── nav_Manage_s_h.gif │ │ │ ├── nav_Submit_h.gif │ │ │ ├── nav_Submit_i.gif │ │ │ ├── nav_Submit_s.gif │ │ │ ├── nav_Submit_s_h.gif │ │ │ ├── nav_TechAdmin.gif │ │ │ ├── nav_Administer_h.gif │ │ │ ├── nav_Administer_i.gif │ │ │ ├── nav_Administer_s.gif │ │ │ ├── nav_Extract_s_h.gif │ │ │ ├── nav_TechAdmin_h.gif │ │ │ ├── nav_TechAdmin_i.gif │ │ │ ├── nav_TechAdmin_s.gif │ │ │ └── popup_BugTracker.gif │ │ ├── sidebar_tab.gif │ │ ├── tab_mid_h_L.gif │ │ ├── tab_mid_h_R.gif │ │ ├── arrow_back_dis.gif │ │ ├── arrow_next_dis.gif │ │ ├── bt_Calendar_d.gif │ │ ├── bt_Download_d.gif │ │ ├── bt_EnterData_d.gif │ │ ├── bt_Help_Manage.gif │ │ ├── bt_Help_Submit.gif │ │ ├── bt_NewVersion.gif │ │ ├── bt_Reassign_d.gif │ │ ├── bt_Reassign_i.gif │ │ ├── bt_RemoveRole.gif │ │ ├── bt_ReportIssue.gif │ │ ├── bt_Support_lit.gif │ │ ├── button_long_BG.gif │ │ ├── formfieldL_BG.gif │ │ ├── formfieldM_BG.gif │ │ ├── formfieldS_BG.gif │ │ ├── formfieldXL_BG.gif │ │ ├── formfieldXS_BG.gif │ │ ├── icon_AdminEdit.gif │ │ ├── icon_InitialDE.gif │ │ ├── icon_Repeating.gif │ │ ├── icon_Scheduled.gif │ │ ├── icon_collapse.gif │ │ ├── icon_flagBlack.gif │ │ ├── icon_flagGreen.gif │ │ ├── icon_flagWhite.gif │ │ ├── leftbar_hline.gif │ │ ├── leftbar_vline.gif │ │ ├── loginbutton_BG.gif │ │ ├── nav_Administer.gif │ │ ├── nav_BT_dis_BL.gif │ │ ├── nav_BT_dis_BR.gif │ │ ├── nav_BT_dis_TL.gif │ │ ├── nav_BT_dis_TR.gif │ │ ├── nav_BizAdmin_h.gif │ │ ├── nav_BizAdmin_i.gif │ │ ├── nav_BizAdmin_s.gif │ │ ├── nav_Extract_h.gif │ │ ├── nav_Extract_i.gif │ │ ├── nav_Extract_s.gif │ │ ├── nav_Manage_s_h.gif │ │ ├── nav_R_extract.gif │ │ ├── nav_Submit_s_h.gif │ │ ├── nav_TechAdmin.gif │ │ ├── sidebar_expand.gif │ │ ├── workflowBox_T.gif │ │ ├── workflowBox_TR.gif │ │ ├── arrow_status_back.gif │ │ ├── arrow_status_next.gif │ │ ├── bt_ExexuteRules.gif │ │ ├── bt_Help_Extract.gif │ │ ├── bt_Help_Manage_d.gif │ │ ├── bt_NewVersion_d.gif │ │ ├── bt_RemoveRole_d.gif │ │ ├── bt_Tasks_pulldown.gif │ │ ├── bt_sort_ascending.gif │ │ ├── button_Search_BG.gif │ │ ├── button_medium_BG.gif │ │ ├── button_xlong_BG.gif │ │ ├── formfieldXXL_BG.gif │ │ ├── formtextareaL4_BG.gif │ │ ├── icon_DEcomplete.gif │ │ ├── icon_Discontinued.gif │ │ ├── icon_DoubleCheck.gif │ │ ├── icon_NotStarted.gif │ │ ├── icon_UnsavedData.gif │ │ ├── icon_flagYellow.gif │ │ ├── icon_transparent.gif │ │ ├── login_footer_BG.gif │ │ ├── nav_Administer_h.gif │ │ ├── nav_Administer_i.gif │ │ ├── nav_Administer_s.gif │ │ ├── nav_Extract_s_h.gif │ │ ├── nav_SubmitData_BL.gif │ │ ├── nav_SubmitData_BR.gif │ │ ├── nav_SubmitData_TL.gif │ │ ├── nav_SubmitData_TR.gif │ │ ├── nav_TechAdmin_BL.gif │ │ ├── nav_TechAdmin_BR.gif │ │ ├── nav_TechAdmin_TL.gif │ │ ├── nav_TechAdmin_TR.gif │ │ ├── nav_TechAdmin_h.gif │ │ ├── nav_TechAdmin_i.gif │ │ ├── nav_TechAdmin_s.gif │ │ ├── nav_TechAdmin_s_h.gif │ │ ├── popup_BugTracker.gif │ │ ├── sidebar_collapse.gif │ │ ├── subnav_Admin_CRFs.gif │ │ ├── subnav_R_Extract.gif │ │ ├── subnav_R_Manage.gif │ │ ├── subnav_R_Submit.gif │ │ ├── table_actions_BG.gif │ │ ├── CRF_status_icon_DDE.gif │ │ ├── bt_ReportIssue_lit.gif │ │ ├── bt_ViewParticipant.gif │ │ ├── bt_sort_descending.gif │ │ ├── formtextareaXL4_BG.gif │ │ ├── icon_UnchangedData.gif │ │ ├── nav_Administer_s_h.gif │ │ ├── nav_ExtractData_BL.gif │ │ ├── nav_ExtractData_BR.gif │ │ ├── nav_ExtractData_TL.gif │ │ ├── nav_ExtractData_TR.gif │ │ ├── nav_ManageStudy_BL.gif │ │ ├── nav_ManageStudy_BR.gif │ │ ├── nav_ManageStudy_TL.gif │ │ ├── nav_ManageStudy_TR.gif │ │ ├── subnav_Admin_CRFs_h.gif │ │ ├── subnav_Admin_Users.gif │ │ ├── subnav_Manage_CRFs.gif │ │ ├── subnav_Manage_Rules.gif │ │ ├── subnav_Manage_Sites.gif │ │ ├── subnav_Manage_Users.gif │ │ ├── subnav_R_Administer.gif │ │ ├── subnav_R_TechAdmin.gif │ │ ├── CRF_status_icon_Locked.gif │ │ ├── arrow_status_back_dis.gif │ │ ├── arrow_status_next_dis.gif │ │ ├── bt_ViewParticipant_d.gif │ │ └── button_Search_BG_dis.gif │ ├── nullValue-es.htm │ ├── includes │ │ ├── overlay.png │ │ └── new_cal │ │ │ └── img.gif │ └── template │ │ └── print_form_def.html │ ├── config │ └── libraries │ │ └── ojdbc14-10g.jar │ ├── java │ └── org │ │ └── akaza │ │ └── openclinica │ │ └── control │ │ └── core │ │ └── package.html │ └── resources │ └── castor.properties ├── docs ├── _config.yml ├── .gitignore └── manuals │ ├── monitor-manual_images │ ├── logout.png │ ├── query.png │ ├── add_note.png │ ├── crf_tabs.png │ ├── close_query.png │ ├── crf_header.png │ ├── change_study.png │ ├── crf_overview.png │ ├── download_notes.png │ ├── login_screen.png │ ├── mark_crf_sdv1.png │ ├── mark_crf_sdv2.png │ ├── monitor_home.png │ ├── note_details.png │ ├── query_answer.png │ ├── query_updated.png │ ├── reset_password.png │ ├── sdv_event_list.png │ ├── study_changed.png │ └── view_study_log.png │ └── investigator-manual_images │ ├── logout.png │ └── enter_crf.png └── core ├── src ├── main │ ├── filters │ │ └── default.properties │ ├── resources │ │ ├── enterprise.properties │ │ ├── properties │ │ │ ├── enterprise.properties │ │ │ └── placeholder.properties │ │ └── castor.properties │ └── java │ │ └── org │ │ └── akaza │ │ └── openclinica │ │ ├── exception │ │ └── package.html │ │ ├── bean │ │ ├── login │ │ │ └── package.html │ │ ├── core │ │ │ └── package.html │ │ ├── masking │ │ │ └── package.html │ │ ├── extract │ │ │ └── package.html │ │ ├── submit │ │ │ └── package.html │ │ └── managestudy │ │ │ └── package.html │ │ ├── core │ │ └── package.html │ │ ├── dao │ │ ├── core │ │ │ └── package.html │ │ ├── logic │ │ │ └── package.html │ │ ├── login │ │ │ └── package.html │ │ ├── submit │ │ │ └── package.html │ │ └── managestudy │ │ │ └── package.html │ │ └── logic │ │ └── core │ │ └── package.html └── test │ └── resources │ └── org │ └── akaza │ └── openclinica │ ├── dao │ └── testdata │ │ └── DatabaseChangeLogDaoTest.xml │ └── service │ └── rule │ └── expression │ └── testdata │ └── SampleTest.xml └── .DS_Store /VERSION: -------------------------------------------------------------------------------- 1 | 1.4.0rc1 2 | -------------------------------------------------------------------------------- /web/src/main/webapp/tmp/crf.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-minimal -------------------------------------------------------------------------------- /core/src/main/filters/default.properties: -------------------------------------------------------------------------------- 1 | # Filters -------------------------------------------------------------------------------- /core/src/main/resources/enterprise.properties: -------------------------------------------------------------------------------- 1 | crfCatalog=https://library.openclinica.com -------------------------------------------------------------------------------- /core/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/core/.DS_Store -------------------------------------------------------------------------------- /core/src/main/resources/properties/enterprise.properties: -------------------------------------------------------------------------------- 1 | crfCatalog=https://library.openclinica.com -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | /package-lock.json 2 | /node_modules 3 | /node 4 | /manuals/*.pdf 5 | /target 6 | -------------------------------------------------------------------------------- /web/src/main/webapp/WEB-INF/jsp/extract/validateEditFilter.jsp: -------------------------------------------------------------------------------- 1 | 2 | <%@ page contentType="text/html; charset=UTF-8" %> 3 | -------------------------------------------------------------------------------- /web/src/main/webapp/tmp/crf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/tmp/crf.pdf -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/exception/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the system wide exception classes. 3 | -------------------------------------------------------------------------------- /web/src/main/webapp/WEB-INF/template/form_def.ftl: -------------------------------------------------------------------------------- 1 |

${formDefName}

-------------------------------------------------------------------------------- /web/src/main/webapp/images/Logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/Logo.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/News.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/News.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/cvs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/cvs.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/dots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/dots.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/faq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/faq.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/mail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/mail.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bgdots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bgdots.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/box_B.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/box_B.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/box_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/box_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/box_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/box_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/box_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/box_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/box_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/box_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/box_T.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/box_T.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/box_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/box_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/box_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/box_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Bug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Bug.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Edit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Lock.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Ocui.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Ocui.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_View.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_View.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bullet.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bullet2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bullet2.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/Logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/Logo.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/News.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/News.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/cvs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/cvs.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/dots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/dots.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/faq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/faq.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/mail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/mail.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/favicon.ico -------------------------------------------------------------------------------- /web/src/main/webapp/images/main_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/main_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_B.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_B.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_T.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_T.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/spacer.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_L_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_L_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_R_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_R_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_mid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_mid.gif -------------------------------------------------------------------------------- /web/src/main/webapp/nullValue-es.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/nullValue-es.htm -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/bean/login/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the Java beans related to login functionality. 3 | -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/core/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the core classes necessary to run this application. 3 | -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/dao/core/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the core classes necessary to access database. 3 | -------------------------------------------------------------------------------- /web/src/main/webapp/images/UserBox_B.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/UserBox_B.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/UserBox_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/UserBox_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/UserBox_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/UserBox_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Bug_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Bug_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Copy_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Copy_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Delete.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Edit_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Edit_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Expand.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Export.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Export.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Lock_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Lock_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Login.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Login.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Ocui_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Ocui_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Portal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Portal.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Print.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Print.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Remove.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Remove.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Unlock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Unlock.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_View_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_View_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bugzilla.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bugzilla.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/button_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/button_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/button_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/button_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/calendar.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/Thumbs.db -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bgdots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bgdots.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/box_B.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/box_B.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/box_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/box_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/box_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/box_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/box_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/box_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/box_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/box_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/box_T.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/box_T.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/box_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/box_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/box_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/box_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Bug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Bug.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bullet.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_B.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_B.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_T.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_T.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/spacer.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/download.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/Thumbs.db -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/Thumbs.db -------------------------------------------------------------------------------- /web/src/main/webapp/images/footer_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/footer_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/Thumbs.db -------------------------------------------------------------------------------- /web/src/main/webapp/images/header_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/header_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_DDE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_DDE.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_Note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_Note.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/login_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/login_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/login_BG2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/login_BG2.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Home.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_bt_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_bt_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_bt_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_bt_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_bt_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_bt_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_bt_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_bt_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/popup_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/popup_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/reference.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/reference.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_BG_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_BG_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_h_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_h_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/csv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/csv.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/pdf.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/templogin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/templogin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/workflow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/workflow.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/Thumbs.db -------------------------------------------------------------------------------- /web/src/main/webapp/includes/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/includes/overlay.png -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/bean/core/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the Java beans related to system wide functionality. 3 | -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/bean/masking/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the Java beans related to masking functionality. 3 | -------------------------------------------------------------------------------- /web/src/main/webapp/images/UserBox_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/UserBox_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/UserBox_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/UserBox_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/UserBox_line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/UserBox_line.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_back.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_first.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_first.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_last.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_left.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_next.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/breadcrumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/breadcrumb.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/breadcrumb_a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/breadcrumb_a.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/breadcrumb_c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/breadcrumb_c.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Calendar.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Collapse.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Delete_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Delete_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Details.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Details.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Details_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Details_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Download.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_EnterData.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_EnterData.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Export_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Export_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Help_Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Help_Home.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Login_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Login_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Login_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Login_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Metadata.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Metadata.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Portal_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Portal_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Print_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Print_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Reassign.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Reassign.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Remove_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Remove_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Remove_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Remove_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Restore.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Restore.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Restore_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Restore_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Schedule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Schedule.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_SetRole.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_SetRole.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_SetRole_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_SetRole_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Support.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Support.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Support_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Support_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Unlock_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Unlock_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_navSearch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_navSearch.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/create_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/create_new.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/UserBox_B.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/UserBox_B.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/UserBox_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/UserBox_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/UserBox_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/UserBox_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Bug_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Bug_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Copy_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Copy_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Delete.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Edit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Edit_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Edit_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Expand.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Export.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Export.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Lock.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Lock_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Lock_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Login.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Login.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Portal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Portal.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Print.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Print.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Remove.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Remove.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Unlock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Unlock.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_View.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_View.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_View_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_View_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bugzilla.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bugzilla.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bullet2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bullet2.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/button_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/button_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/button_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/button_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/calendar.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/download.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/footer_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/footer_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/header_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/header_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_DDE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_DDE.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_Note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_Note.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/main_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/main_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Home.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_bt_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_bt_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_bt_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_bt_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_bt_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_bt_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_bt_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_bt_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/partner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/partner.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/popup_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/popup_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/popup_OC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/popup_OC.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/reference.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/reference.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_BG_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_BG_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_L_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_L_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_R_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_R_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_h_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_h_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_mid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_mid.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/templogin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/templogin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/workflow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/workflow.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/dropdown_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/dropdown_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/dropdown_BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/dropdown_BG.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/bt_Login.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/bt_Login.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Home.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/partner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/partner.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/bt_Login.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/bt_Login.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Home.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/templogin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/templogin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Home.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_Invalid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_Invalid.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_Locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_Locked.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_Signed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_Signed.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_Skipped.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_Skipped.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_Stopped.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_Stopped.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_blank.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_expand.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_noNote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_noNote.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/loading_wh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/loading_wh.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/login_box_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/login_box_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/login_box_BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/login_box_BG.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/login_box_T.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/login_box_T.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/login_box_T.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/login_box_T.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/login_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/login_logo.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/loginbox_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/loginbox_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/navPNGU_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/navPNGU_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BizAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BizAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Home_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Home_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Home_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Home_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Home_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Home_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Manage_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Manage_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Manage_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Manage_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Manage_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Manage_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Submit_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Submit_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Submit_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Submit_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Submit_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Submit_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/normal_tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/normal_tab.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/popup_Help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/popup_Help.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/bt_Login.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/bt_Login.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Home.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/partner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/partner.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/sidebar_tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/sidebar_tab.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_mid_h_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_mid_h_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/tab_mid_h_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/tab_mid_h_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/clear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/clear.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/excel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/excel.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/filter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/filter.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/pdfOLD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/pdfOLD.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/shadow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/shadow.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/bt_Login.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/bt_Login.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Home.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/partner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/partner.gif -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/bean/extract/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the Java beans related to extract data functionality. 3 | -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/bean/submit/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the Java beans related to submit data functionality. 3 | -------------------------------------------------------------------------------- /core/src/main/resources/castor.properties: -------------------------------------------------------------------------------- 1 | # True if all documents should be indented on output by default 2 | # 3 | org.exolab.castor.indent=true 4 | -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/logout.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/query.png -------------------------------------------------------------------------------- /web/src/main/config/libraries/ojdbc14-10g.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/config/libraries/ojdbc14-10g.jar -------------------------------------------------------------------------------- /web/src/main/java/org/akaza/openclinica/control/core/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides a super class of all the other servlet controllers. 3 | -------------------------------------------------------------------------------- /web/src/main/resources/castor.properties: -------------------------------------------------------------------------------- 1 | # True if all documents should be indented on output by default 2 | # 3 | org.exolab.castor.indent=true 4 | -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_back_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_back_dis.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_next_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_next_dis.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Calendar_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Calendar_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Download_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Download_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_EnterData_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_EnterData_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Help_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Help_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Help_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Help_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_NewVersion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_NewVersion.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Reassign_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Reassign_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Reassign_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Reassign_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_RemoveRole.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_RemoveRole.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_ReportIssue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_ReportIssue.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Support_lit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Support_lit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/button_long_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/button_long_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/UserBox_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/UserBox_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/UserBox_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/UserBox_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow_back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow_back.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow_first.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow_first.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow_last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow_last.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow_left.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow_next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow_next.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/breadcrumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/breadcrumb.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Calendar.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Collapse.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Delete_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Delete_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Details.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Details.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Download.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Export_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Export_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Login_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Login_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Login_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Login_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Metadata.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Metadata.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Portal_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Portal_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Print_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Print_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Reassign.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Reassign.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Remove_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Remove_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Remove_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Remove_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Restore.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Restore.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Schedule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Schedule.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_SetRole.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_SetRole.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Support.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Support.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Unlock_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Unlock_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/clientlogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/clientlogo.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/create_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/create_new.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_Locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_Locked.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_Signed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_Signed.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_blank.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_expand.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_noNote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_noNote.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/loginbox_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/loginbox_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/navPNGU_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/navPNGU_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Home_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Home_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Home_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Home_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Home_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Home_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/popup_Help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/popup_Help.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/sidebar_tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/sidebar_tab.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_mid_h_L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_mid_h_L.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/tab_mid_h_R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/tab_mid_h_R.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/bt_Login_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/bt_Login_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/bt_Login_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/bt_Login_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Home_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Home_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Home_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Home_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Home_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Home_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/popup_Help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/popup_Help.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/bt_Login_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/bt_Login_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Home_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Home_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Home_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Home_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Home_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Home_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/popup_Help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/popup_Help.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/formfieldL_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/formfieldL_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/formfieldM_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/formfieldM_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/formfieldS_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/formfieldS_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/formfieldXL_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/formfieldXL_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/formfieldXS_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/formfieldXS_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Home_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Home_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Home_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Home_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Home_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Home_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_AdminEdit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_AdminEdit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_InitialDE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_InitialDE.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_Repeating.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_Repeating.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_Scheduled.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_Scheduled.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_collapse.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_flagBlack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_flagBlack.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_flagGreen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_flagGreen.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_flagWhite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_flagWhite.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/leftbar_hline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/leftbar_hline.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/leftbar_vline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/leftbar_vline.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/loginbutton_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/loginbutton_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Administer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Administer.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BT_dis_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BT_dis_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BT_dis_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BT_dis_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BT_dis_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BT_dis_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BT_dis_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BT_dis_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BizAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BizAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BizAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BizAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_BizAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_BizAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Extract_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Extract_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Extract_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Extract_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Extract_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Extract_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Manage_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Manage_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_R_extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_R_extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Submit_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Submit_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TechAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TechAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/bt_Login_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/bt_Login_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/bt_Login_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/bt_Login_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Home_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Home_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Home_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Home_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Home_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Home_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/popup_Help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/popup_Help.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/sidebar_expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/sidebar_expand.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/lastPage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/lastPage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/nextPage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/nextPage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/png/csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/png/csv.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/prevPage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/prevPage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/sortAsc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/sortAsc.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/sortDesc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/sortDesc.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/workflowBox_T.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/workflowBox_T.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/workflowBox_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/workflowBox_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/bt_Login_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/bt_Login_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/bt_Login_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/bt_Login_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Home_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Home_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Home_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Home_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Home_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Home_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/popup_Help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/popup_Help.gif -------------------------------------------------------------------------------- /web/src/main/webapp/includes/new_cal/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/includes/new_cal/img.gif -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/bean/managestudy/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the Java beans related to manage study functionality. 3 | -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/logic/core/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the classes implementing system wide business rule and logic. 3 | -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/add_note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/add_note.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/crf_tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/crf_tabs.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_status_back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_status_back.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_status_next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_status_next.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_ExexuteRules.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_ExexuteRules.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Help_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Help_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Help_Manage_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Help_Manage_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_NewVersion_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_NewVersion_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_RemoveRole_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_RemoveRole_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_Tasks_pulldown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_Tasks_pulldown.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_sort_ascending.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_sort_ascending.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/button_Search_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/button_Search_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/button_medium_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/button_medium_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/button_xlong_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/button_xlong_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/UserBox_line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/UserBox_line.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow_back_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow_back_dis.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow_next_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow_next_dis.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/breadcrumb_a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/breadcrumb_a.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/breadcrumb_c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/breadcrumb_c.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Calendar_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Calendar_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Details_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Details_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Download_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Download_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_EnterData.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_EnterData.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_EnterData_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_EnterData_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Admin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Admin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Home.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_NewVersion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_NewVersion.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Reassign_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Reassign_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Reassign_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Reassign_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_RemoveRole.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_RemoveRole.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_ReportIssue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_ReportIssue.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Restore_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Restore_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_SetRole_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_SetRole_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Support_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Support_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Support_lit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Support_lit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/button_long_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/button_long_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/formfieldL_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/formfieldL_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/formfieldM_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/formfieldM_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/formfieldS_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/formfieldS_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/formfieldXL_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/formfieldXL_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/formfieldXS_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/formfieldXS_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_AdminEdit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_AdminEdit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_InitialDE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_InitialDE.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_Invalid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_Invalid.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_Repeating.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_Repeating.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_Scheduled.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_Scheduled.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_Skipped.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_Skipped.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_Stopped.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_Stopped.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_collapse.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_flagBlack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_flagBlack.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_flagGreen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_flagGreen.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_flagWhite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_flagWhite.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/leftbar_hline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/leftbar_hline.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/leftbar_vline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/leftbar_vline.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/loginbutton_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/loginbutton_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Administer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Administer.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BT_dis_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BT_dis_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BT_dis_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BT_dis_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BT_dis_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BT_dis_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BT_dis_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BT_dis_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BizAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BizAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BizAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BizAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BizAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BizAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_BizAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_BizAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Extract_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Extract_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Extract_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Extract_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Extract_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Extract_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Manage_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Manage_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Manage_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Manage_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Manage_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Manage_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Manage_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Manage_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_R_extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_R_extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Submit_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Submit_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Submit_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Submit_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Submit_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Submit_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Submit_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Submit_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TechAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TechAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/sidebar_expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/sidebar_expand.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/workflowBox_T.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/workflowBox_T.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/workflowBox_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/workflowBox_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Administer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Administer.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_BizAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_BizAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_BizAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_BizAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_BizAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_BizAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_BizAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_BizAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Extract_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Extract_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Extract_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Extract_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Extract_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Extract_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Manage_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Manage_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Manage_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Manage_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Manage_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Manage_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Manage_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Manage_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Submit_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Submit_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Submit_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Submit_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Submit_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Submit_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Submit_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Submit_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_TechAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_TechAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Administer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Administer.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_BizAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_BizAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_BizAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_BizAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_BizAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_BizAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_BizAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_BizAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Extract_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Extract_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Extract_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Extract_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Extract_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Extract_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Manage_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Manage_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Manage_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Manage_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Manage_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Manage_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Manage_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Manage_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Submit_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Submit_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Submit_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Submit_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Submit_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Submit_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Submit_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Submit_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_TechAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_TechAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/formfieldXXL_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/formfieldXXL_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/formtextareaL4_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/formtextareaL4_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_BizAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_BizAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_BizAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_BizAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_BizAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_BizAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_BizAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_BizAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Extract_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Extract_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Extract_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Extract_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Extract_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Extract_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Manage_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Manage_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Manage_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Manage_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Manage_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Manage_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Manage_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Manage_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Submit_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Submit_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Submit_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Submit_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Submit_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Submit_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Submit_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Submit_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_DEcomplete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_DEcomplete.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_Discontinued.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_Discontinued.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_DoubleCheck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_DoubleCheck.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_NotStarted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_NotStarted.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_UnsavedData.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_UnsavedData.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_flagYellow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_flagYellow.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_transparent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_transparent.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/login_footer_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/login_footer_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Administer_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Administer_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Administer_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Administer_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Administer_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Administer_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Extract_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Extract_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_SubmitData_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_SubmitData_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_SubmitData_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_SubmitData_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_SubmitData_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_SubmitData_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_SubmitData_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_SubmitData_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TechAdmin_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TechAdmin_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TechAdmin_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TechAdmin_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TechAdmin_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TechAdmin_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TechAdmin_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TechAdmin_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TechAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TechAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TechAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TechAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TechAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TechAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_TechAdmin_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_TechAdmin_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/popup_BugTracker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/popup_BugTracker.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Administer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Administer.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_BizAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_BizAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_BizAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_BizAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_BizAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_BizAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_BizAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_BizAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Extract_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Extract_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Extract_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Extract_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Extract_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Extract_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Manage_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Manage_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Manage_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Manage_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Manage_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Manage_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Manage_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Manage_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Submit_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Submit_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Submit_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Submit_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Submit_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Submit_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Submit_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Submit_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_TechAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_TechAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/sidebar_collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/sidebar_collapse.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_Admin_CRFs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_Admin_CRFs.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_R_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_R_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_R_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_R_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_R_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_R_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/corner_bl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/corner_bl.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/corner_tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/corner_tr.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/firstPage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/firstPage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/header-bg.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/png/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/png/clear.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/png/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/png/filter.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/separator.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/shadow180.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/shadow180.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/shadow_back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/shadow_back.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table_actions_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table_actions_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Administer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Administer.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_BizAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_BizAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_BizAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_BizAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_BizAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_BizAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_BizAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_BizAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Extract_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Extract_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Extract_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Extract_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Extract_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Extract_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Manage_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Manage_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Manage_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Manage_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Manage_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Manage_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Manage_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Manage_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Submit_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Submit_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Submit_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Submit_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Submit_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Submit_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Submit_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Submit_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_TechAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_TechAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/template/print_form_def.html: -------------------------------------------------------------------------------- 1 |

{{html name}}

-------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/dao/logic/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the classes necessary to get data from database for logic module . 3 | -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/dao/login/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the classes necessary to access user account data from database. 3 | -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/dao/submit/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the classes necessary to access database for submit data module. 3 | -------------------------------------------------------------------------------- /core/src/test/resources/org/akaza/openclinica/dao/testdata/DatabaseChangeLogDaoTest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /core/src/test/resources/org/akaza/openclinica/service/rule/expression/testdata/SampleTest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /docs/manuals/investigator-manual_images/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/investigator-manual_images/logout.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/close_query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/close_query.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/crf_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/crf_header.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/CRF_status_icon_DDE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/CRF_status_icon_DDE.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_ReportIssue_lit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_ReportIssue_lit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_ViewParticipant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_ViewParticipant.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_sort_descending.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_sort_descending.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_ExexuteRules.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_ExexuteRules.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Admin_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Admin_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Manage_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Manage_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Submit_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Submit_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_NewVersion_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_NewVersion_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_RemoveRole_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_RemoveRole_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/button_Search_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/button_Search_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/button_medium_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/button_medium_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/button_xlong_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/button_xlong_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/formfieldXXL_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/formfieldXXL_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_DEcomplete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_DEcomplete.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_NotStarted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_NotStarted.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_UnsavedData.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_UnsavedData.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/icon_flagYellow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/icon_flagYellow.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Administer_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Administer_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Administer_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Administer_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Administer_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Administer_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_Extract_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_Extract_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TechAdmin_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TechAdmin_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TechAdmin_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TechAdmin_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TechAdmin_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TechAdmin_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TechAdmin_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TechAdmin_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TechAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TechAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TechAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TechAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/nav_TechAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/nav_TechAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/popup_BugTracker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/popup_BugTracker.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/sidebar_collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/sidebar_collapse.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/subnav_R_Extract.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/subnav_R_Extract.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/subnav_R_Manage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/subnav_R_Manage.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/subnav_R_Submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/subnav_R_Submit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/table_actions_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/table_actions_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Administer_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Administer_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Administer_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Administer_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Administer_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Administer_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_Extract_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_Extract_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_TechAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_TechAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_TechAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_TechAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/nav_TechAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/nav_TechAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/en/popup_BugTracker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/en/popup_BugTracker.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Administer_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Administer_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Administer_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Administer_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Administer_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Administer_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_Extract_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_Extract_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_TechAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_TechAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_TechAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_TechAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/nav_TechAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/nav_TechAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/es/popup_BugTracker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/es/popup_BugTracker.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/formtextareaXL4_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/formtextareaXL4_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_BizAdmin_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_BizAdmin_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/fr/nav_Extract_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/fr/nav_Extract_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/icon_UnchangedData.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/icon_UnchangedData.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_Administer_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_Administer_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_ExtractData_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_ExtractData_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_ExtractData_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_ExtractData_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_ExtractData_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_ExtractData_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_ExtractData_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_ExtractData_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_ManageStudy_BL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_ManageStudy_BL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_ManageStudy_BR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_ManageStudy_BR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_ManageStudy_TL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_ManageStudy_TL.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/nav_ManageStudy_TR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/nav_ManageStudy_TR.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Administer_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Administer_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Administer_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Administer_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Administer_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Administer_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_Extract_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_Extract_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_TechAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_TechAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_TechAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_TechAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/nav_TechAdmin_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/nav_TechAdmin_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/pt/popup_BugTracker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/pt/popup_BugTracker.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_Admin_CRFs_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_Admin_CRFs_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_Admin_Users.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_Admin_Users.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_Manage_CRFs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_Manage_CRFs.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_Manage_Rules.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_Manage_Rules.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_Manage_Sites.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_Manage_Sites.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_Manage_Users.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_Manage_Users.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_R_Administer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_R_Administer.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/subnav_R_TechAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/subnav_R_TechAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/png/firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/png/firstPage.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/png/lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/png/lastPage.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/png/nextPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/png/nextPage.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/png/prevPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/png/prevPage.png -------------------------------------------------------------------------------- /web/src/main/webapp/images/table/saveWorksheet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/table/saveWorksheet.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Administer_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Administer_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Administer_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Administer_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Administer_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Administer_s.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_Extract_s_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_Extract_s_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_TechAdmin_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_TechAdmin_h.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/nav_TechAdmin_i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/nav_TechAdmin_i.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/zh/popup_BugTracker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/zh/popup_BugTracker.gif -------------------------------------------------------------------------------- /core/src/main/java/org/akaza/openclinica/dao/managestudy/package.html: -------------------------------------------------------------------------------- 1 | 2 | Provides the classes necessary to access database for manage study module. 3 | -------------------------------------------------------------------------------- /core/src/main/resources/properties/placeholder.properties: -------------------------------------------------------------------------------- 1 | # A placeholder so we can find this folder from within the 2 | # the web application. File will not be read -------------------------------------------------------------------------------- /docs/manuals/investigator-manual_images/enter_crf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/investigator-manual_images/enter_crf.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/change_study.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/change_study.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/crf_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/crf_overview.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/download_notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/download_notes.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/login_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/login_screen.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/mark_crf_sdv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/mark_crf_sdv1.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/mark_crf_sdv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/mark_crf_sdv2.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/monitor_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/monitor_home.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/note_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/note_details.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/query_answer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/query_answer.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/query_updated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/query_updated.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/reset_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/reset_password.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/sdv_event_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/sdv_event_list.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/study_changed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/study_changed.png -------------------------------------------------------------------------------- /docs/manuals/monitor-manual_images/view_study_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/docs/manuals/monitor-manual_images/view_study_log.png -------------------------------------------------------------------------------- /web/src/main/webapp/WEB-INF/jsp/include/showSubmitted.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html; charset=UTF-8" %> 2 | 3 | -------------------------------------------------------------------------------- /web/src/main/webapp/images/CRF_status_icon_Locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/CRF_status_icon_Locked.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_status_back_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_status_back_dis.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/arrow_status_next_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/arrow_status_next_dis.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/bt_ViewParticipant_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/bt_ViewParticipant_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/button_Search_BG_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/button_Search_BG_dis.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/CRF_status_icon_DDE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/CRF_status_icon_DDE.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow_status_back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow_status_back.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/arrow_status_next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/arrow_status_next.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Extract_d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Extract_d.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_Home_gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_Home_gray.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_Help_TechAdmin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_Help_TechAdmin.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_ReportIssue_lit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_ReportIssue_lit.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_sort_ascending.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_sort_ascending.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/bt_sort_descending.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/bt_sort_descending.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/formtextareaL4_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/formtextareaL4_BG.gif -------------------------------------------------------------------------------- /web/src/main/webapp/images/de/formtextareaXL4_BG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reliatec-gmbh/LibreClinica/HEAD/web/src/main/webapp/images/de/formtextareaXL4_BG.gif --------------------------------------------------------------------------------