Run Application View Source Code

Orbeon Forms Apps

Orbeon Forms Source Code Viewer

Loading...
An error has occurred

You may want to try one of the following:

  • Close this dialog and continue to use this page.
  • Reload this page. Note that you will lose any unsaved changes.
  • If the above does not work, try reloading the page yourself. Note that you will lose any unsaved changes:

    • With Firefox and Safari: hold down the shift key and click the Reload button in your browser toolbar.
    • With Internet Explorer: hold down the control key and click the Reload button in your browser toolbar.
  • Return home.
Help
View as text View as text View as formatted XML View as formatted XML Download Download
page-flow.xml 2,804
style.css 4,973
common/persistence-model.xml 4,935
common/resources-model.xml 1,986
common/resources_en.xml 2,871
common/resources_fr.xml 2,945
detail/detail-view.xhtml 14,656
detail/parameters.xml 727
detail/pdf-detail-view.xpl 1,641
forms/DMV-14/documents/document-1.xml 2,139
forms/DMV-14/documents/document-2.xml 2,880
forms/DMV-14/documents/document-3.xml 2,144
forms/DMV-14/documents/document-4.xml 2,450
forms/DMV-14/documents/document-5.xml 2,109
forms/DMV-14/dmv14.pdf 45,730
forms/DMV-14/model.xml 8,013
forms/DMV-14/resources_en.xml 5,477
forms/DMV-14/resources_fr.xml 5,635
forms/DMV-14/schema.xsd 12,626
forms/DMV-14/summary-query.xml 3,190
forms/DMV-14/template-form.xml 1,876
forms/DMV-14/template-mailing-address.xml 857
forms/DMV-14/template-vehicle-address.xml 837
forms/DMV-14/view.xml 37,821
forms/DMV-14/pdf-model.xml 4,575
forms/G-325A/documents/document-1.xml 3,420
forms/G-325A/documents/document-2.xml 4,089
forms/G-325A/g-325a.pdf 383,033
forms/G-325A/model.xml 3,546
forms/G-325A/resources_en.xml 4,289
forms/G-325A/resources_fr.xml 4,370
forms/G-325A/schema.xsd 7,699
forms/G-325A/summary-query.xml 3,125
forms/G-325A/template-employment.xml 93
forms/G-325A/template-form.xml 2,226
forms/G-325A/template-residence.xml 138
forms/G-325A/view.xml 39,293
forms/G-325A/pdf-model.xml 7,604
forms/G-325A/template-spouse.xml 215
forms/G-325A/pdf-model-new.xml 8,918
services/import-documents.xpl 2,932
summary/parameters.xml 707
summary/summary-view.xhtml 21,688
$xforms-template-label$
<!--
    Copyright (C) 2006 Orbeon, Inc.
  
    This program is free software; you can redistribute it and/or modify it under the terms of the
    GNU Lesser General Public License as published by the Free Software Foundation; either version
    2.1 of the License, or (at your option) any later version.
  
    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
    without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    See the GNU Lesser General Public License for more details.
  
    The full text of the license is available at http://www.gnu.org/copyleft/lesser.html
-->
<config xmlns="http://www.orbeon.com/oxf/controller"
        xmlns:oxf="http://www.orbeon.com/oxf/processors"
        xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
        instance-passing="forward">

    <!-- ========== Files to serve directly ========== -->
    <files path-info="*.gif"/>
    <files path-info="*.css"/>
    <files path-info="*.js"/>
    <files path-info="*.png"/>
    <files path-info="*.jpg"/>
    <files path-info="*.wsdl"/>
    <files path-info="*.html" mime-type="text/html"/>
    <files path-info="*.java" mime-type="text/plain"/>
    <files path-info="*.txt" mime-type="text/plain"/>

    <!-- ========== Pages ========== -->

    <page id="detail" path-info="/forms/detail/([^/]+)/([^/]*)" matcher="oxf:perl5-matcher"
          default-submission="detail/parameters.xml"
          view="detail/detail-view.xhtml">
        <setvalue ref="/parameters/form-id" matcher-group="1"/>
        <setvalue ref="/parameters/document-id" matcher-group="2"/>
        <setvalue ref="/parameters/readonly" parameter="readonly"/>
    </page>

    <page id="pdf-detail" path-info="/forms/pdf-detail/([^/]+)/([^/]+)" matcher="oxf:perl5-matcher"
          default-submission="detail/parameters.xml"
          view="detail/pdf-detail-view.xpl">
        <setvalue ref="/parameters/form-id" matcher-group="1"/>
        <setvalue ref="/parameters/document-id" matcher-group="2"/>
    </page>

    <page id="summary" path-info="/forms/([^/]*)" matcher="oxf:perl5-matcher"
          default-submission="summary/parameters.xml"
          view="summary/summary-view.xhtml">
        <setvalue ref="/parameters/form-id" matcher-group="1"/>
    </page>

    <!-- ========== Services ========== -->

    <!-- Resources -->
    <page id="resources" path-info="/forms/service/resources/([^/]+)/([^/]+)" matcher="oxf:perl5-matcher"
            view="forms/${1}/resources_${2}.xml"/>

    <!-- Import -->
    <page id="import-documents" path-info="/forms/service/import-documents">
        <action action="services/import-documents.xpl"/>
    </page>

    <!-- ========== Epilogue ========== -->
    <epilogue url="oxf:/config/epilogue.xpl"/>

</config>

Orbeon Forms 3.7.0beta1.200808261006