www/WEB-INF/base.tld

Code
Comments
Other
Rev Date Author Line
6154 04 Oct 12 nicklas 1 <?xml version="1.0" encoding="UTF-8" ?>
6154 04 Oct 12 nicklas 2 <taglib xmlns="http://java.sun.com/xml/ns/javaee"
6154 04 Oct 12 nicklas 3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6154 04 Oct 12 nicklas 4     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
6154 04 Oct 12 nicklas 5     version="2.1">
204 18 Mar 05 nicklas 6 <!--
2306 22 May 06 jari 7   $Id$
204 18 Mar 05 nicklas 8
3675 16 Aug 07 jari 9   Copyright (C) 2005 Nicklas Nordborg
6154 04 Oct 12 nicklas 10   Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg, Martin Svensson
3675 16 Aug 07 jari 11   Copyright (C) 2007 Nicklas Nordborg
204 18 Mar 05 nicklas 12
2304 22 May 06 jari 13   This file is part of BASE - BioArray Software Environment.
2304 22 May 06 jari 14   Available at http://base.thep.lu.se/
204 18 Mar 05 nicklas 15
204 18 Mar 05 nicklas 16   BASE is free software; you can redistribute it and/or
204 18 Mar 05 nicklas 17   modify it under the terms of the GNU General Public License
4476 05 Sep 08 jari 18   as published by the Free Software Foundation; either version 3
204 18 Mar 05 nicklas 19   of the License, or (at your option) any later version.
204 18 Mar 05 nicklas 20
204 18 Mar 05 nicklas 21   BASE is distributed in the hope that it will be useful,
204 18 Mar 05 nicklas 22   but WITHOUT ANY WARRANTY; without even the implied warranty of
204 18 Mar 05 nicklas 23   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
204 18 Mar 05 nicklas 24   GNU General Public License for more details.
204 18 Mar 05 nicklas 25
204 18 Mar 05 nicklas 26   You should have received a copy of the GNU General Public License
4510 11 Sep 08 jari 27   along with BASE. If not, see <http://www.gnu.org/licenses/>.
204 18 Mar 05 nicklas 28 -->
6154 04 Oct 12 nicklas 29   <description>
6154 04 Oct 12 nicklas 30     The main taglibs for BASE are defined here.
6154 04 Oct 12 nicklas 31   </description>
6154 04 Oct 12 nicklas 32   <display-name>base</display-name>
6154 04 Oct 12 nicklas 33   <tlib-version>3.0</tlib-version>
6154 04 Oct 12 nicklas 34   <short-name>base</short-name>
204 18 Mar 05 nicklas 35
204 18 Mar 05 nicklas 36   <tag>
204 18 Mar 05 nicklas 37     <name>page</name>
6154 04 Oct 12 nicklas 38     <tag-class>net.sf.basedb.clients.web.taglib.Page</tag-class>
6154 04 Oct 12 nicklas 39     <body-content>JSP</body-content>
204 18 Mar 05 nicklas 40     <attribute>
6155 05 Oct 12 nicklas 41       <name>id</name>
6155 05 Oct 12 nicklas 42       <rtexprvalue>true</rtexprvalue>
6155 05 Oct 12 nicklas 43     </attribute>
6155 05 Oct 12 nicklas 44     <attribute>
204 18 Mar 05 nicklas 45       <name>type</name>
204 18 Mar 05 nicklas 46       <rtexprvalue>true</rtexprvalue>
204 18 Mar 05 nicklas 47     </attribute>
204 18 Mar 05 nicklas 48     <attribute>
204 18 Mar 05 nicklas 49       <name>title</name>
204 18 Mar 05 nicklas 50       <rtexprvalue>true</rtexprvalue>
204 18 Mar 05 nicklas 51     </attribute>
204 18 Mar 05 nicklas 52     <attribute>
204 18 Mar 05 nicklas 53       <name>menu</name>
204 18 Mar 05 nicklas 54       <rtexprvalue>true</rtexprvalue>
204 18 Mar 05 nicklas 55     </attribute>
6144 21 Sep 12 nicklas 56     <attribute>
6144 21 Sep 12 nicklas 57       <name>doctype</name>
6144 21 Sep 12 nicklas 58       <rtexprvalue>true</rtexprvalue>
6144 21 Sep 12 nicklas 59     </attribute>
6540 26 Sep 14 nicklas 60     <attribute>
6540 26 Sep 14 nicklas 61       <name>favicon</name>
6540 26 Sep 14 nicklas 62       <rtexprvalue>true</rtexprvalue>
6540 26 Sep 14 nicklas 63     </attribute>
6684 14 Jan 15 nicklas 64     <attribute>
6684 14 Jan 15 nicklas 65       <name>noskin</name>
6684 14 Jan 15 nicklas 66       <rtexprvalue>true</rtexprvalue>
6684 14 Jan 15 nicklas 67     </attribute>
7217 31 Oct 16 nicklas 68     <attribute>
7217 31 Oct 16 nicklas 69       <name>sc</name>
7217 31 Oct 16 nicklas 70       <rtexprvalue>true</rtexprvalue>
7217 31 Oct 16 nicklas 71     </attribute>
415 18 Apr 05 nicklas 72   </tag>
415 18 Apr 05 nicklas 73
415 18 Apr 05 nicklas 74   <tag>
415 18 Apr 05 nicklas 75     <name>head</name>
6154 04 Oct 12 nicklas 76     <tag-class>net.sf.basedb.clients.web.taglib.Head</tag-class>
6154 04 Oct 12 nicklas 77     <body-content>JSP</body-content>
417 19 Apr 05 nicklas 78     <attribute>
417 19 Apr 05 nicklas 79       <name>styles</name>
417 19 Apr 05 nicklas 80       <rtexprvalue>true</rtexprvalue>
417 19 Apr 05 nicklas 81     </attribute>
417 19 Apr 05 nicklas 82     <attribute>
417 19 Apr 05 nicklas 83       <name>scripts</name>
417 19 Apr 05 nicklas 84       <rtexprvalue>true</rtexprvalue>
417 19 Apr 05 nicklas 85     </attribute>
415 18 Apr 05 nicklas 86   </tag>
415 18 Apr 05 nicklas 87
415 18 Apr 05 nicklas 88   <tag>
415 18 Apr 05 nicklas 89     <name>body</name>
6154 04 Oct 12 nicklas 90     <tag-class>net.sf.basedb.clients.web.taglib.Body</tag-class>
6154 04 Oct 12 nicklas 91     <body-content>JSP</body-content>
204 18 Mar 05 nicklas 92     <attribute>
6192 31 Oct 12 nicklas 93       <name>id</name>
415 18 Apr 05 nicklas 94       <rtexprvalue>true</rtexprvalue>
415 18 Apr 05 nicklas 95     </attribute>
415 18 Apr 05 nicklas 96     <attribute>
6192 31 Oct 12 nicklas 97       <name>clazz</name>
204 18 Mar 05 nicklas 98       <rtexprvalue>true</rtexprvalue>
204 18 Mar 05 nicklas 99     </attribute>
204 18 Mar 05 nicklas 100     <attribute>
6192 31 Oct 12 nicklas 101       <name>subclass</name>
204 18 Mar 05 nicklas 102       <rtexprvalue>true</rtexprvalue>
204 18 Mar 05 nicklas 103     </attribute>
204 18 Mar 05 nicklas 104     <attribute>
6192 31 Oct 12 nicklas 105       <name>style</name>
204 18 Mar 05 nicklas 106       <rtexprvalue>true</rtexprvalue>
204 18 Mar 05 nicklas 107     </attribute>
6192 31 Oct 12 nicklas 108     <dynamic-attributes>true</dynamic-attributes>
204 18 Mar 05 nicklas 109   </tag>
204 18 Mar 05 nicklas 110
204 18 Mar 05 nicklas 111   <tag>
204 18 Mar 05 nicklas 112     <name>icon</name>
6154 04 Oct 12 nicklas 113     <tag-class>net.sf.basedb.clients.web.taglib.Icon</tag-class>
6154 04 Oct 12 nicklas 114     <body-content>JSP</body-content>
204 18 Mar 05 nicklas 115     <attribute>
204 18 Mar 05 nicklas 116       <name>id</name>
204 18 Mar 05 nicklas 117       <rtexprvalue>true</rtexprvalue>
204 18 Mar 05 nicklas 118     </attribute>
204 18 Mar 05 nicklas 119     <attribute>
415 18 Apr 05 nicklas 120       <name>clazz</name>
204 18 Mar 05 nicklas 121       <rtexprvalue>true</rtexprvalue>
204 18 Mar 05 nicklas 122     </attribute>
204 18 Mar 05 nicklas 123     <attribute>
5911 15 Dec 11 nicklas 124       <name>subclass</name>
5911 15 Dec 11 nicklas 125       <rtexprvalue>true</rtexprvalue>
5911 15 Dec 11 nicklas 126     </attribute>
5911 15 Dec 11 nicklas 127     <attribute>
415 18 Apr 05 nicklas 128       <name>style</name>
204 18 Mar 05 nicklas 129       <rtexprvalue>true</rtexprvalue>
204 18 Mar 05 nicklas 130     </attribute>
415 18 Apr 05 nicklas 131     <attribute>
415 18 Apr 05 nicklas 132       <name>image</name>
415 18 Apr 05 nicklas 133       <required>true</required>
415 18 Apr 05 nicklas 134       <rtexprvalue>true</rtexprvalue>
415 18 Apr 05 nicklas 135     </attribute>
495 29 Apr 05 nicklas 136     <attribute>
497 29 Apr 05 nicklas 137       <name>tooltip</name>
497 29 Apr 05 nicklas 138       <rtexprvalue>true</rtexprvalue>
497 29 Apr 05 nicklas 139     </attribute>
497 29 Apr 05 nicklas 140     <attribute>
495 29 Apr 05 nicklas 141       <name>visible</name>
495 29 Apr 05 nicklas 142       <rtexprvalue>true</rtexprvalue>
495 29 Apr 05 nicklas 143     </attribute>
5918 21 Dec 11 nicklas 144     <attribute>
5918 21 Dec 11 nicklas 145       <name>enabled</name>
5918 21 Dec 11 nicklas 146       <rtexprvalue>true</rtexprvalue>
5918 21 Dec 11 nicklas 147     </attribute>
6096 03 Sep 12 nicklas 148     <attribute>
6096 03 Sep 12 nicklas 149       <name>tabindex</name>
6096 03 Sep 12 nicklas 150       <rtexprvalue>true</rtexprvalue>
6096 03 Sep 12 nicklas 151     </attribute>
7414 12 Oct 17 nicklas 152     <attribute>
7414 12 Oct 17 nicklas 153       <name>href</name>
7414 12 Oct 17 nicklas 154       <rtexprvalue>true</rtexprvalue>
7414 12 Oct 17 nicklas 155     </attribute>
6166 11 Oct 12 nicklas 156     <dynamic-attributes>true</dynamic-attributes>
204 18 Mar 05 nicklas 157   </tag>
204 18 Mar 05 nicklas 158
429 21 Apr 05 nicklas 159   <tag>
429 21 Apr 05 nicklas 160     <name>button</name>
6154 04 Oct 12 nicklas 161     <tag-class>net.sf.basedb.clients.web.taglib.Button</tag-class>
6154 04 Oct 12 nicklas 162     <body-content>empty</body-content>
429 21 Apr 05 nicklas 163     <attribute>
429 21 Apr 05 nicklas 164       <name>id</name>
429 21 Apr 05 nicklas 165       <rtexprvalue>true</rtexprvalue>
429 21 Apr 05 nicklas 166     </attribute>
429 21 Apr 05 nicklas 167     <attribute>
429 21 Apr 05 nicklas 168       <name>clazz</name>
429 21 Apr 05 nicklas 169       <rtexprvalue>true</rtexprvalue>
429 21 Apr 05 nicklas 170     </attribute>
429 21 Apr 05 nicklas 171     <attribute>
5900 07 Dec 11 nicklas 172       <name>subclass</name>
5900 07 Dec 11 nicklas 173       <rtexprvalue>true</rtexprvalue>
5900 07 Dec 11 nicklas 174     </attribute>
5900 07 Dec 11 nicklas 175     <attribute>
429 21 Apr 05 nicklas 176       <name>style</name>
429 21 Apr 05 nicklas 177       <rtexprvalue>true</rtexprvalue>
429 21 Apr 05 nicklas 178     </attribute>
429 21 Apr 05 nicklas 179     <attribute>
429 21 Apr 05 nicklas 180       <name>title</name>
429 21 Apr 05 nicklas 181       <rtexprvalue>true</rtexprvalue>
429 21 Apr 05 nicklas 182     </attribute>
429 21 Apr 05 nicklas 183     <attribute>
429 21 Apr 05 nicklas 184       <name>tooltip</name>
429 21 Apr 05 nicklas 185       <rtexprvalue>true</rtexprvalue>
429 21 Apr 05 nicklas 186     </attribute>
495 29 Apr 05 nicklas 187     <attribute>
2171 20 Apr 06 nicklas 188       <name>image</name>
2171 20 Apr 06 nicklas 189       <rtexprvalue>true</rtexprvalue>
2171 20 Apr 06 nicklas 190     </attribute>
2171 20 Apr 06 nicklas 191     <attribute>
495 29 Apr 05 nicklas 192       <name>visible</name>
495 29 Apr 05 nicklas 193       <rtexprvalue>true</rtexprvalue>
495 29 Apr 05 nicklas 194     </attribute>
507 03 May 05 nicklas 195     <attribute>
507 03 May 05 nicklas 196       <name>disabled</name>
507 03 May 05 nicklas 197       <rtexprvalue>true</rtexprvalue>
507 03 May 05 nicklas 198     </attribute>
6096 03 Sep 12 nicklas 199     <attribute>
6096 03 Sep 12 nicklas 200       <name>tabindex</name>
6096 03 Sep 12 nicklas 201       <rtexprvalue>true</rtexprvalue>
6096 03 Sep 12 nicklas 202     </attribute>
6155 05 Oct 12 nicklas 203     <dynamic-attributes>true</dynamic-attributes>
429 21 Apr 05 nicklas 204   </tag>
429 21 Apr 05 nicklas 205
530 09 May 05 nicklas 206   <tag>
530 09 May 05 nicklas 207     <name>buttongroup</name>
6154 04 Oct 12 nicklas 208     <tag-class>net.sf.basedb.clients.web.taglib.ButtonGroup</tag-class>
6154 04 Oct 12 nicklas 209     <body-content>JSP</body-content>
530 09 May 05 nicklas 210     <attribute>
530 09 May 05 nicklas 211       <name>id</name>
530 09 May 05 nicklas 212       <rtexprvalue>true</rtexprvalue>
530 09 May 05 nicklas 213     </attribute>
530 09 May 05 nicklas 214     <attribute>
530 09 May 05 nicklas 215       <name>clazz</name>
530 09 May 05 nicklas 216       <rtexprvalue>true</rtexprvalue>
530 09 May 05 nicklas 217     </attribute>
530 09 May 05 nicklas 218     <attribute>
5900 07 Dec 11 nicklas 219       <name>subclass</name>
530 09 May 05 nicklas 220       <rtexprvalue>true</rtexprvalue>
530 09 May 05 nicklas 221     </attribute>
530 09 May 05 nicklas 222     <attribute>
5900 07 Dec 11 nicklas 223       <name>style</name>
530 09 May 05 nicklas 224       <rtexprvalue>true</rtexprvalue>
530 09 May 05 nicklas 225     </attribute>
5906 12 Dec 11 nicklas 226     <attribute>
5906 12 Dec 11 nicklas 227       <name>vertical</name>
5906 12 Dec 11 nicklas 228       <rtexprvalue>true</rtexprvalue>
5906 12 Dec 11 nicklas 229     </attribute>
530 09 May 05 nicklas 230   </tag>
530 09 May 05 nicklas 231
600 17 May 05 nicklas 232   <tag>
6216 14 Dec 12 nicklas 233     <name>calendar</name>
6216 14 Dec 12 nicklas 234     <tag-class>net.sf.basedb.clients.web.taglib.CalendarButton</tag-class>
6216 14 Dec 12 nicklas 235     <body-content>empty</body-content>
6216 14 Dec 12 nicklas 236     <attribute>
6216 14 Dec 12 nicklas 237       <name>id</name>
6216 14 Dec 12 nicklas 238       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 239     </attribute>
6216 14 Dec 12 nicklas 240     <attribute>
6216 14 Dec 12 nicklas 241       <name>clazz</name>
6216 14 Dec 12 nicklas 242       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 243     </attribute>
6216 14 Dec 12 nicklas 244     <attribute>
6216 14 Dec 12 nicklas 245       <name>subclass</name>
6216 14 Dec 12 nicklas 246       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 247     </attribute>
6216 14 Dec 12 nicklas 248     <attribute>
6216 14 Dec 12 nicklas 249       <name>style</name>
6216 14 Dec 12 nicklas 250       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 251     </attribute>
6216 14 Dec 12 nicklas 252     <attribute>
6216 14 Dec 12 nicklas 253       <name>title</name>
6216 14 Dec 12 nicklas 254       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 255     </attribute>
6216 14 Dec 12 nicklas 256     <attribute>
6216 14 Dec 12 nicklas 257       <name>textarea</name>
6216 14 Dec 12 nicklas 258       <required>true</required>
6216 14 Dec 12 nicklas 259       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 260     </attribute>
6216 14 Dec 12 nicklas 261     <attribute>
6216 14 Dec 12 nicklas 262       <name>tooltip</name>
6216 14 Dec 12 nicklas 263       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 264     </attribute>
6216 14 Dec 12 nicklas 265     <attribute>
6216 14 Dec 12 nicklas 266       <name>image</name>
6216 14 Dec 12 nicklas 267       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 268     </attribute>
6216 14 Dec 12 nicklas 269     <attribute>
6216 14 Dec 12 nicklas 270       <name>visible</name>
6216 14 Dec 12 nicklas 271       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 272     </attribute>
6216 14 Dec 12 nicklas 273     <attribute>
6216 14 Dec 12 nicklas 274       <name>disabled</name>
6216 14 Dec 12 nicklas 275       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 276     </attribute>
6216 14 Dec 12 nicklas 277     <attribute>
6216 14 Dec 12 nicklas 278       <name>tabindex</name>
6216 14 Dec 12 nicklas 279       <rtexprvalue>true</rtexprvalue>
6216 14 Dec 12 nicklas 280     </attribute>
6216 14 Dec 12 nicklas 281     <dynamic-attributes>true</dynamic-attributes>
6216 14 Dec 12 nicklas 282   </tag>
6216 14 Dec 12 nicklas 283
6216 14 Dec 12 nicklas 284   <tag>
600 17 May 05 nicklas 285     <name>propertyvalue</name>
6154 04 Oct 12 nicklas 286     <tag-class>net.sf.basedb.clients.web.taglib.PropertyValue</tag-class>
6154 04 Oct 12 nicklas 287     <body-content>empty</body-content>
600 17 May 05 nicklas 288     <attribute>
1606 14 Nov 05 nicklas 289       <name>dbcontrol</name>
1606 14 Nov 05 nicklas 290       <rtexprvalue>true</rtexprvalue>
1606 14 Nov 05 nicklas 291     </attribute>
1606 14 Nov 05 nicklas 292     <attribute>
600 17 May 05 nicklas 293       <name>item</name>
600 17 May 05 nicklas 294       <required>true</required>
600 17 May 05 nicklas 295       <rtexprvalue>true</rtexprvalue>
600 17 May 05 nicklas 296     </attribute>
600 17 May 05 nicklas 297     <attribute>
600 17 May 05 nicklas 298       <name>property</name>
600 17 May 05 nicklas 299       <rtexprvalue>true</rtexprvalue>
600 17 May 05 nicklas 300     </attribute>
600 17 May 05 nicklas 301     <attribute>
2354 07 Jun 06 martin 302       <name>enableEditLink</name>
600 17 May 05 nicklas 303       <rtexprvalue>true</rtexprvalue>
600 17 May 05 nicklas 304     </attribute>
600 17 May 05 nicklas 305     <attribute>
2354 07 Jun 06 martin 306       <name>enablePropertyLink</name>
2354 07 Jun 06 martin 307       <rtexprvalue>true</rtexprvalue>
2354 07 Jun 06 martin 308     </attribute>
2354 07 Jun 06 martin 309     <attribute>
2416 22 Jun 06 nicklas 310       <name>enableDownloadLink</name>
2416 22 Jun 06 nicklas 311       <rtexprvalue>true</rtexprvalue>
2416 22 Jun 06 nicklas 312     </attribute>
2416 22 Jun 06 nicklas 313     <attribute>
600 17 May 05 nicklas 314       <name>tooltip</name>
600 17 May 05 nicklas 315       <rtexprvalue>true</rtexprvalue>
600 17 May 05 nicklas 316     </attribute>
5364 21 Jun 10 nicklas 317     <attribute>
5364 21 Jun 10 nicklas 318       <name>nulltext</name>
5364 21 Jun 10 nicklas 319       <rtexprvalue>true</rtexprvalue>
5364 21 Jun 10 nicklas 320     </attribute>
600 17 May 05 nicklas 321   </tag>
2108 24 Mar 06 martin 322   
2108 24 Mar 06 martin 323   <tag>
2108 24 Mar 06 martin 324     <name>help</name>
6154 04 Oct 12 nicklas 325     <tag-class>net.sf.basedb.clients.web.taglib.Help</tag-class>
6154 04 Oct 12 nicklas 326     <body-content>empty</body-content>
2108 24 Mar 06 martin 327     <attribute>
5901 08 Dec 11 nicklas 328       <name>id</name>
2108 24 Mar 06 martin 329       <rtexprvalue>true</rtexprvalue>
5901 08 Dec 11 nicklas 330     </attribute>
2108 24 Mar 06 martin 331     <attribute>
5901 08 Dec 11 nicklas 332       <name>clazz</name>
2406 21 Jun 06 nicklas 333       <rtexprvalue>true</rtexprvalue>
5901 08 Dec 11 nicklas 334     </attribute>
2406 21 Jun 06 nicklas 335     <attribute>
5901 08 Dec 11 nicklas 336       <name>subclass</name>
2108 24 Mar 06 martin 337       <rtexprvalue>true</rtexprvalue>
2108 24 Mar 06 martin 338     </attribute>
2108 24 Mar 06 martin 339     <attribute>
2108 24 Mar 06 martin 340       <name>style</name>
2108 24 Mar 06 martin 341       <rtexprvalue>true</rtexprvalue>
2108 24 Mar 06 martin 342     </attribute>
2108 24 Mar 06 martin 343     <attribute>
5901 08 Dec 11 nicklas 344       <name>helpid</name>
2108 24 Mar 06 martin 345       <rtexprvalue>true</rtexprvalue>
5901 08 Dec 11 nicklas 346     </attribute>    
2108 24 Mar 06 martin 347     <attribute>
5901 08 Dec 11 nicklas 348       <name>tabcontrol</name>
2108 24 Mar 06 martin 349       <rtexprvalue>true</rtexprvalue>
5901 08 Dec 11 nicklas 350     </attribute>    
5901 08 Dec 11 nicklas 351     <attribute>
5901 08 Dec 11 nicklas 352       <name>image</name>
5901 08 Dec 11 nicklas 353       <rtexprvalue>true</rtexprvalue>
2108 24 Mar 06 martin 354     </attribute>
2108 24 Mar 06 martin 355     <attribute>
5901 08 Dec 11 nicklas 356       <name>tooltip</name>
2108 24 Mar 06 martin 357       <rtexprvalue>true</rtexprvalue>
2108 24 Mar 06 martin 358     </attribute>
2108 24 Mar 06 martin 359     <attribute>
2108 24 Mar 06 martin 360       <name>visible</name>
2108 24 Mar 06 martin 361       <rtexprvalue>true</rtexprvalue>
2108 24 Mar 06 martin 362     </attribute>
2108 24 Mar 06 martin 363   </tag>
2596 25 Aug 06 nicklas 364   
2596 25 Aug 06 nicklas 365   <tag>
6166 11 Oct 12 nicklas 366     <name>zoom</name>
6166 11 Oct 12 nicklas 367     <tag-class>net.sf.basedb.clients.web.taglib.Zoom</tag-class>
6166 11 Oct 12 nicklas 368     <body-content>empty</body-content>
6166 11 Oct 12 nicklas 369     <attribute>
6166 11 Oct 12 nicklas 370       <name>id</name>
6166 11 Oct 12 nicklas 371       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 372     </attribute>
6166 11 Oct 12 nicklas 373     <attribute>
6166 11 Oct 12 nicklas 374       <name>clazz</name>
6166 11 Oct 12 nicklas 375       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 376     </attribute>
6166 11 Oct 12 nicklas 377     <attribute>
6166 11 Oct 12 nicklas 378       <name>subclass</name>
6166 11 Oct 12 nicklas 379       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 380     </attribute>
6166 11 Oct 12 nicklas 381     <attribute>
6166 11 Oct 12 nicklas 382       <name>style</name>
6166 11 Oct 12 nicklas 383       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 384     </attribute>
6166 11 Oct 12 nicklas 385     <attribute>
6166 11 Oct 12 nicklas 386       <name>image</name>
6166 11 Oct 12 nicklas 387       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 388     </attribute>
6166 11 Oct 12 nicklas 389     <attribute>
6166 11 Oct 12 nicklas 390       <name>textarea</name>
6166 11 Oct 12 nicklas 391       <required>true</required>
6166 11 Oct 12 nicklas 392       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 393     </attribute>
6166 11 Oct 12 nicklas 394     <attribute>
6166 11 Oct 12 nicklas 395       <name>title</name>
6166 11 Oct 12 nicklas 396       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 397     </attribute>
6166 11 Oct 12 nicklas 398     <attribute>
6166 11 Oct 12 nicklas 399       <name>tooltip</name>
6166 11 Oct 12 nicklas 400       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 401     </attribute>
6166 11 Oct 12 nicklas 402     <attribute>
6166 11 Oct 12 nicklas 403       <name>visible</name>
6166 11 Oct 12 nicklas 404       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 405     </attribute>
6166 11 Oct 12 nicklas 406     <attribute>
6166 11 Oct 12 nicklas 407       <name>tabindex</name>
6166 11 Oct 12 nicklas 408       <rtexprvalue>true</rtexprvalue>
6166 11 Oct 12 nicklas 409     </attribute>
6166 11 Oct 12 nicklas 410   </tag>
6166 11 Oct 12 nicklas 411   
6166 11 Oct 12 nicklas 412   <tag>
2596 25 Aug 06 nicklas 413     <name>select</name>
6154 04 Oct 12 nicklas 414     <tag-class>net.sf.basedb.clients.web.taglib.Select</tag-class>
6154 04 Oct 12 nicklas 415     <body-content>empty</body-content>
2596 25 Aug 06 nicklas 416     <attribute>
2596 25 Aug 06 nicklas 417       <name>id</name>
2596 25 Aug 06 nicklas 418       <required>true</required>
2596 25 Aug 06 nicklas 419       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 420     </attribute>
2596 25 Aug 06 nicklas 421     <attribute>
2596 25 Aug 06 nicklas 422       <name>clazz</name>
2596 25 Aug 06 nicklas 423       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 424     </attribute>
2596 25 Aug 06 nicklas 425     <attribute>
6300 19 Jun 13 nicklas 426       <name>subclass</name>
6300 19 Jun 13 nicklas 427       <rtexprvalue>true</rtexprvalue>
6300 19 Jun 13 nicklas 428     </attribute>
6300 19 Jun 13 nicklas 429     <attribute>
2596 25 Aug 06 nicklas 430       <name>style</name>
2596 25 Aug 06 nicklas 431       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 432     </attribute>
2596 25 Aug 06 nicklas 433     <attribute>
5663 22 Jun 11 nicklas 434       <name>buttonclass</name>
5663 22 Jun 11 nicklas 435       <rtexprvalue>true</rtexprvalue>
5663 22 Jun 11 nicklas 436     </attribute>
5663 22 Jun 11 nicklas 437     <attribute>
5663 22 Jun 11 nicklas 438       <name>buttonstyle</name>
5663 22 Jun 11 nicklas 439       <rtexprvalue>true</rtexprvalue>
5663 22 Jun 11 nicklas 440     </attribute>
5663 22 Jun 11 nicklas 441     <attribute>
5663 22 Jun 11 nicklas 442       <name>buttontitle</name>
5663 22 Jun 11 nicklas 443       <rtexprvalue>true</rtexprvalue>
5663 22 Jun 11 nicklas 444     </attribute>
5663 22 Jun 11 nicklas 445     <attribute>
5663 22 Jun 11 nicklas 446       <name>buttonicon</name>
5663 22 Jun 11 nicklas 447       <rtexprvalue>true</rtexprvalue>
5663 22 Jun 11 nicklas 448     </attribute>
5663 22 Jun 11 nicklas 449     <attribute>
2596 25 Aug 06 nicklas 450       <name>required</name>
2596 25 Aug 06 nicklas 451       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 452     </attribute>
2596 25 Aug 06 nicklas 453     <attribute>
2596 25 Aug 06 nicklas 454       <name>current</name>
2596 25 Aug 06 nicklas 455       <required>true</required>
2596 25 Aug 06 nicklas 456       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 457     </attribute>
2596 25 Aug 06 nicklas 458     <attribute>
2596 25 Aug 06 nicklas 459       <name>denied</name>
2596 25 Aug 06 nicklas 460       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 461     </attribute>
2596 25 Aug 06 nicklas 462     <attribute>
2596 25 Aug 06 nicklas 463       <name>recent</name>
2596 25 Aug 06 nicklas 464       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 465     </attribute>
2596 25 Aug 06 nicklas 466     <attribute>
2597 25 Aug 06 nicklas 467       <name>selectrecent</name>
2597 25 Aug 06 nicklas 468       <rtexprvalue>true</rtexprvalue>
2597 25 Aug 06 nicklas 469     </attribute>
2597 25 Aug 06 nicklas 470     <attribute>
2949 24 Nov 06 martin 471       <name>defaultitem</name>
2949 24 Nov 06 martin 472       <rtexprvalue>true</rtexprvalue>
2949 24 Nov 06 martin 473     </attribute>
2949 24 Nov 06 martin 474     <attribute>
5687 09 Aug 11 nicklas 475       <name>defaultitems</name>
5687 09 Aug 11 nicklas 476       <rtexprvalue>true</rtexprvalue>
5687 09 Aug 11 nicklas 477     </attribute>
5687 09 Aug 11 nicklas 478     <attribute>
2949 24 Nov 06 martin 479       <name>selectdefault</name>
2949 24 Nov 06 martin 480       <rtexprvalue>true</rtexprvalue>
2949 24 Nov 06 martin 481     </attribute>
2949 24 Nov 06 martin 482     <attribute>
2596 25 Aug 06 nicklas 483       <name>newitem</name>
2596 25 Aug 06 nicklas 484       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 485     </attribute>
2596 25 Aug 06 nicklas 486     <attribute>
2596 25 Aug 06 nicklas 487       <name>visible</name>
2596 25 Aug 06 nicklas 488       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 489     </attribute>
2596 25 Aug 06 nicklas 490     <attribute>
2596 25 Aug 06 nicklas 491       <name>disabled</name>
2596 25 Aug 06 nicklas 492       <rtexprvalue>true</rtexprvalue>
2596 25 Aug 06 nicklas 493     </attribute>
5364 21 Jun 10 nicklas 494     <attribute>
5364 21 Jun 10 nicklas 495       <name>unselectedtext</name>
5364 21 Jun 10 nicklas 496       <rtexprvalue>true</rtexprvalue>
5364 21 Jun 10 nicklas 497     </attribute>
6096 03 Sep 12 nicklas 498     <attribute>
6096 03 Sep 12 nicklas 499       <name>tabindex</name>
6096 03 Sep 12 nicklas 500       <rtexprvalue>true</rtexprvalue>
6096 03 Sep 12 nicklas 501     </attribute>
6300 19 Jun 13 nicklas 502     <dynamic-attributes>true</dynamic-attributes>
2596 25 Aug 06 nicklas 503   </tag>
3610 27 Jul 07 nicklas 504   <tag>
3610 27 Jul 07 nicklas 505     <name>section</name>
6154 04 Oct 12 nicklas 506     <tag-class>net.sf.basedb.clients.web.taglib.HideableSection</tag-class>
6154 04 Oct 12 nicklas 507     <body-content>JSP</body-content>
3610 27 Jul 07 nicklas 508     <attribute>
3610 27 Jul 07 nicklas 509       <name>id</name>
3610 27 Jul 07 nicklas 510       <required>true</required>
3610 27 Jul 07 nicklas 511       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 512     </attribute>
3610 27 Jul 07 nicklas 513     <attribute>
3610 27 Jul 07 nicklas 514       <name>clazz</name>
3610 27 Jul 07 nicklas 515       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 516     </attribute>
3610 27 Jul 07 nicklas 517     <attribute>
3610 27 Jul 07 nicklas 518       <name>showclazz</name>
3610 27 Jul 07 nicklas 519       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 520     </attribute>
3610 27 Jul 07 nicklas 521     <attribute>
3610 27 Jul 07 nicklas 522       <name>hideclazz</name>
3610 27 Jul 07 nicklas 523       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 524     </attribute>
3610 27 Jul 07 nicklas 525     <attribute>
3610 27 Jul 07 nicklas 526       <name>style</name>
3610 27 Jul 07 nicklas 527       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 528     </attribute>
3610 27 Jul 07 nicklas 529     <attribute>
3610 27 Jul 07 nicklas 530       <name>contentstyle</name>
3610 27 Jul 07 nicklas 531       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 532     </attribute>
3610 27 Jul 07 nicklas 533     <attribute>
3610 27 Jul 07 nicklas 534       <name>title</name>
3610 27 Jul 07 nicklas 535       <required>true</required>
3610 27 Jul 07 nicklas 536       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 537     </attribute>
3610 27 Jul 07 nicklas 538     <attribute>
3610 27 Jul 07 nicklas 539       <name>visible</name>
3610 27 Jul 07 nicklas 540       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 541     </attribute>
3610 27 Jul 07 nicklas 542     <attribute>
3610 27 Jul 07 nicklas 543       <name>initial</name>
3610 27 Jul 07 nicklas 544       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 545     </attribute>
3610 27 Jul 07 nicklas 546     <attribute>
3610 27 Jul 07 nicklas 547       <name>context</name>
3610 27 Jul 07 nicklas 548       <rtexprvalue>true</rtexprvalue>
3610 27 Jul 07 nicklas 549     </attribute>
6196 02 Nov 12 nicklas 550     <dynamic-attributes>true</dynamic-attributes>
3610 27 Jul 07 nicklas 551   </tag>
4711 18 Dec 08 nicklas 552   <tag>
4711 18 Dec 08 nicklas 553     <name>catch</name>
6154 04 Oct 12 nicklas 554     <tag-class>net.sf.basedb.clients.web.taglib.ExceptionCatcher</tag-class>
6154 04 Oct 12 nicklas 555     <body-content>JSP</body-content>
4711 18 Dec 08 nicklas 556     <attribute>
4711 18 Dec 08 nicklas 557       <name>clazz</name>
4711 18 Dec 08 nicklas 558       <rtexprvalue>true</rtexprvalue>
4711 18 Dec 08 nicklas 559     </attribute>
4711 18 Dec 08 nicklas 560   </tag>
7943 04 May 21 nicklas 561   <tag>
7943 04 May 21 nicklas 562     <name>input</name>
7943 04 May 21 nicklas 563     <tag-class>net.sf.basedb.clients.web.taglib.Input</tag-class>
7943 04 May 21 nicklas 564     <body-content>JSP</body-content>
7943 04 May 21 nicklas 565     <attribute>
7943 04 May 21 nicklas 566       <name>id</name>
7943 04 May 21 nicklas 567       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 568     </attribute>
7943 04 May 21 nicklas 569     <attribute>
7943 04 May 21 nicklas 570       <name>clazz</name>
7943 04 May 21 nicklas 571       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 572     </attribute>
7943 04 May 21 nicklas 573     <attribute>
7943 04 May 21 nicklas 574       <name>subclass</name>
7943 04 May 21 nicklas 575       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 576     </attribute>
7943 04 May 21 nicklas 577     <attribute>
7943 04 May 21 nicklas 578       <name>style</name>
7943 04 May 21 nicklas 579       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 580     </attribute>
7943 04 May 21 nicklas 581     <attribute>
7943 04 May 21 nicklas 582       <name>type</name>
7943 04 May 21 nicklas 583       <required>true</required>
7943 04 May 21 nicklas 584       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 585     </attribute>
7943 04 May 21 nicklas 586     <attribute>
7943 04 May 21 nicklas 587       <name>name</name>
7943 04 May 21 nicklas 588       <required>true</required>
7943 04 May 21 nicklas 589       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 590     </attribute>
7943 04 May 21 nicklas 591     <attribute>
7943 04 May 21 nicklas 592       <name>value</name>
7943 04 May 21 nicklas 593       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 594     </attribute>
7943 04 May 21 nicklas 595     <attribute>
7943 04 May 21 nicklas 596       <name>checked</name>
7943 04 May 21 nicklas 597       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 598     </attribute>
7943 04 May 21 nicklas 599     <attribute>
7943 04 May 21 nicklas 600       <name>title</name>
7943 04 May 21 nicklas 601       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 602     </attribute>
7943 04 May 21 nicklas 603     <attribute>
7943 04 May 21 nicklas 604       <name>visible</name>
7943 04 May 21 nicklas 605       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 606     </attribute>
7943 04 May 21 nicklas 607     <attribute>
7943 04 May 21 nicklas 608       <name>tabindex</name>
7943 04 May 21 nicklas 609       <rtexprvalue>true</rtexprvalue>
7943 04 May 21 nicklas 610     </attribute>
7943 04 May 21 nicklas 611     <dynamic-attributes>true</dynamic-attributes>
7943 04 May 21 nicklas 612   </tag>
204 18 Mar 05 nicklas 613 </taglib>