first commit
This commit is contained in:
commit
cf97b64877
27585 changed files with 3281780 additions and 0 deletions
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue