Commit graph

1008 commits

Author SHA1 Message Date
oleonard
105b81aabf Adding class to id declarations to allow XHTML-compliance in some pages 2004-05-19 16:26:45 +00:00
oleonard
1fa33a5250 Closing input tags to make valid XHTML 2004-05-19 16:17:11 +00:00
oleonard
b0d5a41738 Fixing broken next and previous links in the bottom row of the search results table 2004-05-19 16:00:40 +00:00
tipaul
88e67b8d3e framework management : 1 MARC framework for each itemtype 2004-05-18 15:22:10 +00:00
oleonard
25e5237bfa Closing input tags, correcting case, other changes to move page towards validity 2004-05-12 15:42:59 +00:00
oleonard
97ba6b06c7 Closing input tags to make page valid 2004-05-12 15:27:02 +00:00
oleonard
1ca2b00ac5 Fixing broken numbered results links on bottom of page 2004-05-12 15:21:28 +00:00
oleonard
a51318d5b7 Added styling for search results page number links 2004-05-10 16:48:43 +00:00
oleonard
5fc802fa74 Replacing image-based results page numbers with css-styled text links 2004-05-10 16:48:08 +00:00
oleonard
0633562f79 Changes to make XHTML-compliant: quoting attributes, encoding ampersands, closing tags, etc. 2004-05-10 16:32:07 +00:00
oleonard
4487617448 Quoting href attribute to make XHTML compliant 2004-05-10 16:30:58 +00:00
tipaul
ec64f1fcd8 Marc search ported to OPAC.
seems to work fine
2004-05-10 09:24:14 +00:00
tipaul
c62e76bd74 using itemcallnumber instead of bulk 2004-05-06 14:53:36 +00:00
tipaul
2909e90634 minor modifs in CSS 2004-05-06 14:52:23 +00:00
tipaul
703eca0aa5 issuingrules : the new script to manage issuing rules (issuing number & length by branch / itemtype / borrower type) 2004-05-06 14:51:22 +00:00
tipaul
a4157fd8d2 continuing code cleaning & reordering 2004-05-04 16:15:56 +00:00
tipaul
86e77f6b7f removing charges.pl and pointing to issuingrules 2004-05-04 15:25:28 +00:00
tipaul
1e0d19e820 removed (replaced by issuingrules.pl, script to come) 2004-05-04 15:24:34 +00:00
tipaul
e1eb7302f3 POD documenting & some improvements 2004-05-03 16:41:59 +00:00
tipaul
853ad792a5 css'ing & improving MARC search 2004-05-03 09:28:39 +00:00
tipaul
340af80261 CSS'ing 2004-05-03 09:28:03 +00:00
tipaul
48bcc1fb62 css'ing 2004-05-03 09:27:48 +00:00
tipaul
cebc78b017 minor fix 2004-05-03 09:27:04 +00:00
tipaul
040bcdf92b CIRCULATION : the big rewrite...
This 1st commit reorders deeply the circulation module.
The goal is to :
* have something 100% templated/translatable.
* have something easy to read & modify, to say to customers/users : you can define your circulation rules as you want if you accept to look in C4/Circ/Circ2.pm

The circulation now works :
1=> ask for the borrower barcode (as previously)
2=> ask for the item barcode.
3=> check "canbookbeissued". This new sub returns 2 arrays :
- IMPOSSIBLE : if something is here, then the issue is not possible and is not done.
- TOBECONFIRMED : if something is here, then the issue can be donc if the user confirms it.
4=> if TOBECONFIRMED is set : ask for confirmation, loop. if neither  are set or confirmation flag is set (2nd pass of the loop), then issue.

The IMPOSSIBLE & TOBECONFIRMED hashs contains :
* the reason of the line. always in capitals, with words separated by _ : BARCODE_UNKNOWN, DEBTS ... as key of the hash
* more information, as value of the hash ( TOBECONFIRMED{ALREADY_ISSUED} = "previous_borrower_name", for example)

This commit :
* compiles
* works on certain situations, not on other
* does NOT issue (the line is # )
* does not check issuing rules depending of # of books allowed / already issued

The next step is :
- check issuing rule.
- extend issuing rule to have a 3D array : for each branch / itemtype / borrowertype = issuing number and issuing length.
2004-05-03 09:10:51 +00:00
tipaul
21a379acda CIRCULATION : the big rewrite...
This 1st commit reorders deeply the circulation module.
The goal is to :
* have something 100% templated/translatable.
* have something easy to read & modify, to say to customers/users : you can define your circulation rules as you want if you accept to look in C4/Circ/Circ2.pm

The circulation now works :
1=> ask for the borrower barcode (as previously)
2=> ask for the item barcode.
3=> check "canbookbeissued". This new sub returns 2 arrays :
- IMPOSSIBLE : if something is here, then the issue is not possible and is not done.
- TOBECONFIRMED : if something is here, then the issue can be donc if the user confirms it.
4=> if TOBECONFIRMED is set : ask for confirmation, loop. if neither  are set or confirmation flag is set (2nd pass of the loop), then issue.

The IMPOSSIBLE & TOBECONFIRMED hashs contains :
* the reason of the line. always in capitals, with words separated by _ : BARCODE_UNKNOWN, DEBTS ... as key of the hash
* more information, as value of the hash ( TOBECONFIRMED{ALREADY_ISSUED} = "previous_borrower_name", for example)

This commit :
* compiles
* works on certain situations, not on other
* does NOT issue (the line is # )
* does not check issuing rules depending of # of books allowed / already issued

The next step is :
- check issuing rule.
- extend issuing rule to have a 3D array : for each branch / itemtype / borrowertype = issuing number and issuing length.
2004-05-03 09:02:12 +00:00
acli
10e40b7fdb Sorry, missed another one. This should not be neuter gender either. 2004-04-20 04:01:38 +00:00
acli
97c3797afb Oops, here, neuter gender is not right, in any case 2004-04-20 03:51:17 +00:00
acli
0650f5ace6 Correction of spelling mistakes 2004-04-20 03:46:40 +00:00
acli
7503ad47b9 Added missing whitespace between attributes 2004-04-20 03:35:04 +00:00
acli
c52fdc46ad Fixed "closed start tag" problem (i.e., missing > ) 2004-04-20 03:34:29 +00:00
kb2qzv
59f7410347 new template files created by tmpl_process3.pl. 2004-04-17 17:05:56 +00:00
kb2qzv
9a12e5c6c2 new template files created by tmpl_process3.pl. 2004-04-17 16:57:06 +00:00
kb2qzv
9272b3f61a *** empty log message *** 2004-04-17 16:53:53 +00:00
kb2qzv
d477335f7c minor update of translation, removal of fuzzies 2004-04-17 16:26:24 +00:00
tipaul
a2f1bf834f improving Search :
* adding "suggestion", that popup a windows. The popup windows shows, for each word entered in the search form, the 10 words that sounds like the word entered, and that are used most often.
* fixes some minor bugs

Still to do :
* good support of ' and ,
2004-04-16 07:28:22 +00:00
tipaul
1844610571 CSS'ing 2004-04-14 19:46:20 +00:00
oleonard
247d58d9f8 Mostly cosmetic changes, including more informative page titles 2004-04-13 17:06:10 +00:00
oleonard
4343180de9 Mostly cosmetic changes, including more informative page titles 2004-04-13 16:50:26 +00:00
tipaul
a5ebc2b2f5 removing unused .inc : koha uses circulation-top.inc now. 2004-04-13 14:16:12 +00:00
tipaul
c8784a029f itemtype search type is =, not contains (as it ignore 2 or 1 letter searches) 2004-04-13 08:55:20 +00:00
oleonard
e43854cb76 Updating some visual styles 2004-04-09 19:16:18 +00:00
tipaul
c90b98ce3d new default page. 2004-04-02 15:29:51 +00:00
tipaul
0a5b70afb3 removing unused images.
Some have been moved to /default/images/ directory
2004-04-02 15:28:33 +00:00
tipaul
4dc4fbadd4 css'ing 2004-04-02 15:22:07 +00:00
tipaul
16c1a7f8aa renaming items.bulk field to items.itemcallnumber.
Will be used to store call number for libraries that don't use dewey classification.
Note it's related to ITEMS, not biblio.
2004-04-02 15:21:22 +00:00
oleonard
6c4d4b0dc1 Minor correction. 2004-04-01 22:00:41 +00:00
oleonard
cbb5b930da Updating to include new MARC search features 2004-04-01 21:52:26 +00:00
oleonard
bfd744283d Adding new report templates 2004-04-01 21:35:58 +00:00
oleonard
c3ccd7c071 Moving templates to new location 2004-04-01 20:30:03 +00:00
oleonard
a7dbbeb55d Removing templates which have moved 2004-04-01 20:29:07 +00:00
tipaul
c85dee4cba "" added in <input> tag 2004-03-30 16:13:29 +00:00
tipaul
33f962968b css'ing (continued) 2004-03-30 16:09:36 +00:00
tipaul
7c2c39dea5 NEW :
template for report writing.
with 2 nice reports.
pls test.
documentation of the template syntax coming soon
2004-03-30 16:09:04 +00:00
acli
bc5c478a57 Make "Edit subfields" a template variable. This change should not affect
old templates.
2004-03-28 08:42:20 +00:00
acli
7ced95c561 \n should be an actual newline 2004-03-28 08:01:26 +00:00
tipaul
2f66767053 members link moved to members/ 2004-03-24 15:01:58 +00:00
tipaul
f2a35adbd1 css'ing & adding test for I & C borrower category 2004-03-24 15:00:06 +00:00
tipaul
ba11e45cac css'ing & merging members management.
memberentry merges
* memberentry, moremember & insertdata (form, validation & storing)
* and the I series (Institution management)
2004-03-24 14:59:33 +00:00
tipaul
c119386c88 css'ing 2004-03-24 14:48:12 +00:00
tipaul
93b76c5a31 css'ing 2004-03-24 10:46:04 +00:00
oleonard
330bbc9c32 Fixing error which prevents withdrawn status from showing correctly 2004-03-22 17:32:21 +00:00
acli
4cf3fb6353 Fixed missing closing quotation marks in some of the new markup 2004-03-20 10:09:12 +00:00
tipaul
b0cf7df697 synch'ing with 2.0 branch 2004-03-16 13:39:50 +00:00
tipaul
b03777ffb8 adding virtual shelves to opac 2004-03-15 15:01:49 +00:00
tipaul
a2c3d13039 adding searches on non marc fields ( like quick search) in MARC.
quick search should be removable soon, to keep only 1 search (marc & non marc)
2004-03-15 14:43:05 +00:00
tipaul
668a90073a introducing a little bit more css in default theme 2004-03-15 14:42:02 +00:00
tipaul
a765291a91 adding " into a link 2004-03-15 14:35:37 +00:00
acli
ca2912bb8d Minor layout adjustment - original adjustment looked horrible in Chinese.
This adjusted version should be indistinguishable for European languages.
2004-03-11 05:47:29 +00:00
acli
fc4a43fcd0 Make the page headings translatable while trying not to break old templates 2004-03-11 05:42:55 +00:00
tipaul
96b8464ec4 *** empty log message *** 2004-03-10 15:23:01 +00:00
tipaul
9a7462a357 moving members related scripts to "members" directory 2004-03-10 15:22:10 +00:00
tipaul
2951d20c69 moving members related scripts to "members" directory 2004-03-10 15:10:45 +00:00
acli
46cebe4c91 I did break this one 2004-03-10 08:42:01 +00:00
acli
7907a48d40 JavaScript changes to make tmpl_process3 recognize translatable strings.
Note: This may break things!
2004-03-10 07:38:05 +00:00
acli
5563ae4494 <a> without matching </a> 2004-03-08 04:48:58 +00:00
acli
29b1df6046 Various updates/fixes from rel_2_0
Fixes for bugs 721 (templating), 727, and 734
2004-03-07 05:47:31 +00:00
acli
54a70b59d8 "Cancel requests" graphical text 2004-03-05 06:29:01 +00:00
oleonard
b461060f00 Fixing error in TMPL tags 2004-03-04 22:36:31 +00:00
oleonard
af0b7a38c0 Removed broken 'edit items' link 2004-03-04 19:18:55 +00:00
acli
188ea7d064 Redo the label after correcting the translation of "acquisitions" 2004-02-29 10:04:27 +00:00
acli
772746525e Copied from en directory 2004-02-29 06:41:36 +00:00
acli
59e30042fd Title -> Salutation, so that it can be translated properly to Chinese 2004-02-29 06:34:05 +00:00
acli
765730e2b1 Applied most of Arthur's corrections, some with editorial changes.
Some other corrections.
Copied graphics from en directory.
2004-02-29 00:54:50 +00:00
acli
5d18fec42f HTML syntax correction 2004-02-27 03:57:43 +00:00
oleonard
4c24bc5a3c Minor correction to HTML to go with fix for Bug 606 2004-02-25 22:09:58 +00:00
rangi
1d2a764626 fix for bug 606,
seems to be an error in the tmpl still but the functionality seems to be working again
2004-02-25 21:44:40 +00:00
kb2qzv
cbb3f0bf61 *** empty log message *** 2004-02-25 20:08:15 +00:00
kb2qzv
303622d8a5 Addition of quotation marks where they where needed for translator 2004-02-25 20:03:05 +00:00
oleonard
32b243109a Changing French string to English, cleaning up some HTML markup 2004-02-25 20:02:14 +00:00
kb2qzv
2ed59e860e missing ; added to the end of &nbsp; 2004-02-25 19:56:55 +00:00
kb2qzv
e51557cff6 removal of 2 quotation marks from the bgcolor= so that translator is happy. 2004-02-25 19:54:57 +00:00
kb2qzv
f38929f5e8 Added &gt; and &lt; instead of << >>. 2004-02-25 19:49:01 +00:00
oleonard
142a3fd98a Small changes to help fix Bug 436 2004-02-25 18:15:35 +00:00
oleonard
d79655295d Minor correction to HTML (closing input tags) 2004-02-25 17:28:43 +00:00
oleonard
37edf0427e Changing branchcode input field to maxlength=4 to reflect size limit of MySQL field. 2004-02-24 16:41:14 +00:00
oleonard
bbcc302194 Changing branchcode input field to maxlength=4 to reflect size limit of MySQL field. Also quoted all attributes in HTML. 2004-02-24 16:40:11 +00:00
acli
e4cc939d48 Need meta tag 2004-02-24 08:43:26 +00:00
acli
382535cf07 New templates generated from opac.zh_TW and intranet.zh_TW 2004-02-24 05:12:47 +00:00
acli
1b9d5b13ec file kohaerror.tmpl was initially added on branch rel_2_0. 2004-02-24 04:51:03 +00:00
acli
b0c60de06a file stats.tmpl was initially added on branch rel_2_0. 2004-02-24 04:51:02 +00:00