Changeset 658 for temp


Ignore:
Timestamp:
2006/12/10 22:09:02 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r656 r658  
    6161            <td align="right"><{$lang_site_status}></td> 
    6262            <td>  
    63               <{$lang_new_open}><input type="radio" name="site_stauts" value="1" <{if $link.site_status == 1}>checked<{/if}>/> 
    64               <{$lang_renewal}><input type="radio" name="site_stauts" value="2" <{if $link.site_status == 2}>checked<{/if}>/> 
     63              <{$lang_new_open}><input type="radio" name="site_stauts" value="1" <{if $link.site_status eq 1}>checked<{/if}>/> 
     64              <{$lang_renewal}><input type="radio" name="site_stauts" value="2" <{if $link.site_status eq 2}>checked<{/if}>/> 
    6565            </td> 
    6666          </tr> 
     
    6868            <td align="right"><{$lang_customize}></td> 
    6969            <td>  
    70               <{$lang_on}><input type="radio" name="customize_flag" value="1" <{if $link.customize_flag == 1}>checked<{/if}>/> 
    71               <{$lang_off}><input type="radio" name="customize_flag" value="2" <{if $link.customize_flag == 2}>checked<{/if}>/> 
     70              <{$lang_on}><input type="radio" name="customize_flag" value="1" <{if $link.customize_flag eq 1}>checked<{/if}>/> 
     71              <{$lang_off}><input type="radio" name="customize_flag" value="2" <{if $link.customize_flag eq 2}>checked<{/if}>/> 
    7272            </td> 
    7373          </tr> 
Note: See TracChangeset for help on using the changeset viewer.