first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
1151
www/WEB-INF/acxent.tld
Normal file
1151
www/WEB-INF/acxent.tld
Normal file
File diff suppressed because it is too large
Load diff
242
www/WEB-INF/art.tld
Normal file
242
www/WEB-INF/art.tld
Normal file
|
|
@ -0,0 +1,242 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
|
||||
<!--art: tag library -->
|
||||
|
||||
<taglib>
|
||||
<!-- after this the default space is
|
||||
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"
|
||||
-->
|
||||
|
||||
<!-- The version number of this tag library -->
|
||||
<tlibversion>0.1</tlibversion>
|
||||
|
||||
<!-- The JSP specification version required to function -->
|
||||
<jspversion>1.1</jspversion>
|
||||
|
||||
<!-- The short name of this tag library -->
|
||||
<shortname>art</shortname>
|
||||
|
||||
<!-- Public URI that uniquely identifies this version of the tag library
|
||||
<uri>http://jakarta.apache.org/taglibs/utility</uri> -->
|
||||
|
||||
<!-- General information about this tag library -->
|
||||
<info> ART tag library
|
||||
V.1.9
|
||||
04-09-2022 flgMainPage su whiletipo
|
||||
02-01-2020 aggiunto articoliSimili. posso passare articolo o tipo
|
||||
11-09-2020 aggiunto id_marche su whiletipo
|
||||
10-09-2020 articolomod ultimi articoli modificati. numart su numero fetch
|
||||
21-07-2020 articolotag
|
||||
15-07-2020 caricamarta
|
||||
10-05-2020 aggiunto tag caricatipopagamento per legame diretto tra tipo pagamento e carrello
|
||||
07-01-2020 aggiunto tag su whiletipo
|
||||
07-11-2019 aggiunto limit e start su whiletipo
|
||||
21-07-08 creat mag.tld. Aggiunto tipolisttag e whiletipo per gestione it.acxent.art.Tipo
|
||||
copiato da ecom </info>
|
||||
|
||||
|
||||
<!-- ******************** Defined Custom Tags *************************** -->
|
||||
|
||||
<tag>
|
||||
<name>whiletipo</name>
|
||||
<tagclass>it.acxent.art.taglib.WhileTipoTag</tagclass>
|
||||
<teiclass>it.acxent.art.taglib.WhileTipoTagExtraInfo</teiclass>
|
||||
<info> While tipo </info>
|
||||
<attribute>
|
||||
<name>id_tipoPadre</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>id_tipoPadreSelected</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>lang</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>flgWww</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>rowbeanname</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>limit</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>start</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>tag</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>id_marche</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>flgMainPage</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
<!-- TipoListTreeTag tag -->
|
||||
<tag>
|
||||
<name>tipolisttree</name>
|
||||
<tagclass>it.acxent.art.taglib.TipoListTreeTag</tagclass>
|
||||
<attribute>
|
||||
<name>id_tipo</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
<!-- TipoListTreeTag tag -->
|
||||
<tag>
|
||||
<name>tipolistjqtree</name>
|
||||
<tagclass>it.acxent.art.taglib.TipoListJQTreeTag</tagclass>
|
||||
<attribute>
|
||||
<name>id_tipo</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<!-- vetrina tag -->
|
||||
|
||||
<tag>
|
||||
<name>vetrina</name>
|
||||
<tagclass>it.acxent.art.taglib.VetrinaTag</tagclass>
|
||||
<teiclass>it.acxent.art.taglib.VetrinaTagExtraInfo</teiclass>
|
||||
<attribute>
|
||||
<name>vetrina</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>num</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<!-- IF vetrina tag -->
|
||||
<tag>
|
||||
<name>if_vetrina</name>
|
||||
<tagclass>it.acxent.art.taglib.IfVetrinaTag</tagclass>
|
||||
<info> Conditional Tag per vetrina </info>
|
||||
<attribute>
|
||||
<name>vetrina</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<!-- CaricaTipoPagamentoTag tag -->
|
||||
<tag>
|
||||
<name>caricatipopagamento</name>
|
||||
<tagclass>it.acxent.art.taglib.CaricaTipoPagamentoTag</tagclass>
|
||||
<info> CARICA IL VECTUM listaTipoPagamento per www ... NON UTILIZZATO IN CC PERCHé PREFERISCO MANDARLO DAL CARTSVL O DA ORDINESVLT
|
||||
AL LIMITE PREVEDERE RITIRO NEGOZIO, STRANIERI, CLIFOR
|
||||
</info>
|
||||
<attribute>
|
||||
<name>flgstranieri</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<!-- carica marca tag -->
|
||||
<tag>
|
||||
<name>caricamarca</name>
|
||||
<tagclass>it.acxent.art.taglib.CaricaMarcaTag</tagclass>
|
||||
<info>carica vettore listaMarche</info>
|
||||
</tag>
|
||||
<!--- articolo tag -->
|
||||
<tag>
|
||||
<name>articolo</name>
|
||||
<tagclass>it.acxent.art.taglib.ArticoloTag</tagclass>
|
||||
<teiclass>it.acxent.art.taglib.ArticoloTagExtraInfo</teiclass>
|
||||
<info>Articolo Tag </info>
|
||||
<attribute>
|
||||
<name>flgStockOfferte</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>id_tipo</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>rowbeanname</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>lang</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<!--- articolomod tag -->
|
||||
<tag>
|
||||
<name>articolomod</name>
|
||||
<tagclass>it.acxent.art.taglib.ArticoliModTag</tagclass>
|
||||
<teiclass>it.acxent.art.taglib.ArticoliModTagExtraInfo</teiclass>
|
||||
<info>Articolo Tag </info>
|
||||
<attribute>
|
||||
<name>numArt</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>numArtFetch</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>lang</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<!--- articolisimili tag -->
|
||||
<tag>
|
||||
<name>articolisimili</name>
|
||||
<tagclass>it.acxent.art.taglib.ArticoliSimiliTag</tagclass>
|
||||
<teiclass>it.acxent.art.taglib.ArticoliSimiliTagExtraInfo</teiclass>
|
||||
<info>Articolo Tag </info>
|
||||
<attribute>
|
||||
<name>numArt</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>id_articolo</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>id_tipo</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>lang</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
</taglib>
|
||||
82
www/WEB-INF/cc.tld
Normal file
82
www/WEB-INF/cc.tld
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
|
||||
<!-- a tag library descriptor -->
|
||||
|
||||
<taglib>
|
||||
<!-- after this the default space is
|
||||
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"
|
||||
-->
|
||||
|
||||
<!-- The version number of this tag library -->
|
||||
<tlibversion>0.03</tlibversion>
|
||||
|
||||
<!-- The JSP specification version required to function -->
|
||||
<jspversion>1.9</jspversion>
|
||||
|
||||
<!-- The short name of this tag library -->
|
||||
<shortname>cc</shortname>
|
||||
|
||||
<!-- Public URI that uniquely identifies this version of the tag library
|
||||
<uri>http://jakarta.apache.org/taglibs/utility</uri> -->
|
||||
|
||||
<!-- General information about this tag library -->
|
||||
<info> CC tag library
|
||||
V.0.03
|
||||
01-10-2021 GoogleReviewTag
|
||||
17-05-2021 statousato
|
||||
14-07-2020 tipopagamento e marca e nazione
|
||||
27-04-2020 </info>
|
||||
|
||||
<!-- ******************** Defined Custom Tags *************************** -->
|
||||
<!-- lANG tag -->
|
||||
<tag>
|
||||
<name>attivita</name>
|
||||
<tagclass>it.acxent.cc.taglib.AttivitaTag</tagclass>
|
||||
<info> session attivita </info>
|
||||
</tag>
|
||||
<!-- tipopagamento tag -->
|
||||
<tag>
|
||||
<name>tipopagamento</name>
|
||||
<tagclass>it.acxent.cc.taglib.TipoPagamentoTag</tagclass>
|
||||
<teiclass>it.acxent.cc.taglib.TipoPagamentoTagExtraInfo</teiclass>
|
||||
</tag>
|
||||
<!-- marca tag -->
|
||||
<tag>
|
||||
<name>marca</name>
|
||||
<tagclass>it.acxent.cc.taglib.MarcaTag</tagclass>
|
||||
<teiclass>it.acxent.cc.taglib.MarcaTagExtraInfo</teiclass>
|
||||
</tag>
|
||||
|
||||
<!-- nazione tag -->
|
||||
<tag>
|
||||
<name>nazione</name>
|
||||
<tagclass>it.acxent.cc.taglib.NazioneTag</tagclass>
|
||||
<teiclass>it.acxent.cc.taglib.NazioneTagExtraInfo</teiclass>
|
||||
<attribute>
|
||||
<name>soloattivi</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<!-- StatoUsato tag -->
|
||||
<tag>
|
||||
<name>statousato</name>
|
||||
<tagclass>it.acxent.cc.taglib.StatoUsatoTag</tagclass>
|
||||
<teiclass>it.acxent.cc.taglib.StatoUsatoTagExtraInfo</teiclass>
|
||||
</tag>
|
||||
<!-- lANG tag -->
|
||||
<tag>
|
||||
<name>googlereview</name>
|
||||
<tagclass>it.acxent.cc.taglib.GoogleReviewTag</tagclass>
|
||||
<info> Google review </info>
|
||||
</tag>
|
||||
<!-- googlereviews tag -->
|
||||
<tag>
|
||||
<name>googlereviews</name>
|
||||
<tagclass>it.acxent.cc.taglib.GoogleReviewsTag</tagclass>
|
||||
<teiclass>it.acxent.cc.taglib.GoogleReviewsTagExtraInfo</teiclass>
|
||||
|
||||
</tag>
|
||||
<!-- FINE TAGLIB -->
|
||||
</taglib>
|
||||
195
www/WEB-INF/classes/rus_en.properties
Normal file
195
www/WEB-INF/classes/rus_en.properties
Normal file
|
|
@ -0,0 +1,195 @@
|
|||
Regalami_Un_Sorriso_ETS_-_Correndo,_sognando_e..._lottando=Regalami Un Sorriso Ets - Running, Dreaming and... Fighting
|
||||
Regalami_Un_Sorriso_Ets=Regalami_Un_Sorriso_Ets
|
||||
Home=Home
|
||||
Associazione=Association
|
||||
Foto=Photo
|
||||
Carnevale=Carnival
|
||||
Defibrillatori=Defibrillators
|
||||
Feste=Parties
|
||||
Lions=Lions
|
||||
Manifestazioni=Demonstrations
|
||||
Panathlon=Panathlon
|
||||
Viaggi=Trips
|
||||
Volantini_storici=Historical flyers
|
||||
Basket=Basketball
|
||||
Ciclismo=Bike
|
||||
Golf=Golf
|
||||
Multidiscipline=Multidiscipline
|
||||
Podismo=Running
|
||||
Archivio=Archive
|
||||
PayPal_-_Il_sistema_di_pagamento_online_piu'_facile_e_sicuro!=PayPal - The easiest and safest online payment system!
|
||||
Il_mio_account=My account
|
||||
Dettaglio_Account=Account Detail
|
||||
Esci=Logout
|
||||
Facebook=Facebook
|
||||
Foto_Sport=Sports Photos
|
||||
Sport=Sport
|
||||
sport=sport
|
||||
Località=Location
|
||||
località=location
|
||||
Mese=Month
|
||||
Seleziona_Mese=Select Month
|
||||
Gennaio=January
|
||||
Febbraio=February
|
||||
Marzo=March
|
||||
Aprile=April
|
||||
Maggio=May
|
||||
Giugno=June
|
||||
Luglio=July
|
||||
Agosto=August
|
||||
Settembre=September
|
||||
Ottobre=October
|
||||
Novembre=November
|
||||
Dicembre=December
|
||||
Anno=Year
|
||||
Cerca=Near
|
||||
Foto_Eventi=Event Photos
|
||||
Eventi=Events
|
||||
Partners=Partners
|
||||
Contatti=Contacts
|
||||
Solo=Alone
|
||||
WhatsApp=WhatsApp
|
||||
Informazioni=Information
|
||||
Privacy=Privacy
|
||||
Cookies=Cookies
|
||||
Copyright=Copyright
|
||||
Regalami_Un_Sorriso_ETS_-_Gare=Regalami Un Sorriso ETS - Competitions
|
||||
Cerca_le_tue_foto=Search your photos
|
||||
Descrizione=Description
|
||||
descrizione=description
|
||||
--_Punti_Foto_--=-- Photo Points --
|
||||
--_Descrizione/Orario_--=-- Description/Time --
|
||||
Pettorale=Pectoral
|
||||
Sono_state_trovate=They have been found
|
||||
foto=photo
|
||||
visualizzazione_compatta=compact view
|
||||
vai_a_pag.=go to page
|
||||
Inserisci_il_numero_di_pagina_e_premi_invio_o_'Procedi'=Enter the page number and press enter or 'Proceed'
|
||||
Hits=Hits
|
||||
Se_vuoi_visualizzare_la_foto_di_qualità_migliore_effettua_il_login=If you want to view the best quality photo, log in.
|
||||
Login=Login
|
||||
Username=Username
|
||||
Password=Password
|
||||
Accedi=Sign in
|
||||
Hai_dimenticato_la_password?=Forgot your password?
|
||||
ATTENZIONE_!_PUBBLICITA'_GOOGLE=ATTENTION! GOOGLE ADVERTISING
|
||||
Iscriviti_e_Diventa_sostenitore!=Sign up and become a supporter!
|
||||
Vai_alla=Go to
|
||||
pagina_di_login=login page
|
||||
oppure_se_non_sei_registrato,_vai_alla=or if you are not registered, go to
|
||||
pagina_di_registrazione=registration page
|
||||
Banca_IFIGEST_Prato=IFIGEST Bank Prato
|
||||
in_alternativa=alternatively
|
||||
CONTO_CORRENTE_POSTALE_c/c_89587968=POSTAL CURRENT ACCOUNT c/c 89587968
|
||||
IBAN_IT_77H_07601_02800_0000_8958_7968=IBAN IT 77H 07601 02800 0000 8958 7968
|
||||
STATUTO=STATUTE
|
||||
Con_rogito_del_26/10/2020=With deed dated 26/10/2020
|
||||
è_iscritta_nel_registro_unico_del_terzo_settore.=it is registered in the single register of the third sector.
|
||||
Regalami_Un_Sorriso_ETS_-_Area_Utente=Regalami Un Sorriso ETS - User Area
|
||||
registrazione=registration
|
||||
/_Email=/ Email
|
||||
email=e-mail
|
||||
Recupera_i_dati=Recover data
|
||||
Accesso_Tramite_Google=Access via Google
|
||||
Accesso_Tramite_Facebook=Login via Facebook
|
||||
Area_Utente=User Area
|
||||
Visualizza_le_foto=View photos
|
||||
Ciao=HI
|
||||
Indirizzo=Address
|
||||
n.=n.
|
||||
Società_di_appartenenza=Company belonging to
|
||||
Telefono=Telephone
|
||||
Email=E-mail
|
||||
Codice_Fiscale=Tax ID code
|
||||
Data_Scadenza=Expiration Date
|
||||
Num._foto_visualizzate/N._foto_Max=No. of photos displayed/No. of photos max
|
||||
Num._foto_visualizzate_oggi=Number of photos viewed today
|
||||
Verificate_che_i_dati_siano_corretti._Per_variazioni_scrivere_a=Please verify that the information is correct. For changes, please write to
|
||||
oppure_vai_su=or go to
|
||||
Modifica_Dati=Edit Data
|
||||
Attenzione,_vale_il_silenzio_assenso_sulla_correttezza_dei_dati_anagrafica_soci.=Please note that tacit consent to the accuracy of the member personal data is required.
|
||||
Rinnova_tramite_Coupon=Renew via Coupon
|
||||
MODIFICA_I_TUOI_DATI=CHANGE YOUR DATA
|
||||
Rinnova_tramite_PayPal=Renew via PayPal
|
||||
Regalami_Un_Sorriso_ETS_-_Registrazione_Utente=Give Me a Smile ETS - User Registration
|
||||
Area_utente=User area
|
||||
Registrazione/Modifica_dati=Registration/Modification of data
|
||||
Se_sei_gia'_un_Sostenitore_Ets_Regalami_un_Sorriso,_vai_alla_pagina_di=If you are already an Ets Give Me a Smile Supporter, go to the page
|
||||
login=login
|
||||
,_altrimenti_leggi_attentamente_quanto_segue_e_registrati.=, otherwise read the following carefully and register.
|
||||
Accetto=I accept
|
||||
La_concessione_della_password_di_accesso_a_questo_sito_è_subordinata_alla_presa_visione_della=Granting of the password to access this site is subject to viewing the
|
||||
ed_alla_accettazione_dei_punti_2.A_e_2.B_del_suddetto_regolamento=and acceptance of points 2.A and 2.B of the aforementioned regulation
|
||||
2.A_e_2.B=2.A and 2.B
|
||||
Attenzione=Attention
|
||||
Per_poter_condividere_le_foto_è_necessario_essere_sostenitori_della_Ets.=To share photos you must be an Ets supporter.
|
||||
Con_un_contributo_liberale_di_20=With a liberal contribution of 20
|
||||
puoi_diventare_Socio_della_Ets_avrai_il_diritto_di_condividere_1000_foto_in_1_anno=You can become a member of Ets and you will have the right to share 1000 photos in 1 year.
|
||||
Siate_certi_della_correttezza_della_vostra_email_altrimenti_non_riceverete_mai_la_nostra_risposta=Please make sure your email address is correct otherwise you will never receive our reply.
|
||||
Se_i_dati_non_sono_corretti_scrivete_a=If the data is not correct, write to
|
||||
L'email_deve_essere_scritta_correttamente_tutta_in_minuscolo=The email must be written correctly in all lowercase letters.
|
||||
Consulta_le_nostre_specifiche_sulla=Check out our specifications on
|
||||
privacy=privacy
|
||||
Tutti_i_dati_sono_obbligatori=All data is mandatory
|
||||
Email_(che_sarà_il_tuo_login)=Email (which will be your login)
|
||||
Password_(solo_se_vuoi_cambiarla)=Password (only if you want to change it)
|
||||
Nome=Name
|
||||
Cognome=Surname
|
||||
Telefono=Telephone
|
||||
Città=City
|
||||
Cap=Cap
|
||||
Prov.=Prov.
|
||||
Via=Via
|
||||
Num.=Num.
|
||||
Codice_Fiscale=Tax ID code
|
||||
Gruppo_Sportivo=Sports Group
|
||||
Motivo_della_richiesta_di_iscrizione=Reason for requesting registration
|
||||
Iscrizione_Atletica_Immagine=Atletica Immagine Registration
|
||||
ATTENZIONE!_Alcuni_campi_non_sono_stati_compilati=ATTENTION! Some fields have not been filled in.
|
||||
Invia_la_richiesta=Send the request
|
||||
Per_poter_vedere_e_scaricare_le_foto_devi_effettuare_il_login_ed_essere_in_regola_con_il_rinnovo_della_quota_associativa.=To view and download photos, you must log in and have a current membership fee.
|
||||
Se_sei_gia'_un_Socio_Ets_Regalami_un_Sorriso,_inserisci_il_tuo_Username_e_Password,_altrimenti_vai_alla_pagina_di=If you are already an Ets Regalami un Sorriso member, enter your Username and Password, otherwise go to the page
|
||||
FOTO_EVENTI=EVENT PHOTOS
|
||||
FOTO_SPORT=SPORTS PHOTOS
|
||||
Indirizzo=Address
|
||||
Società_di_appartenenza=Company belonging to
|
||||
Telefono=Telephone
|
||||
Email=E-mail
|
||||
Codice_Fiscale=Tax ID code
|
||||
Data_Scadenza=Expiration Date
|
||||
Num._foto_visualizzate/N._foto_Max=No. of photos displayed/No. of photos max
|
||||
Num._foto_visualizzate_oggi=Number of photos viewed today
|
||||
foto@pierogiacomelli.com=foto@pierogiacomelli.com
|
||||
Il_tuo_account_è_scaduto_oppure_hai_raggiunto_il_numero_di_foto_massimo_da_scaricare._Per_poter_scaricare/condividere_nuove_foto_effettua_il_rinnovo_della_quota_associativa.=Your account has expired or you've reached the maximum number of photos you can download. To download/share new photos, please renew your membership.
|
||||
Attenzione..._Per_poter_rinnovare_tramite_Coupon,_devi_completare_i_tuoi_dati_di_registrazione_con_tutti_i_campi_obbligatori=Attention... To renew via Coupon, you must complete your registration data with all mandatory fields.
|
||||
Attenzione..._Per_poter_rinnovare_tramite_PayPal,_devi_completare_i_tuoi_dati_di_registrazione_con_tutti_i_campi_obbligatori=Attention... To renew via PayPal, you must complete your registration data with all mandatory fields.
|
||||
visualizzazione_standard=standard view
|
||||
Hits=Hits
|
||||
Correndo,_sognando_e..._lottando=Running, dreaming and... fighting
|
||||
Regalami_Un_Sorriso_ETS_-_Pagina_Non_Trovata=Give Me A Smile ETS - Page Not Found
|
||||
Errror_404!_Ops!!!=Error 404! Oops!!!
|
||||
Pagina_Non_trovata........=Page Not Found........
|
||||
Regalami_Un_Sorriso_ETS_-_Correndo,_sognando_e..._lottando_-_Rivista_Atletica_Immagine=Give Me a Smile ETS - Running, Dreaming, and... Fighting - Athletics Magazine Image
|
||||
Atletica_Immagine=Athletics Image
|
||||
Chi_Siamo=Who We Are
|
||||
Totale_Record_=Total Record
|
||||
Pagina=Page
|
||||
di=Of
|
||||
Data.=Date.
|
||||
Titolo=Title
|
||||
Clicca_sull'immagine=Click on the image
|
||||
per_sfogliare_la_rivista=to browse the magazine
|
||||
Rivista=Magazine
|
||||
Scarica_Pdf=Download PDF
|
||||
Diventa_socio!=Become a member!
|
||||
Controllo_Se_Sei_Un_Umano=Check If You're Human
|
||||
Controlla=Check
|
||||
Hits=Hits
|
||||
Indirizzo=Address
|
||||
Società_di_appartenenza=Company belonging to
|
||||
Telefono=Telephone
|
||||
Email=E-mail
|
||||
Codice_Fiscale=Tax ID code
|
||||
Data_Scadenza=Expiration Date
|
||||
Num._foto_visualizzate/N._foto_Max=No. of photos displayed/No. of photos max
|
||||
Num._foto_visualizzate_oggi=Number of photos viewed today
|
||||
102
www/WEB-INF/common.tld
Normal file
102
www/WEB-INF/common.tld
Normal file
|
|
@ -0,0 +1,102 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- a tag library descriptor -->
|
||||
|
||||
<taglib>
|
||||
<!-- after this the default space is
|
||||
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"
|
||||
-->
|
||||
|
||||
<!-- The version number of this tag library -->
|
||||
<tlibversion>0.1</tlibversion>
|
||||
|
||||
<!-- The JSP specification version required to function -->
|
||||
<jspversion>1.1</jspversion>
|
||||
|
||||
<!-- The short name of this tag library -->
|
||||
<shortname>contab</shortname>
|
||||
|
||||
<!-- Public URI that uniquely identifies this version of the tag library
|
||||
<uri>http://jakarta.apache.org/taglibs/utility</uri> -->
|
||||
|
||||
<!-- General information about this tag library -->
|
||||
<info>
|
||||
DBCom tag library
|
||||
DBCom tag library
|
||||
V.0.2
|
||||
23-02-16 aggiunto BannerListTag
|
||||
29-06-15 aggiunto imgclass su banner
|
||||
09-10-08 creat contab.tld. Aggiunto documento tag per gestione menu documenti
|
||||
</info>
|
||||
|
||||
<!-- ******************** Defined Custom Tags *************************** -->
|
||||
|
||||
<tag>
|
||||
<name>documento</name>
|
||||
<tagclass>it.acxent.contab.taglib.TipoDocumentoTag</tagclass>
|
||||
<teiclass>it.acxent.contab.taglib.TipoDocumentoTagExtraInfo</teiclass>
|
||||
<info>
|
||||
Elenco ti po docmenti per caricare il menu
|
||||
</info>
|
||||
</tag>
|
||||
|
||||
|
||||
<tag>
|
||||
<name>banner</name>
|
||||
<tagclass>it.acxent.banner.taglib.BannerTag</tagclass>
|
||||
<teiclass>it.acxent.banner.taglib.BannerTagExtraInfo</teiclass>
|
||||
<info>
|
||||
Banner tag
|
||||
</info>
|
||||
<attribute>
|
||||
<name>bannertype</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>id_banner</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>textbanner</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>alt</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>imgclass</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<tag>
|
||||
<name>bannerlist</name>
|
||||
<tagclass>it.acxent.banner.taglib.BannerListTag</tagclass>
|
||||
<teiclass>it.acxent.banner.taglib.BannerListTagExtraInfo</teiclass>
|
||||
<info>
|
||||
Banner tag
|
||||
</info>
|
||||
<attribute>
|
||||
<name>bannertype</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>num</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>rowbeanname</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
|
||||
</taglib>
|
||||
42
www/WEB-INF/contab.tld
Normal file
42
www/WEB-INF/contab.tld
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- a tag library descriptor -->
|
||||
|
||||
<taglib>
|
||||
<!-- after this the default space is
|
||||
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"
|
||||
-->
|
||||
|
||||
<!-- The version number of this tag library -->
|
||||
<tlibversion>0.1</tlibversion>
|
||||
|
||||
<!-- The JSP specification version required to function -->
|
||||
<jspversion>1.1</jspversion>
|
||||
|
||||
<!-- The short name of this tag library -->
|
||||
<shortname>contab</shortname>
|
||||
|
||||
<!-- Public URI that uniquely identifies this version of the tag library
|
||||
<uri>http://jakarta.apache.org/taglibs/utility</uri> -->
|
||||
|
||||
<!-- General information about this tag library -->
|
||||
<info>
|
||||
|
||||
09-10-08 creat contab.tld. Aggiunto documento tag per gestione menu documenti
|
||||
</info>
|
||||
|
||||
<!-- ******************** Defined Custom Tags *************************** -->
|
||||
|
||||
<tag>
|
||||
<name>documento</name>
|
||||
<tagclass>it.acxent.contab.taglib.TipoDocumentoTag</tagclass>
|
||||
<teiclass>it.acxent.contab.taglib.TipoDocumentoTagExtraInfo</teiclass>
|
||||
<info>
|
||||
Elenco ti po docmenti per caricare il menu
|
||||
</info>
|
||||
</tag>
|
||||
|
||||
|
||||
|
||||
|
||||
</taglib>
|
||||
151
www/WEB-INF/ecom.tld
Normal file
151
www/WEB-INF/ecom.tld
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
|
||||
<!-- a tag library descriptor -->
|
||||
|
||||
<taglib>
|
||||
<!-- after this the default space is
|
||||
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"
|
||||
-->
|
||||
|
||||
<!-- The version number of this tag library -->
|
||||
<tlibversion>0.1</tlibversion>
|
||||
|
||||
<!-- The JSP specification version required to function -->
|
||||
<jspversion>1.1</jspversion>
|
||||
|
||||
<!-- The short name of this tag library -->
|
||||
<shortname>ablia</shortname>
|
||||
|
||||
<!-- Public URI that uniquely identifies this version of the tag library
|
||||
<uri>http://jakarta.apache.org/taglibs/utility</uri> -->
|
||||
|
||||
<!-- General information about this tag library -->
|
||||
<info>
|
||||
Ecom tag library
|
||||
V.0.5
|
||||
30-06-2009 aggiunto vetrina tag da tuttofoto
|
||||
28-06-2009 aggiornato tipolisthv
|
||||
30-4-2009 aggiunto da gf tipolisthv.. andra' poi spostato su ecom
|
||||
06-01-07 spostato tipolisttree e whiletipo da ablia.tld a ecom.tld
|
||||
11-09-07 inserito NazioniTag
|
||||
</info>
|
||||
|
||||
<!-- ******************** Defined Custom Tags *************************** -->
|
||||
<!-- Nazione tag -->
|
||||
<tag>
|
||||
<name>nazione</name>
|
||||
<tagclass>it.acxent.ecom.taglib.NazioniTag</tagclass>
|
||||
<teiclass>it.acxent.ecom.taglib.NazioniTagExtraInfo</teiclass>
|
||||
<attribute>
|
||||
<name>rowbeanname</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>flgAttivo</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
|
||||
</tag>
|
||||
<!-- Carica Articoli tag -->
|
||||
<!-- rende disponibile listAV e listA -->
|
||||
<tag>
|
||||
<name>caricaarticoli</name>
|
||||
<tagclass>it.acxent.ecom.taglib.CaricaListaArticoliTag</tagclass>
|
||||
<attribute>
|
||||
<name>id_tipo</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>articoloVariante</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
<tag>
|
||||
<name>whiletipo</name>
|
||||
<tagclass>it.acxent.ecom.taglib.WhileTipoTag</tagclass>
|
||||
<teiclass>it.acxent.ecom.taglib.WhileTipoTagExtraInfo</teiclass>
|
||||
<info>
|
||||
While tipo
|
||||
</info>
|
||||
<attribute>
|
||||
<name>id_tipoPadre</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>id_tipoPadreSelected</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>lang</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>rowbeanname</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
|
||||
<!-- TipoListTreeTag tag -->
|
||||
<tag>
|
||||
<name>tipolisttree</name>
|
||||
<tagclass>it.acxent.ecom.taglib.TipoListTreeTag</tagclass>
|
||||
<attribute>
|
||||
<name>id_tipo</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<!-- tipolisthv tag -->
|
||||
<tag>
|
||||
<name>tipolisthv</name>
|
||||
<tagclass>it.acxent.gf.taglib.TipoListMenuHVTag</tagclass>
|
||||
<attribute>
|
||||
<name>id_tipo</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>preLink</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>height</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>width</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
<!-- vetrina tag -->
|
||||
<tag>
|
||||
<name>vetrina</name>
|
||||
<tagclass>it.acxent.ecom.taglib.VetrinaTag</tagclass>
|
||||
<teiclass>it.acxent.ecom.taglib.VetrinaTagExtraInfo</teiclass>
|
||||
<attribute>
|
||||
<name>vetrina</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>num</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
</taglib>
|
||||
BIN
www/WEB-INF/lib/FastInfoset-1.2.18.jar
Normal file
BIN
www/WEB-INF/lib/FastInfoset-1.2.18.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/SparseBitSet-1.2.jar
Normal file
BIN
www/WEB-INF/lib/SparseBitSet-1.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/activation-1.1.jar
Normal file
BIN
www/WEB-INF/lib/activation-1.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/acxent-bank-1.0.1.jar
Normal file
BIN
www/WEB-INF/lib/acxent-bank-1.0.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/acxent-checkvat-1.0.0.jar
Normal file
BIN
www/WEB-INF/lib/acxent-checkvat-1.0.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/acxent-common-1.0.1.jar
Normal file
BIN
www/WEB-INF/lib/acxent-common-1.0.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/acxent-core-1.0.1.jar
Normal file
BIN
www/WEB-INF/lib/acxent-core-1.0.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/acxent-face-1.0.0.jar
Normal file
BIN
www/WEB-INF/lib/acxent-face-1.0.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/acxent-skebby-1.0.jar
Normal file
BIN
www/WEB-INF/lib/acxent-skebby-1.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/acxent-videoj-1.0.0.jar
Normal file
BIN
www/WEB-INF/lib/acxent-videoj-1.0.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/annotations-13.0.jar
Normal file
BIN
www/WEB-INF/lib/annotations-13.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/ant-1.10.12.jar
Normal file
BIN
www/WEB-INF/lib/ant-1.10.12.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/ant-junit-1.6.5.jar
Normal file
BIN
www/WEB-INF/lib/ant-junit-1.6.5.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/ant-launcher-1.10.12.jar
Normal file
BIN
www/WEB-INF/lib/ant-launcher-1.10.12.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/antlr-2.7.7.jar
Normal file
BIN
www/WEB-INF/lib/antlr-2.7.7.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/antlr-runtime-3.5.3.jar
Normal file
BIN
www/WEB-INF/lib/antlr-runtime-3.5.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/auto-value-annotations-1.11.0.jar
Normal file
BIN
www/WEB-INF/lib/auto-value-annotations-1.11.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/axis-1.4.jar
Normal file
BIN
www/WEB-INF/lib/axis-1.4.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/bcmail-jdk14-1.64.jar
Normal file
BIN
www/WEB-INF/lib/bcmail-jdk14-1.64.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/bcpkix-jdk14-1.64.jar
Normal file
BIN
www/WEB-INF/lib/bcpkix-jdk14-1.64.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/bcprov-jdk18on-1.79.jar
Normal file
BIN
www/WEB-INF/lib/bcprov-jdk18on-1.79.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/bctsp-jdk14-1.38.jar
Normal file
BIN
www/WEB-INF/lib/bctsp-jdk14-1.38.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/checker-qual-3.37.0.jar
Normal file
BIN
www/WEB-INF/lib/checker-qual-3.37.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/checkout-sdk-2.0.0.jar
Normal file
BIN
www/WEB-INF/lib/checkout-sdk-2.0.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/classmate-1.7.0.jar
Normal file
BIN
www/WEB-INF/lib/classmate-1.7.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/cli-rus-2.1.9.jar
Normal file
BIN
www/WEB-INF/lib/cli-rus-2.1.9.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-codec-1.15.jar
Normal file
BIN
www/WEB-INF/lib/commons-codec-1.15.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-collections4-4.4.jar
Normal file
BIN
www/WEB-INF/lib/commons-collections4-4.4.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-compress-1.23.0.jar
Normal file
BIN
www/WEB-INF/lib/commons-compress-1.23.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-exec-1.3.jar
Normal file
BIN
www/WEB-INF/lib/commons-exec-1.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-fileupload-1.5.jar
Normal file
BIN
www/WEB-INF/lib/commons-fileupload-1.5.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-io-2.13.0.jar
Normal file
BIN
www/WEB-INF/lib/commons-io-2.13.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-lang3-3.12.0.jar
Normal file
BIN
www/WEB-INF/lib/commons-lang3-3.12.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-logging-1.2.jar
Normal file
BIN
www/WEB-INF/lib/commons-logging-1.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-math3-3.6.1.jar
Normal file
BIN
www/WEB-INF/lib/commons-math3-3.6.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/commons-net-3.9.0.jar
Normal file
BIN
www/WEB-INF/lib/commons-net-3.9.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/core-3.5.2.jar
Normal file
BIN
www/WEB-INF/lib/core-3.5.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/curvesapi-1.07.jar
Normal file
BIN
www/WEB-INF/lib/curvesapi-1.07.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/debugger-app-2.0.29.jar
Normal file
BIN
www/WEB-INF/lib/debugger-app-2.0.29.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/docx4j-core-11.5.3.jar
Normal file
BIN
www/WEB-INF/lib/docx4j-core-11.5.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/docx4j-openxml-objects-11.5.3.jar
Normal file
BIN
www/WEB-INF/lib/docx4j-openxml-objects-11.5.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/docx4j-openxml-objects-pml-11.5.3.jar
Normal file
BIN
www/WEB-INF/lib/docx4j-openxml-objects-pml-11.5.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/docx4j-openxml-objects-sml-11.5.3.jar
Normal file
BIN
www/WEB-INF/lib/docx4j-openxml-objects-sml-11.5.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/ebaysdk-calls-0.0.2.jar
Normal file
BIN
www/WEB-INF/lib/ebaysdk-calls-0.0.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/ebaysdk-core-0.0.3.jar
Normal file
BIN
www/WEB-INF/lib/ebaysdk-core-0.0.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/error_prone_annotations-2.21.1.jar
Normal file
BIN
www/WEB-INF/lib/error_prone_annotations-2.21.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/failureaccess-1.0.1.jar
Normal file
BIN
www/WEB-INF/lib/failureaccess-1.0.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/flying-saucer-core-9.1.22.jar
Normal file
BIN
www/WEB-INF/lib/flying-saucer-core-9.1.22.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/flying-saucer-pdf-9.1.22.jar
Normal file
BIN
www/WEB-INF/lib/flying-saucer-pdf-9.1.22.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/fontbox-2.0.29.jar
Normal file
BIN
www/WEB-INF/lib/fontbox-2.0.29.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/gmbal-4.0.1.jar
Normal file
BIN
www/WEB-INF/lib/gmbal-4.0.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/google-api-client-2.2.0.jar
Normal file
BIN
www/WEB-INF/lib/google-api-client-2.2.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/google-auth-library-credentials-1.25.0.jar
Normal file
BIN
www/WEB-INF/lib/google-auth-library-credentials-1.25.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/google-auth-library-oauth2-http-1.25.0.jar
Normal file
BIN
www/WEB-INF/lib/google-auth-library-oauth2-http-1.25.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/google-http-client-1.42.3.jar
Normal file
BIN
www/WEB-INF/lib/google-http-client-1.42.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/google-http-client-apache-v2-1.42.3.jar
Normal file
BIN
www/WEB-INF/lib/google-http-client-apache-v2-1.42.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/google-http-client-gson-1.42.3.jar
Normal file
BIN
www/WEB-INF/lib/google-http-client-gson-1.42.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/google-oauth-client-1.34.1.jar
Normal file
BIN
www/WEB-INF/lib/google-oauth-client-1.34.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/grpc-context-1.27.2.jar
Normal file
BIN
www/WEB-INF/lib/grpc-context-1.27.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/gson-2.10.1.jar
Normal file
BIN
www/WEB-INF/lib/gson-2.10.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/guava-32.1.3-jre.jar
Normal file
BIN
www/WEB-INF/lib/guava-32.1.3-jre.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/ha-api-3.1.12.jar
Normal file
BIN
www/WEB-INF/lib/ha-api-3.1.12.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/hibernate-validator-8.0.1.Final.jar
Normal file
BIN
www/WEB-INF/lib/hibernate-validator-8.0.1.Final.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/httpclient-4.5.14.jar
Normal file
BIN
www/WEB-INF/lib/httpclient-4.5.14.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/httpcore-4.4.16.jar
Normal file
BIN
www/WEB-INF/lib/httpcore-4.4.16.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/image4j-0.7.2.jar
Normal file
BIN
www/WEB-INF/lib/image4j-0.7.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/itext-2.1.7.jar
Normal file
BIN
www/WEB-INF/lib/itext-2.1.7.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/j2objc-annotations-2.8.jar
Normal file
BIN
www/WEB-INF/lib/j2objc-annotations-2.8.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jackson-annotations-2.17.2.jar
Normal file
BIN
www/WEB-INF/lib/jackson-annotations-2.17.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jackson-core-2.17.2.jar
Normal file
BIN
www/WEB-INF/lib/jackson-core-2.17.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jackson-databind-2.17.2.jar
Normal file
BIN
www/WEB-INF/lib/jackson-databind-2.17.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jai-imageio-core-1.4.0.jar
Normal file
BIN
www/WEB-INF/lib/jai-imageio-core-1.4.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jai_codec-1.1.3.jar
Normal file
BIN
www/WEB-INF/lib/jai_codec-1.1.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jai_core-1.1.3.jar
Normal file
BIN
www/WEB-INF/lib/jai_core-1.1.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.activation-1.2.2.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.activation-1.2.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.annotation-api-1.3.5.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.annotation-api-1.3.5.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.el-4.0.2.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.el-4.0.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.el-api-4.0.0.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.el-api-4.0.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.jws-api-2.1.0.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.jws-api-2.1.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.validation-api-3.0.2.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.validation-api-3.0.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.ws.rs-api-3.1.0.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.ws.rs-api-3.1.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.xml.soap-api-1.4.2.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.xml.soap-api-1.4.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/jakarta.xml.ws-api-2.3.3.jar
Normal file
BIN
www/WEB-INF/lib/jakarta.xml.ws-api-2.3.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/javacpp-1.5.10.jar
Normal file
BIN
www/WEB-INF/lib/javacpp-1.5.10.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/javase-3.5.2.jar
Normal file
BIN
www/WEB-INF/lib/javase-3.5.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/javassist-3.28.0-GA.jar
Normal file
BIN
www/WEB-INF/lib/javassist-3.28.0-GA.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/javax.activation-api-1.2.0.jar
Normal file
BIN
www/WEB-INF/lib/javax.activation-api-1.2.0.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/javax.annotation-api-1.3.2.jar
Normal file
BIN
www/WEB-INF/lib/javax.annotation-api-1.3.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/javax.mail-1.6.2.jar
Normal file
BIN
www/WEB-INF/lib/javax.mail-1.6.2.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/javax.servlet-api-4.0.1.jar
Normal file
BIN
www/WEB-INF/lib/javax.servlet-api-4.0.1.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/javax.servlet.jsp-api-2.3.3.jar
Normal file
BIN
www/WEB-INF/lib/javax.servlet.jsp-api-2.3.3.jar
Normal file
Binary file not shown.
BIN
www/WEB-INF/lib/javax.xml.rpc-api-1.1.2.jar
Normal file
BIN
www/WEB-INF/lib/javax.xml.rpc-api-1.1.2.jar
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue