This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c4b3b0b Automatic Site Publish by Buildbot
c4b3b0b is described below
commit c4b3b0be2d32775554ee70f39312a7332d473c33
Author: buildbot <[email protected]>
AuthorDate: Fri Nov 5 10:46:31 2021 +0000
Automatic Site Publish by Buildbot
---
output/tag-developers/css-xhtml-theme.html | 4 ++--
output/tag-developers/form-tags.html | 15 ++++++++++-----
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/output/tag-developers/css-xhtml-theme.html
b/output/tag-developers/css-xhtml-theme.html
index 5b282b0..e8a8a66 100644
--- a/output/tag-developers/css-xhtml-theme.html
+++ b/output/tag-developers/css-xhtml-theme.html
@@ -135,9 +135,9 @@
<p>The <em>css_xhtml theme</em> provides all the basics that the <a
href="simple-theme.html">simple theme</a> provides and adds several
features.</p>
-<p>_ Standard two-column CSS-based layout, using <code
class="highlighter-rouge"><div></code> for the HTML <a
href="struts-tags.html">Struts Tags</a> (<a href="form-tag.htmk">form</a>,
- <a href="textfield-tag.html">textfield</a>, <a
href="select-tag.html">select</a>, etc)</p>
<ul>
+ <li>Standard two-column CSS-based layout, using <code
class="highlighter-rouge"><div></code> for the HTML <a
href="struts-tags.html">Struts Tags</a> (<a href="form-tag.htmk">form</a>,
+<a href="textfield-tag.html">textfield</a>, <a
href="select-tag.html">select</a>, etc)</li>
<li>Labels for each of the HTML <a href="struts-tags.html">Struts Tags</a>,
placed according to the CSS stylesheet</li>
<li><a href="../core-developers/validation.html">Validation</a> and error
reporting</li>
<li><a
href="../core-developers/pure-java-script-client-side-validation.html">Pure
JavaScript Client Side Validation</a> using 100%
diff --git a/output/tag-developers/form-tags.html
b/output/tag-developers/form-tags.html
index 6095add..c737145 100644
--- a/output/tag-developers/form-tags.html
+++ b/output/tag-developers/form-tags.html
@@ -159,20 +159,25 @@ by templates. Templates are grouped together to create
themes. The framework bun
<table>
<thead>
<tr>
- <th>simple</th>
- <th>Sometimes <em>too</em> simple</th>
+ <th>Name</th>
+ <th>Description</th>
<th> </th>
</tr>
</thead>
<tbody>
<tr>
+ <td>simple</td>
+ <td>Sometimes <em>too</em> simple</td>
+ <td> </td>
+ </tr>
+ <tr>
<td>xhtml</td>
- <td>Extends simple</td>
+ <td>Extends simple, layout base on <code
class="highlighter-rouge"><table></code>s</td>
<td>(default)</td>
</tr>
<tr>
- <td>ajax</td>
- <td>Extends xhtml</td>
+ <td>css_xhtml</td>
+ <td>Extends simple, layout base on <code
class="highlighter-rouge"><div></code>s and CSS</td>
<td> </td>
</tr>
</tbody>