Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/styles/subsilver2/template/viewtopic_body.html

    r400 r702  
    119119                        </table>
    120120                        {S_HIDDEN_FIELDS}
    121                        
     121                        {S_FORM_TOKEN}
    122122                        </form>
    123                        
     123
    124124                </td>
    125125        </tr>
     
    156156                        </td>
    157157                </tr>
    158                
     158
    159159                <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
    160160
     
    179179                                <tr>
    180180                                        <td>{postrow.POSTER_AVATAR}</td>
     181                                </tr>
     182                        <!-- ENDIF -->
     183                        <!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) -->
     184                                <tr>
     185                                        <td></td>
    181186                                </tr>
    182187                        <!-- ENDIF -->
     
    206211                                                <table width="100%" cellspacing="0">
    207212                                                <tr>
    208                                                         <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
     213                                                        <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><br /> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
    209214                                                </tr>
    210215                                                </table>
     
    255260
    256261                                        <!-- IF postrow.BUMPED_MESSAGE -->
    257                                                 <span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
     262                                                <span class="gensmall"><br /><br />{postrow.BUMPED_MESSAGE}</span>
    258263                                        <!-- ENDIF -->
    259264
     
    281286
    282287                        <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
    283                         <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>
     288                        <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>
    284289        <!-- ENDIF -->
    285290                </tr>
     
    320325
    321326<br clear="all" />
     327<!-- IF S_QUICK_REPLY -->
     328<!-- INCLUDE quickreply_editor.html -->
     329<!-- ENDIF -->
    322330
    323331<!-- INCLUDE breadcrumbs.html -->
Note: See TracChangeset for help on using the changeset viewer.