This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| jQuery(document).ready(function($){ | |
| var timelineBlocks = $('.cd-timeline-block'), | |
| offset = 0.8; | |
| //hide timeline blocks which are outside the viewport | |
| hideBlocks(timelineBlocks, offset); | |
| //on scolling, show/animate timeline blocks when enter the viewport | |
| $(window).on('scroll', function(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ,m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.opendatakit.briefcase.util.BadFormDefinition: Form definitions are incompatible. | |
| at org.opendatakit.briefcase.model.BriefcaseFormDefinition.resolveAgainstBriefcaseDefn(BriefcaseFormDefinition.java:212) | |
| at org.opendatakit.briefcase.model.BriefcaseFormDefinition.resolveAgainstBriefcaseDefn(BriefcaseFormDefinition.java:81) | |
| at org.opendatakit.briefcase.util.ServerFetcher.downloadFormAndSubmissionFiles(ServerFetcher.java:147) | |
| at org.opendatakit.briefcase.util.TransferFromServer.doAction(TransferFromServer.java:43) | |
| at org.opendatakit.briefcase.ui.BriefcaseCLI.run(BriefcaseCLI.java:182) | |
| at org.opendatakit.briefcase.ui.MainBriefcaseWindow.main(MainBriefcaseWindow.java:185) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form action="https://docs.google.com/forms/d/1MoZsbMPcbJ9SEDKeR2xysg7X9o9Jy-1KazIdiwJ_Bqo/formResponse" method="POST" target="_blank" onsubmit="try {return window.confirm("Vas a enviar información a una página externa.\n¿Seguro que quieres continuar?");} catch (e) {return false;}"> | |
| <ol role="list"> | |
| <div role="listitem"> | |
| <div dir="auto" style="margin:12px 0"> | |
| <div style="margin-bottom:1.5em;vertical-align:middle;margin-left:0;margin-top:0;max-width:100%"> | |
| <label> | |
| <div style="display:block;font-weight:bold;margin-top:.83em;margin-bottom:.83em"> Nombre y Apellido | |
| <label aria-label="(Campo obligatorio)"></label> | |
| <span aria-hidden="" style="color:#c43b1d">*</span></div> | |
| <div dir="auto" style="display:block;margin:.1em 0 .25em 0;color:#666"></div> |
NewerOlder