- Timestamp:
- 2006/12/10 22:09:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_modlink.html
r656 r658 61 61 <td align="right"><{$lang_site_status}></td> 62 62 <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}>/> 65 65 </td> 66 66 </tr> … … 68 68 <td align="right"><{$lang_customize}></td> 69 69 <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}>/> 72 72 </td> 73 73 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
