Changeset 850 in ExiteCMS for trunk/includes/templates/forum.renderpost.tpl
- Timestamp:
- 09/28/07 22:07:51 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/forum.renderpost.tpl (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/forum.renderpost.tpl
r845 r850 26 26 <td class='tbl_top_mid'> 27 27 {if $posts[pid].post_sticky} 28 <img src='{$smarty.const.THEME} forum/stickythread.gif' alt='{$locale.572}' style='vertical-align:top;' /> 28 <img src='{$smarty.const.THEME}images/stickythread.gif' alt='{$locale.572}' style='vertical-align:top;' /> 29 29 {/if} 30 30 {if $posts[pid].thread_id != 0 && $posts[pid].post_id != 0} … … 37 37 {/if} 38 38 </td> 39 {if $posts[pid].show_ip} 39 40 <td class='tbl_top_mid' style='text-align:right;'> 41 {else} 42 <td colspan='2' class='tbl_top_right' style='text-align:right;'> 43 {/if} 40 44 {if $smarty.const.iMEMBER && $user_can_post} 41 45 {if $posts[pid].user_can_edit} … … 54 58 {/if} 55 59 </td> 56 <td width='1%' class='tbl_top_right'>57 {if $posts[pid].show_ip}58 {if $user_can_blacklist}59 <a href='{$smarty.const.ADMIN}blacklist.php{$aidlink}&ip={$posts[pid].post_ip}'>60 <img src='{$smarty.const.THEME}forum/ip.gif' alt='{$locale.570}' title='{$posts[pid].post_ip}{$locale.570a}' style='border:0px;' />61 </a>62 {else}63 <img src='{$smarty.const.THEME}forum/ip.gif' alt='{$locale.570}' title='{$posts[pid].post_ip}' style='border:0px;' />64 {/if}65 {/if}66 </td>60 {if $posts[pid].show_ip} 61 <td width='1%' class='tbl_top_right' valign='middle'> 62 {if $user_can_blacklist} 63 <a href='{$smarty.const.ADMIN}blacklist.php{$aidlink}&ip={$posts[pid].post_ip}'> 64 <img src='{$smarty.const.THEME}images/ip.gif' alt='{$locale.570}' title='{$posts[pid].post_ip}{$locale.570a}' style='border:0px;' /> 65 </a> 66 {else} 67 <img src='{$smarty.const.THEME}images/ip.gif' alt='{$locale.570}' title='{$posts[pid].post_ip}' style='border:0px;' /> 68 {/if} 69 </td> 70 {/if} 67 71 </tr> 68 72 <tr> … … 126 130 </td> 127 131 <td valign='top' colspan='3' height='{$height}' class='{if $posts[pid].unread}unread{else}tbl_right{/if}' style='border-bottom:none;'> 128 {$posts[pid].post_message|default:" "}132 {$posts[pid].post_message|default:" "|escape:"entities"} 129 133 {section name=id loop=$posts[pid].attachments} 130 134 {if $smarty.section.id.first} … … 144 148 {else} 145 149 {if $posts[pid].attachments[id].has_thumbnail} 146 <table cellpadding='0'cellspacing='0' bgcolor='#000000'>150 <table cellpadding='0'cellspacing='0' class='thumbnail'> 147 151 <tr> 148 152 <td> … … 150 154 <a href='{$smarty.const.BASEDIR}getfile.php?type=a&file_id={$posts[pid].attachments[id].attach_id}' title='{$posts[pid].attachments[id].attach_comment}'>{$posts[pid].attachments[id].attach_realname} 151 155 {else} 152 <a href='{$posts[pid].attachments[id].link}' alt='{$posts[pid].attachments[id].attach_comment}' target='_blank'>{$posts[pid].attachments[id].attach_realname} 156 <a href='{$posts[pid].attachments[id].link}' title='{$posts[pid].attachments[id].attach_comment}' target='_blank'> 157 <img src='{$posts[pid].attachments[id].thumbnail}' style='border:1px solid black;' alt='{$posts[pid].attachments[id].attach_realname}' title='{$posts[pid].attachments[id].attach_realname}' /> 153 158 {/if} 154 < img src='{$posts[pid].attachments[id].thumbnail}' style='border:1px solid black;' alt='{$posts[pid].attachments[id].attach_realname}' title='{$posts[pid].attachments[id].attach_realname}' /></a>159 </a> 155 160 </td> 156 161 </tr> 157 162 <tr> 158 <td style='color:#ffffff;font-size:10px;text-align:center'>163 <td> 159 164 {$posts[pid].attachments[id].imagesize.x}x{$posts[pid].attachments[id].imagesize.y} {$posts[pid].attachments[id].size} 160 165 </td>
Note: See TracChangeset
for help on using the changeset viewer.
