[Modeling-cvs] ZModeling/ZModelizationTool/dtml attribute_properties.dtml,1.2,1.3 entity_properties.
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-04-22 09:35:32
|
Update of /cvsroot/modeling/ZModeling/ZModelizationTool/dtml
In directory sc8-pr-cvs1:/tmp/cvs-serv28055/ZModelizationTool/dtml
Modified Files:
attribute_properties.dtml entity_properties.dtml
flattenedRelationship_properties.dtml
flattened_attribute_properties.dtml model_properties.dtml
simpleRelationship_properties.dtml
Log Message:
Updated ZModelizationTool: a field 'comment' was added for Model, Entity,
Attribute & Relationship
Index: attribute_properties.dtml
===================================================================
RCS file: /cvsroot/modeling/ZModeling/ZModelizationTool/dtml/attribute_properties.dtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** attribute_properties.dtml 11 Sep 2002 13:01:12 -0000 1.2
--- attribute_properties.dtml 22 Apr 2003 09:35:17 -0000 1.3
***************
*** 26,29 ****
--- 26,35 ----
</tr>
<tr>
+ <th align="left">Comment</th>
+ <td colspan=2>
+ <textarea name="comment" cols="40" rows="3"><dtml-var comment></textarea>
+ </td>
+ </tr>
+ <tr>
<th colspan=3>Database related params.</th>
</tr>
Index: entity_properties.dtml
===================================================================
RCS file: /cvsroot/modeling/ZModeling/ZModelizationTool/dtml/entity_properties.dtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** entity_properties.dtml 11 Sep 2002 13:28:23 -0000 1.4
--- entity_properties.dtml 22 Apr 2003 09:35:19 -0000 1.5
***************
*** 21,25 ****
</tr>
<tr>
! <td><input type="text" size=15 name="name" value="&dtml-name;"></font></td>
<td><input type="text" size=15 name="moduleName" value="&dtml-moduleName;"></td>
<td><input type="text" size=15 name="className" value="&dtml-className;"></td>
--- 21,25 ----
</tr>
<tr>
! <td><input type="text" size=15 name="name" value="&dtml-name;"></td>
<td><input type="text" size=15 name="moduleName" value="&dtml-moduleName;"></td>
<td><input type="text" size=15 name="className" value="&dtml-className;"></td>
***************
*** 63,66 ****
--- 63,71 ----
<input type="checkbox" name="isReadOnly" value="1">
</dtml-if>
+ </td>
+ </tr>
+ <tr>
+ <th align="left">comment</th>
+ <td colspan=6><textarea name="comment" cols="40" rows="3"><dtml-var comment></textarea>
</td>
</tr>
Index: flattenedRelationship_properties.dtml
===================================================================
RCS file: /cvsroot/modeling/ZModeling/ZModelizationTool/dtml/flattenedRelationship_properties.dtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** flattenedRelationship_properties.dtml 30 Jul 2002 15:35:03 -0000 1.1.1.1
--- flattenedRelationship_properties.dtml 22 Apr 2003 09:35:22 -0000 1.2
***************
*** 23,26 ****
--- 23,32 ----
</tr>
<tr>
+ <th valign="top">Comment</th>
+ <td>
+ <textarea name="comment" cols="40" rows="3"><dtml-var comment></textarea>
+ </td>
+ </tr>
+ <tr>
<th>Display Label</th>
<td><input type="text" name="displayLabel:string" value="&dtml-displayLabel;"></td>
Index: flattened_attribute_properties.dtml
===================================================================
RCS file: /cvsroot/modeling/ZModeling/ZModelizationTool/dtml/flattened_attribute_properties.dtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** flattened_attribute_properties.dtml 30 Jul 2002 15:35:03 -0000 1.1.1.1
--- flattened_attribute_properties.dtml 22 Apr 2003 09:35:22 -0000 1.2
***************
*** 42,46 ****
</td>
</tr>
!
<tr>
<td colspan=3 align=center><input type="submit" name="manage_setFlattenedAttributeProperties:method" value=" Change " />
--- 42,51 ----
</td>
</tr>
! <tr>
! <th>comment</th>
! <td valign=top colspan=2>
! <textarea name="comment" cols="40" rows="3"><dtml-var comment></textarea>
! </td>
! </tr>
<tr>
<td colspan=3 align=center><input type="submit" name="manage_setFlattenedAttributeProperties:method" value=" Change " />
Index: model_properties.dtml
===================================================================
RCS file: /cvsroot/modeling/ZModeling/ZModelizationTool/dtml/model_properties.dtml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** model_properties.dtml 21 Feb 2003 12:34:46 -0000 1.7
--- model_properties.dtml 22 Apr 2003 09:35:23 -0000 1.8
***************
*** 38,41 ****
--- 38,45 ----
Template-dict.: <code>{'database': '', 'user': '', 'password': '', 'host': ''}</code></font></td></tr>
</tr>
+ <tr>
+ <th align="left">comment</th>
+ <td colspan=2><textarea name="comment" cols="40" rows="3"><dtml-var comment></textarea></td>
+ </tr>
</table>
<input type="submit" name="submit" value="Save changes" />
Index: simpleRelationship_properties.dtml
===================================================================
RCS file: /cvsroot/modeling/ZModeling/ZModelizationTool/dtml/simpleRelationship_properties.dtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** simpleRelationship_properties.dtml 11 Sep 2002 13:01:14 -0000 1.2
--- simpleRelationship_properties.dtml 22 Apr 2003 09:35:23 -0000 1.3
***************
*** 24,27 ****
--- 24,33 ----
</tr>
<tr>
+ <th valign="top">Comment</th>
+ <td>
+ <textarea name="comment" cols="40" rows="3"><dtml-var comment></textarea>
+ </td>
+ </tr>
+ <tr>
<th>Display Label</th>
<td><input type="text" name="displayLabel:string" value="&dtml-displayLabel;"></td>
|