+# -*- 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 -->
+# -*- coding: utf-8 -*-
<%inherit file='../base.html'/>
<%def name="page_title()">${_('Evergreen Acquisitions Administration ')}</%def>
<%def name="block_content()">
+# -*- coding: utf-8 -*-
<%inherit file='../base.html'/>
<%def name="block_sub_navigate()">
<%include file='navigate.html'/>
+# -*- coding: utf-8 -*-
<%inherit file='base.html'/>
<%def name="page_title()">${_('Evergreen Acquisitions Home')}</%def>
+# -*- 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>
+# -*- coding: utf-8 -*-
<%inherit file='base.html'/>
<%def name="page_title()">${_('Evergreen Acquisitions Search')}</%def>
+# -*- coding: utf-8 -*-
<%inherit file='../base.html'/>
<%def name="page_title()">${_('Evergreen ACQ Picklist')}</%def>
<%def name="block_content()">
+# -*- coding: utf-8 -*-
<%inherit file='../base.html'/>
<%def name='block_body_content()'>
+# -*- coding: utf-8 -*-
<%inherit file='base.html'/>
<%def name="page_title()">${_('Evergreen Dashboard')}</%def>
+# -*- coding: utf-8 -*-
${_('Powered By')} <img src='${c.oils.core.media_prefix}/images/eg_tiny_logo.jpg'/>
+# -*- 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()}
+# -*- coding: utf-8 -*-
<table id='oils-base-navigate-table'>
<tbody>
<tr><td><a href='${c.oils.core.prefix}/base/dashboard'>${_('Dashboard')}</a></td></tr>