[xoops-cvslog 2147] CVS update: xoops2jp/html/modules/base/templates

Back to archive index

Minahito minah****@users*****
2006年 2月 3日 (金) 12:05:47 JST


Index: xoops2jp/html/modules/base/templates/legacy_misc_smilies.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.2 xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.3
--- xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.2	Thu Feb  2 15:24:23 2006
+++ xoops2jp/html/modules/base/templates/legacy_misc_smilies.html	Fri Feb  3 12:05:47 2006
@@ -9,22 +9,24 @@
 
 <table width="100%" class="outer">
   <tr>
-    <th colspan="3"><{$smarty.const._MSC_SMILIES}></th>
+    <th colspan="3"><{$smarty.const._MD_BASE_LANG_SMILIES}></th>
   </tr>
   <tr class="head">
-    <td><{$smarty.const._MSC_CODE}></td>
-    <td><{$smarty.const._MSC_EMOTION}></td>
-    <td><{$smarty.const._IMAGE}></td>
+    <td><{$smarty.const._MD_BASE_LANG_CODE}></td>
+    <td><{$smarty.const._MD_BASE_LANG_EMOTION}></td>
+    <td><{$smarty.const._MD_BASE_LANG_IMAGE}></td>
   </tr>
-  <{foreach item=smile from=$smiles}>
+  <{foreach item=obj from=$objects}>
     <tr class="<{cycle values="even,odd"}>">
-      <td><{$smile.code}></td>
-      <td><{$smile.emotion}></td>
+      <td><{$obj->getVar('code')}></td>
+      <td><{$obj->getVar('emotion')}></td>
       <td>
-        <img onmouseover='style.cursor="hand"' onclick='doSmilie(" <{$smile.code}> ");' src='<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$smile.smile_url}>' alt='' />
+        <img onmouseover='style.cursor="hand"' onclick='doSmilie(" <{$obj->getVar('code')}> ");' src='<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('smile_url')}>' alt='<{$obj->getVar('emotion')}>' />
       </td>
     </tr>
   <{/foreach}>
 </table>
+<br />
+<div style="text-align:center;"><{xoops_pagenavi pagenavi=$pageNavi}></div>
 
-<{$smarty.const._MSC_CLICKASMILIE}>
+<{$smarty.const._MD_BASE_LANG_CLICKASMILIE}>


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