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

Back to archive index

Minahito minah****@users*****
2006年 8月 3日 (木) 18:43:39 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.4 xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.5
--- xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.4	Thu Apr 13 00:11:20 2006
+++ xoops2jp/html/modules/base/templates/legacy_misc_smilies.html	Thu Aug  3 18:43:39 2006
@@ -18,10 +18,10 @@
   </tr>
   <{foreach item=obj from=$objects}>
     <tr class="<{cycle values="even,odd"}>">
-      <td><{$obj->getVar('code')}></td>
-      <td><{$obj->getVar('emotion')}></td>
+      <td><{$obj->getShow('code')}></td>
+      <td><{$obj->getShow('emotion')}></td>
       <td>
-        <img onmouseover='style.cursor="hand"' onclick='doSmilie(" <{$obj->getVar('code')}> ");' src='<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('smile_url')}>' alt='<{$obj->getVar('emotion')}>' title='<{$obj->getVar('emotion')}>' />
+        <img onmouseover='style.cursor="hand"' onclick='doSmilie(" <{$obj->getShow('code')}> ");' src='<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('smile_url')}>' alt='<{$obj->getShow('emotion')}>' title='<{$obj->getShow('emotion')}>' />
       </td>
     </tr>
   <{/foreach}>
Index: xoops2jp/html/modules/base/templates/legacy_search_form.html
diff -u xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.6 xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.7
--- xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.6	Wed Jun 14 01:12:53 2006
+++ xoops2jp/html/modules/base/templates/legacy_search_form.html	Thu Aug  3 18:43:39 2006
@@ -31,7 +31,7 @@
 			<td class="head"><{$smarty.const._SR_SEARCHIN}></td>
 			<td class="<{cycle values="odd,even"}>">
 				<{foreach item=module from=$moduleArr}>
-					<input type="checkbox" name="mids[]" value="<{$module->getVar('mid')}>" <{if in_array($module->getVar('mid'), $selectedMidArr)}>checked<{/if}>><{$module->getVar('name')}></a>
+					<input type="checkbox" name="mids[]" value="<{$module->getShow('mid')}>" <{if in_array($module->getShow('mid'), $selectedMidArr)}>checked<{/if}>><{$module->getShow('name')}></a>
 				<{/foreach}>
 			</td>
 		</tr>
Index: xoops2jp/html/modules/base/templates/legacy_comment_edit.html
diff -u xoops2jp/html/modules/base/templates/legacy_comment_edit.html:1.1.2.7 xoops2jp/html/modules/base/templates/legacy_comment_edit.html:1.1.2.8
--- xoops2jp/html/modules/base/templates/legacy_comment_edit.html:1.1.2.7	Wed Jun 14 01:12:53 2006
+++ xoops2jp/html/modules/base/templates/legacy_comment_edit.html	Thu Aug  3 18:43:39 2006
@@ -42,7 +42,7 @@
       <td class="head"><{$smarty.const._MD_BASE_LANG_COM_ICON}></td>
       <td class="<{cycle values="odd,even"}>">
         <{foreach item=icon from=$subjectIcons}>
-          <{xoops_input type=radio name=com_icon value=$icon->get('filename') default=$actionForm->get('filename')}><img src="<{$xoops_url}>/images/subject/<{$icon->getVar('filename')}>" />
+          <{xoops_input type=radio name=com_icon value=$icon->get('filename') default=$actionForm->get('filename')}><img src="<{$xoops_url}>/images/subject/<{$icon->getShow('filename')}>" />
         <{/foreach}>
       </td>
     </tr>
Index: xoops2jp/html/modules/base/templates/legacy_misc_online.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_online.html:1.1.2.5 xoops2jp/html/modules/base/templates/legacy_misc_online.html:1.1.2.6
--- xoops2jp/html/modules/base/templates/legacy_misc_online.html:1.1.2.5	Thu Jul 27 18:36:00 2006
+++ xoops2jp/html/modules/base/templates/legacy_misc_online.html	Thu Aug  3 18:43:39 2006
@@ -6,21 +6,21 @@
     <tr class="<{cycle values="odd,even"}> valign="middle" align="center">
       <td>
         <{if $obj->get('uid')}>
-          <a href="<{$xoops_url}>/userinfo.php?uid=<{$obj->get('uid')|escape}>"><{$obj->getVar('uname')}></a>
+          <a href="<{$xoops_url}>/userinfo.php?uid=<{$obj->get('uid')|escape}>"><{$obj->getShow('uname')}></a>
         <{else}>
           <{$smarty.const._MD_BASE_LANG_GUEST}>
         <{/if}>
       </td>
       <td>
         <{if $obj->mModule}>
-          <{$obj->mModule->getVar('name')}>
+          <{$obj->mModule->getShow('name')}>
         <{else}>
           ---
         <{/if}>
       </td>
       <td>
         <{if $xoops_isadmin}>
-          <{$obj->getVar('online_ip')}>
+          <{$obj->getShow('online_ip')}>
         <{/if}>
       </td>
     </tr>
Index: xoops2jp/html/modules/base/templates/legacy_image_list.html
diff -u xoops2jp/html/modules/base/templates/legacy_image_list.html:1.1.2.4 xoops2jp/html/modules/base/templates/legacy_image_list.html:1.1.2.5
--- xoops2jp/html/modules/base/templates/legacy_image_list.html:1.1.2.4	Tue May 30 12:58:15 2006
+++ xoops2jp/html/modules/base/templates/legacy_image_list.html	Thu Aug  3 18:43:39 2006
@@ -26,7 +26,7 @@
 </form>
 
 <{if $hasUploadPerm}>
-  [ <a href="<{$smarty.const.XOOPS_URL}>/imagemanager.php?op=upload&amp;imgcat_id=<{$category->getVar('imgcat_id')}>&amp;target=<{$target|escape}>"><{$smarty.const._MD_BASE_LANG_IMAGE_UPLOAD}></a> ]
+  [ <a href="<{$smarty.const.XOOPS_URL}>/imagemanager.php?op=upload&amp;imgcat_id=<{$category->getShow('imgcat_id')}>&amp;target=<{$target|escape}>"><{$smarty.const._MD_BASE_LANG_IMAGE_UPLOAD}></a> ]
 <{/if}>
 
 <table class="outer">
@@ -38,26 +38,26 @@
   </tr>
   <{foreach item=obj from=$objects}>
     <tr class="<{cycle values='odd,even'}>" style="text-align:center;">
-      <td><{$obj->getVar('image_nicename')}></td>
+      <td><{$obj->getShow('image_nicename')}></td>
       <td>
         <{if $obj->mImageCategory != null}>
           <{if $obj->mImageCategory->get('imgcat_storetype') == 'file'}>
-            <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('image_name')}>" />
+            <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('image_name')}>" />
           <{else}>
-            <img src="<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getVar('image_id')}>" />
+            <img src="<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getShow('image_id')}>" />
           <{/if}>
         <{/if}>
       </td>
-      <td><{$obj->getVar('image_mimetype')}></td>
+      <td><{$obj->getShow('image_mimetype')}></td>
       <td>
         <{if $obj->mImageCategory->get('imgcat_storetype') == 'file'}>
-          <a href="#" onclick="javascript:appendCode('[img align=left]<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('image_name')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/alignleft.gif" alt="Left" /></a>
-          <a href="#" onclick="javascript:appendCode('[img]<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('image_name')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/aligncenter.gif" alt="Center" /></a>
-          <a href="#" onclick="javascript:appendCode('[img align=right]<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('image_name')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/alignright.gif" alt="Left" /></a>
+          <a href="#" onclick="javascript:appendCode('[img align=left]<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('image_name')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/alignleft.gif" alt="Left" /></a>
+          <a href="#" onclick="javascript:appendCode('[img]<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('image_name')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/aligncenter.gif" alt="Center" /></a>
+          <a href="#" onclick="javascript:appendCode('[img align=right]<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('image_name')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/alignright.gif" alt="Left" /></a>
         <{else}>
-          <a href="#" onclick="javascript:appendCode('[img align=left]<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getVar('image_id')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/alignleft.gif" alt="Left" /></a>
-          <a href="#" onclick="javascript:appendCode('[img]<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getVar('image_id')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/aligncenter.gif" alt="Center" /></a>
-          <a href="#" onclick="javascript:appendCode('[img align=right]<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getVar('image_id')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/alignright.gif" alt="Left" /></a>
+          <a href="#" onclick="javascript:appendCode('[img align=left]<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getShow('image_id')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/alignleft.gif" alt="Left" /></a>
+          <a href="#" onclick="javascript:appendCode('[img]<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getShow('image_id')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/aligncenter.gif" alt="Center" /></a>
+          <a href="#" onclick="javascript:appendCode('[img align=right]<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getShow('image_id')}>[/img]');"><img src="<{$smarty.const.XOOPS_URL}>/images/alignright.gif" alt="Left" /></a>
         <{/if}>
       </td>
     </tr>


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