starting all templates out with # -*- coding: utf-8 -*-, as suggested by the Pylons...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 17 Jan 2008 21:37:34 +0000 (21:37 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 17 Jan 2008 21:37:34 +0000 (21:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8412 dcc99617-32d9-48b4-a31d-7c20da2025e4

12 files changed:
Open-ILS/web/oilsweb/oilsweb/templates/oils/base.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/admin.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/base.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/index.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/navigate.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/search.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/view.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/base.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/dashboard.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/footer.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/header.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/navigate.html

index cd131df..ac086c0 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 <!-- This file defines the most basic requirements of an XHTML block -->
index b140be1..98c415b 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 <%inherit file='../base.html'/>
 <%def name="page_title()">${_('Evergreen Acquisitions Administration ')}</%def>
 <%def name="block_content()">
index 502f921..66dbf68 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 <%inherit file='../base.html'/>
 <%def name="block_sub_navigate()">
     <%include file='navigate.html'/>
index 1bf7ef5..9b472e7 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 <%inherit file='base.html'/>
 
 <%def name="page_title()">${_('Evergreen Acquisitions Home')}</%def>
index 7cda9a8..b1d22ab 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 <span><a href='${c.oils.core.prefix}/acq/base/index'>${_('Acquisitions Home')}</a></span>
 <span><a href='${c.oils.core.prefix}/acq/picklist/search'>${_('Bib Search')}</a></span>
 
index 7bb1380..8432dd8 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 <%inherit file='../base.html'/>
 <%def name="page_title()">${_('Evergreen ACQ Picklist')}</%def>
 <%def name="block_content()">
index df49c55..db5dab8 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 <div id='oils-base-header-content-div'>
     <span id='oils-base-header-user-info'>
         ${c.oils.core.user.usrname()} / ${c.oils.core.workstation.name()}
index 2bb8676..9849442 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 <table id='oils-base-navigate-table'>
     <tbody>
         <tr><td><a href='${c.oils.core.prefix}/base/dashboard'>${_('Dashboard')}</a></td></tr>