- Timestamp:
- 2006/12/10 22:14:38 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/mylinks
- Files:
-
- 3 edited
-
submit.php (modified) (1 diff)
-
templates/mylinks_modlink.html (modified) (1 diff)
-
templates/mylinks_submit.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/mylinks/submit.php
r601 r662 97 97 $development_time = $_POST["development_time"]; 98 98 $site_status = $_POST["site_status"]; 99 echo $site_status; 99 100 $customize_flag = $_POST["customize_flag"]; 100 101 -
temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_modlink.html
r660 r662 61 61 <td align="right"><{$lang_site_status}></td> 62 62 <td> 63 <{$lang_new_open}><input type="radio" name="site_sta uts" value="1" <{if $link.site_status eq 1}>checked<{/if}>/>64 <{$lang_renewal}><input type="radio" name="site_sta uts" value="2" <{if $link.site_status eq 2}>checked<{/if}>/>63 <{$lang_new_open}><input type="radio" name="site_status" value="1" <{if $link.site_status eq 1}>checked<{/if}>/> 64 <{$lang_renewal}><input type="radio" name="site_status" value="2" <{if $link.site_status eq 2}>checked<{/if}>/> 65 65 </td> 66 66 </tr> -
temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_submit.html
r651 r662 88 88 </td> 89 89 <td class="odd"> 90 <{$lang_new_open}><input type="radio" name="site_sta uts" value="1" />91 <{$lang_renewal}><input type="radio" name="site_sta uts" value="2" />90 <{$lang_new_open}><input type="radio" name="site_status" value="1" /> 91 <{$lang_renewal}><input type="radio" name="site_status" value="2" /> 92 92 </td> 93 93 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
