OSDN Git Service

NP_Clap 1.7.1
[nucleus-jp/nucleus-plugins.git] / trunk / NP_Clap / clap / template / index / thanksedit_japanese-euc.html
1 <h2>¥³¥ó¥Æ¥ó¥Ä¤ÎÊÔ½¸¡¦¿·µ¬ÄɲÃ</h2>
2
3 <form method="post" action="{{indexurl}}">
4 <input type="hidden" name="action" value="thankssave" />
5 <input type="hidden" name="id" value="{{id}}" />
6 <input type="hidden" name="ticket" value="{{ticket|}}" />
7
8 <script language="JavaScript">
9 //<![CDATA[
10         function checkAll(blogid, checked){
11                 var tags = document.getElementsByTagName('input');
12                 for(var i=0; i < tags.length; i++){
13                         var t = tags[i];
14                         if( t.type == 'checkbox' && t.name.indexOf('assoc') == 0 && t.id.indexOf(blogid+'_') == 0 ){
15                                 t.checked = checked;
16                         }
17                 }
18                 return false;
19         }
20 //]]>
21 </script>
22
23 <table>
24         <thead>
25                 <tr>
26                         <th>¹àÌÜ</th>
27                         <th>ÃÍ</th>
28                 </tr>
29         </thead>
30         <tbody>
31                 <tr onmouseover='focusRow(this);' onmouseout='blurRow(this);'>
32                         <td>¥³¥á¥ó¥È</td>
33                         <td><textarea name="comment" rows="15" cols="70">{{comment|}}</textarea></td>
34                 </tr>
35                 <tr onmouseover='focusRow(this);' onmouseout='blurRow(this);'>
36                         <td>²èÁü¡Ê»ÈÍѤ·¤Ê¤¤¾ì¹ç¤Ë¤Ï¶õÍó¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡Ë</td>
37                         <td><input type="text" name="image" size="100" value="{{image|}}" /></td>
38                 </tr>
39                 <tr onmouseover='focusRow(this);' onmouseout='blurRow(this);'>
40                         <td>ɽ¼¨Âоݤˤ¹¤ë¥«¥Æ¥´¥ê</td>
41                         <td>{{assoc}}
42                         ¤½¤Î¾¤ÎKey:<input type="text" name="assoc_etc" size="80" value="{{assoc_etc|}}" /><br />
43                         ¢¨,(¥«¥ó¥Þ)¤Ç¶èÀڤäÆÊ£¿ô¤Îkey¤òÆþÎϤǤ­¤Þ¤¹¡£
44                         </td>
45                 </tr>
46                 <tr onmouseover='focusRow(this);' onmouseout='blurRow(this);'>
47                         <td>¥³¥ó¥Æ¥ó¥Ä¤ÎÊݸ</td>
48                         <td><input type="submit" value="¥³¥ó¥Æ¥ó¥Ä¤ÎÊݸ" /></td>
49                 </tr>
50         </tbody>
51 </table>
52 </form>