[xoops-cvslog 5968] CVS update: xoops2jp/html/modules/legacy/templates

Back to archive index

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


Index: xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.3 xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.4
--- xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html:1.1.2.3	Mon Oct 16 00:29:46 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_comment_edit.html	Sun Dec  3 00:50:21 2006
@@ -2,7 +2,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/legacy/templates/legacy_comment_navi.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_comment_navi.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_comment_navi.html:1.1.2.2
--- xoops2jp/html/modules/legacy/templates/legacy_comment_navi.html:1.1.2.1	Sat Oct 14 23:55:20 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_comment_navi.html	Sun Dec  3 00:50:21 2006
@@ -11,7 +11,7 @@
           <{xoops_input type=hidden name=$key value=$value}>
         <{/foreach}>
 		<{if $postcomment_link}>
-          <input type="button" onclick="self.location.href='<{$postcomment_link|escape}><{$link_extra|escape}>'" class="formButton" value="<{$smarty.const._CM_POSTCOMMENT}>" />
+          <input type="button" onclick="self.location.href='<{$postcomment_link|xoops_escape:link}><{$link_extra|xoops_escape:link}>'" class="formButton" value="<{$smarty.const._CM_POSTCOMMENT}>" />
         <{/if}>
     </td>
   </tr>
Index: xoops2jp/html/modules/legacy/templates/legacy_image_list.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_image_list.html:1.1.2.3 xoops2jp/html/modules/legacy/templates/legacy_image_list.html:1.1.2.4
--- xoops2jp/html/modules/legacy/templates/legacy_image_list.html:1.1.2.3	Sun Nov 12 14:12:23 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_image_list.html	Sun Dec  3 00:50:21 2006
@@ -26,7 +26,7 @@
 </form>
 
 <{if $hasUploadPerm}>
-  <div style="text-align:right; margin:5px;">[ <a href="<{$smarty.const.XOOPS_URL}>/imagemanager.php?op=upload&amp;imgcat_id=<{$category->getShow('imgcat_id')}>&amp;target=<{$target|escape}>"><{$smarty.const._MD_LEGACY_LANG_IMAGE_UPLOAD}></a> ]</div>
+  <div style="text-align:right; margin:5px;">[ <a href="<{$smarty.const.XOOPS_URL}>/imagemanager.php?op=upload&amp;imgcat_id=<{$category->getShow('imgcat_id')}>&amp;target=<{$target|xoops_escape}>"><{$smarty.const._MD_LEGACY_LANG_IMAGE_UPLOAD}></a> ]</div>
 <{/if}>
 
 <table class="outer" cellspacing="1">
Index: xoops2jp/html/modules/legacy/templates/legacy_image_upload.html
diff -u 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.3
--- xoops2jp/html/modules/legacy/templates/legacy_image_upload.html:1.1.2.2	Sun Oct 15 01:44:53 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_image_upload.html	Sun Dec  3 00:50:21 2006
@@ -2,7 +2,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/legacy/templates/legacy_notification_delete.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_notification_delete.html:1.1.2.2 xoops2jp/html/modules/legacy/templates/legacy_notification_delete.html:1.1.2.3
--- xoops2jp/html/modules/legacy/templates/legacy_notification_delete.html:1.1.2.2	Sun Oct 15 22:11:33 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_notification_delete.html	Sun Dec  3 00:50:21 2006
@@ -4,7 +4,7 @@
     <{xoops_token form=$actionForm}>
     <{xoops_input type=hidden name=delete value=1}>
     <{foreach item=ids from=$actionForm->mNotifiyIds}>
-      <input type="hidden" name="del_not[<{$ids.modid|escape}>][]" value="<{$ids.id|escape}>" />
+      <input type="hidden" name="del_not[<{$ids.modid|xoops_escape:plain}>][]" value="<{$ids.id|xoops_escape:plain}>" />
     <{/foreach}>
     <input type="submit" name="delete" value="<{$smarty.const._DELETE}>" />
     <input type="button" name="confirm_back" value="<{$smarty.const._CANCEL}>"  onclick="javascript:history.go(-1);" />
Index: xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html:1.1.2.2
--- xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html:1.1.2.1	Sat Oct 14 23:55:20 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html	Sun Dec  3 00:50:21 2006
@@ -29,7 +29,7 @@
   </tr>
 </table>
 <div align="center">
-<{$smarty.const._NOT_NOTIFICATIONMETHODIS}>:&nbsp;<{$user_method}>&nbsp;&nbsp;[<a href="<{$editprofile_url|escape}>"><{$smarty.const._NOT_CHANGE}></a>]
+<{$smarty.const._NOT_NOTIFICATIONMETHODIS}>:&nbsp;<{$user_method}>&nbsp;&nbsp;[<a href="<{$editprofile_url|xoops_escape:link}>"><{$smarty.const._NOT_CHANGE}></a>]
 </div>
 </form>
 <{/if}>
\ No newline at end of file
Index: xoops2jp/html/modules/legacy/templates/legacy_rss.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_rss.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_rss.html:1.1.2.2
--- xoops2jp/html/modules/legacy/templates/legacy_rss.html:1.1.2.1	Sat Oct 14 23:55:20 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_rss.html	Sun Dec  3 00:50:21 2006
@@ -1,39 +1,39 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <rss version="2.0">
   <channel>
-    <title><{$channel_title|escape}></title>
-    <link><{$channel_link|escape}></link>
-    <description><{$channel_desc|escape}></description>
-    <lastBuildDate><{$channel_lastbuild|escape}></lastBuildDate>
+    <title><{$channel_title|xoops_escape}></title>
+    <link><{$channel_link|xoops_escape}></link>
+    <description><{$channel_desc|xoops_escape}></description>
+    <lastBuildDate><{$channel_lastbuild|xoops_escape}></lastBuildDate>
     <docs>http://backend.userland.com/rss/</docs>
-    <generator><{$channel_generator|escape}></generator>
-    <managingEditor><{$channel_editor|escape}></managingEditor>
-    <webMaster><{$channel_webmaster|escape}></webMaster>
-    <language><{$channel_language|escape}></language>
+    <generator><{$channel_generator|xoops_escape}></generator>
+    <managingEditor><{$channel_editor|xoops_escape}></managingEditor>
+    <webMaster><{$channel_webmaster|xoops_escape}></webMaster>
+    <language><{$channel_language|xoops_escape}></language>
     <{if $image_url != ""}>
     <image>
-      <title><{$channel_title|escape}></title>
-      <url><{$image_url|escape}></url>
-      <link><{$channel_link|escape}></link>
-      <width><{$image_width|escape}></width>
-      <height><{$image_height|escape}></height>
+      <title><{$channel_title|xoops_escape}></title>
+      <url><{$image_url|xoops_escape}></url>
+      <link><{$channel_link|xoops_escape}></link>
+      <width><{$image_width|xoops_escape}></width>
+      <height><{$image_height|xoops_escape}></height>
     </image>
     <{/if}>
     <{foreach item=item from=$items}>
       <item>
-        <title><{$item.title|escape}></title>
-        <link><{$item.link|escape}></link>
+        <title><{$item.title|xoops_escape}></title>
+        <link><{$item.link|xoops_escape}></link>
         <{if $item.author}>
-          <author><{$item.author|escape}></author>
+          <author><{$item.author|xoops_escape}></author>
         <{/if}>
         <{if $item.category}>
-          <category><{$item.category|escape}></category>
+          <category><{$item.category|xoops_escape}></category>
         <{/if}>
         <{if $item.description}>
-          <description><{$item.description|escape}></description>
+          <description><{$item.description|xoops_escape}></description>
         <{/if}>
         <pubDate><{$item.pubdate|xoops_formattimestamp:rss}></pubDate>
-        <guid><{$item.guid|escape}></guid>
+        <guid><{$item.guid|xoops_escape}></guid>
       </item>
     <{/foreach}>
   </channel>
Index: xoops2jp/html/modules/legacy/templates/legacy_search_form.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.3 xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.4
--- xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.3	Sun Nov 12 14:12:23 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_search_form.html	Sun Dec  3 00:50:21 2006
@@ -2,7 +2,7 @@
 <div class="error">
   <ul>
     <{foreach item=message from=$actionForm->getErrorMessages()}>
-      <li><{$message|escape}></li>
+      <li><{$message|xoops_escape}></li>
     <{/foreach}>
   </ul>
 </div>
@@ -31,7 +31,7 @@
       <td class="head"><{$smarty.const._SR_SEARCHIN}></td>
       <td class="<{cycle values="odd,even"}>">
         <{foreach item=module from=$moduleArr}>
-          <label><input type="checkbox" name="mids[]" value="<{$module.mid|escape}>" <{if in_array($module.mid, $selectedMidArr)}>checked<{/if}>><{$module.name|escape}></label>
+          <label><input type="checkbox" name="mids[]" value="<{$module.mid|xoops_escape:plain}>" <{if in_array($module.mid, $selectedMidArr)}>checked<{/if}>><{$module.name|xoops_escape}></label>
         <{/foreach}>
       </td>
     </tr>
Index: xoops2jp/html/modules/legacy/templates/legacy_search_results.html
diff -u 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.3
--- xoops2jp/html/modules/legacy/templates/legacy_search_results.html:1.1.2.2	Sun Oct 15 01:44:53 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_search_results.html	Sun Dec  3 00:50:21 2006
@@ -7,7 +7,7 @@
     <li><img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br />
     <small>
       <{if $result.uid > 0}>
-        <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|escape}>"><{$result.uid|xoops_user:uname}></a>
+        <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|xoops_escape}>"><{$result.uid|xoops_user:uname}></a>
       <{/if}>
       (<{$result.time|xoops_formattimestamp:l}>)
     </small><li />
@@ -16,7 +16,7 @@
   <!-- end results item loop -->
 
   <{if $module.has_more}>
-    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&amp;query=<{$actionForm->get('query')|escape}>&amp;mid=<{$module.mid}>&amp;andor=<{$actionForm->get('andor')|escape}>"><{$smarty.const._MD_LEGACY_LANG_SHOW_ALL}></a>
+    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&amp;query=<{$actionForm->get('query')|xoops_escape:link}>&amp;mid=<{$module.mid}>&amp;andor=<{$actionForm->get('andor')|xoops_escape}>"><{$smarty.const._MD_LEGACY_LANG_SHOW_ALL}></a>
   <{/if}>
 <{/foreach}>
 
Index: xoops2jp/html/modules/legacy/templates/legacy_search_showall.html
diff -u 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.3
--- xoops2jp/html/modules/legacy/templates/legacy_search_showall.html:1.1.2.2	Sun Oct 15 01:44:53 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_search_showall.html	Sun Dec  3 00:50:21 2006
@@ -7,7 +7,7 @@
     <li><img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br />
     <small>
       <{if $result.uid > 0}>
-        <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|escape}>"><{$result.uid|xoops_user:uname}></a>
+        <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|xoops_escape}>"><{$result.uid|xoops_user:uname}></a>
       <{/if}>
       (<{$result.time|xoops_formattimestamp:l}>)
     </small><li />
@@ -16,11 +16,11 @@
   <!-- end results item loop -->
 
   <{if $actionForm->get('start') > 0}>
-    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&amp;query=<{$actionForm->get('query')|escape}>&amp;mid=<{$module.mid}>&amp;andor=<{$actionForm->get('andor')|escape}>&amp;start=<{$prevStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_LEGACY_LANG_PREV_PAGE}></a>
+    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&amp;query=<{$actionForm->get('query')|xoops_escape:link}>&amp;mid=<{$module.mid}>&amp;andor=<{$actionForm->get('andor')|xoops_escape}>&amp;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&amp;query=<{$actionForm->get('query')|escape}>&amp;mid=<{$module.mid}>&amp;andor=<{$actionForm->get('andor')|escape}>&amp;start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_LEGACY_LANG_NEXT_PAGE}></a>
+    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&amp;query=<{$actionForm->get('query')|xoops_escape:link}>&amp;mid=<{$module.mid}>&amp;andor=<{$actionForm->get('andor')|xoops_escape}>&amp;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_search_showallbyuser.html
diff -u 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.3
--- xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html:1.1.2.2	Sun Oct 15 01:44:53 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html	Sun Dec  3 00:50:21 2006
@@ -7,7 +7,7 @@
     <li><img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br />
     <small>
       <{if $result.uid > 0}>
-        <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|escape}>"><{$result.uid|xoops_user:uname}></a>
+        <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|xoops_escape}>"><{$result.uid|xoops_user:uname}></a>
       <{/if}>
       (<{$result.time|xoops_formattimestamp:l}>)
     </small><li />
@@ -16,11 +16,11 @@
   <!-- end results item loop -->
 
   <{if $actionForm->get('start') > 0}>
-    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&amp;query=<{$actionForm->get('query')|escape}>&amp;mid=<{$module.mid}>&amp;uid=<{$actionForm->get('uid')}>&amp;andor=<{$actionForm->get('andor')|escape}>&amp;start=<{$prevStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_LEGACY_LANG_PREV_PAGE}></a>
+    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&amp;query=<{$actionForm->get('query')|xoops_escape:link}>&amp;mid=<{$module.mid}>&amp;uid=<{$actionForm->get('uid')}>&amp;andor=<{$actionForm->get('andor')|xoops_escape}>&amp;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&amp;query=<{$actionForm->get('query')|escape}>&amp;mid=<{$module.mid}>&amp;uid=<{$actionForm->get('uid')}>&amp;andor=<{$actionForm->get('andor')|escape}>&amp;start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_LEGACY_LANG_NEXT_PAGE}></a>
+    <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&amp;query=<{$actionForm->get('query')|xoops_escape:link}>&amp;mid=<{$module.mid}>&amp;uid=<{$actionForm->get('uid')}>&amp;andor=<{$actionForm->get('andor')|xoops_escape}>&amp;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_xoops_confirm.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_xoops_confirm.html:1.1.2.2 xoops2jp/html/modules/legacy/templates/legacy_xoops_confirm.html:1.1.2.3
--- xoops2jp/html/modules/legacy/templates/legacy_xoops_confirm.html:1.1.2.2	Mon Oct 16 00:29:46 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_xoops_confirm.html	Sun Dec  3 00:50:21 2006
@@ -1,11 +1,11 @@
 <div class='confirmMsg'>
   <h4><{$message}></h4>
-  <form method="post" action="<{$action|escape}>">
+  <form method="post" action="<{$action|xoops_escape}>">
     <{xoops_input type=hidden name=$tokenName value=$tokenValue}>
     <{foreach key=key item=value from=$hiddens}>
       <{if is_array($value)}>
         <{foreach key=radioName item=radioValue from=$value}>
-          <label><{xoops_input type=radio name=$key value=$radioValue}><{$radioName|escape}></label><br/>
+          <label><{xoops_input type=radio name=$key value=$radioValue}><{$radioName|xoops_escape}></label><br/>
         <{/foreach}>
       <{else}>
         <{xoops_input type=hidden name=$key value=$value}>
Index: xoops2jp/html/modules/legacy/templates/legacy_xoops_error.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_xoops_error.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_xoops_error.html:1.1.2.2
--- xoops2jp/html/modules/legacy/templates/legacy_xoops_error.html:1.1.2.1	Sat Oct 14 23:55:20 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_xoops_error.html	Sun Dec  3 00:50:21 2006
@@ -4,9 +4,9 @@
   <{/if}>
   <{if is_array($message)}>
     <{foreach item=msg from=$message}>
-      <{$msg|escape}><br/>
+      <{$msg|xoops_escape}><br/>
     <{/foreach}>
   <{else}>
-    <{$message|escape}>
+    <{$message|xoops_escape}>
   <{/if}>
 </div>
Index: xoops2jp/html/modules/legacy/templates/legacy_xoopsform_dhtmltextarea.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_xoopsform_dhtmltextarea.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_xoopsform_dhtmltextarea.html:1.1.2.2
--- xoops2jp/html/modules/legacy/templates/legacy_xoopsform_dhtmltextarea.html:1.1.2.1	Sat Oct 14 23:55:20 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_xoopsform_dhtmltextarea.html	Sun Dec  3 00:50:21 2006
@@ -1,7 +1,7 @@
 <a name='moresmiley'></a>
 <img onmouseover='style.cursor="hand"' src='<{$xoops_url}>/images/url.gif' alt='url' onclick='xoopsCodeUrl("<{$element->getId()}>", "<{$smarty.const._ENTERURL}>", "<{$smarty.const._ENTERWEBTITLE}>");' />&nbsp;
 <img onmouseover='style.cursor="hand"' src='<{$xoops_url}>/images/email.gif' alt='email' onclick='javascript:xoopsCodeEmail("<{$element->getId()}>", "<{$smarty.const._ENTEREMAIL}>");' />&nbsp;
-<img onclick='javascript:xoopsCodeImg("<{$element->getId()}>", "<{$smarty.const._ENTERIMGURL}>", "<{$smarty.const._ENTERIMGPOS}>", "<{$smarty.const._IMGPOSRORL|escape}>", "<{$smarty.const._ERRORIMGPOS}>");' onmouseover='style.cursor="hand"' src='<{$xoops_url}>/images/imgsrc.gif' alt='imgsrc' />&nbsp;
+<img onclick='javascript:xoopsCodeImg("<{$element->getId()}>", "<{$smarty.const._ENTERIMGURL}>", "<{$smarty.const._ENTERIMGPOS}>", "<{$smarty.const._IMGPOSRORL|xoops_escape}>", "<{$smarty.const._ERRORIMGPOS}>");' onmouseover='style.cursor="hand"' src='<{$xoops_url}>/images/imgsrc.gif' alt='imgsrc' />&nbsp;
 <img onmouseover='style.cursor="hand"' onclick='javascript:openWithSelfMain("<{$xoops_url}>/imagemanager.php?target=<{$element->getId()}>","imgmanager",400,430);' src='<{$xoops_url}>/images/image.gif' alt='image' />&nbsp;
 <img src='<{$xoops_url}>/images/code.gif' onmouseover='style.cursor="hand"' alt='code' onclick='javascript:xoopsCodeCode("<{$element->getId()}>", "<{$smarty.const._ENTERCODE}>");' />&nbsp;
 <img onclick='javascript:xoopsCodeQuote("<{$element->getId()}>", "<{$smarty.const._ENTERQUOTE}>");' onmouseover='style.cursor="hand"' src='<{$xoops_url}>/images/quote.gif' alt='quote' /><br />
Index: xoops2jp/html/modules/legacy/templates/legacy_xoopsform_select.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_xoopsform_select.html:1.1.2.2 xoops2jp/html/modules/legacy/templates/legacy_xoopsform_select.html:1.1.2.3
--- xoops2jp/html/modules/legacy/templates/legacy_xoopsform_select.html:1.1.2.2	Thu Nov  9 18:36:25 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_xoopsform_select.html	Sun Dec  3 00:50:21 2006
@@ -4,6 +4,6 @@
    <select size='<{$element->getSize()}>' name='<{$element->getName()}>' id='<{$element->getName()}>' <{$element->getExtra()}>>
 <{/if}>
 <{foreach from=$element->getOptions() key=value item=name}>
-  <option id='<{$element->getName()}>_<{$value|escape}>' value='<{$value|escape}>' <{if count($element->getValue()) > 0 && in_array($value, $element->getValue())}> selected='selected'<{/if}>><{$name}></option>
+  <option id='<{$element->getName()}>_<{$value|xoops_escape}>' value='<{$value|xoops_escape}>' <{if count($element->getValue()) > 0 && in_array($value, $element->getValue())}> selected='selected'<{/if}>><{$name}></option>
 <{/foreach}>
 </select>


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