New Protocol - Step 1 <phases> <phase /> </phases> <study-type> <type /> </study-type> <expected-local-accrual /> <subject-age-range> <min /> <max /> </subject-age-range> <study-sites> <is-multisite /> <is-local-lead-entity /> <local-lead-problem-management-plan /> <site-count /> <expected-total-accrual /> </study-sites> <populations> <included-population> <name /> <reason /> </included-population> <excluded-population> <name /> <reason /> </excluded-population> </populations> <study-languages> <language /> </study-languages> <exempt-categories> <category /> </exempt-categories> <expedited-category> <category /> </expedited-category> <study-category> <industry-sponsored> <contacted-by /> <contact-method /> </industry-sponsored> <coop-group /> <investigator-initiated> <funding-sources> <funding-type /> <is-primary /> </funding-sources> </investigator-initiated> <non-faculty-research /> </study-category> <identifiers> <identifier-value /> <organization-type /> <!-- Cooperative-group, Industry-sponsored, UAMS-IRB --> <organization-name /> <organization-ref-id /> <is-primary /> </identifiers> <staff> <person> <ref-id /> <firstname /> <lastname /> <study-roles> <role> <role-name /> <start-date /> <end-date /> </role> </study-roles> </person> </staff> </protocol> </xforms:instance> <xforms:submission id="next-submission" resource="/xforms-jsp/step_2.jsp" method="post" replace="all" ref="instance('protocol')" /> </xforms:model> <xforms:bind nodeset="protocol"> <xforms:bind nodeset="title" id="v-title" required="true()" constraint="string-length(normalize-space(.))>0" /> <xforms:bind nodeset="study-sites/is-multisite" id="v-multisite" required="true()" constraint="string-length(normalize-space(.))>0" /> </xforms:bind> </xhtml:head> <xhtml:body> <xhtml:table cellpadding="3"> <xhtml:tr> <xhtml:td rowspan="3" style="background-color: #fce5b6"> <font size="5">1</font> </xhtml:td> <xhtml:td colspan="1"> <b>Step 1 of 4</b> </xhtml:td> </xhtml:tr> <xhtml:tr> <xhtml:td> <xforms:input ref="title"> <xforms:label class="fixed-width">What is the title for this study?</xforms:label> </xforms:input> </xhtml:td> </xhtml:tr> <xhtml:tr> <xhtml:td> <xforms:select1 ref="study-sites/is-multisite" appearance="full"> <xforms:label>Is this a multisite study?</xforms:label> <xforms:item> <xforms:label>Yes</xforms:label> <xforms:value>YES</xforms:value> </xforms:item> <xforms:item> <xforms:label>No</xforms:label> <xforms:value>NO</xforms:value> </xforms:item> </xforms:select1> </xhtml:td> </xhtml:tr> <xhtml:tr> <xhtml:td> <fr:button> <xforms:label>Next ></xforms:label> <xforms:send ev:event="DOMActivate" submission="next-submission" /> </fr:button> </xhtml:td> </xhtml:tr> </xhtml:table> </xhtml:body> </xhtml:html>