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