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