Advertisement
Patamon

INNLEGG

Oct 21st, 2013
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:tag="http://blogg.no/ns/tag" xml:lang="no" lang="no">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>${EntryTitle} (${BlogTitle})</title>
  6. <meta name="description" content="${BlogDescription}" />
  7. <script type="text/javascript">var domainName = ".${AppDomain}";</script>
  8. <script type="text/javascript" src="http://static.blogg.no/blogs/script.js"></script>
  9. <link rel="alternate" href="http://feeds.blogg.no/${BlogId}/post.rss" title="Siste innlegg" type="application/rss+xml" />
  10. <link rel="alternate" href="http://feeds.blogg.no/${BlogId}/comment/${EntryID}.rss" title="Kommentarer til dette inlegget" type="application/rss+xml" />
  11. <link rel="stylesheet" href="http://design.blogg.no/builder/screen.css" type="text/css" />
  12. <link rel="stylesheet" href="${BlogUrl}style.css" type="text/css" />
  13. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m5jqv6uRuD1qb1380.gif" type="image/gif" />
  14. </head>
  15. <body>
  16. <div id="doc2">
  17. <div id="header" onclick="document.location='${BlogUrl}';">
  18. <h1>WELCOME TO MY SHIT</h1>
  19. </div>
  20. <div id="wrapper" class="yui-gc">
  21. <div class="breadcrumbs"><center>Don't try and say i'm not funny because i laugh at my own jokes and that's all I need</center></div>
  22. <div id="main" class="yui-u first">
  23. <tag:entry>
  24. <div class="entry">
  25. <a name="a${EntryNum}" id="a${EntryNum}"></a>
  26. <h2>${EntryTitle}</h2>
  27. <div class="meta">
  28. <ul>
  29. <li>${EntryDate}, ${EntryTime} /
  30. <a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>- <tag:if test="${EntryCommentCount == 0}">
  31. <a href="${EntryPermaLink}#comment">Kommentarer (0)</a>
  32. <tag:elseif test="${EntryCommentCount == 1}" />
  33. <a href="${EntryPermaLink}#comment">kommentar (1)</a>
  34. <tag:else />
  35. <a href="${EntryPermaLink}#comment">Kommentarer (${EntryCommentCount})</a>
  36. </tag:if> <a href="http://renatemorell.blogg.no">© DESIGN BY RENATEMORELL</a>
  37. </li>
  38. </ul>
  39. </div>
  40. <div class="content">${EntryBody}</div>
  41. <div class="meta">
  42. <ul>
  43. </ul>
  44. <tag:if test="${EntryHasTags == 'true'}">
  45. <div class="tags">Stikkord:
  46. <ul><tag:taglist><li><a href="${TagURL}">${TagName}</a></li></tag:taglist></ul></div>
  47. </tag:if>
  48. <tag:include module="postentry"></tag:include>
  49. </div>
  50. </div>
  51. </tag:entry>
  52. <tag:if test="${Comments == 1}">
  53. <a name="comment" id="comment"></a>
  54. <h3>
  55. <tag:if test="${EntryCommentCount == 0}">Kommentarer (0)
  56. <tag:elseif test="${EntryCommentCount == 1}" />Kommentarer (1)
  57. <tag:else />Kommentarer (${EntryCommentCount})</tag:if>
  58. </h3>
  59. <br>
  60. <div id="comments">
  61. <tag:commentlist>
  62. <div class="comment ${CommentClass}">
  63. <div class="meta">
  64. <tag:if test="${CommentProfileUrl != ''}">
  65. <a href="${CommentProfileUrl}">
  66. <img class="avatar" src="http://i.blogg.no/50x50/${CommentProfileImageUrl}" alt="" />
  67. </a>
  68. <tag:else />
  69. <tag:if test="${CommentAuthorUrl != ''}">
  70. <a rel="nofollow" href="${CommentAuthorUrl}">
  71. <img class="avatar" src="http://i.blogg.no/50x50/http://www.gravatar.com/avatar.php?gravatar_id=${CommentAuthorEmailHash}&amp;default=http%3A%2F%2Fstatic.blogg.no%2Fblogs%2Favatar.png&amp;size=50" alt="" />
  72. </a>
  73. <tag:else />
  74. <img class="avatar" src="http://i.blogg.no/50x50/http://www.gravatar.com/avatar.php?gravatar_id=${CommentAuthorEmailHash}&amp;default=http%3A%2F%2Fstatic.blogg.no%2Fblogs%2Favatar.png&amp;size=50" alt="" />
  75. </tag:if>
  76. </tag:if>
  77. <h4>${CommentAuthorLinkIf}</h4>
  78. <p>${CommentDate} / ${CommentTime}</p>
  79. </div>
  80. <div class="content">${CommentText}</div>
  81. </div>
  82. </tag:commentlist>
  83. </div>
  84. <div id="newcomment" class="clearfix">
  85. <p><img src="http://i43.tinypic.com/2u9n728.png" alt="Image and video hosting by TinyPic" border="0" /></p>
  86. <form action="${AppUrl}index.bd?fa=comment.insert" id="commentform" method="post" onsubmit="doSubmit(this)">
  87. <div id="comment_author_wrapper">
  88. <label for="comment_author">Navn:</label>
  89. <input id="comment_author" type="text" name="author" onchange="doChange(this)" value="" maxlength="100" />
  90. </div>
  91. <div id="comment_authoremail_wrapper">
  92. <label for="comment_authoremail">E-post:</label>
  93. <input id="comment_authoremail" type="text" name="authoremail" onchange="doChange(this)" value="" maxlength="100" />
  94. </div>
  95. <div id="comment_authorurl_wrapper">
  96. <label for="comment_authorurl">URL:</label>
  97. <input id="comment_authorurl" type="text" name="authorurl" onchange="doChange(this)" value="http://" maxlength="100" />
  98. </div>
  99. <div id="comment_text_wrapper">
  100. <label for="comment_text">Din kommentar:</label>
  101. <textarea id="comment_text" name="comment" onchange="doChange(this);" cols="40" rows="10"></textarea>
  102. </div>
  103. <div id="comment_submit_wrapper">
  104. <input type="hidden" name="commentid" value="${CommentID}" />
  105. <input id="comment_submit" class="submit" type="submit" name="submit" value="Send kommentar" />
  106. </div>
  107. <div id="comment_remember_wrapper">
  108. <input id="comment_remember" name="comment_remember" onclick="doCheck(this)" type="checkbox" value="1" />
  109. <label for="comment_remember">Huske deg?</label>
  110. </div>
  111. </form>
  112. </div>
  113. </tag:if>
  114. </div>
  115. <div id="side" class="yui-u">
  116. <img src="http://imageshack.com/a/img692/1309/alsh.png" alt="" width="180" height="" border="0" />
  117. <center>
  118. <br>
  119. <b>Navnet ditt</b>
  120. </br>Alder, Sted
  121. </center>
  122. <br>
  123. <em>"In the end there doesn't have to be anyone who understands you. There just has to be someone who wants to."</em>
  124. <br><br><br><br>
  125. </div>
  126. </div>
  127. <div id="footer" class="yui-gb">
  128. <div class="yui-u first">
  129. <tag:profile><a href="http://blogg.no/">blogg.no</a> leverer teknologien bak <a href="${BlogUrl}">${BlogTitle}</a>. Bloggen
  130. <tag:if test="${ProfileExists == 'true'}">skrives av ©
  131. <a href="${ProfileUrl}">${ProfileName}</a> og </tag:if> er underlagt
  132. <a href="http://www.lovdata.no/all/nl-19610512-002.html">Lov om opphavsrett til åndsverk</a>. Det betyr at du ikke kan kopiere tekst, bilder eller annet innhold uten tillatelse. Forfatter
  133. er selv ansvarlig for innhold. Henvendelser kan rettes til
  134. <a href="mailto:hjelp@blogg.no">hjelp@blogg.no</a>.</tag:profile>
  135. </div>
  136. <div class="yui-u">
  137. <h4>Arkiv</h4>
  138. <ul>
  139. <tag:archivelist limit="6">
  140. <li>
  141. <a href="${ArchiveLink}">${ArchiveName}</a>
  142. </li>
  143. </tag:archivelist>
  144. </ul>
  145. </div>
  146. </div>
  147. </div>
  148. </body>
  149. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement