亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? opencms.tld

?? cms是開源的框架
?? TLD
字號:
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE taglib
  PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
  "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

<!-- Created by Alexander Kandzior (a.kandzior@alkacon.com) on 6. April 2002, 17:28 -->

<taglib>
    <tlib-version>0.9.8</tlib-version>
    <jsp-version>1.2</jsp-version>
    <short-name>cms</short-name>
    <uri>http://www.opencms.org/taglib/cms</uri>
    <display-name>OpenCms JSP standard taglib</display-name>
    <description>
        The standard OpenCms / JSP integration tag library.
        Developed by Alkacon Software GmbH / Alexander Kandzior (a.kandzior@alkacon.de)
    </description>

    <tag>
        <name>property</name>
        <tag-class>org.opencms.jsp.CmsJspTagProperty</tag-class>
        <body-content>empty</body-content>
        <description>
            This tag enables read access to the current files OpenCms properties.
        </description>
        <attribute>
            <name>name</name>
            <required>true</required>
        </attribute>
        <attribute>
            <name>file</name>
        </attribute>        
        <attribute>
            <name>escapeHtml</name>
        </attribute>         
        <attribute>
            <name>default</name>
        </attribute> 
    </tag>        

    <tag>
        <name>user</name>
        <tag-class>org.opencms.jsp.CmsJspTagUser</tag-class>
        <body-content>empty</body-content>
        <description>
            This tag enables access to the properties of the currently logged in user.
        </description>
        <attribute>
            <name>property</name>
            <required>true</required>
        </attribute>
    </tag> 
    
    <tag>
        <name>info</name>
        <tag-class>org.opencms.jsp.CmsJspTagInfo</tag-class>
        <body-content>empty</body-content>
        <description>
            This tag enables access to some system information like OpenCms version etc.
        </description>
        <attribute>
            <name>property</name>
            <required>true</required>
        </attribute>
    </tag>     
            
    <tag>
        <name>link</name>
        <tag-class>org.opencms.jsp.CmsJspTagLink</tag-class>
        <body-content>JSP</body-content>
        <description>
            This tag is used to wrap URLs for the OpenCms static export.
        </description>
    </tag>   
    
    <tag>
        <name>decorate</name>
        <tag-class>org.opencms.jsp.CmsJspTagDecorate</tag-class>
        <body-content>JSP</body-content>
        <description>
            This tag is used to decorate HTML.
        </description>
        <attribute>
            <name>file</name>
            <required>true</required>
        </attribute>  
        <attribute>
            <name>locale</name>
        </attribute> 
    </tag>       
   <tag>
        <name>parse</name>
        <tag-class>org.opencms.jsp.CmsJspTagParse</tag-class>
        <body-content>JSP</body-content>
        <description>
            This tag is used to decorate HTML with custom A_CmsConfiguredHtmlParser implementations given in the parserClass attribute.
        </description>
        <attribute>
            <name>parserClass</name>
            <required>true</required>
            <rtexprvalue>false</rtexprvalue>
        </attribute>  
        <attribute>
            <name>param</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
        </attribute> 
    </tag>       
    <tag>
        <name>template</name>
        <tag-class>org.opencms.jsp.CmsJspTagTemplate</tag-class>
        <body-content>JSP</body-content>
        <description>
            This tag allows conditional display of template elements.
        </description>
        <attribute>
            <name>element</name>
        </attribute>  
        <attribute>
            <name>ifexists</name>
        </attribute>
        <attribute>
            <name>ifexistsone</name>
        </attribute>
        <attribute>
            <name>ifexistsall</name>
        </attribute>
        <attribute>
            <name>ifexistsnone</name>
        </attribute>       
    </tag>
    
    <tag>
        <name>contentload</name>
        <tag-class>org.opencms.jsp.CmsJspTagContentLoad</tag-class>
        <body-content>JSP</body-content>
        <description>
            This tag loads XML content items from the OpenCms VFS.
        </description> 
        <attribute>
            <name>collector</name>
        </attribute>    
        <attribute>
            <name>param</name>
        </attribute>
        <attribute>
            <name>property</name>
        </attribute>
        <attribute>
            <name>editable</name>
        </attribute>    
        <attribute>
            <name>pageIndex</name>
        </attribute> 
        <attribute>
            <name>pageSize</name>
        </attribute>  
        <attribute>
            <name>pageNavLength</name>
        </attribute>        
        <attribute>
            <name>preload</name>
        </attribute>
        <attribute>
            <name>locale</name>
        </attribute>
    </tag>    
        
    <tag>
        <name>contentshow</name>
        <tag-class>org.opencms.jsp.CmsJspTagContentShow</tag-class>
        <body-content>empty</body-content>
        <description>
            This tag provides access to individual XML content node element values.
        </description>              
        <attribute>
            <name>element</name>
        </attribute>
        <attribute>
            <name>locale</name>
        </attribute>
    </tag>  
    
    <tag>
        <name>contentinfo</name>
        <tag-class>org.opencms.jsp.CmsJspTagContentInfo</tag-class>
        <body-content>empty</body-content>
        <description>
            This tag provides access to individual XML content node element values.
        </description>              
        <attribute>
            <name>var</name>
        </attribute>
        <attribute>
            <name>value</name>
        </attribute>
        <attribute>
            <name>scope</name>
        </attribute>        
    </tag>      
    
    <tag>
        <name>contentloop</name>
        <tag-class>org.opencms.jsp.CmsJspTagContentLoop</tag-class>
        <body-content>JSP</body-content>
        <description>
            This tag allows looping through XML content node element values.
        </description>              
        <attribute>
            <name>element</name>
        </attribute>  
    </tag>   
    
    <tag>
        <name>contentcheck</name>
        <tag-class>org.opencms.jsp.CmsJspTagContentCheck</tag-class>
        <body-content>JSP</body-content>
        <description>
            This tag provides conditional logic for checking the element of a XML content.
        </description>              
        <attribute>
            <name>ifexists</name>
        </attribute>
        <attribute>
            <name>ifexistsone</name>
        </attribute>
        <attribute>
            <name>ifexistsall</name>
        </attribute>
        <attribute>
            <name>ifexistsnone</name>
        </attribute>
        <attribute>
            <name>locale</name>
        </attribute>
    </tag>   
    
    <tag>
        <name>label</name>
        <tag-class>org.opencms.jsp.CmsJspTagLabel</tag-class>
        <body-content>tagdependent</body-content>
        <description>
            This tag is used to read values from the OpenCms workplace language files.
        </description>
    </tag>            
    
    <tag>
        <name>include</name>
        <tag-class>org.opencms.jsp.CmsJspTagInclude</tag-class>
        <tei-class>org.opencms.jsp.CmsJspTagIncludeTEI</tei-class>
        <body-content>JSP</body-content>
        <description>
            This tag is used for including OpenCms Subelements in a page.
            It is similar to the "include" JSP directive.
            It loads the input at runtime, not at compile - time.
        </description>
        <attribute>
            <name>page</name>
        </attribute>        
        <attribute>
            <name>file</name>
        </attribute>        
        <attribute>
            <name>property</name>
        </attribute>        
        <attribute>
            <name>attribute</name>
        </attribute>        
        <attribute>
            <name>suffix</name>
        </attribute>     
        <attribute>
            <name>element</name>
        </attribute>
        <attribute>
            <name>editable</name>
        </attribute>
        <attribute>
            <name>cacheable</name>
        </attribute>                    
    </tag>        

    <tag>
        <name>editable</name>
        <tag-class>org.opencms.jsp.CmsJspTagEditable</tag-class>
        <body-content>empty</body-content>
        <description>
            This tag is used to enable the direct editing within a template.
        </description>
        <attribute>
            <name>file</name>
        </attribute>
    </tag>
    
    <tag>
        <name>param</name>
        <tag-class>org.opencms.jsp.CmsJspTagParam</tag-class>
        <body-content>JSP</body-content>
        <description>
            Adds a parameter to a containing 'import' tag's URL.
        </description>
        <attribute>
            <name>name</name>
            <required>true</required>
            <rtexprvalue>true</rtexprvalue>
        </attribute>
        <attribute>
            <name>value</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
        </attribute>
    </tag>      
    
    <tag>
        <name>img</name>
        <tag-class>org.opencms.jsp.CmsJspTagImage</tag-class>
        <body-content>JSP</body-content>
        <description>
            This tag allows using the OpenCms native image scaling mechanism.
            It generates the HTML required to include the selected image, adding the
            required image scaling parameters.
        </description>
        <!-- These attributes are used to control the image scaling process: -->
        <attribute>
            <name>src</name>
        </attribute>        
        <attribute>
            <name>width</name>
        </attribute>        
        <attribute>
            <name>height</name>
        </attribute>        
        <attribute>
            <name>scaleType</name>
        </attribute>   
        <attribute>
            <name>scalePosition</name>
        </attribute>     
        <attribute>
            <name>scaleFilter</name>
        </attribute>
        <attribute>
            <name>scaleQuality</name>
        </attribute>
        <attribute>
            <name>scaleColor</name>
        </attribute>
        <attribute>
            <name>scaleRendermode</name>
        </attribute>        
        <attribute>
            <name>partialTag</name>
        </attribute>     
        <!-- The following attributes are only convenience attributes for easier HTML generation: -->
        <attribute>
            <name>alt</name>
        </attribute>
        <attribute>
            <name>align</name>
        </attribute>
        <attribute>
            <name>border</name>
        </attribute>                            
        <attribute>
            <name>hspace</name>
        </attribute>  
        <attribute>
            <name>vspace</name>
        </attribute>  
        <attribute>
            <name>id</name>
        </attribute>  
        <attribute>
            <name>longdesc</name>
        </attribute>  
        <attribute>
            <name>name</name>
        </attribute>  
        <attribute>
            <name>style</name>
        </attribute>  
        <attribute>
            <name>title</name>
        </attribute>                                    
        <attribute>
            <name>usemap</name>
        </attribute>                         
    </tag>   
        
</taglib>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人一二三区视频| 日韩国产成人精品| 99久久精品免费看| 亚洲欧洲成人精品av97| 色天使色偷偷av一区二区| 综合婷婷亚洲小说| 欧美日韩黄色影视| 久草热8精品视频在线观看| 国产亚洲欧美激情| 99精品偷自拍| 亚洲国产另类精品专区| 日韩一区二区中文字幕| 国产一区二区三区四| 亚洲欧洲精品一区二区三区| 在线视频你懂得一区二区三区| 亚洲国产精品久久艾草纯爱 | 粉嫩一区二区三区性色av| 国产网红主播福利一区二区| 成人黄色小视频在线观看| 亚洲欧美日韩电影| 91精品国产欧美一区二区18| 国产一区二区视频在线| 亚洲欧美日韩在线播放| 91精品国模一区二区三区| 国产风韵犹存在线视精品| 一区二区三区在线视频观看| 日韩欧美国产综合| 一本到高清视频免费精品| 热久久久久久久| 国产精品久久久久影视| 欧美日韩国产精选| 丰满亚洲少妇av| 日韩黄色免费网站| 亚洲欧洲日韩综合一区二区| 欧美一级艳片视频免费观看| youjizz久久| 日韩电影在线观看一区| 国产精品素人视频| 欧美一卡在线观看| 色偷偷久久人人79超碰人人澡| 日本不卡1234视频| 亚洲美女电影在线| 久久精品网站免费观看| 欧美日韩在线一区二区| www.日韩av| 激情深爱一区二区| 偷拍自拍另类欧美| 亚洲欧美另类图片小说| 久久久www成人免费毛片麻豆| 欧美日韩国产影片| 9人人澡人人爽人人精品| 黑人巨大精品欧美黑白配亚洲| 亚洲成人一二三| 亚洲色图清纯唯美| 国产三级精品视频| 精品1区2区在线观看| 精品视频色一区| 不卡一区中文字幕| 国产成人啪午夜精品网站男同| 日韩精品免费专区| 亚洲女人小视频在线观看| 国产欧美日韩在线看| 欧美mv和日韩mv国产网站| 6080国产精品一区二区| 欧美性猛片aaaaaaa做受| 91免费小视频| 成人av在线观| 成人一级片网址| 国产激情一区二区三区| 国产乱码一区二区三区| 久久精品国产77777蜜臀| 丝袜美腿亚洲一区| 亚洲高清免费观看 | 亚洲一区二区三区视频在线| 国产精品的网站| 国产精品欧美一区二区三区| 国产人成一区二区三区影院| 久久青草国产手机看片福利盒子| 日韩三级电影网址| 欧美成人r级一区二区三区| 日韩欧美电影一二三| 欧美一级在线免费| 精品国产3级a| 国产亚洲欧美日韩在线一区| 国产色婷婷亚洲99精品小说| 国产拍揄自揄精品视频麻豆| 欧美激情一区二区三区| 欧美韩日一区二区三区| 国产欧美一区二区三区在线看蜜臀| 久久天天做天天爱综合色| 国产午夜精品一区二区 | 亚洲日本在线看| 亚洲一区二区三区四区五区黄| 亚洲一区二区四区蜜桃| 日韩中文字幕麻豆| 麻豆91在线观看| 国产精品一区二区你懂的| 成人动漫av在线| 欧美性猛交xxxxxxxx| 欧美一级片免费看| 亚洲精品在线观看视频| 中文字幕av一区二区三区| 一区二区三区四区激情| 美洲天堂一区二卡三卡四卡视频| 韩国三级在线一区| 99精品久久只有精品| 欧美日韩一区三区四区| 久久亚洲综合色| 亚洲欧美日韩系列| 美国一区二区三区在线播放| 国产91精品欧美| 欧美精品亚洲二区| 国产三级欧美三级| 亚洲国产精品久久久久秋霞影院 | 亚洲精品国产视频| 免费成人av在线| 成人精品一区二区三区四区| 精品1区2区3区| 久久精品日韩一区二区三区| 一区二区三区在线视频播放| 免费看黄色91| 色欧美乱欧美15图片| 精品国产一二三区| 一区二区三区在线免费| 国产一区二区三区高清播放| 91女厕偷拍女厕偷拍高清| 久久久五月婷婷| 亚洲a一区二区| 波多野结衣精品在线| 91精品一区二区三区在线观看| 国产精品视频线看| 男人操女人的视频在线观看欧美 | 国产真实乱子伦精品视频| 欧美主播一区二区三区| 中文字幕欧美日韩一区| 青青草视频一区| 欧美亚洲图片小说| 国产精品亲子乱子伦xxxx裸| 久久精品99国产精品| 欧美日韩成人综合天天影院| 亚洲欧洲精品一区二区三区| 国产乱码精品一区二区三| 日韩一级成人av| 亚洲国产日韩a在线播放性色| 成人高清伦理免费影院在线观看| 欧美xfplay| 日韩中文字幕91| 欧美色电影在线| 一区二区三区免费| av在线综合网| 国产精品美日韩| 国产精品自在欧美一区| 日韩欧美的一区二区| 丝袜美腿亚洲一区二区图片| 欧美少妇性性性| 一区二区在线观看视频| 91色porny蝌蚪| 最新国产成人在线观看| 成人免费视频视频| 欧美极品aⅴ影院| 国产成人午夜精品影院观看视频 | 另类小说一区二区三区| 欧美剧情片在线观看| 亚洲高清免费观看高清完整版在线观看| 97久久久精品综合88久久| 国产精品久久久久影院色老大| 风流少妇一区二区| 国产精品少妇自拍| av电影在线观看一区| 亚洲美女免费视频| 欧美午夜精品一区| 亚洲成人免费影院| 欧美精三区欧美精三区| 无吗不卡中文字幕| 6080yy午夜一二三区久久| 免费成人在线观看视频| 精品国产一区二区三区不卡| 国产高清久久久| 国产精品天干天干在观线| 99免费精品视频| 亚洲一区二区五区| 欧美一区二区福利视频| 国产剧情一区二区| 中文字幕一区二区三区av| 日本高清不卡视频| 亚洲第四色夜色| 精品国产网站在线观看| 国产99精品国产| 亚洲黄网站在线观看| 6080日韩午夜伦伦午夜伦| 激情综合五月天| 中文字幕制服丝袜成人av| 在线观看欧美精品| 日本一区中文字幕| 亚洲国产精品二十页| 日本黄色一区二区| 免费成人深夜小野草| 国产精品久久免费看| 色哦色哦哦色天天综合| 另类小说色综合网站|