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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 8月 25日 (金) 20:46:45 JST


Index: xoops2jp/html/modules/base/admin/templates/image_list.html
diff -u xoops2jp/html/modules/base/admin/templates/image_list.html:1.1.2.13 xoops2jp/html/modules/base/admin/templates/image_list.html:1.1.2.14
--- xoops2jp/html/modules/base/admin/templates/image_list.html:1.1.2.13	Sat Aug 19 18:39:44 2006
+++ xoops2jp/html/modules/base/admin/templates/image_list.html	Fri Aug 25 20:46:45 2006
@@ -39,9 +39,9 @@
       <td class="base_list_image">
         <{if $obj->mImageCategory != null}>
           <{if $obj->mImageCategory->get('imgcat_storetype') == 'file'}>
-            <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('image_name')}>" />
+            <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('image_name')}>" alt="<{$obj->getShow('image_nicename')}>" title="<{$obj->getShow('image_nicename')}>" />
           <{else}>
-            <img src="<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getShow('image_id')}>" />
+            <img src="<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getShow('image_id')}>" alt="<{$obj->getShow('image_nicename')}>" title="<{$obj->getShow('image_nicename')}>" />
           <{/if}>
         <{/if}>
       </td>
Index: xoops2jp/html/modules/base/admin/templates/comment_list.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.20 xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.21
--- xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.20	Sat Aug 19 20:06:35 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_list.html	Fri Aug 25 20:46:45 2006
@@ -71,15 +71,15 @@
       </td>
       <td class="base_list_title">
         <{if $obj->getShow('com_icon')}>
-          <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$obj->getShow('com_icon')}>" />
+          <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$obj->getShow('com_icon')}>" alt="" />
         <{else}>
-          <img src="<{$smarty.const.XOOPS_URL}>/images/icons/no_posticon.gif" />
+          <img src="<{$smarty.const.XOOPS_URL}>/images/icons/no_posticon.gif" alt="" />
         <{/if}>
         <a href="./index.php?action=CommentView&amp;com_id=<{$obj->getShow('com_id')}>"><{$obj->getShow('com_title')}></a></td>
       <td class="base_list_date"><{$obj->getShow('com_created')|xoops_formattimestamp:l}></td>
       <td class="base_list_date"><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td>
       <td class="base_list_name">
-        <a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>">
+        <a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&amp;uid=<{$obj->getShow('com_uid')}>">
         <{if $obj->mUser}>
           <{$obj->mUser->getShow('uname')}>
         <{else}>
@@ -95,7 +95,6 @@
         <a href="./index.php?action=CommentDelete&amp;com_id=<{$obj->getShow('com_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>
       </td>
     </tr>
-    </tr>
   <{/foreach}>
 </table>
 
Index: xoops2jp/html/modules/base/admin/templates/module_install.html
diff -u xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.13 xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.14
--- xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.13	Sat Aug 19 21:10:06 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install.html	Fri Aug 25 20:46:45 2006
@@ -28,7 +28,7 @@
   </tr>
   <tr>
     <td class="head base_list_image" rowspan="6">
-      <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" />
+      <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->modinfo.name|escape}>" title="<{$module->modinfo.name|escape}>" />
       <div class="base_list_imagetitle"><{$module->modinfo.name|escape}></div>
     </td>
 	<td class="head"><{$smarty.const._AD_BASE_LANG_NAME}></td>
Index: xoops2jp/html/modules/base/admin/templates/comment_view.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_view.html:1.1.2.8 xoops2jp/html/modules/base/admin/templates/comment_view.html:1.1.2.9
--- xoops2jp/html/modules/base/admin/templates/comment_view.html:1.1.2.8	Sat Aug 19 20:06:35 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_view.html	Fri Aug 25 20:46:45 2006
@@ -34,10 +34,11 @@
       <td class="head"><{$smarty.const._MD_BASE_LANG_COM_ICON}></td>
       <td class="<{cycle values="odd,even"}>">
         <{if $object->getShow('com_icon')}>
-          <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$object->getShow('com_icon')}>" />
+          <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$object->getShow('com_icon')}>" alt="" />
         <{else}>
-          <img src="<{$smarty.const.XOOPS_URL}>/images/icons/no_posticon.gif" />
+          <img src="<{$smarty.const.XOOPS_URL}>/images/icons/no_posticon.gif" alt="" />
         <{/if}>
+      </td>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_BASE_LANG_COM_CREATED}></td>
@@ -99,14 +100,14 @@
 
 <table class="outer">
   <tr>
-    <th><{$smarty.const._MD_BASE_LANG_COM_ID}><br />
-    <th><{$smarty.const._MD_BASE_LANG_COM_MODID}><br />
-    <th><{$smarty.const._MD_BASE_LANG_COM_TITLE}><br />
-    <th><{$smarty.const._AD_BASE_LANG_COM_CREATED}><br />
-    <th><{$smarty.const._AD_BASE_LANG_COM_MODIFIED}><br />
-    <th><{$smarty.const._AD_BASE_LANG_COM_UID}><br />
-    <th><{$smarty.const._MD_BASE_LANG_COM_IP}><br />
-    <th><{$smarty.const._AD_BASE_LANG_COM_STATUS}><br />
+    <th><{$smarty.const._MD_BASE_LANG_COM_ID}></th>
+    <th><{$smarty.const._MD_BASE_LANG_COM_MODID}></th>
+    <th><{$smarty.const._MD_BASE_LANG_COM_TITLE}></th>
+    <th><{$smarty.const._AD_BASE_LANG_COM_CREATED}></th>
+    <th><{$smarty.const._AD_BASE_LANG_COM_MODIFIED}></th>
+    <th><{$smarty.const._AD_BASE_LANG_COM_UID}></th>
+    <th><{$smarty.const._MD_BASE_LANG_COM_IP}></th>
+    <th><{$smarty.const._AD_BASE_LANG_COM_STATUS}></th>
   </tr>
   <{foreach item=obj from=$children}>
     <tr class="<{cycle values='odd,even'}>">
@@ -115,11 +116,11 @@
       <td class="base_list_title"><{$obj->getShow('com_title')}></td>
       <td class="base_list_date"><{$obj->get('com_created')|xoops_formattimestamp:l}></td>
       <td class="base_list_date"><{$obj->get('com_modified')|xoops_formattimestamp:l}></td>
-      <td class="base_list_name"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
+      <td class="base_list_name"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&amp;uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
       <td class="base_list_order"><{$obj->getShow('com_ip')}></td>
       <td class="base_list_select">
         <{if $obj->get('com_status') == 2 }>
-          <img src="<{"icons/active.gif"|theme}>" />
+          <img src="<{"icons/active.gif"|theme}>" alt="*active*" title="*active*" />
         <{/if}>
       </td>
     </tr>


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