Minahito
minah****@users*****
2006年 1月 17日 (火) 19:40:52 JST
Index: xoops2jp/html/modules/user/templates/user_userinfo.html diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.1 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.2 --- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.1 Tue Oct 25 20:05:06 2005 +++ xoops2jp/html/modules/user/templates/user_userinfo.html Tue Jan 17 19:40:51 2006 @@ -8,13 +8,13 @@ <tr align="center"> <td><input type="button" value="<{$smarty.const._US_EDITPROFILE}>" onclick="location='edituser.php'" ID="Button1" NAME="Button1"/> <input type="button" value="<{$smarty.const._US_AVATAR}>" onclick="location='edituser.php?op=avatarform'" ID="Button2" NAME="Button2"/> - <input type="button" value="<{$smarty.const._US_INBOX}>" onclick="location='viewpmsg.php'" ID="Button3" NAME="Button3"/> + <input type="button" value="<{$smarty.const._US_INBOX}>" onclick="location='<{$xoops_url}>/viewpmsg.php'" ID="Button3" NAME="Button3"/> <{if $user_candelete == true}> <input type="button" value="<{$smarty.const._US_DELACCOUNT}>" onclick="location='user.php?op=delete'" ID="Button4" NAME="Button4"/> <{/if}> - <input type="button" value="<{$smarty.const._US_LOGOUT}>" onclick="location='user.php?op=logout'" ID="Button5" NAME="Button5"/></td> + <input type="button" value="<{$smarty.const._US_LOGOUT}>" onclick="location='<{$xoops_url}>/user.php?op=logout'" ID="Button5" NAME="Button5"/></td> </tr> </table> </form> @@ -91,7 +91,7 @@ </tr> <tr valign="top"> <td class="head"><{$smarty.const._US_EXTRAINFO}></td> - <td class="even"><{$user_extrainfo}></td> + <td class="even"><{$thisUser->getVar('bio')}></td> </tr> </table> </td> @@ -131,7 +131,7 @@ </table> <!-- start module search results loop --> -<{foreach item=module from=$modules}> +<{foreach item=module from=$searchResults}> <p> <h4><{$module.name}></h4> @@ -144,7 +144,9 @@ <{/foreach}> <!-- end results item loop --> -<{$module.showall_link}> +<{if $module.showall_link}> + <a href="<{$module.showall_link|escape}>"><{$smarty.const._US_SHOWALL}></a> +<{/if}> </p> <{/foreach}>