Ignore:
Timestamp:
2006/12/12 10:05:38 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_regist.html

    r741 r752  
    3232     
    3333    <table border="0" cellspacing="0" cellpadding="0"> 
    34     <form name="form1" id="form1" method="post" action="#"> 
     34    <form name="form1" id="form1" method="post" action="<{$smarty.const.PHP_SELF|escape}>"> 
    3535        <tr> 
    3636            <td bgcolor="#cccccc"> 
     
    6363                    <table border="0" cellspacing="0" cellpadding="0"> 
    6464                        <tr> 
    65                             <td><input type="radio" name="evaluation" id="necessity" value="Í×" /><label for="necessity">Í×</label>¡¡<input type="radio" name="evaluation" id="unnecessary" value="ÉÔÍ×" /><label for="unnecessary">ÉÔÍ×</label></td> 
     65                            <td><input type="radio" name="evaluation" id="necessity" value="1" /><label for="necessity">Í×</label>¡¡<input type="radio" name="evaluation" id="unnecessary" value="2" /><label for="unnecessary">ÉÔÍ×</label></td> 
    6666                        </tr> 
    6767                        <tr><td height="15"></td></tr> 
Note: See TracChangeset for help on using the changeset viewer.