You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/12/06 06:14:14 UTC

svn commit: r887638 - in /incubator/pivot/trunk/tutorials: www/accordions.xml www/bounded-range-components.xml www/buttons.xml www/checkboxes.xml xsl/index.xsl

Author: tvolkert
Date: Sun Dec  6 05:14:14 2009
New Revision: 887638

URL: http://svn.apache.org/viewvc?rev=887638&view=rev
Log:
Minor clean-up of tutorials www

Modified:
    incubator/pivot/trunk/tutorials/www/accordions.xml
    incubator/pivot/trunk/tutorials/www/bounded-range-components.xml
    incubator/pivot/trunk/tutorials/www/buttons.xml
    incubator/pivot/trunk/tutorials/www/checkboxes.xml
    incubator/pivot/trunk/tutorials/xsl/index.xsl

Modified: incubator/pivot/trunk/tutorials/www/accordions.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/accordions.xml?rev=887638&r1=887637&r2=887638&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/accordions.xml (original)
+++ incubator/pivot/trunk/tutorials/www/accordions.xml Sun Dec  6 05:14:14 2009
@@ -53,7 +53,7 @@
             of a subsequent page in such a checkout process may depend on the user's entries on
             a previous page. The user may freely navigate backward at any point, however.
             The last panel simulates the order confirmation by displaying an
-            <a href="activity_indicators.html">activity indicator</a>.
+            <a href="activity-indicators.html">activity indicator</a>.
         </p>
 
         <p>

Modified: incubator/pivot/trunk/tutorials/www/bounded-range-components.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/bounded-range-components.xml?rev=887638&r1=887637&r2=887638&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/bounded-range-components.xml (original)
+++ incubator/pivot/trunk/tutorials/www/bounded-range-components.xml Sun Dec  6 05:14:14 2009
@@ -30,7 +30,7 @@
         <ul>
             <li>
                 <p>
-                    <a href="scroll_bars.html"><b>ScrollBar</b></a> - Allows a user to select one
+                    <a href="scroll-bars.html"><b>ScrollBar</b></a> - Allows a user to select one
                     of a range of values using up/down buttons or a draggable "thumb" that also
                     represents an extent value. Most often used to facilitate scrolling in a scroll
                     pane but can be used in other contexts.

Modified: incubator/pivot/trunk/tutorials/www/buttons.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/buttons.xml?rev=887638&r1=887637&r2=887638&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/buttons.xml (original)
+++ incubator/pivot/trunk/tutorials/www/buttons.xml Sun Dec  6 05:14:14 2009
@@ -59,7 +59,7 @@
             <li>
                 <p>
                     <tt>ColorChooserButton</tt> - Provide drop-down access to a color chooser
-                    component; discussed in the <a href="color_choosers.html">Color Choosers</a>
+                    component; discussed in the <a href="color-choosers.html">Color Choosers</a>
                     section.
                 </p>
             </li>

Modified: incubator/pivot/trunk/tutorials/www/checkboxes.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/checkboxes.xml?rev=887638&r1=887637&r2=887638&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/checkboxes.xml (original)
+++ incubator/pivot/trunk/tutorials/www/checkboxes.xml Sun Dec  6 05:14:14 2009
@@ -92,7 +92,7 @@
         <p>
             Note that this example uses the <tt>TablePane</tt> layout container. <tt>TablePane</tt>
             defines a two-dimensional grid structure and is similar to an HTML table. It is
-            discussed in more detail in the <a href="layout_containers.html">Layout Containers</a>
+            discussed in more detail in the <a href="layout-containers.html">Layout Containers</a>
             section.
         </p>
 

Modified: incubator/pivot/trunk/tutorials/xsl/index.xsl
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/xsl/index.xsl?rev=887638&r1=887637&r2=887638&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/xsl/index.xsl (original)
+++ incubator/pivot/trunk/tutorials/xsl/index.xsl Sun Dec  6 05:14:14 2009
@@ -59,15 +59,7 @@
         <xsl:variable name="document" select="document(concat('../www/', @id, '.xml'))/document"/>
         <li>
             <a href="{@id}.html">
-                <!-- TODO Remove this check once all tutorials have been migrated from HTML -->
-                <xsl:choose>
-                    <xsl:when test="$document/properties/title">
-                        <xsl:value-of select="$document/properties/title"/>
-                    </xsl:when>
-                    <xsl:otherwise>
-                        <span style="color:#cccccc; text-decoration:none;"><xsl:value-of select="@id"/></span>
-                    </xsl:otherwise>
-                </xsl:choose>
+                <xsl:value-of select="$document/properties/title"/>
             </a>
             <xsl:if test="*">
                 <xsl:element name="ul">