├── site ├── robots.txt ├── _00.txt ├── redcap_v10.4.1 │ └── Resources │ │ ├── images │ │ ├── box_bg.jpg │ │ ├── favicon.ico │ │ ├── upArrow.png │ │ ├── warning.png │ │ ├── tab-back.png │ │ ├── tab-line.gif │ │ ├── yellowbox.png │ │ ├── apptitle-bg.png │ │ ├── black_arrow.gif │ │ ├── darkgreen-bg.gif │ │ ├── gear_small2.png │ │ ├── instruction_bg.png │ │ ├── progress_circle.gif │ │ ├── apple-touch-icon.png │ │ ├── black_arrow_left.gif │ │ ├── black_arrow_small.png │ │ ├── arrow_state_grey_expanded.png │ │ ├── enhanced_checkbox_checked.png │ │ └── enhanced_checkbox_unchecked.png │ │ ├── fonts │ │ ├── OpenSans.woff │ │ ├── OpenSans-Bold.woff │ │ ├── OpenSans-Italic.woff │ │ ├── OpenSans-Light.woff │ │ ├── OpenSans-Semibold.woff │ │ ├── OpenSans-BoldItalic.woff │ │ ├── OpenSansLight-Italic.woff │ │ └── OpenSans-SemiboldItalic.woff │ │ ├── webpack │ │ ├── images │ │ │ ├── sort_asc.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_desc_disabled.png │ │ │ ├── ui-icons_444444_256x240.png │ │ │ ├── ui-icons_555555_256x240.png │ │ │ ├── ui-icons_777620_256x240.png │ │ │ ├── ui-icons_777777_256x240.png │ │ │ ├── ui-icons_cc0000_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ └── css │ │ │ └── fontawesome │ │ │ └── webfonts │ │ │ ├── fa-brands-400-.eot │ │ │ ├── fa-brands-400.eot │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff │ │ │ ├── fa-regular-400.eot │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-solid-900-.eot │ │ │ ├── fa-solid-900.eot │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400-.eot │ │ │ ├── fa-regular-400.woff │ │ │ └── fa-regular-400.woff2 │ │ ├── js │ │ ├── Libraries │ │ │ ├── geoPositionSimulator-1609169281.js │ │ │ ├── jSignature.SignHere-1609169281.js │ │ │ ├── geoPosition-1609169281.js │ │ │ └── jSignature-1609169281.js │ │ ├── FontSize-1609169281.js │ │ └── Survey-1609169281.js │ │ └── css │ │ └── survey-1609169281.css ├── surveys │ ├── index.php-pid=338&doc_id_hash=da9057ca2dc47bac87a1ca80e3c5e0484da4f053&__passthru=DataEntry|image_view.php&s=7M3XF79KFL&id=10183.png │ ├── index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=2ff48fc2c9750528630b98439ea934d6c9e81af0&id=10178&instance=1&s=7M3XF79KFL.png │ ├── index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=327e4b155aab7b0659cbe2acdde4b4fcc8735456&id=10176&instance=1&s=7M3XF79KFL.png │ ├── index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=35d17515f81b2675dc10a1bae4ea3d469c1b3551&id=10173&instance=1&s=7M3XF79KFL.png │ ├── index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=e4b630b131f6c38e647bfca0116a1f8b74a5ea47&id=10175&instance=1&s=7M3XF79KFL.png │ └── index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=efb07a3f59eafe1d339d2daace5c299412d458a6&id=10174&instance=1&s=7M3XF79KFL.png ├── _downloads.html └── api │ └── index-type=module&prefix=shazam&page=js|shazam.js.html ├── README.md └── code ├── geoPositionSimulator.js ├── FontSize.js ├── jSignature.SignHere.js ├── Survey.js ├── geoPosition.js ├── shazam.js └── jSignature.js /site/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / -------------------------------------------------------------------------------- /site/_00.txt: -------------------------------------------------------------------------------- 1 | redcap.saude.gov.br/surveys/index-s=7M3XF79KFL.html -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/box_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/box_bg.jpg -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/favicon.ico -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/upArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/upArrow.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/warning.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/fonts/OpenSans.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/fonts/OpenSans.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/tab-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/tab-back.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/tab-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/tab-line.gif -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/yellowbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/yellowbox.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/apptitle-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/apptitle-bg.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/black_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/black_arrow.gif -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/darkgreen-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/darkgreen-bg.gif -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/gear_small2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/gear_small2.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/fonts/OpenSans-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/fonts/OpenSans-Bold.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/fonts/OpenSans-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/fonts/OpenSans-Italic.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/fonts/OpenSans-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/fonts/OpenSans-Light.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/instruction_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/instruction_bg.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/progress_circle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/progress_circle.gif -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/fonts/OpenSans-Semibold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/fonts/OpenSans-Semibold.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/apple-touch-icon.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/black_arrow_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/black_arrow_left.gif -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/black_arrow_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/black_arrow_small.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/sort_asc.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/sort_both.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/sort_desc.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/fonts/OpenSans-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/fonts/OpenSans-BoldItalic.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/fonts/OpenSansLight-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/fonts/OpenSansLight-Italic.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/fonts/OpenSans-SemiboldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/fonts/OpenSans-SemiboldItalic.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/arrow_state_grey_expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/arrow_state_grey_expanded.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/enhanced_checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/enhanced_checkbox_checked.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/images/enhanced_checkbox_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/images/enhanced_checkbox_unchecked.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/ui-icons_777777_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/ui-icons_777777_256x240.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400-.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400-.eot -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900-.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900-.eot -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400-.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400-.eot -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/redcap_v10.4.1/Resources/webpack/css/fontawesome/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /site/surveys/index.php-pid=338&doc_id_hash=da9057ca2dc47bac87a1ca80e3c5e0484da4f053&__passthru=DataEntry|image_view.php&s=7M3XF79KFL&id=10183.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/surveys/index.php-pid=338&doc_id_hash=da9057ca2dc47bac87a1ca80e3c5e0484da4f053&__passthru=DataEntry|image_view.php&s=7M3XF79KFL&id=10183.png -------------------------------------------------------------------------------- /site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=2ff48fc2c9750528630b98439ea934d6c9e81af0&id=10178&instance=1&s=7M3XF79KFL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=2ff48fc2c9750528630b98439ea934d6c9e81af0&id=10178&instance=1&s=7M3XF79KFL.png -------------------------------------------------------------------------------- /site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=327e4b155aab7b0659cbe2acdde4b4fcc8735456&id=10176&instance=1&s=7M3XF79KFL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=327e4b155aab7b0659cbe2acdde4b4fcc8735456&id=10176&instance=1&s=7M3XF79KFL.png -------------------------------------------------------------------------------- /site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=35d17515f81b2675dc10a1bae4ea3d469c1b3551&id=10173&instance=1&s=7M3XF79KFL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=35d17515f81b2675dc10a1bae4ea3d469c1b3551&id=10173&instance=1&s=7M3XF79KFL.png -------------------------------------------------------------------------------- /site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=e4b630b131f6c38e647bfca0116a1f8b74a5ea47&id=10175&instance=1&s=7M3XF79KFL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=e4b630b131f6c38e647bfca0116a1f8b74a5ea47&id=10175&instance=1&s=7M3XF79KFL.png -------------------------------------------------------------------------------- /site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=efb07a3f59eafe1d339d2daace5c299412d458a6&id=10174&instance=1&s=7M3XF79KFL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodrigoMenegat/autopsia-do-tratecov/HEAD/site/surveys/index.php-pid=338&__passthru=DataEntry|image_view.php&doc_id_hash=efb07a3f59eafe1d339d2daace5c299412d458a6&id=10174&instance=1&s=7M3XF79KFL.png -------------------------------------------------------------------------------- /site/_downloads.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
'+langSurveyLoginForm4+'', buttons: [
115 | { text: langSurveyLoginForm1, click: function () {
116 | // Make sure enough inputs were entered
117 | var numValuesEntered = 0;
118 | $('#survey_auth_form input').each(function(){
119 | var thisval = trim($(this).val());
120 | if (thisval != '') numValuesEntered++;
121 | });
122 | // If not enough values entered, give error message
123 | if (numValuesEntered < survey_auth_min_fields) {
124 | simpleDialog(langSurveyLoginForm2, langSurveyLoginForm3);
125 | return;
126 | }
127 | // Submit form
128 | $('#survey_auth_form').submit();
129 | } }] });
130 | // If there are no login fields displayed in the dialog, then remove the "Log In" button
131 | if ($('#survey_auth_form table.form_border tr').length == 0) {
132 | $('#survey_login_dialog').parent().find('div.ui-dialog-buttonpane').hide();
133 | }
134 | // Add extra style to the "Log In" button
135 | else {
136 | $('#survey_login_dialog').parent().find('div.ui-dialog-buttonpane button').css({'font-weight':'bold','color':'#444','font-size':'15px'});
137 | }
138 | }
139 |
140 | // Send confirmation message to respondent after they provide their email address
141 | function sendConfirmationEmail(record, s) {
142 | showProgress(1,100);
143 | $.post(dirname(dirname(app_path_webroot))+"/surveys/index.php?s="+s+"&__passthru="+encodeURIComponent("Surveys/email_participant_confirmation.php"),{ record: record, email: $('#confirmation_email_address').val() },function(data){
144 | showProgress(0,0);
145 | if (data == '0') {
146 | alert(woops);
147 | } else {
148 | simpleDialog(data,null,null,350);
149 | $('#confirmation_email_sent').show();
150 | }
151 | });
152 | }
153 |
154 | // Because the survey logo can lag in loading after the page loads, it can dislocate the text-to-speech
155 | // icons of the title and instructions, so reload those icons when logo loads
156 | function reloadSpeakIconsForLogo() {
157 | // If not using text-to-speech, then do nothing
158 | if (typeof texttospeech_js_loaded == 'undefined') return;
159 | // First, remove icons already loaded
160 | $('#surveyinstructions img.spkrplay, #surveytitle img.spkrplay').remove();
161 | // Now re-add the icons
162 | addSpeakIconsToSurvey(true);
163 | }
164 |
165 | // Using button click, add "speak" icon to all viable elements on the survey page
166 | function addSpeakIconsToSurveyViaBtnClick(enable) {
167 | if (enable == '1') {
168 | if (typeof texttospeech_js_loaded == 'undefined') {
169 | $.loadScript(app_path_webroot+'Resources/js/TextToSpeech.js');
170 | } else {
171 | addSpeakIconsToSurvey();
172 | }
173 | $('#enable_text-to-speech').hide();
174 | $('#disable_text-to-speech').show();
175 | setCookie('texttospeech','1',365);
176 | } else {
177 | if (typeof texttospeech_js_loaded == 'undefined') {
178 | $.loadScript(app_path_webroot+'Resources/js/TextToSpeech.js');
179 | }
180 | $('#enable_text-to-speech').show();
181 | $('#disable_text-to-speech').hide();
182 | setCookie('texttospeech','0',365);
183 | $('.spkrplay').remove();
184 | }
185 | }
186 |
187 | // Deal with random IE image sizing issues
188 | function imgSizeIE(ob) {
189 | var w = $(ob).width();
190 | if (w > 0 && w != 75) $(ob).width(w);
191 | }
192 |
193 | // Checks survey page's URL for any reserved parameters (prevents confliction when using survey pre-filling)
194 | function checkReservedSurveyParams(haystack) {
195 | var hu = window.location.search.substring(1);
196 | var gy = hu.split("&");
197 | var param, paramVal;
198 | var listRes = new Array();
199 | var listcount = 0;
200 | for (i=0;i
'+langSurveyLoginForm4+'', buttons: [
115 | { text: langSurveyLoginForm1, click: function () {
116 | // Make sure enough inputs were entered
117 | var numValuesEntered = 0;
118 | $('#survey_auth_form input').each(function(){
119 | var thisval = trim($(this).val());
120 | if (thisval != '') numValuesEntered++;
121 | });
122 | // If not enough values entered, give error message
123 | if (numValuesEntered < survey_auth_min_fields) {
124 | simpleDialog(langSurveyLoginForm2, langSurveyLoginForm3);
125 | return;
126 | }
127 | // Submit form
128 | $('#survey_auth_form').submit();
129 | } }] });
130 | // If there are no login fields displayed in the dialog, then remove the "Log In" button
131 | if ($('#survey_auth_form table.form_border tr').length == 0) {
132 | $('#survey_login_dialog').parent().find('div.ui-dialog-buttonpane').hide();
133 | }
134 | // Add extra style to the "Log In" button
135 | else {
136 | $('#survey_login_dialog').parent().find('div.ui-dialog-buttonpane button').css({'font-weight':'bold','color':'#444','font-size':'15px'});
137 | }
138 | }
139 |
140 | // Send confirmation message to respondent after they provide their email address
141 | function sendConfirmationEmail(record, s) {
142 | showProgress(1,100);
143 | $.post(dirname(dirname(app_path_webroot))+"/surveys/index.php?s="+s+"&__passthru="+encodeURIComponent("Surveys/email_participant_confirmation.php"),{ record: record, email: $('#confirmation_email_address').val() },function(data){
144 | showProgress(0,0);
145 | if (data == '0') {
146 | alert(woops);
147 | } else {
148 | simpleDialog(data,null,null,350);
149 | $('#confirmation_email_sent').show();
150 | }
151 | });
152 | }
153 |
154 | // Because the survey logo can lag in loading after the page loads, it can dislocate the text-to-speech
155 | // icons of the title and instructions, so reload those icons when logo loads
156 | function reloadSpeakIconsForLogo() {
157 | // If not using text-to-speech, then do nothing
158 | if (typeof texttospeech_js_loaded == 'undefined') return;
159 | // First, remove icons already loaded
160 | $('#surveyinstructions img.spkrplay, #surveytitle img.spkrplay').remove();
161 | // Now re-add the icons
162 | addSpeakIconsToSurvey(true);
163 | }
164 |
165 | // Using button click, add "speak" icon to all viable elements on the survey page
166 | function addSpeakIconsToSurveyViaBtnClick(enable) {
167 | if (enable == '1') {
168 | if (typeof texttospeech_js_loaded == 'undefined') {
169 | $.loadScript(app_path_webroot+'Resources/js/TextToSpeech.js');
170 | } else {
171 | addSpeakIconsToSurvey();
172 | }
173 | $('#enable_text-to-speech').hide();
174 | $('#disable_text-to-speech').show();
175 | setCookie('texttospeech','1',365);
176 | } else {
177 | if (typeof texttospeech_js_loaded == 'undefined') {
178 | $.loadScript(app_path_webroot+'Resources/js/TextToSpeech.js');
179 | }
180 | $('#enable_text-to-speech').show();
181 | $('#disable_text-to-speech').hide();
182 | setCookie('texttospeech','0',365);
183 | $('.spkrplay').remove();
184 | }
185 | }
186 |
187 | // Deal with random IE image sizing issues
188 | function imgSizeIE(ob) {
189 | var w = $(ob).width();
190 | if (w > 0 && w != 75) $(ob).width(w);
191 | }
192 |
193 | // Checks survey page's URL for any reserved parameters (prevents confliction when using survey pre-filling)
194 | function checkReservedSurveyParams(haystack) {
195 | var hu = window.location.search.substring(1);
196 | var gy = hu.split("&");
197 | var param, paramVal;
198 | var listRes = new Array();
199 | var listcount = 0;
200 | for (i=0;i