Changeset 776 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/13 00:02:06 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_new.html
r774 r776 22 22 </table> 23 23 24 <table> 25 <{}> 26 <tr> 27 <td></td> 28 </tr> 29 </table> 30 24 31 <table border="0" cellspacing="0" cellpadding="0"> 25 32 <form name="form1" id="form1" method="post" action="./pollnew.php"> … … 32 39 <tr> 33 40 <td class="ranking01">¥¿¥¤¥È¥ë</td> 34 <td class="ranking02"><input type="text" name="title" style="width: 99%;" /></td>41 <td class="ranking02"><input type="text" name="title" style="width: 99%;" value="<{$arrForm.title}>" /></td> 35 42 </tr> 36 43 <tr> … … 38 45 <td class="ranking02"> 39 46 <select name="category_id"> 40 <{html_options options=$arrCat selected=$ category_id}>47 <{html_options options=$arrCat selected=$arrForm.category_id}> 41 48 </select> 42 49 </td> … … 44 51 <tr> 45 52 <td class="ranking01">ÆâÍÆ</td> 46 <td class="ranking02"><textarea name="body" style="width: 99%; height:150px;"> ÆâÍÆ¤ò¤´µÆþ¤¯¤À¤µ¤¤¡£</textarea></td>53 <td class="ranking02"><textarea name="body" style="width: 99%; height:150px;"><{$arrForm.body}></textarea></td> 47 54 </tr> 48 55 <tr>
Note: See TracChangeset
for help on using the changeset viewer.
