Advertisement
Guest User

notes html

a guest
Jul 28th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. <div id="entry">
  2.  
  3.  
  4. {block:Text}
  5. <h2>{Title}</h2>
  6. <div style="padding:6px;">
  7. <div id="postimg">{Body}</div>
  8. </div>
  9.  
  10. {block:IndexPage}
  11. <div id="noted">
  12. <center>
  13.  
  14. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{TimeAgo}</a>
  15.  
  16. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{NoteCountWithLabel}</a>
  17.  
  18. <a href="{ReblogURL}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">Reblog</a>
  19.  
  20. </center>
  21. </div>
  22.  
  23. <div id="line"></div>
  24. {/block:IndexPage}
  25. {/block:Text}
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. {block:Photo}
  34. {block:IndexPage}
  35. <div id="infos">
  36.  
  37. <div id="details">
  38.  
  39. <table border="0" bordercolor="" style="background-color:" width="235" cellpadding="0" cellspacing="0">
  40. <tr>
  41. <td width="185">
  42. <div style="margin-top:-1px; position:absolute;">
  43. <a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a><br>
  44. {TimeAgo}
  45. </div>
  46. </td>
  47. <td width="30">{ReblogButton}</td>
  48. <td width="20">{LikeButton}</td>
  49. </tr>
  50. </table>
  51.  
  52. </div>
  53.  
  54. </div>
  55. {/block:IndexPage}
  56.  
  57.  
  58.  
  59. {block:IndexPage}
  60. <center><a href="{permalink}"><img src="{PhotoURL-500}" width="250" border="0" style="margin-bottom:-15px;"></a></center>
  61.  
  62. <div style="padding:{block:IfHidePhotoCaption}12px 6px 6px{/block:IfHidePhotoCaption} 6px;">
  63.  
  64. {block:IfHidePhotoCaption}
  65. {block:Caption}<div id="postimg"><div style="padding-top:6px;">{Caption}</div></div>{/block:Caption}
  66. {/block:IfHidePhotoCaption}
  67. </div>
  68.  
  69. {/block:IndexPage}
  70.  
  71. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="500" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  72.  
  73. {/block:Photo}
  74.  
  75.  
  76. {block:Photoset}
  77. {block:IndexPage}
  78. <div id="infos">
  79.  
  80. <div id="details">
  81.  
  82. <table border="0" bordercolor="" style="background-color:" width="235" cellpadding="0" cellspacing="0">
  83. <tr>
  84. <td width="185">
  85. <div style="margin-top:-1px; position:absolute;">
  86. <a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a><br>
  87. {TimeAgo}
  88. </div>
  89. </td>
  90. <td width="30">{ReblogButton}</td>
  91. <td width="20">{LikeButton}</td>
  92. </tr>
  93. </table>
  94.  
  95. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement