evergreen/tadl.git
13 years agoDisplay iframe widget for AVOD titles
Jeff Godin [Tue, 9 Oct 2012 16:00:35 +0000 (12:00 -0400)]
Display iframe widget for AVOD titles

First attempt at an AVOD widget, displayed when the user is logged
in. For SSL concerns, a custom proxy cgi is used. The proxy cgi
decides if it should display the widget or a static thumbnail.

In theory, this could be used for other content providers as well.

Add a "Resident patrons click here to view content" link for widgets
when not logged in.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoTADL: init ezproxy session if logged in
Jeff Godin [Fri, 12 Oct 2012 19:06:10 +0000 (15:06 -0400)]
TADL: init ezproxy session if logged in

If the user is logged in and there is no ezproxy cookie present,
attempt to begin an ezproxy session using a hidden iframe.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoDo not float rdetail_summary_from_rec div
Jeff Godin [Thu, 4 Oct 2012 19:49:24 +0000 (15:49 -0400)]
Do not float rdetail_summary_from_rec div

Give up on floating rdetail_summary_from_rec left for now.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoEnsure minimum height of rdetail_image_div
Jeff Godin [Thu, 4 Oct 2012 19:23:44 +0000 (15:23 -0400)]
Ensure minimum height of rdetail_image_div

Ensure a min-height on rdetail_image_div in an attempt to prevent
the rdetail_summary_from_rec div from forcing the copy_hold_counts
div off the margins of the page (observed in Chrome on some -- but
not all -- records where there is no cover image available).

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoAdd summary from MARC to record display
Jeff Godin [Thu, 4 Oct 2012 18:28:44 +0000 (14:28 -0400)]
Add summary from MARC to record display

Summaries from 520$a fields in the MARC are already being extracted.
Let's display them.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoBe less strict when matching AVOD URLs
Jeff Godin [Wed, 3 Oct 2012 18:19:22 +0000 (14:19 -0400)]
Be less strict when matching AVOD URLs

Some of our early AVOD records have two EZproxy prefixes. This
works, but the URLs look different.

Rely on the previous "is this going through EZproxy?" check, then
look for an AVOD url contained within.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoAdd jacket images for Access Video on Demand
Jeff Godin [Wed, 3 Oct 2012 18:05:03 +0000 (14:05 -0400)]
Add jacket images for Access Video on Demand

For Access Video on Demand (AVOD) records, supply a cover image
override which is then used in the record and search results
displays.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoTrack staff client as its own Piwik site id
Jeff Godin [Fri, 14 Sep 2012 15:55:49 +0000 (11:55 -0400)]
Track staff client as its own Piwik site id

When Piwik tracking is running within the staff client, track usage
as its own site id, distinct from the catalog running in a standard
web browser.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoAdjust Piwik site id for TADL production
Jeff Godin [Fri, 14 Sep 2012 14:46:13 +0000 (10:46 -0400)]
Adjust Piwik site id for TADL production

Move from a test Piwik site id to the one which we will use for TADL
production. We might make this a conditional somewhere in the
future.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoChange to https for Piwik fallback img tag
Jeff Godin [Fri, 14 Sep 2012 14:43:27 +0000 (10:43 -0400)]
Change to https for Piwik fallback img tag

Change Piwik fallback <noscript> img tag to use https.

Avoids mixed-content warning when page is requested via https with
javascript disabled.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agopiwik tracking code
William Rockwood [Thu, 13 Sep 2012 21:09:59 +0000 (17:09 -0400)]
piwik tracking code

- Added tracking code to footer.tt2

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agolist search scope change
William Rockwood [Fri, 7 Sep 2012 14:45:56 +0000 (10:45 -0400)]
list search scope change

- Changed the 'search only within the chosen list' option to always
  be unchecked by default when viewing a list.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agobookbags are lists
William Rockwood [Wed, 15 Aug 2012 18:54:33 +0000 (14:54 -0400)]
bookbags are lists

- Replace most occurrences of 'bookbag' with 'list'
- changed 'html' button to 'View' for each list item

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoChange movies to video on homepage
William Rockwood [Tue, 14 Aug 2012 19:00:58 +0000 (15:00 -0400)]
Change movies to video on homepage

- Changed 'Movies' to 'Video' on the homesearch.tt2 page

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoHard-code electronic resource link text instead of using 856$y
William Rockwood [Tue, 14 Aug 2012 18:57:03 +0000 (14:57 -0400)]
Hard-code electronic resource link text instead of using 856$y

- set the link to be 'Connect to this resource online' instead of
  using whatever is in the 856$y. There are better ways to do this,
  but this works for now. (A future revision could be conditional,
  only mangling the link text for types of records/resources we
  specify.)

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years ago- Remove pending addresses column from myopac prefs page
William Rockwood [Tue, 14 Aug 2012 18:41:12 +0000 (14:41 -0400)]
- Remove pending addresses column from myopac prefs page

- removed the whole <td> chunk containing 'Pending Addresses'

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoRemove print and email options in record detail
William Rockwood [Tue, 14 Aug 2012 18:38:39 +0000 (14:38 -0400)]
Remove print and email options in record detail

- Removed clipboard image, print and email links from record detail
  (summary) page.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agorearrange record details / related items to be one line
William Rockwood [Tue, 14 Aug 2012 18:35:57 +0000 (14:35 -0400)]
rearrange record details / related items to be one line

- Added divs around the record details and related items bits, gave
  them 'float-left' and 'padding-ten' classes.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoHACK: hide OU 1 in org selector, copy counts
Jeff Godin [Tue, 14 Aug 2012 16:38:27 +0000 (12:38 -0400)]
HACK: hide OU 1 in org selector, copy counts

TADL hack to hide top of org unit tree from the org selector, hide top of tree copy counts from search results and record page.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoAdd onerror handler to hide broken jacket images
Jeff Godin [Tue, 14 Aug 2012 16:35:25 +0000 (12:35 -0400)]
Add onerror handler to hide broken jacket images

Use an onerror handler to hide broken jacket images, for those cases
where we receive a 404 instead of a 1x1 placeholder.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoInclude jacket image even if we lack an ISBN/UPC
Jeff Godin [Tue, 31 Jul 2012 19:30:07 +0000 (15:30 -0400)]
Include jacket image even if we lack an ISBN/UPC

Conditional output of the jacket image <img> tag breaks local added
content overrides by record ID. Make the inclusion of the jacket
image unconditional.  We may next want to include onerror handlers
to hide the element if it 404s.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoOverride item_type coded values in selector
Jeff Godin [Tue, 31 Jul 2012 13:48:15 +0000 (09:48 -0400)]
Override item_type coded values in selector

Until such time as we have some of the newer features like opac
visible names and opac visibility toggles for coded values, locally
override item_type values in the skin template.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agofix update_alias template
William Rockwood [Mon, 30 Jul 2012 17:08:00 +0000 (13:08 -0400)]
fix update_alias template

- Pulled update_alias.tt2 out of the base template and added the
  closing /div and set the class of the submit button to opac-button

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agofix "pay fines online" button
William Rockwood [Mon, 30 Jul 2012 17:01:13 +0000 (13:01 -0400)]
fix "pay fines online" button

- "Pay fines online" button was a span and an input. Changed this
  to just be an input with class="opac-button".

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agomodified password hint text
William Rockwood [Mon, 30 Jul 2012 14:30:30 +0000 (10:30 -0400)]
modified password hint text

- We don't use the last 4 digits of phone number as default
  password, so we needed to change this text.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agodon't use description on 856 links
William Rockwood [Thu, 26 Jul 2012 15:35:41 +0000 (11:35 -0400)]
don't use description on 856 links

- changed context variable to static text

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoAdd buttons.css. Was not previously in git.
Jeff Godin [Thu, 26 Jul 2012 09:09:08 +0000 (05:09 -0400)]
Add buttons.css. Was not previously in git.

buttons.css is imported by tadl.css and was found to be missing from
revision control.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoChange colors on AC tabs, hide extra junk in AC
Jeff Godin [Thu, 26 Jul 2012 09:07:08 +0000 (05:07 -0400)]
Change colors on AC tabs, hide extra junk in AC

Change colors on the AC tabs from green to blue, to match the rest
of the skin.

Hide some extra tables/titles in actual AC content.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoExpand main added content expandy, remove awards
Jeff Godin [Thu, 26 Jul 2012 08:49:10 +0000 (04:49 -0400)]
Expand main added content expandy, remove awards

- Expand main added content tab/expandy by default
- Remove "awards" expandy

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoBackport of extras.tt2 with added content
Jeff Godin [Thu, 26 Jul 2012 08:11:03 +0000 (04:11 -0400)]
Backport of extras.tt2 with added content

Backport of extras.tt2 from master for added content in TPAC

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoLet "Pay fines online" POST an authtoken
Jeff Godin [Thu, 26 Jul 2012 06:45:40 +0000 (02:45 -0400)]
Let "Pay fines online" POST an authtoken

By instruction the "Pay fines online" link/button to POST an
authtoken to pay.cgi, we eliminate the need for the user to log in
again before submitting payment.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoChange Pay fines online link to an href
Jeff Godin [Thu, 26 Jul 2012 02:03:47 +0000 (22:03 -0400)]
Change Pay fines online link to an href

Change Pay fines online button to a simple href.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoprefs.tt2 update for holdshelf alias
Jeff Godin [Thu, 26 Jul 2012 00:28:07 +0000 (20:28 -0400)]
prefs.tt2 update for holdshelf alias

Update prefs.tt2 to include holdshelf alias as item which can be
changed.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agostyle online resource links
William Rockwood [Wed, 25 Jul 2012 21:05:52 +0000 (17:05 -0400)]
style online resource links

- made record view link a button instead of a link
- modified css to remove darker-gray background from electronic
  resources section
- made search results link a button instead of a link

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoHide Place Hold for, show link to ezproxy uris
Jeff Godin [Wed, 25 Jul 2012 19:23:26 +0000 (15:23 -0400)]
Hide Place Hold for, show link to ezproxy uris

For records with uris that match TADL's ezproxy host:

In the search results page:
 - Hide the Place Hold link
 - Show a link to the first uri on the bib

In the record summary page:
 - Hide the Place Hold link

More styling would be good, and potentially putting something where
the "Place Hold" div was in the search results, so that those rows
don't become tiny when the record has no cover art available.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years ago(css) adjust spacing of lists
William Rockwood [Wed, 25 Jul 2012 19:05:35 +0000 (15:05 -0400)]
(css) adjust spacing of lists

- adjusted the padding between, and the width of the bookbag-name
  and bookbag-controls classes so the buttons wouldn't wrap.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoReplace trailing ' :' with ':' in 245$a
Jeff Godin [Wed, 25 Jul 2012 18:35:42 +0000 (14:35 -0400)]
Replace trailing ' :' with ':' in 245$a

Replace a trailing ' :' with ':' in 245$ when generating titles for
display.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agomake footer shorter
William Rockwood [Wed, 25 Jul 2012 18:04:13 +0000 (14:04 -0400)]
make footer shorter

- Changed css for footer to set min-height to 150 instead of 300px

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoRetrieve AC jackets by record ID
Jeff Godin [Wed, 25 Jul 2012 18:02:00 +0000 (14:02 -0400)]
Retrieve AC jackets by record ID

Retrieve AC jackets by record ID. Breaks unless your server-side handler and AC
module have been taught how to use AC by record ID.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoDisplay 245$b as Title Case also
Jeff Godin [Wed, 25 Jul 2012 14:33:30 +0000 (10:33 -0400)]
Display 245$b as Title Case also

Possibly an experiment: display 245$ as Title Case.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoDisplay 245$a as Title Case
Jeff Godin [Wed, 25 Jul 2012 13:57:15 +0000 (09:57 -0400)]
Display 245$a as Title Case

This includes changes from the user/jeff/tpac_title_case working
branch.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agopay fines link
William Rockwood [Tue, 24 Jul 2012 15:13:11 +0000 (11:13 -0400)]
pay fines link

- Display a "pay fines online" button when fines are >0 on the
  /etc/opac/myopac/main page, below the fines listing.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agofix mixed content on home page
William Rockwood [Tue, 24 Jul 2012 14:30:57 +0000 (10:30 -0400)]
fix mixed content on home page

- changed http: to https: on iframe sources

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoplace hold page cleanup
William Rockwood [Tue, 24 Jul 2012 14:22:22 +0000 (10:22 -0400)]
place hold page cleanup

- changed blockquotes to divs to tighten up the page a bit
- Put phone number inline with "Yes, by Phone" checkbox.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agordetail util border css
William Rockwood [Tue, 24 Jul 2012 01:08:25 +0000 (21:08 -0400)]
rdetail util border css

- changed dotted to solid, #ccc to #e6e6e6 among other things

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agodashboard and general page css changes
William Rockwood [Tue, 24 Jul 2012 00:55:25 +0000 (20:55 -0400)]
dashboard and general page css changes

- moved dashboard up, float:right. is good.
- adjusted spacing on home page, and around the searchbox and logo.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agofix footer and submit button on email change form
William Rockwood [Tue, 24 Jul 2012 00:06:26 +0000 (20:06 -0400)]
fix footer and submit button on email change form

- Added a close-div at the end of the html in update_email.tt2
- made the submit button class=opac-button

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agomake nonlocal images local
William Rockwood [Mon, 23 Jul 2012 23:44:58 +0000 (19:44 -0400)]
make nonlocal images local

- Copied png files from www.tadl.org to images directory
- modified tadl.css to reflect local rather than remote https urls

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agosearchbar padding
William Rockwood [Mon, 23 Jul 2012 21:43:21 +0000 (17:43 -0400)]
searchbar padding

- Gave the searchbar a little more padding.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agosearchbar tweaks
William Rockwood [Mon, 23 Jul 2012 21:07:58 +0000 (17:07 -0400)]
searchbar tweaks

- Made dijit textbox 555 px instead of 400 px
- Changed advanced search link to a button
- various css changes to make it look alright
- left-aligned the whole searchbar and indented 5em

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoadd music/movies to homesearch page
William Rockwood [Mon, 23 Jul 2012 20:35:25 +0000 (16:35 -0400)]
add music/movies to homesearch page

- copied some lines

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoadd h1 to home, style appropriately
William Rockwood [Mon, 23 Jul 2012 19:41:33 +0000 (15:41 -0400)]
add h1 to home, style appropriately

- Added an h1 class home-heading to homesearch.tt2
- created h1.home-heading in tadl.css
- adjusted the padding for homesearch_main_logo which is ironically
  still in use.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoremoved border from iframe
William Rockwood [Mon, 23 Jul 2012 19:35:19 +0000 (15:35 -0400)]
removed border from iframe

- Removed border from iframe on /eg/opac/home

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoMerge branch 'rel_2_2' of hades.lib.tadl.org:/opt/git/Evergreen_templates_tadlskin...
William Rockwood [Mon, 23 Jul 2012 19:34:28 +0000 (15:34 -0400)]
Merge branch 'rel_2_2' of hades.lib.tadl.org:/opt/git/Evergreen_templates_tadlskin into rel_2_2

13 years agochanged link to iframe
William Rockwood [Mon, 23 Jul 2012 19:33:50 +0000 (15:33 -0400)]
changed link to iframe

- Preparing to have 3 iframes, for books, music, movies
- Changed link from index.php to books.php

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoAdd in-library navigation when physical_loc=23
Jeff Godin [Mon, 23 Jul 2012 19:09:59 +0000 (15:09 -0400)]
Add in-library navigation when physical_loc=23

Add in-library navigation for use at TADL-WOOD, when physical_loc (set by URL
param and preserved in cookie) is set to 23 (TADL-WOOD).

This navigation bar is an iframe from an internal system which provides links
to services such as library card signup and public computer reservations.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agochange homepage iframe src
William Rockwood [Mon, 23 Jul 2012 18:29:44 +0000 (14:29 -0400)]
change homepage iframe src

- change index.html to index.php. That's it!

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoInclude prefs_hints on prefs_notify, not prefs_settings
Jeff Godin [Mon, 23 Jul 2012 17:49:19 +0000 (13:49 -0400)]
Include prefs_hints on prefs_notify, not prefs_settings

Include the prefs_hints.tt2 file at the bottom of prefs_notify.tt2, as
prefs_hints contains only a single notification-related hint at this time.

Future: a way to tag prefs hints into some category, and include one
(contextually-appropriate) hint at a time.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agosearchbar, homesearch and css tweaks
William Rockwood [Mon, 23 Jul 2012 17:46:51 +0000 (13:46 -0400)]
searchbar, homesearch and css tweaks

- Fixed searchbar so the select menus are appropriately-sized
- (Added an id to the location selector)
- Beginning to tweak the home page to include a content slider

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agominor styling changes
William Rockwood [Mon, 23 Jul 2012 15:00:38 +0000 (11:00 -0400)]
minor styling changes

- made footer links not be underlined
- changed inline style for footer links to use float-right class.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agosearch results styling
William Rockwood [Mon, 23 Jul 2012 14:51:06 +0000 (10:51 -0400)]
search results styling

- made table row background white
- added padding around image and around title cell

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agosearchbar.tt2 modifications
William Rockwood [Fri, 20 Jul 2012 21:50:54 +0000 (17:50 -0400)]
searchbar.tt2 modifications

- Re-ordered search type/format/location option menus and broke them
  out into separate INCLUDE chunks.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agomostly searchbox revamp + css load order change
William Rockwood [Fri, 20 Jul 2012 21:04:58 +0000 (17:04 -0400)]
mostly searchbox revamp + css load order change

- Removed Evergreen logo from homesearch.tt2, to be replaced (at some
  point) by either a news slideshow, or content sliders (new music,
  movies, books, etc).
- Massive restructuring of searchbar.tt2 and modification of relevant
  bits of tadl.css.
- Did I mention MASSIVE restructuring of searchbar.tt2? There is still
  more to do, but these are the initial changes.
- Changed load order of CSS files, so tadl.css is the last to be loaded
  so it won't be overridden by dojo/dijit.css (dojo.css was overriding
  the body {} for goodness sake!)

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoFlesh out README
Jeff Godin [Fri, 20 Jul 2012 21:01:12 +0000 (17:01 -0400)]
Flesh out README

Add info on how to put templates into place on an Evergreen
system.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agotemporary list submit button
William Rockwood [Fri, 20 Jul 2012 19:19:59 +0000 (15:19 -0400)]
temporary list submit button

- Themed yet another submit button to use opac-button class.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agodashboard, search bar, payments history initial
William Rockwood [Fri, 20 Jul 2012 18:54:53 +0000 (14:54 -0400)]
dashboard, search bar, payments history initial

- Tweaked the dashboard a bit. Made the text bigger, got rid of the
  colored numbers. Still want to do something about the account and
  logout buttons (push them further to the right).
- Changed the 'Search' button in the searchbar to 'Go!'
- Began changing the 'Print' and 'Email' form buttons under account
  summary->payments to use opac-buttons instead of default browser
  buttons.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agodashboard color changes
William Rockwood [Fri, 20 Jul 2012 18:29:52 +0000 (14:29 -0400)]
dashboard color changes

- Changed css for dash_checked, dash_holds, dash_pickup and dash_fines
  to set the color to #424242 instead of the various random colors
  they were previously using.

Might want to revisit this at some point in the future to set up
conditionals to cause different colors to be used depending on state
(such as fines >$0).

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agotopnav logo changes
William Rockwood [Fri, 20 Jul 2012 18:15:52 +0000 (14:15 -0400)]
topnav logo changes

- changed the path of the topnav_logo to fetch the local file rather
  than the one from tadl.org
- changed the URL the logo href points to.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
13 years agoAdd images, Makefile copies images, chowns
Jeff Godin [Fri, 20 Jul 2012 17:37:23 +0000 (13:37 -0400)]
Add images, Makefile copies images, chowns

Add images dir, and one image within. Teach Makefile to copy
the images into place, and to chown the destinations.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoChange path to tadl.css
Jeff Godin [Fri, 20 Jul 2012 17:06:27 +0000 (13:06 -0400)]
Change path to tadl.css

Change path to tadl.css to reflect where it is actually installed.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agowjr changes to extras.tt2
Jeff Godin [Fri, 20 Jul 2012 16:43:26 +0000 (12:43 -0400)]
wjr changes to extras.tt2

wjr changes to extras.tt2 -- removal of image.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoChecking in wjr changes so far, minus a few files
Jeff Godin [Fri, 20 Jul 2012 16:29:41 +0000 (12:29 -0400)]
Checking in wjr changes so far, minus a few files

Checking in changes from wjr so far, minus changes made to two files:
opac/parts/searchbar.tt2
opac/parts/record/extras.tt2

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoAdd tadl.css, adjust Makefile to copy CSS also
Jeff Godin [Thu, 19 Jul 2012 19:57:16 +0000 (15:57 -0400)]
Add tadl.css, adjust Makefile to copy CSS also

Add tadl.css and adjust Makefile to copy CSS in place.

Nothing yet references this CSS file, but an updated base.tt2
shall.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoMakefile for easy install, rel_2_2 opac templates
Jeff Godin [Thu, 19 Jul 2012 19:56:15 +0000 (15:56 -0400)]
Makefile for easy install, rel_2_2 opac templates

Testing and proof of concept - this is a Makefile to run a
simple copy of templates in the working dir to the proper
destination in /openils/var/templates_tadlskin

Also, a copy of the current rel_2_2 opac templates, which
we will apply our changes to.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
13 years agoInitial commit - just a README
Jeff Godin [Wed, 18 Jul 2012 20:57:36 +0000 (16:57 -0400)]
Initial commit - just a README

Initial commit of a README for the master branch of our local
template repository.