Ignore:
Timestamp:
Apr 16, 2006, 10:00:38 AM (18 years ago)
Author:
chrisaga
Message:

-code sweeping : just fixed some code indenting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.tpl

    r1167 r1186  
    166166<!-- BEGIN comments -->
    167167<div id="comments">
    168 <h2>[{comments.NB_COMMENT}] {L_COMMENT_TITLE}</h2>
    169 
    170 <div class="navigationBar">{comments.NAV_BAR}</div>
    171 
    172 <!-- BEGIN comment -->
    173 <div class="comment">
    174   <!-- BEGIN delete -->
    175   <p class="userCommentDelete">
    176   <a href="{comments.comment.delete.U_COMMENT_DELETE}" title="{L_DELETE_COMMENT}">
    177     <img src="{pwg_root}{themeconf:icon_dir}/delete.png" class="button" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{L_DELETE}]"/>
    178   </a>
    179   </p>
    180   <!-- END delete -->
    181   <p class="commentInfo"><span class="author">{comments.comment.COMMENT_AUTHOR}</span> - {comments.comment.COMMENT_DATE}</p>
    182   <blockquote>{comments.comment.COMMENT}</blockquote>
    183 </div>
    184 <!-- END comment -->
    185 
    186 <!-- BEGIN add_comment -->
    187 <form  method="post" action="{U_ADD_COMMENT}" class="filter" id="addComment">
    188   <fieldset>
    189     <legend>{L_ADD_COMMENT}</legend>
    190 
    191     <!-- BEGIN author_field -->
    192     <label>{L_AUTHOR}<input type="text" name="author"></label>
    193     <!-- END author_field -->
    194 
    195     <!-- BEGIN author_known -->
    196     <input type="hidden" name="author"  value="{comments.add_comment.author_known.KNOWN_AUTHOR}">
    197     <!-- END author_known -->
    198 
    199     <label>{L_COMMENT}<textarea name="content" rows="10" cols="80"></textarea></label>
    200 
    201     <input type="submit" value="{L_SUBMIT}" {TAG_INPUT_ENABLED}>
    202   </fieldset>
    203 </form>
    204 <!-- END add_comment -->
     168  <h2>[{comments.NB_COMMENT}] {L_COMMENT_TITLE}</h2>
     169
     170  <div class="navigationBar">{comments.NAV_BAR}</div>
     171
     172  <!-- BEGIN comment -->
     173  <div class="comment">
     174    <!-- BEGIN delete -->
     175    <p class="userCommentDelete">
     176    <a href="{comments.comment.delete.U_COMMENT_DELETE}" title="{L_DELETE_COMMENT}">
     177      <img src="{pwg_root}{themeconf:icon_dir}/delete.png" class="button" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{L_DELETE}]"/>
     178    </a>
     179    </p>
     180    <!-- END delete -->
     181    <p class="commentInfo"><span class="author">{comments.comment.COMMENT_AUTHOR}</span> - {comments.comment.COMMENT_DATE}</p>
     182    <blockquote>{comments.comment.COMMENT}</blockquote>
     183  </div>
     184  <!-- END comment -->
     185
     186  <!-- BEGIN add_comment -->
     187  <form  method="post" action="{U_ADD_COMMENT}" class="filter" id="addComment">
     188    <fieldset>
     189      <legend>{L_ADD_COMMENT}</legend>
     190      <!-- BEGIN author_field -->
     191      <label>{L_AUTHOR}<input type="text" name="author"></label>
     192      <!-- END author_field -->
     193      <!-- BEGIN author_known -->
     194      <input type="hidden" name="author"  value="{comments.add_comment.author_known.KNOWN_AUTHOR}">
     195      <!-- END author_known -->
     196      <label>{L_COMMENT}<textarea name="content" rows="10" cols="80"></textarea></label>
     197      <input type="submit" value="{L_SUBMIT}" {TAG_INPUT_ENABLED}>
     198    </fieldset>
     199  </form>
     200  <!-- END add_comment -->
     201
    205202</div>
    206203<!-- END comments -->
Note: See TracChangeset for help on using the changeset viewer.