From: richard Date: Wed, 16 Jan 2002 03:04:03 +0000 (+0000) Subject: split tags.. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ee2493de59d771e4b040f914c699b631343424ee;p=roundup.git split tags.. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@552 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/index.html b/doc/index.html index 3fac64c..a3acb9e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1130,8 +1130,7 @@ as a filter.

Here's a simple example of a filter template. -

<property name=status>
+
<property name=status>
     <display call="checklist('status')">
 </property>
 <br>
@@ -1160,8 +1159,7 @@ to display the values of the item's properties.
 
 

Here's a simple example of an index template. -

<tr>
+
<tr>
     <property name=title>
         <td><display call="plain('title', max=50)"></td>
     </property>
@@ -1198,8 +1196,7 @@ the appropriate widgets for editing properties.
 
 

Here's an example of a basic editor template. -

<table>
+
<table>
 <tr>
     <td colspan=2>
         <display call="field('title', size=60)">
@@ -1288,7 +1285,7 @@ system on their time.
 
 

 


-$Id: index.html,v 1.24 2002-01-14 23:39:41 richard Exp $ +$Id: index.html,v 1.25 2002-01-16 03:04:03 richard Exp $