- Timestamp:
- 2006/12/13 11:21:58 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates
- Files:
-
- 2 edited
-
xoopspoll_new.html (modified) (2 diffs)
-
xoopspoll_rating.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_new.html
r793 r854 40 40 <tr> 41 41 <td class="ranking01">¥¿¥¤¥È¥ë</td> 42 <td class="ranking02"><input type="text" name="title" style="width: 99%;" value="<{$arrForm.title }>" /></td>42 <td class="ranking02"><input type="text" name="title" style="width: 99%;" value="<{$arrForm.title|escape}>" /></td> 43 43 </tr> 44 44 <tr> … … 52 52 <tr> 53 53 <td class="ranking01">ÆâÍÆ</td> 54 <td class="ranking02"><textarea name="body" style="width: 99%; height:150px;"><{$arrForm.body }></textarea></td>54 <td class="ranking02"><textarea name="body" style="width: 99%; height:150px;"><{$arrForm.body|escape}></textarea></td> 55 55 </tr> 56 56 <tr> -
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html
r846 r854 81 81 <tr><td height="15"></td></tr> 82 82 <tr> 83 <td><textarea name="comment" style="width: 99%; height:150px;"><{$arrForm.comment }></textarea></td>83 <td><textarea name="comment" style="width: 99%; height:150px;"><{$arrForm.comment|escape}></textarea></td> 84 84 </tr> 85 85 <tr><td height="10"></td></tr>
Note: See TracChangeset
for help on using the changeset viewer.
