tonnesen [Wed, 11 Jun 2003 21:28:22 +0000 (21:28 +0000)]
Added modifications required to the systempreferences table by the new
systempreferences.pl script. The systempreferences.pl script will not work
properly until this table is updated.
tonnesen [Wed, 11 Jun 2003 18:48:07 +0000 (18:48 +0000)]
Added two new routines for getting a list of available themes/languages (used
by new systempreferences.pl script to present a list of available themes or
languages).
tipaul [Tue, 10 Jun 2003 15:46:34 +0000 (15:46 +0000)]
small fix & improvement.
* fix : the marc subfield was called "tag" in the template. was working nice, but tricky.
* improvment : on each MARC value is now a little finder. If you click on the finder, it will auto-search all biblios with the corresponding value. Very useful to find everything written by an author, or every books from a collection.
tipaul [Thu, 5 Jun 2003 12:54:10 +0000 (12:54 +0000)]
removing unused images :
* images-buttons. They are replaced by text button with class="button"
* top images, that are not used since we have text menus.
tipaul [Thu, 5 Jun 2003 12:40:49 +0000 (12:40 +0000)]
FRENCH templates
* moving all styles to common-style.css sheet. The styles specifics to a topic (the parameter button in parameters-top.inc is the only one defined in parameters-top.inc, he overwrittes the common-style definition)
* changing from <TMPL_INCLUDE> to <link rel=stylesheet> the *-top. This way, the style sheet is sent only once, then found in the cache of the navigator. A few kb to avoid transmitting.
* In some menus, adding a 2nd menu line. It contains some shorcuts for quick access. Like "quick search" and "MARC search". This way, the librarian can access the search he prefers in 1 clic.
* removing MARC topic in menu.
* managing correctly simple marc & non-marc acquisition system.
tipaul [Thu, 5 Jun 2003 12:32:14 +0000 (12:32 +0000)]
* moving all styles to common-style.css sheet. The styles specifics to a topic (the parameter button in parameters-top.inc is the only one defined in parameters-top.inc, he overwrittes the common-style definition)
* changing from <TMPL_INCLUDE> to <link rel=stylesheet> the *-top. This way, the style sheet is sent only once, then found in the cache of the navigator. A few kb to avoid transmitting.
* In some menus, adding a 2nd menu line. It contains some shorcuts for quick access. Like "quick search" and "MARC search". This way, the librarian can access the search he prefers in 1 clic.
* removing MARC topic in menu.
* managing correctly simple marc & non-marc acquisition system.
rangi [Fri, 30 May 2003 20:37:09 +0000 (20:37 +0000)]
Shifted the todays issues and previous issues html out into the template
And fixed a bug that was causing the enter a borrowers card or surname box
to show. Even if you were currently issuing to a borrower
tipaul [Wed, 21 May 2003 14:27:02 +0000 (14:27 +0000)]
NEW BULKMARCIMPORT script everybody was waiting for :-)
It loads an iso2709 file into the ACTIVE Database. My 1st tests on sample files shows it works quite fine.
Feel free to try it.
How it works ? enter ./bulkmarcimport in a console, and look.
Note : i'm proud, because it's less than 100 lines long => 99 lines !!!