Advertisement
Guest User

Untitled

a guest
Jan 5th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. --- post_thread.html 2013-01-05 21:57:01.728943249 -0600
  2. +++ post_thread.html~ 2013-01-05 21:56:54.200943563 -0600
  3.  
  4. +<div class="postContainer opContainer postC_{{ post.id }} postC_{{ board.uri }}-{{ post.id }}" id="replyC_{{ post.id }}">
  5. +<div class="post op{% if post.mature %} mature_post{% endif %} post_{{ post.id }} post_{{ board.uri }}-{{ post.id }}" id="reply_{{ post.id }}">
  6. {% if post.embed %}
  7. {{ post.embed }}
  8. ...
  9. {% endif %}
  10. -<div class="post op"><p class="intro"{% if not index %} id="{{ post.id }}"{% endif %}>
  11. +<div class="opMain">
  12. + <p class="intro"{% if not index %} id="{{ post.id }}"{% endif %}>
  13. <input type="checkbox" class="delete" name="delete_{{ post.id }}" id="delete_{{ post.id }}" />
  14. - <label for="delete_{{ post.id }}">
  15. {% if post.subject|length > 0 %}
  16. {# show subject #}
  17. ...
  18. {% if not index %}
  19. {% endif %}
  20. -</div>{% endfilter %}
  21. +</div></div></div>{% endfilter %}
  22.  
  23.  
  24. --- post_reply.html 2013-01-05 21:57:01.728943249 -0600
  25. +++ post_reply.html~ 2013-01-05 21:56:58.208943396 -0600
  26. @@ -1,10 +1,10 @@
  27. {% filter remove_whitespace %}
  28. {# tabs and new lines will be ignored #}
  29. -<div class="post reply" id="reply_{{ post.id }}">
  30. +<div class="postContainer replyContainer postC_{{ post.id }} postC_{{ board.uri }}-{{ post.id }}" id="replyC_{{ post.id }}">
  31. +<div class="post reply{% if post.mature %} mature_post{% endif %} post_{{ post.id }} post_{{ board.uri }}-{{ post.id }}" id="reply_{{ post.id }}">
  32.  
  33. <p class="intro"{% if not index %} id="{{ post.id }}"{% endif %}>
  34. ...
  35. - <a class="post_no" {% if not index %}onclick="highlightReply({{ post.id }})" {% endif %}href="{{ post.link }}">No.</a>
  36. + <a class="post_no permalink" {% if not index %}onclick="highlightReply({{ post.id }})" {% endif %}href="{{ post.link }}">No.</a>
  37. ...
  38. @@ -95,5 +109,5 @@
  39. {% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}
  40. </div>
  41. </div>
  42. -<br/>
  43. +</div>
  44. {% endfilter %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement