You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/11/25 11:39:10 UTC

svn commit: r1771294 [2/2] - in /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp: ./ content/20-component/010-input/10-in/ content/20-component/010-input/20-suggest/ content/20-component/010-input/30-textarea/ content/20-compone...

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/65-accessKey/accessKey.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/65-accessKey/accessKey.xhtml?rev=1771294&r1=1771293&r2=1771294&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/65-accessKey/accessKey.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/65-accessKey/accessKey.xhtml Fri Nov 25 11:39:09 2016
@@ -33,16 +33,16 @@
     <tc:link label="Mozilla Developer Network"
              link="https://developer.mozilla.org/de/docs/Web/HTML/Global_attributes/accesskey"/>.</p>
   <p>Tag Library Documentation:
-    <tc:link label="&lt;tc:button/>" image="image/feather-leaf.png"
+    <tc:link label="&lt;tc:button/>" image="/image/feather-leaf.png"
              link="#{demoBundle.tagDocUrl}/button.html"/>
     |
-    <tc:link label="&lt;tc:checkbox/>" image="image/feather-leaf.png"
+    <tc:link label="&lt;tc:checkbox/>" image="/image/feather-leaf.png"
              link="#{demoBundle.tagDocUrl}/checkbox.html"/>
     |
-    <tc:link label="&lt;tc:link/>" image="image/feather-leaf.png"
+    <tc:link label="&lt;tc:link/>" image="/image/feather-leaf.png"
              link="#{demoBundle.tagDocUrl}/link.html"/>
     |
-    <tc:link label="&lt;tc:label/>" image="image/feather-leaf.png"
+    <tc:link label="&lt;tc:label/>" image="/image/feather-leaf.png"
              link="#{demoBundle.tagDocUrl}/label.html"/></p>
 
   <tc:section label="Basics">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/70-dataAttribute/dataAttribute.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/70-dataAttribute/dataAttribute.xhtml?rev=1771294&r1=1771293&r2=1771294&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/70-dataAttribute/dataAttribute.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/70-dataAttribute/dataAttribute.xhtml Fri Nov 25 11:39:09 2016
@@ -25,7 +25,7 @@
   <tc:script file="content/30-concept/70-dataAttribute/dataAttribute.js"/>
   <p>Add a data attribute to an UIComponent with <code class="language-markup">&lt;tc:dataAttribute/></code>.
     The data attribute is added to the parent and can be used by scripts.</p>
-  <tc:link label="Tag Library Documentation" image="image/feather-leaf.png"
+  <tc:link label="Tag Library Documentation" image="/image/feather-leaf.png"
            link="#{demoBundle.tagDocUrl}/dataAttribute.html"/>
 
   <tc:section label="Example">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/70-grid-layout/grid-layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/70-grid-layout/grid-layout.xhtml?rev=1771294&r1=1771293&r2=1771294&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/70-grid-layout/grid-layout.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/70-grid-layout/grid-layout.xhtml Fri Nov 25 11:39:09 2016
@@ -27,13 +27,13 @@
     In the first section on this page, there is a typical GridLayout example.
     The second section show how it's done with FlexLayout.</p>
   <p>Tag Library Documentation:
-    <tc:link label="&lt;tc:gridLayout/>" image="image/feather-leaf.png"
+    <tc:link label="&lt;tc:gridLayout/>" image="/image/feather-leaf.png"
              link="#{demoBundle.tagDocUrl}/gridLayout.html"/>
     |
-    <tc:link label="&lt;tc:flexLayout/>" image="image/feather-leaf.png"
+    <tc:link label="&lt;tc:flexLayout/>" image="/image/feather-leaf.png"
              link="#{demoBundle.tagDocUrl}/flexLayout.html"/>
     |
-    <tc:link label="&lt;tc:segmentLayout/>" image="image/feather-leaf.png"
+    <tc:link label="&lt;tc:segmentLayout/>" image="/image/feather-leaf.png"
              link="#{demoBundle.tagDocUrl}/segmentLayout.html"/></p>
 
   <tc:section label="GridLayout">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml?rev=1771294&r1=1771293&r2=1771294&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml Fri Nov 25 11:39:09 2016
@@ -24,7 +24,7 @@
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns="http://www.w3.org/1999/xhtml">
   <f:view locale="#{clientConfigController.locale}">
-    <tc:page applicationIcon="icon/favicon.ico" label="#{demoBundle.pageTitle} - #{title}" id="page">
+    <tc:page applicationIcon="/icon/favicon.ico" label="#{demoBundle.pageTitle} - #{title}" id="page">
 
       <!--
             <tc:dataAttribute name="tobago-log-level" value="DEBUG"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml?rev=1771294&r1=1771293&r2=1771294&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml Fri Nov 25 11:39:09 2016
@@ -32,7 +32,7 @@
 
     <tc:bar id="bar">
       <f:facet name="brand">
-        <tc:link image="image/feather-leaf.png" label="Tobago Demo" id="brand" link="/"/>
+        <tc:link image="/image/feather-leaf.png" label="Tobago Demo" id="brand" link="/"/>
       </f:facet>
 
       <tc:form id="header" inline="true">