[xoops-cvslog 328] CVS update: xoops2jp/html/modules/system/templates

Back to archive index

NobuNobu nobun****@users*****
2005年 8月 13日 (土) 23:47:43 JST


Index: xoops2jp/html/modules/system/templates/system_imagemanager.html
diff -u xoops2jp/html/modules/system/templates/system_imagemanager.html:1.1 xoops2jp/html/modules/system/templates/system_imagemanager.html:1.1.12.1
--- xoops2jp/html/modules/system/templates/system_imagemanager.html:1.1	Thu Sep  9 19:03:23 2004
+++ xoops2jp/html/modules/system/templates/system_imagemanager.html	Sat Aug 13 23:47:42 2005
@@ -56,11 +56,11 @@
     <table cellspacing="0" id="imagenav">
       <tr>
         <td>
-          <select name="cat_id" onchange="location='<{$xoops_url}>/imagemanager.php?target=<{$target}>&cat_id='+this.options[this.selectedIndex].value"><{$cat_options}></select> <input type="hidden" name="target" value="<{$target}>" /><input type="submit" value="<{$lang_go}>" />
+          <select name="cat_id" onchange="location='<{$xoops_url}>/imagemanager.php?target=<{$target}>&amp;cat_id='+this.options[this.selectedIndex].value"><{$cat_options}></select> <input type="hidden" name="target" value="<{$target}>" /><input type="submit" value="<{$lang_go}>" />
         </td>
 
         <{if $show_cat > 0}>
-        <td align="right"><a href="<{$xoops_url}>/imagemanager.php?target=<{$target}>&op=upload&imgcat_id=<{$show_cat}>"><{$lang_addimage}></a></td>
+        <td align="right"><a href="<{$xoops_url}>/imagemanager.php?target=<{$target}>&amp;op=upload&amp;imgcat_id=<{$show_cat}>"><{$lang_addimage}></a></td>
         <{/if}>
 
       </tr>
Index: xoops2jp/html/modules/system/templates/system_imagemanager2.html
diff -u xoops2jp/html/modules/system/templates/system_imagemanager2.html:1.1 xoops2jp/html/modules/system/templates/system_imagemanager2.html:1.1.12.1
--- xoops2jp/html/modules/system/templates/system_imagemanager2.html:1.1	Thu Sep  9 19:03:23 2004
+++ xoops2jp/html/modules/system/templates/system_imagemanager2.html	Sat Aug 13 23:47:42 2005
@@ -35,7 +35,7 @@
 
   <table cellspacing="0" id="imagenav">
     <tr>
-      <td align="left"><a href="<{$xoops_url}>/imagemanager.php?target=<{$target}>&cat_id=<{$show_cat}>"><{$lang_imgmanager}></a></td>
+      <td align="left"><a href="<{$xoops_url}>/imagemanager.php?target=<{$target}>&amp;cat_id=<{$show_cat}>"><{$lang_imgmanager}></a></td>
     </tr>
   </table>
 
Index: xoops2jp/html/modules/system/templates/system_userinfo.html
diff -u xoops2jp/html/modules/system/templates/system_userinfo.html:1.2 xoops2jp/html/modules/system/templates/system_userinfo.html:1.2.2.1
--- xoops2jp/html/modules/system/templates/system_userinfo.html:1.2	Sat Jun 11 11:32:55 2005
+++ xoops2jp/html/modules/system/templates/system_userinfo.html	Sat Aug 13 23:47:42 2005
@@ -26,8 +26,8 @@
 
 <table width="70%" align="center" border="0">
   <tr align="center">
-    <td><input type="button" value="<{$lang_editprofile}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&uid=<{$user_uid}>&op=modifyUser'" />
-    <input type="button" value="<{$lang_deleteaccount}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&op=delUser&uid=<{$user_uid}>'" /></td>
+    <td><input type="button" value="<{$lang_editprofile}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&amp;uid=<{$user_uid}>&amp;op=modifyUser'" />
+    <input type="button" value="<{$lang_deleteaccount}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&amp;op=delUser&amp;uid=<{$user_uid}>'" /></td>
   </tr>
 </table>
 


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