]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/examples/oils_web.xml
more moving of code out to the common packages
[Evergreen.git] / Open-ILS / examples / oils_web.xml
1 <oils_web>
2     <!-- This should match the Apache Directory/Location[Match] configuration path -->
3     <base_uri>/eg</base_uri>
4
5     <!-- media_prefix can be a remote server.  
6          E.g. <media_prefix>http://static.example.com/media</media_prefix> -->
7     <media_prefix/>
8
9     <!-- Where templates can be found.  Paths will be checked in the order entered here.
10          It's possible to override individual or sets of templates by putting them into
11          a path in front of the default template path -->
12     <template_paths>
13         <!-- XXX we should really move these out of the default web root -->
14         <path>/openils/var/web/templates</path>
15     </template_paths>
16
17     <handlers>
18         <handler path='acq/picklist/list' template='acq/picklist/list.tt2'/>
19         <handler path='acq/picklist/view' template='acq/picklist/view.tt2'/>
20         <handler path='acq/picklist/bib_search' template='acq/picklist/bib_search.tt2'/>
21         <handler path='acq/fund/list' template='acq/financial/list_funds.tt2'/>
22         <handler path='acq/fund/view' template='acq/financial/view_fund.tt2'/>
23         <handler path='acq/funding_source/list' template='acq/financial/list_funding_sources.tt2'/>
24         <handler path='acq/funding_source/view' template='acq/financial/view_funding_source.tt2'/>
25         <handler path='acq/currency_type/list' template='acq/financial/list_currency_types.tt2'/>
26         <handler path='acq/currency_type/view' template='acq/financial/view_currency_type.tt2'/>
27         <handler path='acq/provider/list' template='acq/financial/list_providers.tt2'/>
28         <handler path='acq/provider/view' template='acq/financial/view_provider.tt2'/>
29         <handler path='acq/po/view' template='acq/po/view.tt2'/>
30         <handler path='acq/po/li_search' template='acq/po/li_search.tt2'/>
31         <handler path='acq/po/search' template='acq/po/search.tt2'/>
32         <handler path='acq/receiving/process' template='acq/receiving/process.tt2'/>
33         <handler path='acq/settings/li_attr' template='acq/settings/li_attr.tt2'/>
34     </handlers>
35 </oils_web>