Revision 4636
Added by ben leinfelder almost 16 years ago
cart.jsp | ||
---|---|---|
144 | 144 |
</tr> |
145 | 145 |
<tr> |
146 | 146 |
<td> |
147 |
<input type="checkbox" name="title" value="//assessment/@title" />
|
|
147 |
<input type="checkbox" name="title" value="//assessment/title" /> |
|
148 | 148 |
Title |
149 | 149 |
<br/> |
150 |
<input type="checkbox" name="type" value="//assessment/@type"/>
|
|
150 |
<input type="checkbox" name="type" value="//assessment/type"/> |
|
151 | 151 |
Type |
152 | 152 |
<br/> |
153 | 153 |
<input type="checkbox" name="duration" value="//assessment/duration"/> |
Also available in: Unified diff
assessment title and type are now elements rather than attributes in edml
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3345