├── README.md ├── WebContent ├── META-INF │ ├── MANIFEST.MF │ └── context.xml ├── WEB-INF │ ├── tlds │ │ ├── layout.tld │ │ └── translations.tld │ └── web.xml ├── jsp │ ├── acquisition │ │ ├── orders.jsp │ │ ├── quotations.jsp │ │ ├── requests.jsp │ │ └── suppliers.jsp │ ├── administration │ │ ├── access_cards.jsp │ │ ├── configurations.jsp │ │ ├── maintenance.jsp │ │ ├── migration.jsp │ │ ├── password.jsp │ │ ├── permissions.jsp │ │ ├── reports.jsp │ │ ├── translations.jsp │ │ ├── user_types.jsp │ │ └── z3950_servers.jsp │ ├── cataloging │ │ ├── authorities.jsp │ │ ├── bibliographic.jsp │ │ ├── import.jsp │ │ ├── labels.jsp │ │ └── vocabulary.jsp │ ├── circulation │ │ ├── access_control.jsp │ │ ├── lending.jsp │ │ ├── reservation.jsp │ │ ├── user.jsp │ │ └── user_cards.jsp │ ├── error.jsp │ ├── error_404.jsp │ ├── error_500.jsp │ ├── error_fatal.jsp │ ├── help │ │ └── about_biblivre.jsp │ ├── index.jsp │ ├── list │ │ └── bibliographic.jsp │ ├── log.jsp │ ├── progress.jsp │ ├── record_tab_config.jsp │ ├── search │ │ ├── authorities.jsp │ │ ├── bibliographic.jsp │ │ ├── vocabulary.jsp │ │ └── z3950.jsp │ ├── setup.jsp │ └── upload.jsp └── static │ ├── images │ ├── ajax-loader-big.gif │ ├── ajax-loader.gif │ ├── biblivre_small.png │ ├── blank.gif │ ├── border-anim-h.gif │ ├── border-anim-v.gif │ ├── border-h.gif │ ├── border-v.gif │ ├── button_arrow_down.png │ ├── button_arrow_down_disabled.png │ ├── button_arrow_right.png │ ├── button_arrow_right_disabled.png │ ├── button_arrow_updown.png │ ├── button_arrow_updown_disabled.png │ ├── calendar-disabled.png │ ├── calendar.png │ ├── database_bg.png │ ├── favicon.ico │ ├── fieldset_collapse.png │ ├── flags │ │ ├── _ASEAN.png │ │ ├── _African Union.png │ │ ├── _Arab League.png │ │ ├── _Basque Country.png │ │ ├── _CARICOM.png │ │ ├── _CIS.png │ │ ├── _Catalonia.png │ │ ├── _Commonwealth.png │ │ ├── _England.png │ │ ├── _European Union.png │ │ ├── _FAO.png │ │ ├── _Galicia.png │ │ ├── _IAEA.png │ │ ├── _IHO.png │ │ ├── _Islamic Conference.png │ │ ├── _Kosovo.png │ │ ├── _NATO.png │ │ ├── _Northern Cyprus.png │ │ ├── _Northern Ireland.png │ │ ├── _OAS.png │ │ ├── _OECD.png │ │ ├── _OPEC.png │ │ ├── _Olimpic Movement.png │ │ ├── _Red Cross.png │ │ ├── _Scotland.png │ │ ├── _Somaliland.png │ │ ├── _UNESCO.png │ │ ├── _UNICEF.png │ │ ├── _United Nations.png │ │ ├── _WHO.png │ │ ├── _WTO.png │ │ ├── _Wales.png │ │ ├── ad.png │ │ ├── ae.png │ │ ├── af.png │ │ ├── ag.png │ │ ├── ai.png │ │ ├── al.png │ │ ├── am.png │ │ ├── an.png │ │ ├── ao.png │ │ ├── aq.png │ │ ├── ar.png │ │ ├── as.png │ │ ├── at.png │ │ ├── au.png │ │ ├── aw.png │ │ ├── ax.png │ │ ├── az.png │ │ ├── ba.png │ │ ├── bb.png │ │ ├── bd.png │ │ ├── be.png │ │ ├── bf.png │ │ ├── bg.png │ │ ├── bh.png │ │ ├── bi.png │ │ ├── bj.png │ │ ├── bl.png │ │ ├── bm.png │ │ ├── bn.png │ │ ├── bo.png │ │ ├── br.png │ │ ├── bs.png │ │ ├── bt.png │ │ ├── bv.png │ │ ├── bw.png │ │ ├── by.png │ │ ├── bz.png │ │ ├── ca.png │ │ ├── cc.png │ │ ├── cd.png │ │ ├── cf.png │ │ ├── cg.png │ │ ├── ch.png │ │ ├── ci.png │ │ ├── ck.png │ │ ├── cl.png │ │ ├── cm.png │ │ ├── cn.png │ │ ├── co.png │ │ ├── cr.png │ │ ├── cu.png │ │ ├── cv.png │ │ ├── cx.png │ │ ├── cy.png │ │ ├── cz.png │ │ ├── de.png │ │ ├── dj.png │ │ ├── dk.png │ │ ├── dm.png │ │ ├── do.png │ │ ├── dz.png │ │ ├── ec.png │ │ ├── ee.png │ │ ├── eg.png │ │ ├── eh.png │ │ ├── er.png │ │ ├── es.png │ │ ├── et.png │ │ ├── fi.png │ │ ├── fj.png │ │ ├── fk.png │ │ ├── fm.png │ │ ├── fo.png │ │ ├── fr.png │ │ ├── ga.png │ │ ├── gb.png │ │ ├── gd.png │ │ ├── ge.png │ │ ├── gf.png │ │ ├── gg.png │ │ ├── gh.png │ │ ├── gi.png │ │ ├── gl.png │ │ ├── gm.png │ │ ├── gn.png │ │ ├── gp.png │ │ ├── gq.png │ │ ├── gr.png │ │ ├── gs.png │ │ ├── gt.png │ │ ├── gu.png │ │ ├── gw.png │ │ ├── gy.png │ │ ├── hk.png │ │ ├── hm.png │ │ ├── hn.png │ │ ├── hr.png │ │ ├── ht.png │ │ ├── hu.png │ │ ├── id.png │ │ ├── ie.png │ │ ├── il.png │ │ ├── im.png │ │ ├── in.png │ │ ├── io.png │ │ ├── iq.png │ │ ├── ir.png │ │ ├── is.png │ │ ├── it.png │ │ ├── je.png │ │ ├── jm.png │ │ ├── jo.png │ │ ├── jp.png │ │ ├── ke.png │ │ ├── kg.png │ │ ├── kh.png │ │ ├── ki.png │ │ ├── km.png │ │ ├── kn.png │ │ ├── kp.png │ │ ├── kr.png │ │ ├── kw.png │ │ ├── ky.png │ │ ├── kz.png │ │ ├── la.png │ │ ├── lb.png │ │ ├── lc.png │ │ ├── li.png │ │ ├── lk.png │ │ ├── lr.png │ │ ├── ls.png │ │ ├── lt.png │ │ ├── lu.png │ │ ├── lv.png │ │ ├── ly.png │ │ ├── ma.png │ │ ├── mc.png │ │ ├── md.png │ │ ├── me.png │ │ ├── mf.png │ │ ├── mg.png │ │ ├── mh.png │ │ ├── mk.png │ │ ├── ml.png │ │ ├── mm.png │ │ ├── mn.png │ │ ├── mo.png │ │ ├── mp.png │ │ ├── mq.png │ │ ├── mr.png │ │ ├── ms.png │ │ ├── mt.png │ │ ├── mu.png │ │ ├── mv.png │ │ ├── mw.png │ │ ├── mx.png │ │ ├── my.png │ │ ├── mz.png │ │ ├── na.png │ │ ├── nc.png │ │ ├── ne.png │ │ ├── nf.png │ │ ├── ng.png │ │ ├── ni.png │ │ ├── nl.png │ │ ├── no.png │ │ ├── np.png │ │ ├── nr.png │ │ ├── nu.png │ │ ├── nz.png │ │ ├── om.png │ │ ├── pa.png │ │ ├── pe.png │ │ ├── pf.png │ │ ├── pg.png │ │ ├── ph.png │ │ ├── pk.png │ │ ├── pl.png │ │ ├── pm.png │ │ ├── pn.png │ │ ├── pr.png │ │ ├── ps.png │ │ ├── pt.png │ │ ├── pw.png │ │ ├── py.png │ │ ├── qa.png │ │ ├── re.png │ │ ├── ro.png │ │ ├── rs.png │ │ ├── ru.png │ │ ├── rw.png │ │ ├── sa.png │ │ ├── sb.png │ │ ├── sc.png │ │ ├── sd.png │ │ ├── se.png │ │ ├── sg.png │ │ ├── sh.png │ │ ├── si.png │ │ ├── sj.png │ │ ├── sk.png │ │ ├── sl.png │ │ ├── sm.png │ │ ├── sn.png │ │ ├── so.png │ │ ├── sr.png │ │ ├── st.png │ │ ├── sv.png │ │ ├── sy.png │ │ ├── sz.png │ │ ├── tc.png │ │ ├── td.png │ │ ├── tf.png │ │ ├── tg.png │ │ ├── th.png │ │ ├── tj.png │ │ ├── tk.png │ │ ├── tl.png │ │ ├── tm.png │ │ ├── tn.png │ │ ├── to.png │ │ ├── tr.png │ │ ├── tt.png │ │ ├── tv.png │ │ ├── tw.png │ │ ├── tz.png │ │ ├── ua.png │ │ ├── ug.png │ │ ├── um.png │ │ ├── us.png │ │ ├── uy.png │ │ ├── uz.png │ │ ├── va.png │ │ ├── vc.png │ │ ├── ve.png │ │ ├── vg.png │ │ ├── vi.png │ │ ├── vn.png │ │ ├── vu.png │ │ ├── wf.png │ │ ├── ws.png │ │ ├── ye.png │ │ ├── yt.png │ │ ├── za.png │ │ ├── zm.png │ │ └── zw.png │ ├── header_bg.png │ ├── ico_add.png │ ├── ico_clear.png │ ├── ico_delete.png │ ├── ico_exclamation.png │ ├── ico_gear.png │ ├── ico_minus.png │ ├── ico_plus.png │ ├── ico_refresh.png │ ├── last_backup.png │ ├── logo_biblioteca_nacional.png │ ├── logo_biblivre.png │ ├── logo_biblivre_small.png │ ├── logo_itau.png │ ├── logo_lei_de_incentivo.png │ ├── logo_pedro_i.png │ ├── logo_sabin.png │ ├── main_picture_1.jpg │ ├── message_error_bg.png │ ├── message_error_bg_.png │ ├── message_normal_bg.png │ ├── message_success_bg.png │ ├── message_warning_bg.png │ ├── paging_arrow_next.png │ ├── paging_arrow_prev.png │ ├── paging_button_next.png │ ├── paging_button_prev.png │ ├── photo.png │ ├── slider_arrow.png │ ├── submenu_bg.png │ └── titles │ │ └── search.png │ ├── scripts │ ├── IE9.js │ ├── admin.js │ ├── biblivre.acquisition.order.input.js │ ├── biblivre.acquisition.order.search.js │ ├── biblivre.acquisition.quotation.input.js │ ├── biblivre.acquisition.quotation.search.js │ ├── biblivre.acquisition.request.input.js │ ├── biblivre.acquisition.request.search.js │ ├── biblivre.acquisition.supplier.input.js │ ├── biblivre.acquisition.supplier.search.js │ ├── biblivre.administration.accesscards.input.js │ ├── biblivre.administration.accesscards.search.js │ ├── biblivre.administration.maintenance.js │ ├── biblivre.administration.password.js │ ├── biblivre.administration.permissions.js │ ├── biblivre.administration.progress.js │ ├── biblivre.administration.reports.js │ ├── biblivre.administration.setup.js │ ├── biblivre.administration.translations.js │ ├── biblivre.administration.usertype.input.js │ ├── biblivre.administration.usertype.search.js │ ├── biblivre.administration.z3950.input.js │ ├── biblivre.administration.z3950.search.js │ ├── biblivre.cataloging.import.js │ ├── biblivre.cataloging.input.js │ ├── biblivre.cataloging.labels.js │ ├── biblivre.cataloging.search.js │ ├── biblivre.cataloging_.js │ ├── biblivre.circulation.access_control.js │ ├── biblivre.circulation.input.js │ ├── biblivre.circulation.lending.js │ ├── biblivre.circulation.reservation.js │ ├── biblivre.circulation.search.js │ ├── biblivre.circulation.user_cards.js │ ├── biblivre.core.js │ ├── biblivre.holding.input.js │ ├── biblivre.holding.search.js │ ├── biblivre.input.js │ ├── biblivre.search.js │ ├── biblivre.test.js │ ├── biblivre.z3950.search.js │ ├── cultures │ │ ├── globalize.culture.af-ZA.js │ │ ├── globalize.culture.af.js │ │ ├── globalize.culture.am-ET.js │ │ ├── globalize.culture.am.js │ │ ├── globalize.culture.ar-AE.js │ │ ├── globalize.culture.ar-BH.js │ │ ├── globalize.culture.ar-DZ.js │ │ ├── globalize.culture.ar-EG.js │ │ ├── globalize.culture.ar-IQ.js │ │ ├── globalize.culture.ar-JO.js │ │ ├── globalize.culture.ar-KW.js │ │ ├── globalize.culture.ar-LB.js │ │ ├── globalize.culture.ar-LY.js │ │ ├── globalize.culture.ar-MA.js │ │ ├── globalize.culture.ar-OM.js │ │ ├── globalize.culture.ar-QA.js │ │ ├── globalize.culture.ar-SA.js │ │ ├── globalize.culture.ar-SY.js │ │ ├── globalize.culture.ar-TN.js │ │ ├── globalize.culture.ar-YE.js │ │ ├── globalize.culture.ar.js │ │ ├── globalize.culture.arn-CL.js │ │ ├── globalize.culture.arn.js │ │ ├── globalize.culture.as-IN.js │ │ ├── globalize.culture.as.js │ │ ├── globalize.culture.az-Cyrl-AZ.js │ │ ├── globalize.culture.az-Cyrl.js │ │ ├── globalize.culture.az-Latn-AZ.js │ │ ├── globalize.culture.az-Latn.js │ │ ├── globalize.culture.az.js │ │ ├── globalize.culture.ba-RU.js │ │ ├── globalize.culture.ba.js │ │ ├── globalize.culture.be-BY.js │ │ ├── globalize.culture.be.js │ │ ├── globalize.culture.bg-BG.js │ │ ├── globalize.culture.bg.js │ │ ├── globalize.culture.bn-BD.js │ │ ├── globalize.culture.bn-IN.js │ │ ├── globalize.culture.bn.js │ │ ├── globalize.culture.bo-CN.js │ │ ├── globalize.culture.bo.js │ │ ├── globalize.culture.br-FR.js │ │ ├── globalize.culture.br.js │ │ ├── globalize.culture.bs-Cyrl-BA.js │ │ ├── globalize.culture.bs-Cyrl.js │ │ ├── globalize.culture.bs-Latn-BA.js │ │ ├── globalize.culture.bs-Latn.js │ │ ├── globalize.culture.bs.js │ │ ├── globalize.culture.ca-ES.js │ │ ├── globalize.culture.ca.js │ │ ├── globalize.culture.co-FR.js │ │ ├── globalize.culture.co.js │ │ ├── globalize.culture.cs-CZ.js │ │ ├── globalize.culture.cs.js │ │ ├── globalize.culture.cy-GB.js │ │ ├── globalize.culture.cy.js │ │ ├── globalize.culture.da-DK.js │ │ ├── globalize.culture.da.js │ │ ├── globalize.culture.de-AT.js │ │ ├── globalize.culture.de-CH.js │ │ ├── globalize.culture.de-DE.js │ │ ├── globalize.culture.de-LI.js │ │ ├── globalize.culture.de-LU.js │ │ ├── globalize.culture.de.js │ │ ├── globalize.culture.dsb-DE.js │ │ ├── globalize.culture.dsb.js │ │ ├── globalize.culture.dv-MV.js │ │ ├── globalize.culture.dv.js │ │ ├── globalize.culture.el-GR.js │ │ ├── globalize.culture.el.js │ │ ├── globalize.culture.en-029.js │ │ ├── globalize.culture.en-AU.js │ │ ├── globalize.culture.en-BZ.js │ │ ├── globalize.culture.en-CA.js │ │ ├── globalize.culture.en-GB.js │ │ ├── globalize.culture.en-IE.js │ │ ├── globalize.culture.en-IN.js │ │ ├── globalize.culture.en-JM.js │ │ ├── globalize.culture.en-MY.js │ │ ├── globalize.culture.en-NZ.js │ │ ├── globalize.culture.en-PH.js │ │ ├── globalize.culture.en-SG.js │ │ ├── globalize.culture.en-TT.js │ │ ├── globalize.culture.en-US.js │ │ ├── globalize.culture.en-ZA.js │ │ ├── globalize.culture.en-ZW.js │ │ ├── globalize.culture.es-AR.js │ │ ├── globalize.culture.es-BO.js │ │ ├── globalize.culture.es-CL.js │ │ ├── globalize.culture.es-CO.js │ │ ├── globalize.culture.es-CR.js │ │ ├── globalize.culture.es-DO.js │ │ ├── globalize.culture.es-EC.js │ │ ├── globalize.culture.es-ES.js │ │ ├── globalize.culture.es-GT.js │ │ ├── globalize.culture.es-HN.js │ │ ├── globalize.culture.es-MX.js │ │ ├── globalize.culture.es-NI.js │ │ ├── globalize.culture.es-PA.js │ │ ├── globalize.culture.es-PE.js │ │ ├── globalize.culture.es-PR.js │ │ ├── globalize.culture.es-PY.js │ │ ├── globalize.culture.es-SV.js │ │ ├── globalize.culture.es-US.js │ │ ├── globalize.culture.es-UY.js │ │ ├── globalize.culture.es-VE.js │ │ ├── globalize.culture.es.js │ │ ├── globalize.culture.et-EE.js │ │ ├── globalize.culture.et.js │ │ ├── globalize.culture.eu-ES.js │ │ ├── globalize.culture.eu.js │ │ ├── globalize.culture.fa-IR.js │ │ ├── globalize.culture.fa.js │ │ ├── globalize.culture.fi-FI.js │ │ ├── globalize.culture.fi.js │ │ ├── globalize.culture.fil-PH.js │ │ ├── globalize.culture.fil.js │ │ ├── globalize.culture.fo-FO.js │ │ ├── globalize.culture.fo.js │ │ ├── globalize.culture.fr-BE.js │ │ ├── globalize.culture.fr-CA.js │ │ ├── globalize.culture.fr-CH.js │ │ ├── globalize.culture.fr-FR.js │ │ ├── globalize.culture.fr-LU.js │ │ ├── globalize.culture.fr-MC.js │ │ ├── globalize.culture.fr.js │ │ ├── globalize.culture.fy-NL.js │ │ ├── globalize.culture.fy.js │ │ ├── globalize.culture.ga-IE.js │ │ ├── globalize.culture.ga.js │ │ ├── globalize.culture.gd-GB.js │ │ ├── globalize.culture.gd.js │ │ ├── globalize.culture.gl-ES.js │ │ ├── globalize.culture.gl.js │ │ ├── globalize.culture.gsw-FR.js │ │ ├── globalize.culture.gsw.js │ │ ├── globalize.culture.gu-IN.js │ │ ├── globalize.culture.gu.js │ │ ├── globalize.culture.ha-Latn-NG.js │ │ ├── globalize.culture.ha-Latn.js │ │ ├── globalize.culture.ha.js │ │ ├── globalize.culture.he-IL.js │ │ ├── globalize.culture.he.js │ │ ├── globalize.culture.hi-IN.js │ │ ├── globalize.culture.hi.js │ │ ├── globalize.culture.hr-BA.js │ │ ├── globalize.culture.hr-HR.js │ │ ├── globalize.culture.hr.js │ │ ├── globalize.culture.hsb-DE.js │ │ ├── globalize.culture.hsb.js │ │ ├── globalize.culture.hu-HU.js │ │ ├── globalize.culture.hu.js │ │ ├── globalize.culture.hy-AM.js │ │ ├── globalize.culture.hy.js │ │ ├── globalize.culture.id-ID.js │ │ ├── globalize.culture.id.js │ │ ├── globalize.culture.ig-NG.js │ │ ├── globalize.culture.ig.js │ │ ├── globalize.culture.ii-CN.js │ │ ├── globalize.culture.ii.js │ │ ├── globalize.culture.is-IS.js │ │ ├── globalize.culture.is.js │ │ ├── globalize.culture.it-CH.js │ │ ├── globalize.culture.it-IT.js │ │ ├── globalize.culture.it.js │ │ ├── globalize.culture.iu-Cans-CA.js │ │ ├── globalize.culture.iu-Cans.js │ │ ├── globalize.culture.iu-Latn-CA.js │ │ ├── globalize.culture.iu-Latn.js │ │ ├── globalize.culture.iu.js │ │ ├── globalize.culture.ja-JP.js │ │ ├── globalize.culture.ja.js │ │ ├── globalize.culture.ka-GE.js │ │ ├── globalize.culture.ka.js │ │ ├── globalize.culture.kk-KZ.js │ │ ├── globalize.culture.kk.js │ │ ├── globalize.culture.kl-GL.js │ │ ├── globalize.culture.kl.js │ │ ├── globalize.culture.km-KH.js │ │ ├── globalize.culture.km.js │ │ ├── globalize.culture.kn-IN.js │ │ ├── globalize.culture.kn.js │ │ ├── globalize.culture.ko-KR.js │ │ ├── globalize.culture.ko.js │ │ ├── globalize.culture.kok-IN.js │ │ ├── globalize.culture.kok.js │ │ ├── globalize.culture.ky-KG.js │ │ ├── globalize.culture.ky.js │ │ ├── globalize.culture.lb-LU.js │ │ ├── globalize.culture.lb.js │ │ ├── globalize.culture.lo-LA.js │ │ ├── globalize.culture.lo.js │ │ ├── globalize.culture.lt-LT.js │ │ ├── globalize.culture.lt.js │ │ ├── globalize.culture.lv-LV.js │ │ ├── globalize.culture.lv.js │ │ ├── globalize.culture.mi-NZ.js │ │ ├── globalize.culture.mi.js │ │ ├── globalize.culture.mk-MK.js │ │ ├── globalize.culture.mk.js │ │ ├── globalize.culture.ml-IN.js │ │ ├── globalize.culture.ml.js │ │ ├── globalize.culture.mn-Cyrl.js │ │ ├── globalize.culture.mn-MN.js │ │ ├── globalize.culture.mn-Mong-CN.js │ │ ├── globalize.culture.mn-Mong.js │ │ ├── globalize.culture.mn.js │ │ ├── globalize.culture.moh-CA.js │ │ ├── globalize.culture.moh.js │ │ ├── globalize.culture.mr-IN.js │ │ ├── globalize.culture.mr.js │ │ ├── globalize.culture.ms-BN.js │ │ ├── globalize.culture.ms-MY.js │ │ ├── globalize.culture.ms.js │ │ ├── globalize.culture.mt-MT.js │ │ ├── globalize.culture.mt.js │ │ ├── globalize.culture.nb-NO.js │ │ ├── globalize.culture.nb.js │ │ ├── globalize.culture.ne-NP.js │ │ ├── globalize.culture.ne.js │ │ ├── globalize.culture.nl-BE.js │ │ ├── globalize.culture.nl-NL.js │ │ ├── globalize.culture.nl.js │ │ ├── globalize.culture.nn-NO.js │ │ ├── globalize.culture.nn.js │ │ ├── globalize.culture.no.js │ │ ├── globalize.culture.nso-ZA.js │ │ ├── globalize.culture.nso.js │ │ ├── globalize.culture.oc-FR.js │ │ ├── globalize.culture.oc.js │ │ ├── globalize.culture.or-IN.js │ │ ├── globalize.culture.or.js │ │ ├── globalize.culture.pa-IN.js │ │ ├── globalize.culture.pa.js │ │ ├── globalize.culture.pl-PL.js │ │ ├── globalize.culture.pl.js │ │ ├── globalize.culture.prs-AF.js │ │ ├── globalize.culture.prs.js │ │ ├── globalize.culture.ps-AF.js │ │ ├── globalize.culture.ps.js │ │ ├── globalize.culture.pt-BR.js │ │ ├── globalize.culture.pt-PT.js │ │ ├── globalize.culture.pt.js │ │ ├── globalize.culture.qut-GT.js │ │ ├── globalize.culture.qut.js │ │ ├── globalize.culture.quz-BO.js │ │ ├── globalize.culture.quz-EC.js │ │ ├── globalize.culture.quz-PE.js │ │ ├── globalize.culture.quz.js │ │ ├── globalize.culture.rm-CH.js │ │ ├── globalize.culture.rm.js │ │ ├── globalize.culture.ro-RO.js │ │ ├── globalize.culture.ro.js │ │ ├── globalize.culture.ru-RU.js │ │ ├── globalize.culture.ru.js │ │ ├── globalize.culture.rw-RW.js │ │ ├── globalize.culture.rw.js │ │ ├── globalize.culture.sa-IN.js │ │ ├── globalize.culture.sa.js │ │ ├── globalize.culture.sah-RU.js │ │ ├── globalize.culture.sah.js │ │ ├── globalize.culture.se-FI.js │ │ ├── globalize.culture.se-NO.js │ │ ├── globalize.culture.se-SE.js │ │ ├── globalize.culture.se.js │ │ ├── globalize.culture.si-LK.js │ │ ├── globalize.culture.si.js │ │ ├── globalize.culture.sk-SK.js │ │ ├── globalize.culture.sk.js │ │ ├── globalize.culture.sl-SI.js │ │ ├── globalize.culture.sl.js │ │ ├── globalize.culture.sma-NO.js │ │ ├── globalize.culture.sma-SE.js │ │ ├── globalize.culture.sma.js │ │ ├── globalize.culture.smj-NO.js │ │ ├── globalize.culture.smj-SE.js │ │ ├── globalize.culture.smj.js │ │ ├── globalize.culture.smn-FI.js │ │ ├── globalize.culture.smn.js │ │ ├── globalize.culture.sms-FI.js │ │ ├── globalize.culture.sms.js │ │ ├── globalize.culture.sq-AL.js │ │ ├── globalize.culture.sq.js │ │ ├── globalize.culture.sr-Cyrl-BA.js │ │ ├── globalize.culture.sr-Cyrl-CS.js │ │ ├── globalize.culture.sr-Cyrl-ME.js │ │ ├── globalize.culture.sr-Cyrl-RS.js │ │ ├── globalize.culture.sr-Cyrl.js │ │ ├── globalize.culture.sr-Latn-BA.js │ │ ├── globalize.culture.sr-Latn-CS.js │ │ ├── globalize.culture.sr-Latn-ME.js │ │ ├── globalize.culture.sr-Latn-RS.js │ │ ├── globalize.culture.sr-Latn.js │ │ ├── globalize.culture.sr.js │ │ ├── globalize.culture.sv-FI.js │ │ ├── globalize.culture.sv-SE.js │ │ ├── globalize.culture.sv.js │ │ ├── globalize.culture.sw-KE.js │ │ ├── globalize.culture.sw.js │ │ ├── globalize.culture.syr-SY.js │ │ ├── globalize.culture.syr.js │ │ ├── globalize.culture.ta-IN.js │ │ ├── globalize.culture.ta.js │ │ ├── globalize.culture.te-IN.js │ │ ├── globalize.culture.te.js │ │ ├── globalize.culture.tg-Cyrl-TJ.js │ │ ├── globalize.culture.tg-Cyrl.js │ │ ├── globalize.culture.tg.js │ │ ├── globalize.culture.th-TH.js │ │ ├── globalize.culture.th.js │ │ ├── globalize.culture.tk-TM.js │ │ ├── globalize.culture.tk.js │ │ ├── globalize.culture.tn-ZA.js │ │ ├── globalize.culture.tn.js │ │ ├── globalize.culture.tr-TR.js │ │ ├── globalize.culture.tr.js │ │ ├── globalize.culture.tt-RU.js │ │ ├── globalize.culture.tt.js │ │ ├── globalize.culture.tzm-Latn-DZ.js │ │ ├── globalize.culture.tzm-Latn.js │ │ ├── globalize.culture.tzm.js │ │ ├── globalize.culture.ug-CN.js │ │ ├── globalize.culture.ug.js │ │ ├── globalize.culture.uk-UA.js │ │ ├── globalize.culture.uk.js │ │ ├── globalize.culture.ur-PK.js │ │ ├── globalize.culture.ur.js │ │ ├── globalize.culture.uz-Cyrl-UZ.js │ │ ├── globalize.culture.uz-Cyrl.js │ │ ├── globalize.culture.uz-Latn-UZ.js │ │ ├── globalize.culture.uz-Latn.js │ │ ├── globalize.culture.uz.js │ │ ├── globalize.culture.vi-VN.js │ │ ├── globalize.culture.vi.js │ │ ├── globalize.culture.wo-SN.js │ │ ├── globalize.culture.wo.js │ │ ├── globalize.culture.xh-ZA.js │ │ ├── globalize.culture.xh.js │ │ ├── globalize.culture.yo-NG.js │ │ ├── globalize.culture.yo.js │ │ ├── globalize.culture.zh-CHS.js │ │ ├── globalize.culture.zh-CHT.js │ │ ├── globalize.culture.zh-CN.js │ │ ├── globalize.culture.zh-HK.js │ │ ├── globalize.culture.zh-Hans.js │ │ ├── globalize.culture.zh-Hant.js │ │ ├── globalize.culture.zh-MO.js │ │ ├── globalize.culture.zh-SG.js │ │ ├── globalize.culture.zh-TW.js │ │ ├── globalize.culture.zh.js │ │ ├── globalize.culture.zu-ZA.js │ │ ├── globalize.culture.zu.js │ │ └── globalize.cultures.js │ ├── excanvas.compiled.js │ ├── globalize.js │ ├── ie6 │ │ ├── background_browser.gif │ │ ├── browser_chrome.gif │ │ ├── browser_firefox.gif │ │ ├── browser_ie.gif │ │ ├── browser_opera.gif │ │ ├── browser_safari.gif │ │ ├── index.html │ │ └── warning.js │ ├── jquery.extras.js │ ├── jquery.imgareaselect.js │ ├── jquery.js │ ├── json.js │ ├── zebra_datepicker.js │ └── zebra_datepicker.src.js │ └── styles │ ├── biblivre.administration.setup.css │ ├── biblivre.print.css │ ├── scss │ ├── _biblivre.scss │ ├── _mixins.scss │ ├── _reset.scss │ ├── biblivre.about.scss │ ├── biblivre.acquisition.scss │ ├── biblivre.administration.scss │ ├── biblivre.administration.setup.scss │ ├── biblivre.administration.z3950.scss │ ├── biblivre.cataloging.import.scss │ ├── biblivre.cataloging.scss │ ├── biblivre.circulation.scss │ ├── biblivre.core.scss │ ├── biblivre.index.scss │ ├── biblivre.print.scss │ ├── biblivre.search.scss │ └── interface │ │ ├── _buttons.scss │ │ ├── _combo.scss │ │ ├── _content.scss │ │ ├── _extras.scss │ │ ├── _forms.scss │ │ ├── _icons.scss │ │ ├── _layout.scss │ │ ├── _menu.scss │ │ ├── _paging.scss │ │ └── _tabs.scss │ └── zebra.bootstrap.css ├── jar ├── a2j-2.0.4.jar ├── itext-4.2.1.jar ├── jzkit2_core-2.2.3.jar ├── jzkit2_jdbc_plugin-2.2.3.jar ├── jzkit2_service-2.2.3.jar ├── jzkit2_z3950_plugin-2.2.3.jar ├── marc4j-2.5.1.beta.jar ├── normalizer-2.6.jar └── z3950server-1.0.2.jar ├── pom.xml ├── sql ├── biblivre4.sql ├── createdatabase.sql └── dropdatabase.sql └── src └── java ├── InternalAttrTypes.properties ├── InternalToType1Rules.properties ├── a2j.properties ├── applicationContext.xml ├── biblivre ├── acquisition │ ├── order │ │ ├── Handler.java │ │ ├── OrderBO.java │ │ ├── OrderDAO.java │ │ ├── OrderDTO.java │ │ └── Validator.java │ ├── quotation │ │ ├── Handler.java │ │ ├── QuotationBO.java │ │ ├── QuotationDAO.java │ │ ├── QuotationDTO.java │ │ ├── RequestQuotationDTO.java │ │ └── Validator.java │ ├── request │ │ ├── Handler.java │ │ ├── RequestBO.java │ │ ├── RequestDAO.java │ │ ├── RequestDTO.java │ │ ├── RequestStatus.java │ │ └── Validator.java │ └── supplier │ │ ├── Handler.java │ │ ├── SupplierBO.java │ │ ├── SupplierDAO.java │ │ ├── SupplierDTO.java │ │ └── Validator.java ├── administration │ ├── accesscards │ │ ├── AccessCardBO.java │ │ ├── AccessCardDAO.java │ │ ├── AccessCardDTO.java │ │ ├── AccessCardStatus.java │ │ ├── Handler.java │ │ └── Validator.java │ ├── backup │ │ ├── BackupBO.java │ │ ├── BackupDAO.java │ │ ├── BackupDTO.java │ │ ├── BackupScope.java │ │ ├── BackupType.java │ │ ├── Handler.java │ │ ├── RestoreBO.java │ │ └── RestoreDTO.java │ ├── configurations │ │ └── Handler.java │ ├── indexing │ │ ├── Handler.java │ │ ├── IndexingBO.java │ │ ├── IndexingDAO.java │ │ ├── IndexingDTO.java │ │ ├── IndexingGroupDTO.java │ │ ├── IndexingGroups.java │ │ └── IndexingGroupsDAO.java │ ├── permissions │ │ ├── Handler.java │ │ ├── PermissionBO.java │ │ ├── PermissionDAO.java │ │ ├── PermissionDTO.java │ │ └── Validator.java │ ├── reports │ │ ├── AllUsersReport.java │ │ ├── AssetHoldingByDateReport.java │ │ ├── AssetHoldingFullReport.java │ │ ├── AssetHoldingReport.java │ │ ├── BaseBiblivreReport.java │ │ ├── BibliographyReport.java │ │ ├── BiblivreReportFactory.java │ │ ├── CustomCountReport.java │ │ ├── DeweyReport.java │ │ ├── Handler.java │ │ ├── HoldingCreationByDatetReport.java │ │ ├── IBiblivreReport.java │ │ ├── LateReturnLendingsReport.java │ │ ├── LendingsByDateReport.java │ │ ├── ReportType.java │ │ ├── ReportUtils.java │ │ ├── ReportsBO.java │ │ ├── ReportsDAO.java │ │ ├── ReportsDTO.java │ │ ├── RequestsByDateReport.java │ │ ├── ReservationReport.java │ │ ├── SearchesByDateReport.java │ │ ├── SummaryReport.java │ │ ├── UserReport.java │ │ └── dto │ │ │ ├── AllUsersReportDto.java │ │ │ ├── AssetHoldingByDateDto.java │ │ │ ├── AssetHoldingDto.java │ │ │ ├── AssetHoldingFullDto.java │ │ │ ├── BaseReportDto.java │ │ │ ├── BibliographyReportDto.java │ │ │ ├── CustomCountDto.java │ │ │ ├── DeweyReportDto.java │ │ │ ├── HoldingCreationByDateReportDto.java │ │ │ ├── LateLendingsDto.java │ │ │ ├── LendingsByDateReportDto.java │ │ │ ├── RequestsByDateReportDto.java │ │ │ ├── ReservationReportDto.java │ │ │ ├── SearchesByDateReportDto.java │ │ │ ├── SummaryReportDto.java │ │ │ └── UserReportDto.java │ ├── setup │ │ ├── DataMigrationBO.java │ │ ├── DataMigrationDAO.java │ │ ├── DataMigrationDTO.java │ │ ├── DataMigrationPhase.java │ │ ├── DataMigrationPhaseGroup.java │ │ ├── Handler.java │ │ ├── SetupDAO.java │ │ └── State.java │ ├── translations │ │ ├── Handler.java │ │ └── Validator.java │ ├── usertype │ │ ├── Handler.java │ │ ├── UserTypeBO.java │ │ ├── UserTypeDAO.java │ │ ├── UserTypeDTO.java │ │ └── Validator.java │ └── z3950 │ │ ├── Handler.java │ │ └── Validator.java ├── cataloging │ ├── AutocompleteDTO.java │ ├── BriefTabFieldDTO.java │ ├── BriefTabFieldFormatDTO.java │ ├── CatalogingHandler.java │ ├── Fields.java │ ├── FormTabDatafieldDTO.java │ ├── FormTabSubfieldDTO.java │ ├── Handler.java │ ├── ImportBO.java │ ├── ImportDAO.java │ ├── ImportDTO.java │ ├── RecordAttachmentDTO.java │ ├── RecordBO.java │ ├── RecordConvertion.java │ ├── RecordDAO.java │ ├── RecordDTO.java │ ├── TabFieldsDAO.java │ ├── Validator.java │ ├── authorities │ │ ├── AuthorityRecordBO.java │ │ ├── AuthorityRecordDAO.java │ │ ├── AuthorityRecordDTO.java │ │ ├── AuthoritySearchDAO.java │ │ └── Handler.java │ ├── bibliographic │ │ ├── BiblioRecordBO.java │ │ ├── BiblioRecordDAO.java │ │ ├── BiblioRecordDTO.java │ │ ├── BiblioRecordPopulationEnum.java │ │ ├── BiblioSearchDAO.java │ │ └── Handler.java │ ├── enums │ │ ├── AutocompleteType.java │ │ ├── HoldingAvailability.java │ │ ├── ImportEncoding.java │ │ ├── ImportFormat.java │ │ ├── RecordDatabase.java │ │ ├── RecordType.java │ │ └── SearchOperator.java │ ├── holding │ │ ├── Handler.java │ │ ├── HoldingBO.java │ │ ├── HoldingDAO.java │ │ ├── HoldingDTO.java │ │ └── HoldingSearchDAO.java │ ├── labels │ │ ├── Handler.java │ │ └── LabelDTO.java │ ├── search │ │ ├── SearchDAO.java │ │ ├── SearchDTO.java │ │ ├── SearchQueryDTO.java │ │ └── SearchTermDTO.java │ └── vocabulary │ │ ├── Handler.java │ │ ├── VocabularyRecordBO.java │ │ ├── VocabularyRecordDAO.java │ │ ├── VocabularyRecordDTO.java │ │ └── VocabularySearchDAO.java ├── circulation │ ├── accesscontrol │ │ ├── AccessControlBO.java │ │ ├── AccessControlDAO.java │ │ ├── AccessControlDTO.java │ │ ├── Handler.java │ │ └── Validator.java │ ├── lending │ │ ├── Handler.java │ │ ├── LendingBO.java │ │ ├── LendingDAO.java │ │ ├── LendingDTO.java │ │ ├── LendingFineBO.java │ │ ├── LendingFineDAO.java │ │ ├── LendingFineDTO.java │ │ ├── LendingInfoDTO.java │ │ └── LendingListDTO.java │ ├── reservation │ │ ├── Handler.java │ │ ├── ReservationBO.java │ │ ├── ReservationDAO.java │ │ ├── ReservationDTO.java │ │ ├── ReservationInfoDTO.java │ │ └── ReservationListDTO.java │ ├── user │ │ ├── Handler.java │ │ ├── UserBO.java │ │ ├── UserDAO.java │ │ ├── UserDTO.java │ │ ├── UserFieldDTO.java │ │ ├── UserFieldType.java │ │ ├── UserFields.java │ │ ├── UserFieldsDAO.java │ │ ├── UserSearchDTO.java │ │ ├── UserStatus.java │ │ └── Validator.java │ └── user_cards │ │ └── Handler.java ├── core │ ├── AbstractBO.java │ ├── AbstractDAO.java │ ├── AbstractDTO.java │ ├── AbstractHandler.java │ ├── AbstractValidator.java │ ├── DTOCollection.java │ ├── Dialog.java │ ├── ExtendedRequest.java │ ├── ExtendedResponse.java │ ├── IFCacheableJavascript.java │ ├── IFJson.java │ ├── JavascriptCache.java │ ├── JavascriptCacheableList.java │ ├── LabelPrintDTO.java │ ├── Message.java │ ├── PagingDTO.java │ ├── StaticBO.java │ ├── Updates.java │ ├── auth │ │ ├── AuthorizationBO.java │ │ ├── AuthorizationDAO.java │ │ ├── AuthorizationPointGroups.java │ │ ├── AuthorizationPointTypes.java │ │ └── AuthorizationPoints.java │ ├── configurations │ │ ├── Configurations.java │ │ ├── ConfigurationsDAO.java │ │ └── ConfigurationsDTO.java │ ├── controllers │ │ ├── Controller.java │ │ ├── DownloadController.java │ │ ├── DownloadRewriteServlet.java │ │ ├── ExtendedRequestResponseFilter.java │ │ ├── JsonController.java │ │ ├── JspController.java │ │ └── SchemaServlet.java │ ├── enums │ │ ├── ActionResult.java │ │ ├── PrinterType.java │ │ └── SearchMode.java │ ├── exceptions │ │ ├── AuthorizationException.java │ │ ├── DAOException.java │ │ └── ValidationException.java │ ├── file │ │ ├── BiblivreFile.java │ │ ├── DatabaseFile.java │ │ ├── DiskFile.java │ │ └── MemoryFile.java │ ├── schemas │ │ ├── SchemaDTO.java │ │ ├── Schemas.java │ │ └── SchemasDAO.java │ ├── translations │ │ ├── LanguageDTO.java │ │ ├── Languages.java │ │ ├── LanguagesDAO.java │ │ ├── NamespaceComparator.java │ │ ├── TranslationDTO.java │ │ ├── Translations.java │ │ ├── TranslationsDAO.java │ │ └── TranslationsMap.java │ └── utils │ │ ├── CalendarUtils.java │ │ ├── Constants.java │ │ ├── DatabaseUtils.java │ │ ├── FileIOUtils.java │ │ ├── NaturalOrderComparator.java │ │ ├── NetworkUtils.java │ │ ├── Pair.java │ │ └── TextUtils.java ├── digitalmedia │ ├── DigitalMediaBO.java │ ├── DigitalMediaDAO.java │ └── Handler.java ├── login │ ├── Handler.java │ ├── LoginBO.java │ ├── LoginDAO.java │ ├── LoginDTO.java │ └── Validator.java ├── marc │ ├── MarcConstants.java │ ├── MarcDataReader.java │ ├── MarcFileReader.java │ ├── MarcUtils.java │ ├── MaterialType.java │ └── RecordStatus.java ├── menu │ └── Handler.java ├── view │ ├── LayoutUtils.java │ └── taglibs │ │ ├── LayoutBody.java │ │ ├── LayoutHead.java │ │ ├── Translations.java │ │ └── TranslationsDate.java └── z3950 │ ├── Handler.java │ ├── Z3950AddressDTO.java │ ├── Z3950BO.java │ ├── Z3950DAO.java │ ├── Z3950RecordDTO.java │ └── client │ └── Z3950Client.java ├── log4j.properties ├── org └── jzkit │ └── search │ └── util │ └── RecordModel │ └── marc │ └── iso2709.java ├── z3950.properties ├── z3950Config.xml ├── z3950Context.xml └── z3950RecordTemplates.xml /README.md: -------------------------------------------------------------------------------- 1 | # Biblivre-4 2 | Biblioteca Livre Internacional 4.0 3 | 4 | A forma mais fácil de executar o sistema é através do Eclipse usando o Tomcat 7 como servidor de aplicação. 5 | 6 | Carregue o arquivo sql\biblivre3.sql em sua base de dados. 7 | 8 | Versão do código atual: 4.0.0 9 | -------------------------------------------------------------------------------- /WebContent/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /WebContent/WEB-INF/tlds/layout.tld: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 1.0 7 | Layout 8 | /WEB-INF/tlds/layout.tld 9 | 10 | 11 | head 12 | biblivre.view.taglibs.LayoutHead 13 | JSP 14 | 15 | 16 | 17 | body 18 | biblivre.view.taglibs.LayoutBody 19 | JSP 20 | 21 | multiPart 22 | false 23 | true 24 | java.lang.Boolean 25 | 26 | 27 | banner 28 | false 29 | true 30 | java.lang.Boolean 31 | 32 | 33 | disableMenu 34 | false 35 | true 36 | java.lang.Boolean 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /WebContent/jsp/error.jsp: -------------------------------------------------------------------------------- 1 | <%@ page import="java.io.FileNotFoundException" %> 2 | <%@ page import="biblivre.core.ExtendedRequest" %> 3 | <%@ page contentType="text/html" pageEncoding="UTF-8" %> 4 | <%@ taglib prefix="layout" uri="/WEB-INF/tlds/layout.tld" %> 5 | <%@ taglib prefix="i18n" uri="/WEB-INF/tlds/translations.tld" %> 6 | 7 | <% 8 | try { 9 | ExtendedRequest xRequest = (ExtendedRequest) request; 10 | } catch (Exception e) { 11 | request.setAttribute("javax.servlet.jsp.jspException", new FileNotFoundException()); 12 | request.getRequestDispatcher("/jsp/error_fatal.jsp").forward(request, response); 13 | return; 14 | } 15 | %> 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /WebContent/jsp/error_404.jsp: -------------------------------------------------------------------------------- 1 | <%@ page import="biblivre.core.ExtendedResponse" %> 2 | <%@ page import="org.apache.commons.httpclient.HttpStatus" %> 3 | <%@ page import="biblivre.core.utils.NetworkUtils" %> 4 | <%@ page import="biblivre.core.exceptions.DAOException" %> 5 | <%@ page contentType="text/html" pageEncoding="UTF-8" %> 6 | <%@ page isErrorPage="true" import="java.io.*" %> 7 | 8 | 9 | 10 | 11 | 12 | 13 | Biblivre IV 14 | 15 | 16 | 17 | 18 | 19 | 24 |
25 |
26 |
27 |
28 | Arquivo não encontrado. 29 |

30 | File not found. 31 |
32 |
33 |
34 |
35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /WebContent/jsp/index.jsp: -------------------------------------------------------------------------------- 1 | <%@ page import="biblivre.login.LoginDTO "%> 2 | <%@ page contentType="text/html" pageEncoding="UTF-8" %> 3 | <%@ taglib prefix="layout" uri="/WEB-INF/tlds/layout.tld" %> 4 | <%@ taglib prefix="i18n" uri="/WEB-INF/tlds/translations.tld" %> 5 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 |
15 | 16 |
17 | <% 18 | LoginDTO login = (LoginDTO) session.getAttribute(request.getAttribute("schema") + ".logged_user"); 19 | pageContext.setAttribute("login", login); 20 | 21 | if (login != null) { 22 | pageContext.setAttribute("name", login.getFirstName()); 23 | } 24 | %> 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
35 |
36 | -------------------------------------------------------------------------------- /WebContent/jsp/list/bibliographic.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html" pageEncoding="UTF-8" %> 2 | <%@ taglib prefix="layout" uri="/WEB-INF/tlds/layout.tld" %> 3 | <%@ taglib prefix="i18n" uri="/WEB-INF/tlds/translations.tld" %> 4 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 5 | 6 | 7 | 8 | 9 | 10 | 11 | <% 12 | char selected = 'a'; 13 | 14 | String l = request.getParameter("letter"); 15 | if (l != null && l.length() > 0) { 16 | selected = l.charAt(0); 17 | } 18 | 19 | %> 20 | 21 |
22 | <% for (char letter : new Character[] { '0', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z' }) { %> 23 | <% if (letter == Character.toUpperCase(selected)) { %> 24 | <%= letter == '0' ? '#' : letter %> 25 | <% } else { %> 26 | <%= letter == '0' ? '#' : letter %> 27 | <% } %> 28 | <% } %> 29 |
30 | 31 |
32 | 33 |
34 |
35 | ${record.title}
36 | ${record.author}
37 | ${record.publicationYear}
38 |
39 |
40 |
41 |
42 |
43 | -------------------------------------------------------------------------------- /WebContent/jsp/log.jsp: -------------------------------------------------------------------------------- 1 | <%@ page import="biblivre.administration.setup.State" %> 2 | <%@ page contentType="text/html" pageEncoding="UTF-8" %> 3 | <%@ taglib prefix="layout" uri="/WEB-INF/tlds/layout.tld" %> 4 | <%@ taglib prefix="i18n" uri="/WEB-INF/tlds/translations.tld" %> 5 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /WebContent/jsp/progress.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html" pageEncoding="UTF-8" %> 2 | <%@ taglib prefix="layout" uri="/WEB-INF/tlds/layout.tld" %> 3 | <%@ taglib prefix="i18n" uri="/WEB-INF/tlds/translations.tld" %> 4 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 5 | 6 | 7 | 8 | 9 | 10 | 11 | 18 | 19 | 20 | 21 | 37 | 38 | -------------------------------------------------------------------------------- /WebContent/jsp/upload.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html" pageEncoding="UTF-8" %> 2 | <%@ page import="java.util.Set" %> 3 | <%@ taglib prefix="layout" uri="/WEB-INF/tlds/layout.tld" %> 4 | <%@ taglib prefix="i18n" uri="/WEB-INF/tlds/translations.tld" %> 5 | 6 | 7 | 8 | 9 |

Hello Books!

10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | -------------------------------------------------------------------------------- /WebContent/static/images/ajax-loader-big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ajax-loader-big.gif -------------------------------------------------------------------------------- /WebContent/static/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ajax-loader.gif -------------------------------------------------------------------------------- /WebContent/static/images/biblivre_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/biblivre_small.png -------------------------------------------------------------------------------- /WebContent/static/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/blank.gif -------------------------------------------------------------------------------- /WebContent/static/images/border-anim-h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/border-anim-h.gif -------------------------------------------------------------------------------- /WebContent/static/images/border-anim-v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/border-anim-v.gif -------------------------------------------------------------------------------- /WebContent/static/images/border-h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/border-h.gif -------------------------------------------------------------------------------- /WebContent/static/images/border-v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/border-v.gif -------------------------------------------------------------------------------- /WebContent/static/images/button_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/button_arrow_down.png -------------------------------------------------------------------------------- /WebContent/static/images/button_arrow_down_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/button_arrow_down_disabled.png -------------------------------------------------------------------------------- /WebContent/static/images/button_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/button_arrow_right.png -------------------------------------------------------------------------------- /WebContent/static/images/button_arrow_right_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/button_arrow_right_disabled.png -------------------------------------------------------------------------------- /WebContent/static/images/button_arrow_updown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/button_arrow_updown.png -------------------------------------------------------------------------------- /WebContent/static/images/button_arrow_updown_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/button_arrow_updown_disabled.png -------------------------------------------------------------------------------- /WebContent/static/images/calendar-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/calendar-disabled.png -------------------------------------------------------------------------------- /WebContent/static/images/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/calendar.png -------------------------------------------------------------------------------- /WebContent/static/images/database_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/database_bg.png -------------------------------------------------------------------------------- /WebContent/static/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/favicon.ico -------------------------------------------------------------------------------- /WebContent/static/images/fieldset_collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/fieldset_collapse.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_ASEAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_ASEAN.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_African Union.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_African Union.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Arab League.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Arab League.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Basque Country.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Basque Country.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_CARICOM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_CARICOM.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_CIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_CIS.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Catalonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Catalonia.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Commonwealth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Commonwealth.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_England.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_England.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_European Union.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_European Union.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_FAO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_FAO.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Galicia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Galicia.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_IAEA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_IAEA.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_IHO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_IHO.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Islamic Conference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Islamic Conference.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Kosovo.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_NATO.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Northern Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Northern Cyprus.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Northern Ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Northern Ireland.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_OAS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_OAS.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_OECD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_OECD.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_OPEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_OPEC.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Olimpic Movement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Olimpic Movement.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Red Cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Red Cross.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Scotland.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Somaliland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Somaliland.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_UNESCO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_UNESCO.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_UNICEF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_UNICEF.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_United Nations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_United Nations.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_WHO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_WHO.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_WTO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_WTO.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/_Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/_Wales.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ad.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ae.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/af.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ag.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ai.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/al.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/al.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/am.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/an.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/an.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ao.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/aq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/aq.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ar.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/as.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/at.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/au.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/aw.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ax.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/az.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ba.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bb.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bd.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/be.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bf.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bh.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bi.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bj.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bl.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bo.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/br.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bs.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bt.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bv.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bw.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/by.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/bz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/bz.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ca.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cc.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cd.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cf.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ch.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ci.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ck.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cl.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/co.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cu.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cv.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cx.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cy.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/cz.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/de.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/dj.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/dk.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/dm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/do.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/dz.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ec.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ee.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/eg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/eh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/eh.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/er.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/es.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/et.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/et.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/fi.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/fj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/fj.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/fk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/fk.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/fm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/fo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/fo.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/fr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ga.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gb.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gd.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ge.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gf.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gh.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gi.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gl.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gp.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gq.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gs.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gt.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gu.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gw.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/gy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/gy.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/hk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/hk.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/hm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/hm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/hn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/hr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ht.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/hu.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/id.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ie.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/il.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/im.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/im.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/in.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/io.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/iq.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ir.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/is.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/it.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/je.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/je.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/jm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/jm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/jo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/jo.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/jp.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ke.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/kg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/kg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/kh.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ki.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/km.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/km.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/kn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/kn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/kp.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/kr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/kw.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ky.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/kz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/kz.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/la.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/lb.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/lc.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/li.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/lk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/lk.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/lr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ls.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/lt.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/lu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/lu.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/lv.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ly.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ma.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mc.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/md.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/me.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mf.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mh.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mk.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ml.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mo.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mp.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mq.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ms.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mt.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mu.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mv.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mw.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mx.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/my.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/mz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/mz.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/na.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/na.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/nc.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ne.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/nf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/nf.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ng.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ni.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/nl.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/no.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/np.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/nr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/nu.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/nz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/nz.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/om.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/om.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pa.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pe.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pf.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ph.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pk.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pl.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ps.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pt.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/pw.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/py.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/qa.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/re.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ro.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/rs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/rs.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ru.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/rw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/rw.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sa.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sb.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sc.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sd.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/se.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sh.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/si.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/si.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sj.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sk.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sl.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/so.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/so.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/st.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sv.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sy.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/sz.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tc.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/td.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tf.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/th.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tj.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tk.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tl.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/to.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tr.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tt.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tv.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tw.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/tz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/tz.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ua.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ug.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/um.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/um.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/us.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/uy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/uy.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/uz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/uz.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/va.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/va.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/vc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/vc.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ve.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/vg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/vg.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/vi.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/vn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/vn.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/vu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/vu.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/wf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/wf.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ws.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/ye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/ye.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/yt.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/za.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/za.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/zm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/zm.png -------------------------------------------------------------------------------- /WebContent/static/images/flags/zw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/flags/zw.png -------------------------------------------------------------------------------- /WebContent/static/images/header_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/header_bg.png -------------------------------------------------------------------------------- /WebContent/static/images/ico_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ico_add.png -------------------------------------------------------------------------------- /WebContent/static/images/ico_clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ico_clear.png -------------------------------------------------------------------------------- /WebContent/static/images/ico_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ico_delete.png -------------------------------------------------------------------------------- /WebContent/static/images/ico_exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ico_exclamation.png -------------------------------------------------------------------------------- /WebContent/static/images/ico_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ico_gear.png -------------------------------------------------------------------------------- /WebContent/static/images/ico_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ico_minus.png -------------------------------------------------------------------------------- /WebContent/static/images/ico_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ico_plus.png -------------------------------------------------------------------------------- /WebContent/static/images/ico_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/ico_refresh.png -------------------------------------------------------------------------------- /WebContent/static/images/last_backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/last_backup.png -------------------------------------------------------------------------------- /WebContent/static/images/logo_biblioteca_nacional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/logo_biblioteca_nacional.png -------------------------------------------------------------------------------- /WebContent/static/images/logo_biblivre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/logo_biblivre.png -------------------------------------------------------------------------------- /WebContent/static/images/logo_biblivre_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/logo_biblivre_small.png -------------------------------------------------------------------------------- /WebContent/static/images/logo_itau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/logo_itau.png -------------------------------------------------------------------------------- /WebContent/static/images/logo_lei_de_incentivo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/logo_lei_de_incentivo.png -------------------------------------------------------------------------------- /WebContent/static/images/logo_pedro_i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/logo_pedro_i.png -------------------------------------------------------------------------------- /WebContent/static/images/logo_sabin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/logo_sabin.png -------------------------------------------------------------------------------- /WebContent/static/images/main_picture_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/main_picture_1.jpg -------------------------------------------------------------------------------- /WebContent/static/images/message_error_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/message_error_bg.png -------------------------------------------------------------------------------- /WebContent/static/images/message_error_bg_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/message_error_bg_.png -------------------------------------------------------------------------------- /WebContent/static/images/message_normal_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/message_normal_bg.png -------------------------------------------------------------------------------- /WebContent/static/images/message_success_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/message_success_bg.png -------------------------------------------------------------------------------- /WebContent/static/images/message_warning_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/message_warning_bg.png -------------------------------------------------------------------------------- /WebContent/static/images/paging_arrow_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/paging_arrow_next.png -------------------------------------------------------------------------------- /WebContent/static/images/paging_arrow_prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/paging_arrow_prev.png -------------------------------------------------------------------------------- /WebContent/static/images/paging_button_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/paging_button_next.png -------------------------------------------------------------------------------- /WebContent/static/images/paging_button_prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/paging_button_prev.png -------------------------------------------------------------------------------- /WebContent/static/images/photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/photo.png -------------------------------------------------------------------------------- /WebContent/static/images/slider_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/slider_arrow.png -------------------------------------------------------------------------------- /WebContent/static/images/submenu_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/submenu_bg.png -------------------------------------------------------------------------------- /WebContent/static/images/titles/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/images/titles/search.png -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-029.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-029 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-029", "default", { 29 | name: "en-029", 30 | englishName: "English (Caribbean)", 31 | nativeName: "English (Caribbean)", 32 | numberFormat: { 33 | currency: { 34 | pattern: ["-$n","$n"] 35 | } 36 | }, 37 | calendars: { 38 | standard: { 39 | firstDay: 1, 40 | patterns: { 41 | d: "MM/dd/yyyy" 42 | } 43 | } 44 | } 45 | }); 46 | 47 | }( this )); 48 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-AU.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-AU 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-AU", "default", { 29 | name: "en-AU", 30 | englishName: "English (Australia)", 31 | nativeName: "English (Australia)", 32 | numberFormat: { 33 | currency: { 34 | pattern: ["-$n","$n"] 35 | } 36 | }, 37 | calendars: { 38 | standard: { 39 | firstDay: 1, 40 | patterns: { 41 | d: "d/MM/yyyy", 42 | D: "dddd, d MMMM yyyy", 43 | f: "dddd, d MMMM yyyy h:mm tt", 44 | F: "dddd, d MMMM yyyy h:mm:ss tt", 45 | M: "dd MMMM", 46 | Y: "MMMM yyyy" 47 | } 48 | } 49 | } 50 | }); 51 | 52 | }( this )); 53 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-BZ.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-BZ 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-BZ", "default", { 29 | name: "en-BZ", 30 | englishName: "English (Belize)", 31 | nativeName: "English (Belize)", 32 | numberFormat: { 33 | currency: { 34 | groupSizes: [3,0], 35 | symbol: "BZ$" 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | patterns: { 41 | d: "dd/MM/yyyy", 42 | D: "dddd, dd MMMM yyyy", 43 | t: "hh:mm tt", 44 | T: "hh:mm:ss tt", 45 | f: "dddd, dd MMMM yyyy hh:mm tt", 46 | F: "dddd, dd MMMM yyyy hh:mm:ss tt", 47 | M: "dd MMMM", 48 | Y: "MMMM yyyy" 49 | } 50 | } 51 | } 52 | }); 53 | 54 | }( this )); 55 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-CA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-CA 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-CA", "default", { 29 | name: "en-CA", 30 | englishName: "English (Canada)", 31 | nativeName: "English (Canada)", 32 | numberFormat: { 33 | currency: { 34 | pattern: ["-$n","$n"] 35 | } 36 | }, 37 | calendars: { 38 | standard: { 39 | patterns: { 40 | d: "dd/MM/yyyy", 41 | D: "MMMM-dd-yy", 42 | f: "MMMM-dd-yy h:mm tt", 43 | F: "MMMM-dd-yy h:mm:ss tt" 44 | } 45 | } 46 | } 47 | }); 48 | 49 | }( this )); 50 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-GB.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-GB 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-GB", "default", { 29 | name: "en-GB", 30 | englishName: "English (United Kingdom)", 31 | nativeName: "English (United Kingdom)", 32 | numberFormat: { 33 | currency: { 34 | pattern: ["-$n","$n"], 35 | symbol: "£" 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | firstDay: 1, 41 | patterns: { 42 | d: "dd/MM/yyyy", 43 | D: "dd MMMM yyyy", 44 | t: "HH:mm", 45 | T: "HH:mm:ss", 46 | f: "dd MMMM yyyy HH:mm", 47 | F: "dd MMMM yyyy HH:mm:ss", 48 | M: "dd MMMM", 49 | Y: "MMMM yyyy" 50 | } 51 | } 52 | } 53 | }); 54 | 55 | }( this )); 56 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-IE.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-IE 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-IE", "default", { 29 | name: "en-IE", 30 | englishName: "English (Ireland)", 31 | nativeName: "English (Ireland)", 32 | numberFormat: { 33 | currency: { 34 | pattern: ["-$n","$n"], 35 | symbol: "€" 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | firstDay: 1, 41 | AM: null, 42 | PM: null, 43 | patterns: { 44 | d: "dd/MM/yyyy", 45 | D: "dd MMMM yyyy", 46 | t: "HH:mm", 47 | T: "HH:mm:ss", 48 | f: "dd MMMM yyyy HH:mm", 49 | F: "dd MMMM yyyy HH:mm:ss", 50 | M: "dd MMMM", 51 | Y: "MMMM yyyy" 52 | } 53 | } 54 | } 55 | }); 56 | 57 | }( this )); 58 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-IN.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-IN 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-IN", "default", { 29 | name: "en-IN", 30 | englishName: "English (India)", 31 | nativeName: "English (India)", 32 | numberFormat: { 33 | groupSizes: [3,2], 34 | percent: { 35 | groupSizes: [3,2] 36 | }, 37 | currency: { 38 | pattern: ["$ -n","$ n"], 39 | groupSizes: [3,2], 40 | symbol: "Rs." 41 | } 42 | }, 43 | calendars: { 44 | standard: { 45 | "/": "-", 46 | firstDay: 1, 47 | patterns: { 48 | d: "dd-MM-yyyy", 49 | D: "dd MMMM yyyy", 50 | t: "HH:mm", 51 | T: "HH:mm:ss", 52 | f: "dd MMMM yyyy HH:mm", 53 | F: "dd MMMM yyyy HH:mm:ss", 54 | M: "dd MMMM" 55 | } 56 | } 57 | } 58 | }); 59 | 60 | }( this )); 61 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-JM.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-JM 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-JM", "default", { 29 | name: "en-JM", 30 | englishName: "English (Jamaica)", 31 | nativeName: "English (Jamaica)", 32 | numberFormat: { 33 | currency: { 34 | pattern: ["-$n","$n"], 35 | symbol: "J$" 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | patterns: { 41 | d: "dd/MM/yyyy", 42 | t: "hh:mm tt", 43 | T: "hh:mm:ss tt", 44 | f: "dddd, MMMM dd, yyyy hh:mm tt", 45 | F: "dddd, MMMM dd, yyyy hh:mm:ss tt" 46 | } 47 | } 48 | } 49 | }); 50 | 51 | }( this )); 52 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-MY.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-MY 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-MY", "default", { 29 | name: "en-MY", 30 | englishName: "English (Malaysia)", 31 | nativeName: "English (Malaysia)", 32 | numberFormat: { 33 | percent: { 34 | pattern: ["-n%","n%"] 35 | }, 36 | currency: { 37 | symbol: "RM" 38 | } 39 | }, 40 | calendars: { 41 | standard: { 42 | days: { 43 | namesShort: ["S","M","T","W","T","F","S"] 44 | }, 45 | patterns: { 46 | d: "d/M/yyyy", 47 | D: "dddd, d MMMM, yyyy", 48 | f: "dddd, d MMMM, yyyy h:mm tt", 49 | F: "dddd, d MMMM, yyyy h:mm:ss tt", 50 | M: "d MMMM" 51 | } 52 | } 53 | } 54 | }); 55 | 56 | }( this )); 57 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-NZ.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-NZ 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-NZ", "default", { 29 | name: "en-NZ", 30 | englishName: "English (New Zealand)", 31 | nativeName: "English (New Zealand)", 32 | numberFormat: { 33 | currency: { 34 | pattern: ["-$n","$n"] 35 | } 36 | }, 37 | calendars: { 38 | standard: { 39 | firstDay: 1, 40 | AM: ["a.m.","a.m.","A.M."], 41 | PM: ["p.m.","p.m.","P.M."], 42 | patterns: { 43 | d: "d/MM/yyyy", 44 | D: "dddd, d MMMM yyyy", 45 | f: "dddd, d MMMM yyyy h:mm tt", 46 | F: "dddd, d MMMM yyyy h:mm:ss tt", 47 | M: "dd MMMM", 48 | Y: "MMMM yyyy" 49 | } 50 | } 51 | } 52 | }); 53 | 54 | }( this )); 55 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-PH.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-PH 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-PH", "default", { 29 | name: "en-PH", 30 | englishName: "English (Republic of the Philippines)", 31 | nativeName: "English (Philippines)", 32 | numberFormat: { 33 | currency: { 34 | symbol: "Php" 35 | } 36 | } 37 | }); 38 | 39 | }( this )); 40 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-SG.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-SG 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-SG", "default", { 29 | name: "en-SG", 30 | englishName: "English (Singapore)", 31 | nativeName: "English (Singapore)", 32 | numberFormat: { 33 | percent: { 34 | pattern: ["-n%","n%"] 35 | } 36 | }, 37 | calendars: { 38 | standard: { 39 | days: { 40 | namesShort: ["S","M","T","W","T","F","S"] 41 | }, 42 | patterns: { 43 | d: "d/M/yyyy", 44 | D: "dddd, d MMMM, yyyy", 45 | f: "dddd, d MMMM, yyyy h:mm tt", 46 | F: "dddd, d MMMM, yyyy h:mm:ss tt", 47 | M: "d MMMM" 48 | } 49 | } 50 | } 51 | }); 52 | 53 | }( this )); 54 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-TT.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-TT 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-TT", "default", { 29 | name: "en-TT", 30 | englishName: "English (Trinidad and Tobago)", 31 | nativeName: "English (Trinidad y Tobago)", 32 | numberFormat: { 33 | currency: { 34 | groupSizes: [3,0], 35 | symbol: "TT$" 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | patterns: { 41 | d: "dd/MM/yyyy", 42 | D: "dddd, dd MMMM yyyy", 43 | t: "hh:mm tt", 44 | T: "hh:mm:ss tt", 45 | f: "dddd, dd MMMM yyyy hh:mm tt", 46 | F: "dddd, dd MMMM yyyy hh:mm:ss tt", 47 | M: "dd MMMM", 48 | Y: "MMMM yyyy" 49 | } 50 | } 51 | } 52 | }); 53 | 54 | }( this )); 55 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-US.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-US 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-US", "default", { 29 | name: "en-US", 30 | englishName: "English (United States)" 31 | }); 32 | 33 | }( this )); 34 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-ZA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-ZA 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-ZA", "default", { 29 | name: "en-ZA", 30 | englishName: "English (South Africa)", 31 | nativeName: "English (South Africa)", 32 | numberFormat: { 33 | ",": " ", 34 | percent: { 35 | pattern: ["-n%","n%"], 36 | ",": " " 37 | }, 38 | currency: { 39 | pattern: ["$-n","$ n"], 40 | ",": " ", 41 | ".": ",", 42 | symbol: "R" 43 | } 44 | }, 45 | calendars: { 46 | standard: { 47 | patterns: { 48 | d: "yyyy/MM/dd", 49 | D: "dd MMMM yyyy", 50 | t: "hh:mm tt", 51 | T: "hh:mm:ss tt", 52 | f: "dd MMMM yyyy hh:mm tt", 53 | F: "dd MMMM yyyy hh:mm:ss tt", 54 | M: "dd MMMM", 55 | Y: "MMMM yyyy" 56 | } 57 | } 58 | } 59 | }); 60 | 61 | }( this )); 62 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.en-ZW.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture en-ZW 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "en-ZW", "default", { 29 | name: "en-ZW", 30 | englishName: "English (Zimbabwe)", 31 | nativeName: "English (Zimbabwe)", 32 | numberFormat: { 33 | currency: { 34 | symbol: "Z$" 35 | } 36 | } 37 | }); 38 | 39 | }( this )); 40 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.fil-PH.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture fil-PH 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "fil-PH", "default", { 29 | name: "fil-PH", 30 | englishName: "Filipino (Philippines)", 31 | nativeName: "Filipino (Pilipinas)", 32 | language: "fil", 33 | numberFormat: { 34 | currency: { 35 | symbol: "PhP" 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | days: { 41 | names: ["Linggo","Lunes","Martes","Mierkoles","Huebes","Biernes","Sabado"], 42 | namesAbbr: ["Lin","Lun","Mar","Mier","Hueb","Bier","Saba"], 43 | namesShort: ["L","L","M","M","H","B","S"] 44 | }, 45 | months: { 46 | names: ["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Septyembre","Oktubre","Nobyembre","Disyembre",""], 47 | namesAbbr: ["En","Peb","Mar","Abr","Mayo","Hun","Hul","Agos","Sept","Okt","Nob","Dis",""] 48 | }, 49 | eras: [{"name":"Anno Domini","start":null,"offset":0}] 50 | } 51 | } 52 | }); 53 | 54 | }( this )); 55 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.fil.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture fil 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "fil", "default", { 29 | name: "fil", 30 | englishName: "Filipino", 31 | nativeName: "Filipino", 32 | language: "fil", 33 | numberFormat: { 34 | currency: { 35 | symbol: "PhP" 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | days: { 41 | names: ["Linggo","Lunes","Martes","Mierkoles","Huebes","Biernes","Sabado"], 42 | namesAbbr: ["Lin","Lun","Mar","Mier","Hueb","Bier","Saba"], 43 | namesShort: ["L","L","M","M","H","B","S"] 44 | }, 45 | months: { 46 | names: ["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Septyembre","Oktubre","Nobyembre","Disyembre",""], 47 | namesAbbr: ["En","Peb","Mar","Abr","Mayo","Hun","Hul","Agos","Sept","Okt","Nob","Dis",""] 48 | }, 49 | eras: [{"name":"Anno Domini","start":null,"offset":0}] 50 | } 51 | } 52 | }); 53 | 54 | }( this )); 55 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.ha-Latn.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture ha-Latn 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "ha-Latn", "default", { 29 | name: "ha-Latn", 30 | englishName: "Hausa (Latin)", 31 | nativeName: "Hausa", 32 | language: "ha-Latn", 33 | numberFormat: { 34 | currency: { 35 | pattern: ["$-n","$ n"], 36 | symbol: "N" 37 | } 38 | }, 39 | calendars: { 40 | standard: { 41 | days: { 42 | names: ["Lahadi","Litinin","Talata","Laraba","Alhamis","Juma'a","Asabar"], 43 | namesAbbr: ["Lah","Lit","Tal","Lar","Alh","Jum","Asa"], 44 | namesShort: ["L","L","T","L","A","J","A"] 45 | }, 46 | months: { 47 | names: ["Januwaru","Febreru","Maris","Afrilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktocba","Nuwamba","Disamba",""], 48 | namesAbbr: ["Jan","Feb","Mar","Afr","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis",""] 49 | }, 50 | AM: ["Safe","safe","SAFE"], 51 | PM: ["Yamma","yamma","YAMMA"], 52 | eras: [{"name":"AD","start":null,"offset":0}], 53 | patterns: { 54 | d: "d/M/yyyy" 55 | } 56 | } 57 | } 58 | }); 59 | 60 | }( this )); 61 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.ha.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture ha 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "ha", "default", { 29 | name: "ha", 30 | englishName: "Hausa", 31 | nativeName: "Hausa", 32 | language: "ha", 33 | numberFormat: { 34 | currency: { 35 | pattern: ["$-n","$ n"], 36 | symbol: "N" 37 | } 38 | }, 39 | calendars: { 40 | standard: { 41 | days: { 42 | names: ["Lahadi","Litinin","Talata","Laraba","Alhamis","Juma'a","Asabar"], 43 | namesAbbr: ["Lah","Lit","Tal","Lar","Alh","Jum","Asa"], 44 | namesShort: ["L","L","T","L","A","J","A"] 45 | }, 46 | months: { 47 | names: ["Januwaru","Febreru","Maris","Afrilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktocba","Nuwamba","Disamba",""], 48 | namesAbbr: ["Jan","Feb","Mar","Afr","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis",""] 49 | }, 50 | AM: ["Safe","safe","SAFE"], 51 | PM: ["Yamma","yamma","YAMMA"], 52 | eras: [{"name":"AD","start":null,"offset":0}], 53 | patterns: { 54 | d: "d/M/yyyy" 55 | } 56 | } 57 | } 58 | }); 59 | 60 | }( this )); 61 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.ig.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture ig 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "ig", "default", { 29 | name: "ig", 30 | englishName: "Igbo", 31 | nativeName: "Igbo", 32 | language: "ig", 33 | numberFormat: { 34 | currency: { 35 | pattern: ["$-n","$ n"], 36 | symbol: "N" 37 | } 38 | }, 39 | calendars: { 40 | standard: { 41 | days: { 42 | names: ["Aiku","Aje","Isegun","Ojo'ru","Ojo'bo","Eti","Abameta"], 43 | namesAbbr: ["Aik","Aje","Ise","Ojo","Ojo","Eti","Aba"], 44 | namesShort: ["A","A","I","O","O","E","A"] 45 | }, 46 | months: { 47 | names: ["Onwa mbu","Onwa ibua","Onwa ato","Onwa ano","Onwa ise","Onwa isi","Onwa asa","Onwa asato","Onwa itolu","Onwa iri","Onwa iri n'ofu","Onwa iri n'ibua",""], 48 | namesAbbr: ["mbu.","ibu.","ato.","ano.","ise","isi","asa","asa.","ito.","iri.","n'of.","n'ib.",""] 49 | }, 50 | AM: ["Ututu","ututu","UTUTU"], 51 | PM: ["Efifie","efifie","EFIFIE"], 52 | eras: [{"name":"AD","start":null,"offset":0}], 53 | patterns: { 54 | d: "d/M/yyyy" 55 | } 56 | } 57 | } 58 | }); 59 | 60 | }( this )); 61 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.iu.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture iu 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "iu", "default", { 29 | name: "iu", 30 | englishName: "Inuktitut", 31 | nativeName: "Inuktitut", 32 | language: "iu", 33 | numberFormat: { 34 | groupSizes: [3,0], 35 | percent: { 36 | groupSizes: [3,0] 37 | } 38 | }, 39 | calendars: { 40 | standard: { 41 | days: { 42 | names: ["Naattiinguja","Naggajjau","Aippiq","Pingatsiq","Sitammiq","Tallirmiq","Sivataarvik"], 43 | namesAbbr: ["Nat","Nag","Aip","Pi","Sit","Tal","Siv"], 44 | namesShort: ["N","N","A","P","S","T","S"] 45 | }, 46 | months: { 47 | names: ["Jaannuari","Viivvuari","Maatsi","Iipuri","Mai","Juuni","Julai","Aaggiisi","Sitipiri","Utupiri","Nuvipiri","Tisipiri",""], 48 | namesAbbr: ["Jan","Viv","Mas","Ipu","Mai","Jun","Jul","Agi","Sii","Uut","Nuv","Tis",""] 49 | }, 50 | patterns: { 51 | d: "d/MM/yyyy", 52 | D: "ddd, MMMM dd,yyyy", 53 | f: "ddd, MMMM dd,yyyy h:mm tt", 54 | F: "ddd, MMMM dd,yyyy h:mm:ss tt" 55 | } 56 | } 57 | } 58 | }); 59 | 60 | }( this )); 61 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.moh-CA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture moh-CA 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "moh-CA", "default", { 29 | name: "moh-CA", 30 | englishName: "Mohawk (Mohawk)", 31 | nativeName: "Kanien'kéha", 32 | language: "moh", 33 | numberFormat: { 34 | groupSizes: [3,0], 35 | percent: { 36 | groupSizes: [3,0] 37 | } 38 | }, 39 | calendars: { 40 | standard: { 41 | days: { 42 | names: ["Awentatokentì:ke","Awentataón'ke","Ratironhia'kehronòn:ke","Soséhne","Okaristiiáhne","Ronwaia'tanentaktonhne","Entákta"], 43 | namesShort: ["S","M","T","W","T","F","S"] 44 | }, 45 | months: { 46 | names: ["Tsothohrkó:Wa","Enniska","Enniskó:Wa","Onerahtókha","Onerahtohkó:Wa","Ohiari:Ha","Ohiarihkó:Wa","Seskéha","Seskehkó:Wa","Kenténha","Kentenhkó:Wa","Tsothóhrha",""] 47 | } 48 | } 49 | } 50 | }); 51 | 52 | }( this )); 53 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.moh.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture moh 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "moh", "default", { 29 | name: "moh", 30 | englishName: "Mohawk", 31 | nativeName: "Kanien'kéha", 32 | language: "moh", 33 | numberFormat: { 34 | groupSizes: [3,0], 35 | percent: { 36 | groupSizes: [3,0] 37 | } 38 | }, 39 | calendars: { 40 | standard: { 41 | days: { 42 | names: ["Awentatokentì:ke","Awentataón'ke","Ratironhia'kehronòn:ke","Soséhne","Okaristiiáhne","Ronwaia'tanentaktonhne","Entákta"], 43 | namesShort: ["S","M","T","W","T","F","S"] 44 | }, 45 | months: { 46 | names: ["Tsothohrkó:Wa","Enniska","Enniskó:Wa","Onerahtókha","Onerahtohkó:Wa","Ohiari:Ha","Ohiarihkó:Wa","Seskéha","Seskehkó:Wa","Kenténha","Kentenhkó:Wa","Tsothóhrha",""] 47 | } 48 | } 49 | } 50 | }); 51 | 52 | }( this )); 53 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.sw-KE.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture sw-KE 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "sw-KE", "default", { 29 | name: "sw-KE", 30 | englishName: "Kiswahili (Kenya)", 31 | nativeName: "Kiswahili (Kenya)", 32 | language: "sw", 33 | numberFormat: { 34 | currency: { 35 | symbol: "S" 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | days: { 41 | names: ["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"], 42 | namesAbbr: ["Jumap.","Jumat.","Juman.","Jumat.","Alh.","Iju.","Jumam."], 43 | namesShort: ["P","T","N","T","A","I","M"] 44 | }, 45 | months: { 46 | names: ["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Decemba",""], 47 | namesAbbr: ["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Dec",""] 48 | } 49 | } 50 | } 51 | }); 52 | 53 | }( this )); 54 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.sw.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture sw 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "sw", "default", { 29 | name: "sw", 30 | englishName: "Kiswahili", 31 | nativeName: "Kiswahili", 32 | language: "sw", 33 | numberFormat: { 34 | currency: { 35 | symbol: "S" 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | days: { 41 | names: ["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"], 42 | namesAbbr: ["Jumap.","Jumat.","Juman.","Jumat.","Alh.","Iju.","Jumam."], 43 | namesShort: ["P","T","N","T","A","I","M"] 44 | }, 45 | months: { 46 | names: ["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Decemba",""], 47 | namesAbbr: ["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Dec",""] 48 | } 49 | } 50 | } 51 | }); 52 | 53 | }( this )); 54 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.xh.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture xh 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "xh", "default", { 29 | name: "xh", 30 | englishName: "isiXhosa", 31 | nativeName: "isiXhosa", 32 | language: "xh", 33 | numberFormat: { 34 | percent: { 35 | pattern: ["-%n","%n"] 36 | }, 37 | currency: { 38 | pattern: ["$-n","$ n"], 39 | symbol: "R" 40 | } 41 | }, 42 | calendars: { 43 | standard: { 44 | days: { 45 | names: ["iCawa","uMvulo","uLwesibini","uLwesithathu","uLwesine","uLwesihlanu","uMgqibelo"], 46 | namesShort: ["Ca","Mv","Lb","Lt","Ln","Lh","Mg"] 47 | }, 48 | months: { 49 | names: ["Mqungu","Mdumba","Kwindla","Tshazimpuzi","Canzibe","Silimela","Khala","Thupha","Msintsi","Dwarha","Nkanga","Mnga",""] 50 | }, 51 | patterns: { 52 | d: "yyyy/MM/dd", 53 | D: "dd MMMM yyyy", 54 | t: "hh:mm tt", 55 | T: "hh:mm:ss tt", 56 | f: "dd MMMM yyyy hh:mm tt", 57 | F: "dd MMMM yyyy hh:mm:ss tt", 58 | M: "dd MMMM", 59 | Y: "MMMM yyyy" 60 | } 61 | } 62 | } 63 | }); 64 | 65 | }( this )); 66 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.yo.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture yo 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "yo", "default", { 29 | name: "yo", 30 | englishName: "Yoruba", 31 | nativeName: "Yoruba", 32 | language: "yo", 33 | numberFormat: { 34 | currency: { 35 | pattern: ["$-n","$ n"], 36 | symbol: "N" 37 | } 38 | }, 39 | calendars: { 40 | standard: { 41 | days: { 42 | names: ["Aiku","Aje","Isegun","Ojo'ru","Ojo'bo","Eti","Abameta"], 43 | namesAbbr: ["Aik","Aje","Ise","Ojo","Ojo","Eti","Aba"], 44 | namesShort: ["A","A","I","O","O","E","A"] 45 | }, 46 | months: { 47 | names: ["Osu kinni","Osu keji","Osu keta","Osu kerin","Osu karun","Osu kefa","Osu keje","Osu kejo","Osu kesan","Osu kewa","Osu kokanla","Osu keresi",""], 48 | namesAbbr: ["kin.","kej.","ket.","ker.","kar.","kef.","kej.","kej.","kes.","kew.","kok.","ker.",""] 49 | }, 50 | AM: ["Owuro","owuro","OWURO"], 51 | PM: ["Ale","ale","ALE"], 52 | eras: [{"name":"AD","start":null,"offset":0}], 53 | patterns: { 54 | d: "d/M/yyyy" 55 | } 56 | } 57 | } 58 | }); 59 | 60 | }( this )); 61 | -------------------------------------------------------------------------------- /WebContent/static/scripts/cultures/globalize.culture.zh-SG.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Globalize Culture zh-SG 3 | * 4 | * http://github.com/jquery/globalize 5 | * 6 | * Copyright Software Freedom Conservancy, Inc. 7 | * Dual licensed under the MIT or GPL Version 2 licenses. 8 | * http://jquery.org/license 9 | * 10 | * This file was generated by the Globalize Culture Generator 11 | * Translation: bugs found in this file need to be fixed in the generator 12 | */ 13 | 14 | (function( window, undefined ) { 15 | 16 | var Globalize; 17 | 18 | if ( typeof require !== "undefined" && 19 | typeof exports !== "undefined" && 20 | typeof module !== "undefined" ) { 21 | // Assume CommonJS 22 | Globalize = require( "globalize" ); 23 | } else { 24 | // Global variable 25 | Globalize = window.Globalize; 26 | } 27 | 28 | Globalize.addCultureInfo( "zh-SG", "default", { 29 | name: "zh-SG", 30 | englishName: "Chinese (Simplified, Singapore)", 31 | nativeName: "中文(新加坡)", 32 | language: "zh-CHS", 33 | numberFormat: { 34 | percent: { 35 | pattern: ["-n%","n%"] 36 | } 37 | }, 38 | calendars: { 39 | standard: { 40 | days: { 41 | names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"], 42 | namesAbbr: ["周日","周一","周二","周三","周四","周五","周六"], 43 | namesShort: ["日","一","二","三","四","五","六"] 44 | }, 45 | months: { 46 | names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""], 47 | namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""] 48 | }, 49 | patterns: { 50 | d: "d/M/yyyy", 51 | D: "yyyy'年'M'月'd'日'", 52 | t: "tt h:mm", 53 | T: "tt h:mm:ss", 54 | f: "yyyy'年'M'月'd'日' tt h:mm", 55 | F: "yyyy'年'M'月'd'日' tt h:mm:ss", 56 | M: "M'月'd'日'", 57 | Y: "yyyy'年'M'月'" 58 | } 59 | } 60 | } 61 | }); 62 | 63 | }( this )); 64 | -------------------------------------------------------------------------------- /WebContent/static/scripts/ie6/background_browser.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/scripts/ie6/background_browser.gif -------------------------------------------------------------------------------- /WebContent/static/scripts/ie6/browser_chrome.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/scripts/ie6/browser_chrome.gif -------------------------------------------------------------------------------- /WebContent/static/scripts/ie6/browser_firefox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/scripts/ie6/browser_firefox.gif -------------------------------------------------------------------------------- /WebContent/static/scripts/ie6/browser_ie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/scripts/ie6/browser_ie.gif -------------------------------------------------------------------------------- /WebContent/static/scripts/ie6/browser_opera.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/scripts/ie6/browser_opera.gif -------------------------------------------------------------------------------- /WebContent/static/scripts/ie6/browser_safari.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/scripts/ie6/browser_safari.gif -------------------------------------------------------------------------------- /WebContent/static/scripts/ie6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/WebContent/static/scripts/ie6/index.html -------------------------------------------------------------------------------- /WebContent/static/styles/biblivre.administration.setup.css: -------------------------------------------------------------------------------- 1 | #progress_popup fieldset { 2 | margin-top: 20px; 3 | margin-bottom: 30px; 4 | } 5 | 6 | #biblivre3import .fields, #biblivre3restore .fields { 7 | margin-left: 100px; 8 | } 9 | -------------------------------------------------------------------------------- /WebContent/static/styles/scss/_biblivre.scss: -------------------------------------------------------------------------------- 1 | @import "mixins"; 2 | 3 | $content-width: 782px; 4 | $body-background: #EBE7E0; 5 | 6 | $aux-background: #F3F1EE; 7 | $aux-border-color: #BDB8AD; 8 | 9 | $main-text-color: #2A2A2A; 10 | $aux-text-color: #606060; 11 | $weak-text-color: #707070; 12 | 13 | $disabled-text-color: #B0B0B0; 14 | 15 | $paging-text-color: $main-text-color; 16 | 17 | $link-text-color: #44749D; 18 | $link-hover-text-color: $link-text-color - #111111; 19 | 20 | $separator-color: #A7A59F; 21 | 22 | $ui-background-color: #EBE7E0; 23 | $ui-border-color: #D4CFC6; 24 | $ui-hover-background-color: #DEDAD2; 25 | $ui-hover-border-color: #B0ABA0; 26 | 27 | $list-odd-background: $aux-background; 28 | $list-buttons-odd-background: #E3E0DB; 29 | $list-even-background: #D5D1CB; 30 | $list-buttons-even-background: #CECAC2; 31 | 32 | $expander-background: #C6D4E1; 33 | $expander-text-color: #44749D; 34 | 35 | $popup-border-color: #787F43; 36 | $popup-background-color: $aux-background; 37 | 38 | $progress-background-color: $main-text-color; 39 | $progress-foreground-color: #C4D540; 40 | 41 | $form-border-color: #B3B3B3; -------------------------------------------------------------------------------- /WebContent/static/styles/scss/_reset.scss: -------------------------------------------------------------------------------- 1 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 2 | a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 3 | small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 4 | fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td, article, aside, 5 | canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 6 | margin: 0; 7 | padding: 0; 8 | border: 0; 9 | outline: 0; 10 | font-size: 100%; 11 | font: inherit; 12 | vertical-align: baseline; 13 | } 14 | 15 | article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 16 | display: block; 17 | } 18 | 19 | body { 20 | line-height: 1; 21 | } 22 | 23 | ol, ul { 24 | list-style: none; 25 | } 26 | 27 | blockquote, q { 28 | quotes: none; 29 | } 30 | 31 | blockquote { 32 | &:before, &:after { 33 | content: ""; 34 | content: none; 35 | } 36 | } 37 | 38 | q { 39 | &:before, &:after { 40 | content: ""; 41 | content: none; 42 | } 43 | } 44 | 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /WebContent/static/styles/scss/biblivre.about.scss: -------------------------------------------------------------------------------- 1 | .biblivre_form fieldset { 2 | padding: 10px; 3 | margin-bottom: 10px; 4 | } 5 | 6 | .history, .license, .softwares { 7 | p { 8 | margin-bottom: 10px; 9 | text-indent: 20px; 10 | text-align: justify; 11 | 12 | &:last-child { 13 | margin-bottom: 0; 14 | } 15 | } 16 | } 17 | 18 | .copyright, .gnu { 19 | p { 20 | margin-bottom: 10px; 21 | text-align: center; 22 | 23 | &:last-of-type { 24 | margin-bottom: 0; 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /WebContent/static/styles/scss/biblivre.acquisition.scss: -------------------------------------------------------------------------------- 1 | @import "biblivre"; 2 | 3 | .request_quotation { 4 | border-left: 6px solid #5C323E; 5 | border-bottom: 1px solid #5C323E; 6 | margin-top: 15px; 7 | padding: 8px 10px; 8 | 9 | } 10 | 11 | .order_quotation { 12 | border-left: 6px solid #5C323E; 13 | border-bottom: 1px solid #5C323E; 14 | margin-top: 15px; 15 | padding: 8px 10px; 16 | 17 | label { 18 | font-weight: bold; 19 | } 20 | } -------------------------------------------------------------------------------- /WebContent/static/styles/scss/biblivre.administration.setup.scss: -------------------------------------------------------------------------------- 1 | @import "biblivre"; 2 | 3 | 4 | #progress_popup { 5 | fieldset { 6 | margin-top: 20px; 7 | margin-bottom: 30px; 8 | } 9 | } 10 | 11 | #biblivre3import, #biblivre3restore { 12 | .fields { 13 | margin-left: 100px; 14 | } 15 | } -------------------------------------------------------------------------------- /WebContent/static/styles/scss/biblivre.administration.z3950.scss: -------------------------------------------------------------------------------- 1 | @import "biblivre"; 2 | 3 | .new_server { 4 | 5 | padding-bottom: 12px; 6 | 7 | .buttons { 8 | position: absolute; 9 | right: 10px; 10 | top: 12px; 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /WebContent/static/styles/scss/biblivre.circulation.scss: -------------------------------------------------------------------------------- 1 | @import "biblivre"; 2 | 3 | .user_status_pending_issues { 4 | color: red; 5 | } 6 | 7 | 8 | .buttons { 9 | .delete { 10 | display: none !important; 11 | } 12 | 13 | &.user_status_inactive { 14 | .delete { 15 | display: block !important; 16 | } 17 | 18 | .inactive { 19 | display: none !important; 20 | } 21 | } 22 | } 23 | 24 | .user_lending, .user_reservation, .user_fines { 25 | border-left: 6px solid #E15E32; 26 | border-bottom: 1px solid #E15E32; 27 | margin-top: 15px; 28 | padding: 8px 10px; 29 | 30 | .record { 31 | padding: 0 !important; 32 | } 33 | 34 | .lending_buttons, .reservation_buttons, .fines_buttons { 35 | right: 10px; 36 | bottom: 10px; 37 | position: absolute; 38 | } 39 | } 40 | 41 | .advanced_search { 42 | .query input { 43 | width: $content-width - 20px; 44 | } 45 | } 46 | 47 | #photo_upload_popup { 48 | #photo_area { 49 | text-align: center; 50 | margin-top: 30px; 51 | } 52 | } 53 | 54 | .selected_highlight { 55 | .photo_buttons { 56 | min-height: 150px - 12px - 12px; 57 | } 58 | 59 | .user_photo { 60 | display: block; 61 | height: 142px; 62 | width: 106px; 63 | 64 | float: right; 65 | margin-top: 4px; 66 | margin-right: -6px; 67 | @include border-radius(8px); 68 | } 69 | } 70 | 71 | .user_photo { 72 | display: none; 73 | } 74 | -------------------------------------------------------------------------------- /WebContent/static/styles/scss/biblivre.index.scss: -------------------------------------------------------------------------------- 1 | @import "biblivre"; 2 | 3 | .picture { 4 | margin: 0 20px 20px 5px; 5 | 6 | width: 357px; 7 | height: 357px; 8 | 9 | overflow: hidden; 10 | 11 | border: 4px solid #EBE7E0; 12 | float: left; 13 | 14 | @include box-shadow(0 0 15px 2px #AAA); 15 | } 16 | 17 | .text { 18 | margin: 20px 5px 0 0; 19 | 20 | font-size: 14px; 21 | line-height: 18px; 22 | 23 | text-align: justify; 24 | 25 | p { 26 | margin-bottom: 20px; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /WebContent/static/styles/scss/interface/_icons.scss: -------------------------------------------------------------------------------- 1 | @mixin ico($ico) { 2 | .ico_#{$ico} { 3 | padding-left: 20px; 4 | background: transparent url('../images/ico_#{$ico}.png') no-repeat 0 0; 5 | } 6 | } 7 | 8 | 9 | @include ico('add'); 10 | @include ico('refresh'); 11 | @include ico('clear'); 12 | @include ico('exclamation'); -------------------------------------------------------------------------------- /WebContent/static/styles/scss/interface/_tabs.scss: -------------------------------------------------------------------------------- 1 | .tabs { 2 | } 3 | 4 | ul.tabs_head { 5 | li { 6 | float: left; 7 | padding: 0 15px; 8 | margin-right: 10px; 9 | 10 | font-size: 14px; 11 | line-height: 26px; 12 | color: $main-text-color; 13 | 14 | @include linear-gradient($aux-border-color, #A3A19B); 15 | 16 | border-top: 3px solid $aux-border-color; 17 | border-left: 1px solid $aux-border-color; 18 | border-right: 1px solid $aux-border-color; 19 | 20 | @include border-radius-side(2px, top); 21 | 22 | cursor: pointer; 23 | 24 | position: relative; 25 | z-index: 20; 26 | 27 | &:hover { 28 | color: $aux-text-color !important; 29 | } 30 | 31 | &.tab_selected { 32 | background: $aux-background !important; 33 | color: $main-text-color !important; 34 | cursor: default !important; 35 | } 36 | } 37 | } 38 | 39 | .tabs_body { 40 | clear: both; 41 | padding: 15px; 42 | 43 | position: relative; 44 | z-index: 18; 45 | top: -1px; 46 | 47 | border: 1px solid $aux-border-color; 48 | background: $aux-background; 49 | 50 | .tab_body { 51 | display: none; 52 | 53 | &.tab_selected { 54 | display: block; 55 | } 56 | } 57 | } 58 | 59 | .tab_extra_content { 60 | display: none; 61 | 62 | &.tab_selected { 63 | display: block; 64 | } 65 | } 66 | -------------------------------------------------------------------------------- /jar/a2j-2.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/jar/a2j-2.0.4.jar -------------------------------------------------------------------------------- /jar/itext-4.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/jar/itext-4.2.1.jar -------------------------------------------------------------------------------- /jar/jzkit2_core-2.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/jar/jzkit2_core-2.2.3.jar -------------------------------------------------------------------------------- /jar/jzkit2_jdbc_plugin-2.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/jar/jzkit2_jdbc_plugin-2.2.3.jar -------------------------------------------------------------------------------- /jar/jzkit2_service-2.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/jar/jzkit2_service-2.2.3.jar -------------------------------------------------------------------------------- /jar/jzkit2_z3950_plugin-2.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/jar/jzkit2_z3950_plugin-2.2.3.jar -------------------------------------------------------------------------------- /jar/marc4j-2.5.1.beta.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/jar/marc4j-2.5.1.beta.jar -------------------------------------------------------------------------------- /jar/normalizer-2.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/jar/normalizer-2.6.jar -------------------------------------------------------------------------------- /jar/z3950server-1.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Biblivre/Biblivre-4/3c0b7eb18a37983d36de9db7f9c70578be8fddfb/jar/z3950server-1.0.2.jar -------------------------------------------------------------------------------- /sql/createdatabase.sql: -------------------------------------------------------------------------------- 1 | CREATE ROLE biblivre LOGIN 2 | ENCRYPTED PASSWORD 'md52690de6f151b12923e0527bb496da66f' 3 | SUPERUSER INHERIT CREATEDB CREATEROLE; 4 | 5 | CREATE DATABASE biblivre4 6 | WITH OWNER = biblivre 7 | ENCODING = 'UTF8'; 8 | 9 | SET client_encoding = 'UTF8'; 10 | SET standard_conforming_strings = off; 11 | SET check_function_bodies = false; 12 | SET client_min_messages = warning; 13 | SET escape_string_warning = off; 14 | -------------------------------------------------------------------------------- /sql/dropdatabase.sql: -------------------------------------------------------------------------------- 1 | DROP DATABASE biblivre4; 2 | -------------------------------------------------------------------------------- /src/java/InternalAttrTypes.properties: -------------------------------------------------------------------------------- 1 | bib-1.1=AccessPoint 2 | bib-1.2=Relation 3 | bib-1.3=Position 4 | bib-1.4=Structure 5 | bib-1.5=Truncation 6 | bib-1.6=Completeness 7 | gils.1=AccessPoint 8 | gils.10=SpatialQualifier 9 | -------------------------------------------------------------------------------- /src/java/InternalToType1Rules.properties: -------------------------------------------------------------------------------- 1 | DefaultTargetAttrset=bib-1 2 | dc.title=bib-1:1:4 3 | dc.creator=bib-1:1:4 4 | k-int.anywhere=bib-1:1:1016 5 | -------------------------------------------------------------------------------- /src/java/biblivre/acquisition/request/RequestStatus.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.acquisition.request; 21 | 22 | import org.apache.commons.lang3.StringUtils; 23 | 24 | public enum RequestStatus { 25 | 26 | PENDING, 27 | CLOSED, 28 | PENDING_AND_CLOSED; 29 | 30 | public static RequestStatus fromString(String str) { 31 | if (StringUtils.isBlank(str)) { 32 | return null; 33 | } 34 | 35 | str = str.toLowerCase(); 36 | 37 | for (RequestStatus status : RequestStatus.values()) { 38 | if (str.equals(status.toString())) { 39 | return status; 40 | } 41 | } 42 | 43 | return null; 44 | } 45 | 46 | @Override 47 | public String toString() { 48 | return this.name().toLowerCase(); 49 | } 50 | 51 | public String getString() { 52 | return this.toString(); 53 | } 54 | } 55 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/backup/BackupType.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.backup; 21 | 22 | import org.apache.commons.lang3.StringUtils; 23 | 24 | public enum BackupType { 25 | FULL, 26 | DIGITAL_MEDIA_ONLY, 27 | EXCLUDE_DIGITAL_MEDIA; 28 | 29 | public static BackupType fromString(String str) { 30 | if (StringUtils.isBlank(str)) { 31 | return null; 32 | } 33 | 34 | str = str.toLowerCase(); 35 | 36 | for (BackupType type : BackupType.values()) { 37 | if (str.equals(type.toString())) { 38 | return type; 39 | } 40 | } 41 | 42 | return null; 43 | } 44 | 45 | @Override 46 | public String toString() { 47 | return this.name().toLowerCase(); 48 | } 49 | 50 | public String getString() { 51 | return this.toString(); 52 | } 53 | } 54 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/reports/IBiblivreReport.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.reports; 21 | 22 | import biblivre.core.file.DiskFile; 23 | import biblivre.core.translations.TranslationsMap; 24 | 25 | public interface IBiblivreReport { 26 | 27 | public DiskFile generateReport(ReportsDTO dto); 28 | public void setI18n(TranslationsMap i18n); 29 | public void setSchema(String schema); 30 | 31 | } 32 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/reports/dto/AssetHoldingDto.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.reports.dto; 21 | 22 | import java.util.List; 23 | 24 | public class AssetHoldingDto extends BaseReportDto { 25 | 26 | private List data; 27 | 28 | public List getData() { 29 | return this.data; 30 | } 31 | 32 | public void setData(List data) { 33 | this.data = data; 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/reports/dto/AssetHoldingFullDto.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.reports.dto; 21 | 22 | import java.util.List; 23 | 24 | public class AssetHoldingFullDto extends BaseReportDto { 25 | 26 | private List data; 27 | 28 | public List getData() { 29 | return this.data; 30 | } 31 | 32 | public void setData(List data) { 33 | this.data = data; 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/reports/dto/BaseReportDto.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.reports.dto; 21 | 22 | public abstract class BaseReportDto { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/reports/dto/BibliographyReportDto.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.reports.dto; 21 | 22 | import java.util.List; 23 | 24 | public class BibliographyReportDto extends BaseReportDto { 25 | 26 | private String authorName; 27 | private List data; 28 | 29 | public List getData() { 30 | return this.data; 31 | } 32 | 33 | public void setData(List data) { 34 | this.data = data; 35 | } 36 | 37 | public String getAuthorName() { 38 | return this.authorName; 39 | } 40 | 41 | public void setAuthorName(String authorName) { 42 | this.authorName = authorName; 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/reports/dto/CustomCountDto.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.reports.dto; 21 | 22 | import java.util.List; 23 | 24 | public class CustomCountDto extends BaseReportDto { 25 | 26 | private List data; 27 | 28 | public List getData() { 29 | return this.data; 30 | } 31 | 32 | public void setData(List data) { 33 | this.data = data; 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/reports/dto/DeweyReportDto.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.reports.dto; 21 | 22 | import java.util.List; 23 | 24 | public class DeweyReportDto extends BaseReportDto { 25 | 26 | private List data; 27 | 28 | public List getData() { 29 | return this.data; 30 | } 31 | 32 | public void setData(List data) { 33 | this.data = data; 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/reports/dto/LateLendingsDto.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.reports.dto; 21 | 22 | import java.util.List; 23 | 24 | public class LateLendingsDto extends BaseReportDto { 25 | 26 | private List data; 27 | 28 | public List getData() { 29 | return this.data; 30 | } 31 | 32 | public void setData(List data) { 33 | this.data = data; 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /src/java/biblivre/administration/reports/dto/SummaryReportDto.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.administration.reports.dto; 21 | 22 | import java.util.List; 23 | 24 | public class SummaryReportDto extends BaseReportDto { 25 | 26 | private List data; 27 | 28 | public List getData() { 29 | return this.data; 30 | } 31 | 32 | public void setData(List data) { 33 | this.data = data; 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/ImportDAO.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging; 21 | 22 | import biblivre.core.AbstractDAO; 23 | 24 | public class ImportDAO extends AbstractDAO { 25 | 26 | public static ImportDAO getInstance(String schema) { 27 | return (ImportDAO) AbstractDAO.getInstance(ImportDAO.class, schema); 28 | } 29 | 30 | } 31 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/RecordConvertion.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging; 21 | 22 | public enum RecordConvertion { 23 | FORM, 24 | MARC, 25 | RECORD, 26 | HOLDING_MARC, 27 | HOLDING_FORM 28 | } 29 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/authorities/AuthoritySearchDAO.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging.authorities; 21 | 22 | import biblivre.cataloging.enums.RecordType; 23 | import biblivre.cataloging.search.SearchDAO; 24 | import biblivre.core.AbstractDAO; 25 | 26 | public class AuthoritySearchDAO extends SearchDAO { 27 | 28 | public static AuthoritySearchDAO getInstance(String schema) { 29 | AuthoritySearchDAO dao = (AuthoritySearchDAO) AbstractDAO.getInstance(AuthoritySearchDAO.class, schema); 30 | 31 | if (dao.recordType == null) { 32 | dao.recordType = RecordType.AUTHORITIES; 33 | } 34 | 35 | return dao; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/bibliographic/BiblioRecordDAO.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging.bibliographic; 21 | 22 | import biblivre.cataloging.RecordDAO; 23 | import biblivre.cataloging.RecordDTO; 24 | import biblivre.cataloging.enums.RecordType; 25 | import biblivre.core.AbstractDAO; 26 | 27 | public class BiblioRecordDAO extends RecordDAO { 28 | 29 | public static BiblioRecordDAO getInstance(String schema) { 30 | BiblioRecordDAO dao = (BiblioRecordDAO) AbstractDAO.getInstance(BiblioRecordDAO.class, schema); 31 | 32 | if (dao.recordType == null) { 33 | dao.recordType = RecordType.BIBLIO; 34 | } 35 | 36 | return dao; 37 | } 38 | 39 | 40 | @Override 41 | protected RecordDTO createRecord() { 42 | return new BiblioRecordDTO(); 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/bibliographic/BiblioRecordPopulationEnum.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging.bibliographic; 21 | 22 | public class BiblioRecordPopulationEnum { 23 | public static final int BIBLIO_INFO = 1 << 0; 24 | public static final int HOLDING_INFO = 1 << 1; 25 | public static final int LENDING_INFO = 1 << 2; 26 | } 27 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/bibliographic/BiblioSearchDAO.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging.bibliographic; 21 | 22 | import biblivre.cataloging.enums.RecordType; 23 | import biblivre.cataloging.search.SearchDAO; 24 | import biblivre.core.AbstractDAO; 25 | 26 | public class BiblioSearchDAO extends SearchDAO { 27 | 28 | public static BiblioSearchDAO getInstance(String schema) { 29 | BiblioSearchDAO dao = (BiblioSearchDAO) AbstractDAO.getInstance(BiblioSearchDAO.class, schema); 30 | 31 | if (dao.recordType == null) { 32 | dao.recordType = RecordType.BIBLIO; 33 | } 34 | 35 | return dao; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/bibliographic/Handler.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging.bibliographic; 21 | 22 | import biblivre.cataloging.CatalogingHandler; 23 | import biblivre.cataloging.RecordDTO; 24 | import biblivre.cataloging.enums.RecordType; 25 | import biblivre.core.ExtendedRequest; 26 | import biblivre.marc.MaterialType; 27 | 28 | public class Handler extends CatalogingHandler { 29 | 30 | public Handler() { 31 | super(RecordType.BIBLIO, MaterialType.BOOK); 32 | } 33 | 34 | @Override 35 | protected RecordDTO createRecordDTO(ExtendedRequest request) { 36 | return new BiblioRecordDTO(); 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/holding/HoldingSearchDAO.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging.holding; 21 | 22 | import biblivre.cataloging.enums.RecordType; 23 | import biblivre.cataloging.search.SearchDAO; 24 | import biblivre.core.AbstractDAO; 25 | 26 | public class HoldingSearchDAO extends SearchDAO { 27 | 28 | public static HoldingSearchDAO getInstance(String schema) { 29 | HoldingSearchDAO dao = (HoldingSearchDAO) AbstractDAO.getInstance(HoldingSearchDAO.class, schema); 30 | 31 | if (dao.recordType == null) { 32 | dao.recordType = RecordType.HOLDING; 33 | } 34 | 35 | return dao; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/vocabulary/Handler.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging.vocabulary; 21 | 22 | import biblivre.cataloging.CatalogingHandler; 23 | import biblivre.cataloging.RecordDTO; 24 | import biblivre.cataloging.enums.RecordType; 25 | import biblivre.core.ExtendedRequest; 26 | import biblivre.marc.MaterialType; 27 | 28 | public class Handler extends CatalogingHandler { 29 | 30 | public Handler() { 31 | super(RecordType.VOCABULARY, MaterialType.VOCABULARY); 32 | } 33 | 34 | @Override 35 | protected RecordDTO createRecordDTO(ExtendedRequest request) { 36 | VocabularyRecordDTO dto = new VocabularyRecordDTO(); 37 | 38 | 39 | return dto; 40 | } 41 | 42 | 43 | } 44 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/vocabulary/VocabularyRecordDAO.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging.vocabulary; 21 | 22 | import biblivre.cataloging.RecordDAO; 23 | import biblivre.cataloging.RecordDTO; 24 | import biblivre.cataloging.enums.RecordType; 25 | import biblivre.core.AbstractDAO; 26 | 27 | public class VocabularyRecordDAO extends RecordDAO { 28 | 29 | public static VocabularyRecordDAO getInstance(String schema) { 30 | VocabularyRecordDAO dao = (VocabularyRecordDAO) AbstractDAO.getInstance(VocabularyRecordDAO.class, schema); 31 | 32 | if (dao.recordType == null) { 33 | dao.recordType = RecordType.VOCABULARY; 34 | } 35 | 36 | return dao; 37 | } 38 | 39 | 40 | @Override 41 | protected RecordDTO createRecord() { 42 | return new VocabularyRecordDTO(); 43 | } 44 | 45 | 46 | } 47 | -------------------------------------------------------------------------------- /src/java/biblivre/cataloging/vocabulary/VocabularySearchDAO.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.cataloging.vocabulary; 21 | 22 | import biblivre.cataloging.enums.RecordType; 23 | import biblivre.cataloging.search.SearchDAO; 24 | import biblivre.core.AbstractDAO; 25 | 26 | public class VocabularySearchDAO extends SearchDAO { 27 | 28 | public static VocabularySearchDAO getInstance(String schema) { 29 | VocabularySearchDAO dao = (VocabularySearchDAO) AbstractDAO.getInstance(VocabularySearchDAO.class, schema); 30 | 31 | if (dao.recordType == null) { 32 | dao.recordType = RecordType.VOCABULARY; 33 | } 34 | 35 | return dao; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /src/java/biblivre/circulation/user/UserStatus.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.circulation.user; 21 | 22 | import org.apache.commons.lang3.StringUtils; 23 | 24 | public enum UserStatus { 25 | ACTIVE, 26 | PENDING_ISSUES, 27 | INACTIVE, 28 | BLOCKED; 29 | 30 | public static UserStatus fromString(String str) { 31 | if (StringUtils.isBlank(str)) { 32 | return null; 33 | } 34 | 35 | str = str.toLowerCase(); 36 | 37 | for (UserStatus status : UserStatus.values()) { 38 | if (str.equals(status.toString())) { 39 | return status; 40 | } 41 | } 42 | 43 | return null; 44 | } 45 | 46 | @Override 47 | public String toString() { 48 | return this.name().toLowerCase(); 49 | } 50 | 51 | public String getString() { 52 | return this.toString(); 53 | } 54 | } 55 | -------------------------------------------------------------------------------- /src/java/biblivre/core/AbstractValidator.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.core; 21 | 22 | 23 | public class AbstractValidator { 24 | public boolean checkValidation(final AbstractHandler handler) { 25 | return (handler == null) ? true : !handler.hasErrors(); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /src/java/biblivre/core/IFCacheableJavascript.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.core; 21 | 22 | import java.io.File; 23 | 24 | 25 | public interface IFCacheableJavascript { 26 | public String getCacheFileNamePrefix(); 27 | public String getCacheFileNameSuffix(); 28 | public String toJavascriptString(); 29 | public File getCacheFile(); 30 | public String getCacheFileName(); 31 | public void invalidateCache(); 32 | } 33 | -------------------------------------------------------------------------------- /src/java/biblivre/core/IFJson.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.core; 21 | 22 | import org.json.JSONObject; 23 | 24 | public interface IFJson { 25 | public JSONObject toJSONObject(); 26 | } 27 | -------------------------------------------------------------------------------- /src/java/biblivre/core/StaticBO.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.core; 21 | 22 | import biblivre.administration.indexing.IndexingGroups; 23 | import biblivre.cataloging.Fields; 24 | import biblivre.circulation.user.UserFields; 25 | import biblivre.core.configurations.Configurations; 26 | import biblivre.core.schemas.Schemas; 27 | import biblivre.core.translations.Languages; 28 | import biblivre.core.translations.Translations; 29 | 30 | public abstract class StaticBO { 31 | public static void resetCache() { 32 | Configurations.reset(); 33 | Fields.reset(); 34 | IndexingGroups.reset(); 35 | Languages.reset(); 36 | Schemas.reset(); 37 | Translations.reset(); 38 | UserFields.reset(); 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /src/java/biblivre/core/auth/AuthorizationPointGroups.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.core.auth; 21 | 22 | public enum AuthorizationPointGroups { 23 | MENU, 24 | LOGIN, 25 | CATALOGING, 26 | CIRCULATION, 27 | ACQUISITION, 28 | ADMIN, 29 | DIGITALMEDIA, 30 | SEARCH; 31 | } 32 | -------------------------------------------------------------------------------- /src/java/biblivre/core/enums/ActionResult.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.core.enums; 21 | 22 | public enum ActionResult { 23 | NORMAL, SUCCESS, WARNING, ERROR; 24 | 25 | @Override 26 | public String toString() { 27 | return super.toString().toLowerCase(); 28 | } 29 | 30 | public String getString() { 31 | return this.toString(); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /src/java/biblivre/core/exceptions/AuthorizationException.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.core.exceptions; 21 | 22 | public class AuthorizationException extends RuntimeException { 23 | private static final long serialVersionUID = 1L; 24 | 25 | public AuthorizationException() { 26 | super("error.no_permission"); 27 | } 28 | 29 | public AuthorizationException(String s) { 30 | super(s); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /src/java/biblivre/core/exceptions/DAOException.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.core.exceptions; 21 | 22 | import java.sql.BatchUpdateException; 23 | 24 | import org.apache.log4j.Logger; 25 | 26 | public class DAOException extends RuntimeException { 27 | private static final long serialVersionUID = 1L; 28 | private Logger logger = Logger.getLogger(this.getClass()); 29 | 30 | public DAOException(Exception cause) { 31 | super(cause instanceof BatchUpdateException ? ((BatchUpdateException)cause).getNextException() : cause); 32 | this.logger.error(this.getCause().getMessage(), this.getCause()); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /src/java/biblivre/marc/RecordStatus.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Este arquivo é parte do Biblivre4. 3 | * 4 | * Biblivre4 é um software livre; você pode redistribuí-lo e/ou 5 | * modificá-lo dentro dos termos da Licença Pública Geral GNU como 6 | * publicada pela Fundação do Software Livre (FSF); na versão 3 da 7 | * Licença, ou (caso queira) qualquer versão posterior. 8 | * 9 | * Este programa é distribuído na esperança de que possa ser útil, 10 | * mas SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de 11 | * MERCANTIBILIDADE OU ADEQUAÇÃO PARA UM FIM PARTICULAR. Veja a 12 | * Licença Pública Geral GNU para maiores detalhes. 13 | * 14 | * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto 15 | * com este programa, Se não, veja em . 16 | * 17 | * @author Alberto Wagner 18 | * @author Danniel Willian 19 | ******************************************************************************/ 20 | package biblivre.marc; 21 | 22 | public enum RecordStatus { 23 | NEW('n'), 24 | CORRECTED('c'); 25 | 26 | private char code; 27 | 28 | private RecordStatus(char code) { 29 | this.code = code; 30 | } 31 | 32 | public char getCode() { 33 | return this.code; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /src/java/log4j.properties: -------------------------------------------------------------------------------- 1 | log4j.rootCategory=CONSOLE, biblivre 2 | 3 | log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender 4 | log4j.appender.CONSOLE.Target=System.out 5 | log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout 6 | log4j.appender.CONSOLE.layout.ConversionPattern=%5p: %d [%F-%L] - %m%n 7 | 8 | log4j.appender.biblivre=org.apache.log4j.RollingFileAppender 9 | log4j.appender.biblivre.layout=org.apache.log4j.PatternLayout 10 | log4j.appender.biblivre.layout.ConversionPattern=%5p: %d [%t] (%F:%L) - %m%n 11 | log4j.appender.biblivre.File=${catalina.base}/logs/biblivre4.log 12 | log4j.appender.biblivre.MaxFileSize=500KB 13 | log4j.appender.biblivre.MaxBackupIndex=5 -------------------------------------------------------------------------------- /src/java/org/jzkit/search/util/RecordModel/marc/iso2709.java: -------------------------------------------------------------------------------- 1 | package org.jzkit.search.util.RecordModel.marc; 2 | 3 | import org.jzkit.search.util.RecordModel.ExplicitRecordFormatSpecification; 4 | 5 | public class iso2709 extends org.jzkit.search.util.RecordModel.iso2709 { 6 | private static final long serialVersionUID = 1L; 7 | 8 | public iso2709(Object source) { 9 | super(source); 10 | } 11 | 12 | public iso2709(Object source, String character_encoding) { 13 | super(source, character_encoding); 14 | } 15 | 16 | public iso2709(String source_repository, String source_collection_name, ExplicitRecordFormatSpecification spec, Object handle, Object source) { 17 | super(source_repository, source_collection_name, spec, handle, source); 18 | } 19 | 20 | public iso2709(String source_repository, String source_collection_name, ExplicitRecordFormatSpecification spec, Object handle, Object source, String character_encoding) { 21 | super(source_repository, source_collection_name, spec, handle, source, character_encoding); 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/java/z3950.properties: -------------------------------------------------------------------------------- 1 | biblivre3.z3950.jdbc_driver=org.postgresql.Driver 2 | biblivre3.z3950.url=jdbc:postgresql://127.0.0.1:5432/biblivre4 3 | biblivre3.z3950.username=biblivre 4 | biblivre3.z3950.password=abracadabra 5 | biblivre3.z3950.default_auto_commit=false 6 | biblivre3.z3950.hiberate_dialect=org.hibernate.dialect.PostgreSQLDialect 7 | biblivre3.z3950.query_substitutions=true 8 | biblivre3.z3950.show_sql=true 9 | 10 | 11 | 12 | --------------------------------------------------------------------------------