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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 4月 12日 (水) 00:03:33 JST


Index: xoops2jp/html/modules/base/templates/legacy_comment.html
diff -u xoops2jp/html/modules/base/templates/legacy_comment.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_comment.html:1.1.2.2
--- xoops2jp/html/modules/base/templates/legacy_comment.html:1.1.2.1	Sun Apr  9 10:24:04 2006
+++ xoops2jp/html/modules/base/templates/legacy_comment.html	Wed Apr 12 00:03:33 2006
@@ -1,50 +1,55 @@
 <!-- start comment post -->
-        <tr>
-          <td class="head"><a id="comment<{$comment.id}>"></a> <{$comment.poster.uname}></td>
-          <td class="head"><div class="comDate"><span class="comDateCaption"><{$lang_posted}>:</span> <{$comment.date_posted}>&nbsp;&nbsp;<span class="comDateCaption"><{$lang_updated}>:</span> <{$comment.date_modified}></div></td>
-        </tr>
-        <tr>
-
-          <{if $comment.poster.id != 0}>
-
-          <td class="odd"><div class="comUserRank"><div class="comUserRankText"><{$comment.poster.rank_title}></div><img class="comUserRankImg" src="<{$xoops_upload_url}>/<{$comment.poster.rank_image}>" alt="" /></div><img class="comUserImg" src="<{$xoops_upload_url}>/<{$comment.poster.avatar}>" alt="" /><div class="comUserStat"><span class="comUserStatCaption"><{$lang_joined}>:</span> <{$comment.poster.regdate}></div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_from}>:</span> <{$comment.poster.from}></div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_posts}>:</span> <{$comment.poster.postnum}></div><div class="comUserStatus"><{$comment.poster.status}></div></td>
-
-          <{else}>
-
-          <td class="odd"> </td>
-
-          <{/if}>
-
-          <td class="odd">
-            <div class="comTitle"><{$comment.image}><{$comment.title}></div><div class="comText"><{$comment.text}></div>
-          </td>
-        </tr>
-        <tr>
-          <td class="even"></td>
-
-          <{if $xoops_iscommentadmin == true}>
-
-          <td class="even" align="right">
-            <a href="<{$editcomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a><a href="<{$deletecomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$lang_delete}>" /></a><a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
-          </td>
-
-          <{elseif $xoops_isuser == true && $xoops_userid == $comment.poster.id}>
-
-          <td class="even" align="right">
-            <a href="<{$editcomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a><a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
-          </td>
-
-          <{elseif $xoops_isuser == true || $anon_canpost == true}>
-
-          <td class="even" align="right">
-            <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
-          </td>
-
-          <{else}>
-
-          <td class="even"> </td>
-
-          <{/if}>
-
-        </tr>
+  <tr>
+    <td class="head"><a id="comment<{$comment.id}>"></a> <{$comment.poster.uname}></td>
+    <td class="head">
+      <div class="comDate"><span class="comDateCaption"><{$lang_posted}>:</span> <{$comment.date_posted}>&nbsp;&nbsp;<span class="comDateCaption"><{$lang_updated}>:</span> <{$comment.date_modified}></div>
+    </td>
+  </tr>
+  <tr>
+    <{if $comment.poster.id != 0}>
+      <td class="odd">
+        <div class="comUserRank">
+          <div class="comUserRankText"><{$comment.poster.rank_title}></div>
+          <img class="comUserRankImg" src="<{$xoops_upload_url}>/<{$comment.poster.rank_image}>" alt="" />
+        </div>
+        <img class="comUserImg" src="<{$xoops_upload_url}>/<{$comment.poster.avatar}>" alt="" />
+        <div class="comUserStat"><span class="comUserStatCaption"><{$lang_joined}>:</span> <{$comment.poster.regdate}></div>
+        <div class="comUserStat"><span class="comUserStatCaption"><{$lang_from}>:</span> <{$comment.poster.from}></div>
+        <div class="comUserStat"><span class="comUserStatCaption"><{$lang_posts}>:</span> <{$comment.poster.postnum}></div>
+        <div class="comUserStatus"><{$comment.poster.status}></div>
+      </td>
+    <{else}>
+      <td class="odd"> </td>
+    <{/if}>
+
+    <td class="odd">
+      <div class="comTitle"><{$comment.image}><{$comment.title}></div>
+      <div class="comText"><{$comment.text}></div>
+    </td>
+  </tr>
+  <tr>
+    <{if $xoops_iscommentadmin == true}>
+      <td class="even">
+        <a href="<{$editcomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a>
+        <a href="<{$deletecomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$lang_delete}>" /></a>
+      </td>
+      <td class="even" align="right">
+        <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
+      </td>
+    <{elseif $xoops_isuser == true && $xoops_userid == $comment.poster.id}>
+      <td class="even">
+        <a href="<{$editcomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a>
+      </td>
+      <td class="even" align="right">
+        <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
+      </td>
+    <{elseif $xoops_isuser == true || $anon_canpost == true}>
+      <td class="even"></td>
+      <td class="even" align="right">
+        <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
+      </td>
+    <{else}>
+      <td class="even"> </td>
+    <{/if}>
+  </tr>
 <!-- end comment post -->
\ No newline at end of file


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