Minahito
minah****@users*****
2006年 10月 15日 (日) 01:44:54 JST
Index: xoops2jp/html/modules/legacy/templates/legacy_search_showall.html diff -u xoops2jp/html/modules/legacy/templates/legacy_search_showall.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_search_showall.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_search_showall.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_search_showall.html Sun Oct 15 01:44:53 2006 @@ -16,11 +16,11 @@ <!-- end results item loop --> <{if $actionForm->get('start') > 0}> - <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$prevStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_BASE_LANG_PREV_PAGE}></a> + <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$prevStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_LEGACY_LANG_PREV_PAGE}></a> <{/if}> <{if $searchResults.0.has_more}> - <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_BASE_LANG_NEXT_PAGE}></a> + <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_LEGACY_LANG_NEXT_PAGE}></a> <{/if}> <{/if}> Index: xoops2jp/html/modules/legacy/templates/legacy_image_list.html diff -u xoops2jp/html/modules/legacy/templates/legacy_image_list.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_image_list.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_image_list.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_image_list.html Sun Oct 15 01:44:53 2006 @@ -26,15 +26,15 @@ </form> <{if $hasUploadPerm}> - <div style="text-align:right; margin:5px;">[ <a href="<{$smarty.const.XOOPS_URL}>/imagemanager.php?op=upload&imgcat_id=<{$category->getShow('imgcat_id')}>&target=<{$target|escape}>"><{$smarty.const._MD_BASE_LANG_IMAGE_UPLOAD}></a> ]</div> + <div style="text-align:right; margin:5px;">[ <a href="<{$smarty.const.XOOPS_URL}>/imagemanager.php?op=upload&imgcat_id=<{$category->getShow('imgcat_id')}>&target=<{$target|escape}>"><{$smarty.const._MD_LEGACY_LANG_IMAGE_UPLOAD}></a> ]</div> <{/if}> <table class="outer" cellspacing="1"> <tr> - <th><{$smarty.const._MD_BASE_LANG_IMAGE_NICENAME}> - <th><{$smarty.const._MD_BASE_LANG_IMAGE}> - <th><{$smarty.const._MD_BASE_LANG_IMAGE_MIMETYPE}> - <th><{$smarty.const._MD_BASE_LANG_IMAGE_POSITION}> + <th><{$smarty.const._MD_LEGACY_LANG_IMAGE_NICENAME}> + <th><{$smarty.const._MD_LEGACY_LANG_IMAGE}> + <th><{$smarty.const._MD_LEGACY_LANG_IMAGE_MIMETYPE}> + <th><{$smarty.const._MD_LEGACY_LANG_IMAGE_POSITION}> </tr> <{foreach item=obj from=$objects}> <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> Index: xoops2jp/html/modules/legacy/templates/legacy_search_results.html diff -u xoops2jp/html/modules/legacy/templates/legacy_search_results.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_search_results.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_search_results.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_search_results.html Sun Oct 15 01:44:53 2006 @@ -16,7 +16,7 @@ <!-- end results item loop --> <{if $module.has_more}> - <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&andor=<{$actionForm->get('andor')|escape}>"><{$smarty.const._MD_BASE_LANG_SHOW_ALL}></a> + <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&andor=<{$actionForm->get('andor')|escape}>"><{$smarty.const._MD_LEGACY_LANG_SHOW_ALL}></a> <{/if}> <{/foreach}> Index: xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html diff -u xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html Sun Oct 15 01:44:53 2006 @@ -18,10 +18,10 @@ <{xoops_input type=hidden name=com_exparams value=$actionForm->get('com_exparams')}> <table class="outer" cellspacing="1"> <tr> - <th colspan="2"><{$smarty.const._MD_BASE_LANG_POST}></th> + <th colspan="2"><{$smarty.const._MD_LEGACY_LANG_POST}></th> </tr> <tr> - <td class="head"><{$smarty.const._MD_BASE_LANG_COMMENT_RULE}></td> + <td class="head"><{$smarty.const._MD_LEGACY_LANG_COMMENT_RULE}></td> <td class="<{cycle values="odd,even"}>"> <{if $xoopsModuleConfig.com_rule == XOOPS_COMMENT_APPROVEALL}> <{$smarty.const._CM_COMAPPROVEALL}> @@ -33,13 +33,13 @@ </td> </tr> <tr> - <td class="head"><{$smarty.const._MD_BASE_LANG_COM_TITLE}></td> + <td class="head"><{$smarty.const._MD_LEGACY_LANG_COM_TITLE}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=text name=com_title value=$actionForm->get('com_title') size=50 maxlength=255}> </td> </tr> <tr> - <td class="head"><{$smarty.const._MD_BASE_LANG_COM_ICON}></td> + <td class="head"><{$smarty.const._MD_LEGACY_LANG_COM_ICON}></td> <td class="<{cycle values="odd,even"}>"> <{foreach item=icon from=$subjectIcons}> <{xoops_input type=radio name=com_icon value=$icon->get('filename') default=$actionForm->get('filename')}><img src="<{$xoops_url}>/images/subject/<{$icon->getShow('filename')}>" /> @@ -47,24 +47,24 @@ </td> </tr> <tr> - <td class="head"><{$smarty.const._MD_BASE_LANG_COM_TEXT}></td> + <td class="head"><{$smarty.const._MD_LEGACY_LANG_COM_TEXT}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_dhtmltarea type=text rows=15 cols=60 name=com_text value=$actionForm->get('com_text')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._MD_BASE_LANG_OPTION}></td> + <td class="head"><{$smarty.const._MD_LEGACY_LANG_OPTION}></td> <td class="<{cycle values="odd,even"}>"> <{if $xoops_isadmin}> <{xoops_input type=checkbox name=dohtml value=1 default=$actionForm->get('dohtml')}> - <{$smarty.const._MD_BASE_LANG_DOHTML}><br /> + <{$smarty.const._MD_LEGACY_LANG_DOHTML}><br /> <{/if}> <{xoops_input type=checkbox name=dosmiley value=1 default=$actionForm->get('dosmiley')}> - <{$smarty.const._MD_BASE_LANG_DOSMILEY}><br /> + <{$smarty.const._MD_LEGACY_LANG_DOSMILEY}><br /> <{xoops_input type=checkbox name=doxcode value=1 default=$actionForm->get('doxcode')}> - <{$smarty.const._MD_BASE_LANG_DOXCODE}><br /> + <{$smarty.const._MD_LEGACY_LANG_DOXCODE}><br /> <{xoops_input type=checkbox name=dobr value=1 default=$actionForm->get('dobr')}> - <{$smarty.const._MD_BASE_LANG_DOBR}> + <{$smarty.const._MD_LEGACY_LANG_DOBR}> </td> </tr> <tr class="foot"> Index: xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html diff -u xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html Sun Oct 15 01:44:53 2006 @@ -16,11 +16,11 @@ <!-- end results item loop --> <{if $actionForm->get('start') > 0}> - <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&uid=<{$actionForm->get('uid')}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$prevStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_BASE_LANG_PREV_PAGE}></a> + <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&uid=<{$actionForm->get('uid')}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$prevStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_LEGACY_LANG_PREV_PAGE}></a> <{/if}> <{if $searchResults.0.has_more}> - <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&uid=<{$actionForm->get('uid')}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_BASE_LANG_NEXT_PAGE}></a> + <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&uid=<{$actionForm->get('uid')}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_LEGACY_LANG_NEXT_PAGE}></a> <{/if}> <{/if}> Index: xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html diff -u xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_misc_friend.html Sun Oct 15 01:44:53 2006 @@ -11,31 +11,31 @@ <{xoops_token form=$actionForm}> <table width="100%" class="outer" cellspacing="1"> <tr> - <th colspan="2"><{$smarty.const._MB_BASE_LANG_RECOMMENDSITE}></th> + <th colspan="2"><{$smarty.const._MB_LEGACY_LANG_RECOMMENDSITE}></th> </tr> <tr> <td class='head'> <input type='hidden' name='type' value='friend' /> - <{$smarty.const._MD_BASE_LANG_YNAME}> + <{$smarty.const._MD_LEGACY_LANG_YNAME}> </td> <td class='even'> <{xoops_input type=text name=yname value=$actionForm->get('yname')}> </td> </tr> <tr> - <td class='head'><{$smarty.const._MD_BASE_LANG_YMAIL}></td> + <td class='head'><{$smarty.const._MD_LEGACY_LANG_YMAIL}></td> <td class='odd'> <{xoops_input type=text name=ymail value=$actionForm->get('ymail')}> </td> </tr> <tr> - <td class='head'><{$smarty.const._MD_BASE_LANG_FNAME}></td> + <td class='head'><{$smarty.const._MD_LEGACY_LANG_FNAME}></td> <td class='even'> <{xoops_input type=text name=fname value=$actionForm->get('fname')}> </td> </tr> <tr> - <td class='head'><{$smarty.const._MD_BASE_LANG_FMAIL}></td> + <td class='head'><{$smarty.const._MD_LEGACY_LANG_FMAIL}></td> <td class='odd'> <{xoops_input type=text name=fmail value=$actionForm->get('fmail')}> </td> Index: xoops2jp/html/modules/legacy/templates/legacy_misc_smilies.html diff -u xoops2jp/html/modules/legacy/templates/legacy_misc_smilies.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_misc_smilies.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_misc_smilies.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_misc_smilies.html Sun Oct 15 01:44:53 2006 @@ -9,12 +9,12 @@ <table width="100%" class="outer"> <tr> - <th colspan="3"><{$smarty.const._MD_BASE_LANG_SMILIES}></th> + <th colspan="3"><{$smarty.const._MD_LEGACY_LANG_SMILIES}></th> </tr> <tr class="head"> - <td><{$smarty.const._MD_BASE_LANG_CODE}></td> - <td><{$smarty.const._MD_BASE_LANG_EMOTION}></td> - <td><{$smarty.const._MD_BASE_LANG_IMAGE}></td> + <td><{$smarty.const._MD_LEGACY_LANG_CODE}></td> + <td><{$smarty.const._MD_LEGACY_LANG_EMOTION}></td> + <td><{$smarty.const._MD_LEGACY_LANG_IMAGE}></td> </tr> <{foreach item=obj from=$objects}> <tr class="<{cycle values="even,odd"}>"> @@ -29,4 +29,4 @@ <br /> <div style="text-align:center;"><{xoops_pagenavi pagenavi=$pageNavi}></div> -<{$smarty.const._MD_BASE_LANG_CLICKASMILIE}> +<{$smarty.const._MD_LEGACY_LANG_CLICKASMILIE}> Index: xoops2jp/html/modules/legacy/templates/legacy_image_upload.html diff -u xoops2jp/html/modules/legacy/templates/legacy_image_upload.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_image_upload.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_image_upload.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_image_upload.html Sun Oct 15 01:44:53 2006 @@ -14,13 +14,13 @@ <{xoops_input type=hidden name=target value=$target}> <table class="outer" cellspacing="1"> <tr> - <td class="head"><{$smarty.const._MD_BASE_LANG_IMAGE_FILE}></td> + <td class="head"><{$smarty.const._MD_LEGACY_LANG_IMAGE_FILE}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=file name=image_name}> </td> </tr> <tr> - <td class="head"><{$smarty.const._MD_BASE_LANG_IMAGE_NICENAME}></td> + <td class="head"><{$smarty.const._MD_LEGACY_LANG_IMAGE_NICENAME}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=text name=image_nicename value=$actionForm->get('image_nicename') size=30 maxlength=255}> </td>