[xoops-cvslog 5972] CVS update: xoops2jp/html/modules/user/templates

Back to archive index

NobuNobu nobun****@users*****
2006年 12月 3日 (日) 00:50:22 JST


Index: xoops2jp/html/modules/user/templates/user_avatar_edit.html
diff -u xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.14.2.2 xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.14.2.3
--- xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.14.2.2	Fri Nov 10 20:30:23 2006
+++ xoops2jp/html/modules/user/templates/user_avatar_edit.html	Sun Dec  3 00:50:22 2006
@@ -1,5 +1,5 @@
 <div>
-<a href="<{$xoops_url}>/userinfo.php?uid=<{$actionForm->get('uid')|escape}>"><{$smarty.const._MD_USER_LANG_PROFILE}></a>
+<a href="<{$xoops_url}>/userinfo.php?uid=<{$actionForm->get('uid')|xoops_escape}>"><{$smarty.const._MD_USER_LANG_PROFILE}></a>
 &nbsp;<span style="font-weight:bold;">&raquo;&raquo;</span>&nbsp;<{$smarty.const._MD_USER_LANG_AVATAR_EDIT}>
 </div>
 
@@ -8,7 +8,7 @@
 <div class="error">
   <ul>
     <{foreach item=message from=$actionForm->getErrorMessages()}>
-      <li><{$message|escape}></li>
+      <li><{$message|xoops_escape}></li>
     <{/foreach}>
   </ul>
 </div>
Index: xoops2jp/html/modules/user/templates/user_edituser.html
diff -u xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.12.2.6 xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.12.2.7
--- xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.12.2.6	Sun Nov 12 14:12:24 2006
+++ xoops2jp/html/modules/user/templates/user_edituser.html	Sun Dec  3 00:50:22 2006
@@ -1,5 +1,5 @@
 <div>
-<a href="<{$xoops_url}>/userinfo.php?uid=<{$actionForm->get('uid')|escape}>"><{$smarty.const._MD_USER_LANG_PROFILE}></a>
+<a href="<{$xoops_url}>/userinfo.php?uid=<{$actionForm->get('uid')|xoops_escape}>"><{$smarty.const._MD_USER_LANG_PROFILE}></a>
 &nbsp;<span style="font-weight:bold;">&raquo;&raquo;</span>&nbsp;<{$smarty.const._MD_USER_LANG_EDITPROFILE}>
 </div>
 
Index: xoops2jp/html/modules/user/templates/user_register_confirm.html
diff -u xoops2jp/html/modules/user/templates/user_register_confirm.html:1.1.2.7.2.2 xoops2jp/html/modules/user/templates/user_register_confirm.html:1.1.2.7.2.3
--- xoops2jp/html/modules/user/templates/user_register_confirm.html:1.1.2.7.2.2	Fri Nov 10 20:30:23 2006
+++ xoops2jp/html/modules/user/templates/user_register_confirm.html	Sun Dec  3 00:50:22 2006
@@ -3,13 +3,13 @@
   <tr>
     <td class="head"><{$smarty.const._MD_USER_LANG_NICKNAME}></td>
     <td class="<{cycle values="odd,even"}>">
-      <{$registForm->get('uname')|escape}>
+      <{$registForm->get('uname')|xoops_escape}>
     </td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td>
     <td class="<{cycle values="odd,even"}>">
-      <{$registForm->get('email')|escape}>
+      <{$registForm->get('email')|xoops_escape}>
     </td>
   </tr>
   <tr>
Index: xoops2jp/html/modules/user/templates/user_register_finish.html
diff -u xoops2jp/html/modules/user/templates/user_register_finish.html:1.1.2.2.2.1 xoops2jp/html/modules/user/templates/user_register_finish.html:1.1.2.2.2.2
--- xoops2jp/html/modules/user/templates/user_register_finish.html:1.1.2.2.2.1	Sun Oct 15 23:16:41 2006
+++ xoops2jp/html/modules/user/templates/user_register_finish.html	Sun Dec  3 00:50:22 2006
@@ -1,5 +1,5 @@
 <div class="resultMsg">
- <h4><{$complete_message|escape}></h4>
+ <h4><{$complete_message|xoops_escape}></h4>
 
   <br />
   <br />
Index: xoops2jp/html/modules/user/templates/user_userinfo.html
diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16.2.5 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16.2.6
--- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16.2.5	Wed Nov 15 19:43:02 2006
+++ xoops2jp/html/modules/user/templates/user_userinfo.html	Sun Dec  3 00:50:22 2006
@@ -59,7 +59,7 @@
         <tr valign="top">
           <td class="head"><{$smarty.const._MD_USER_LANG_PM}></td>
           <td class="even">
-            <a href="javascript:openWithSelfMain('<{$pmliteUrl|escape}>', 'pmlite', 480, 400);">
+            <a href="javascript:openWithSelfMain('<{$pmliteUrl|xoops_escape:link}>', 'pmlite', 480, 400);">
             <img src="<{$smarty.const.XOOPS_URL}>/images/icons/pm.gif" alt="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" title="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" /></a>
           </td>
         </tr>
@@ -150,7 +150,7 @@
   <!-- end results item loop -->
 
   <{if $module.has_more}>
-    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showallbyuser&amp;mid=<{$module.mid|escape}>&amp;uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._MD_USER_LANG_SHOWALL}></a>
+    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showallbyuser&amp;mid=<{$module.mid|xoops_escape}>&amp;uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._MD_USER_LANG_SHOWALL}></a>
   <{/if}>
   </p>
 <{/foreach}>


xoops-cvslog メーリングリストの案内
Back to archive index