You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/04 15:19:22 UTC

svn commit: r731261 - in /incubator/click/trunk/click: documentation/docs/css2/ documentation/toc.html framework/src/net/sf/click/control/Table.java

Author: sabob
Date: Sun Jan  4 06:19:22 2009
New Revision: 731261

URL: http://svn.apache.org/viewvc?rev=731261&view=rev
Log:
Removed css2 docs. Updated links to online w3c css2.1 docs.

Removed:
    incubator/click/trunk/click/documentation/docs/css2/
Modified:
    incubator/click/trunk/click/documentation/toc.html
    incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java

Modified: incubator/click/trunk/click/documentation/toc.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/toc.html?rev=731261&r1=731260&r2=731261&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/toc.html (original)
+++ incubator/click/trunk/click/documentation/toc.html Sun Jan  4 06:19:22 2009
@@ -189,8 +189,9 @@
 </td></tr>
 
 <tr><td>
-<a target='topic' class='navLinkTopic' href='docs/css2/cover.html' title=' W3C CSS 2.1 Specification'>
+<a target="_blank" class='navLinkTopic' href='http://www.w3.org/TR/CSS21/' title=' W3C CSS 2.1 Specification'>
 CSS 2.1 </a>
+<img src='images/external.png' align='baseline' border='0'/>
 </td></tr>
 
 <tr><td>

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java?rev=731261&r1=731260&r2=731261&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java Sun Jan  4 06:19:22 2009
@@ -207,8 +207,8 @@
  * <a title="W3C HTML 4.01 Specification"
  *    href="../../../../../../html/struct/tables.html">Tables</a>
  * and the W3C CSS reference
- * <a title="W3C CSS 2.1 Specification"
- *    href="../../../../../../css2/tables.html">Tables</a>.
+ * <a class="external" target="_blank" title="W3C CSS 2.1 Specification"
+ *    href="http://www.w3.org/TR/CSS21/tables.html">Tables</a>.
  *
  * @see Column
  * @see Decorator