Advertisement
Patamon

INNLEGG

Aug 10th, 2012
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 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_lkl69eFaL41qfamg6.png" type="image/gif" />
  14. </head>
  15. <body>
  16. <br>
  17. <div id="doc2">
  18. <div id="header" onclick="document.location='${BlogUrl}';">
  19. <p>${BlogDescription}</p>
  20. </div>
  21. <div id="wrapper" class="yui-gc">
  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="content">${EntryBody}</div>
  28. <div class="meta">
  29. <ul>
  30. ${EntryTime} &#9829; ${EntryDate} i
  31. <a href="${EntryCategoryLink}">${EntryCategoryName}</a></li> /
  32. <tag:if test="${EntryCommentCount == 0}">
  33. <a href="${EntryPermaLink}#comment">Kommentarer (0)</a>
  34. <tag:elseif test="${EntryCommentCount == 1}" />
  35. <a href="${EntryPermaLink}#comment">Kommentarer (1)</a>
  36. <tag:else />
  37. <a href="${EntryPermaLink}#comment">Kommentarer (${EntryCommentCount})</a>
  38. </tag:if>
  39. <center><img src="http://media.tumblr.com/tumblr_m3xy8tpcqV1rodiav.gif" alt="" /></center>
  40. </li>
  41. <li>
  42. </li>
  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. <div id="comments">
  55. <tag:commentlist>
  56. <div class="comment ${CommentClass}">
  57. <div class="meta2">
  58. <tag:if test="${CommentProfileUrl != ''}">
  59. <a href="${CommentProfileUrl}">
  60. <img class="avatar" src="http://i.blogg.no/50x50/${CommentProfileImageUrl}" alt="" />
  61. </a>
  62. <tag:else />
  63. <tag:if test="${CommentAuthorUrl != ''}">
  64. <a rel="nofollow" href="${CommentAuthorUrl}">
  65. <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="" />
  66. </a>
  67. <tag:else />
  68. <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="" />
  69. </tag:if>
  70. </tag:if>
  71. <h4>${CommentAuthorLinkIf}</h4>
  72. <p>${CommentDate} &#9829; ${CommentTime}</p>
  73. </div>
  74. <div class="content">${CommentText}</div>
  75. </div>
  76. </tag:commentlist>
  77. </div>
  78. <div id="newcomment" class="clearfix">
  79. <form action="${AppUrl}index.bd?fa=comment.insert" id="commentform" method="post" onsubmit="doSubmit(this)">
  80. <div id="comment_author_wrapper">
  81. <label for="comment_author">Navn:</label>
  82. <input id="comment_author" type="text" name="author" onchange="doChange(this)" value="" maxlength="100" />
  83. </div>
  84. <div id="comment_authoremail_wrapper">
  85. <label for="comment_authoremail">E-post:</label>
  86. <input id="comment_authoremail" type="text" name="authoremail" onchange="doChange(this)" value="" maxlength="100" />
  87. </div>
  88. <div id="comment_authorurl_wrapper">
  89. <label for="comment_authorurl">URL:</label>
  90. <input id="comment_authorurl" type="text" name="authorurl" onchange="doChange(this)" value="http://" maxlength="100" />
  91. </div>
  92. <div id="comment_text_wrapper">
  93. <label for="comment_text">Din søte kommentar:</label>
  94. <textarea id="comment_text" name="comment" onchange="doChange(this);" cols="40" rows="10"></textarea>
  95. </div>
  96. <div id="comment_submit_wrapper">
  97. <input type="hidden" name="commentid" value="${CommentID}" />
  98. <input id="comment_submit" class="submit" type="submit" name="submit" value="Send me some love &#12542;(*&#12445;&#969;&#65381;*)&#65417;&#9734;&#65439;" />
  99. </div>
  100. <div id="comment_remember_wrapper">
  101. <input id="comment_remember" name="comment_remember" onclick="doCheck(this)" type="checkbox" value="1" />
  102. <label for="comment_remember">Huske deg?</label>
  103. </div>
  104. </form>
  105. </div>
  106. </tag:if>
  107. </div>
  108. <div id="side" class="yui-u">
  109. <tag:profile>
  110. <tag:if test="${ProfileExists == 'true'}">
  111. <div id="profile" class="clearfix">
  112. <div>
  113. </a>
  114. </div>
  115. </tag:if>
  116. <h3><img src="http://lh4.ggpht.com/_NZJzdRm10Y0/TUbta6aSfWI/AAAAAAAAAf4/lWOy2CAOWUs/flor.gif" alt="" /> Navn</h3>
  117. <p><img id="main_image" class="img" src="http://data.whicdn.com/images/11362942/tumblr_lhsugtAL8D1qhk3ruo1_500_large.jpg?1309350668" alt="Tumblr_lhsugtal8d1qhk3ruo1_500_large" width="199" height="318" />
  118. Her kan du skrive en tekst om deg selv, hva du driver med og hva du liker eller ikke liker f.eks.
  119. <h3><img src="http://lh4.ggpht.com/_NZJzdRm10Y0/TUbta6aSfWI/AAAAAAAAAf4/lWOy2CAOWUs/flor.gif" alt="" /> Kategorier</h3>
  120. <ul>
  121. <tag:categorylist>
  122. <a href="${CategoryLink}">${CategoryName}</a>
  123. </tag:categorylist>
  124. </ul>
  125. </div>
  126. <div>
  127. <h3><img src="http://lh4.ggpht.com/_NZJzdRm10Y0/TUbta6aSfWI/AAAAAAAAAf4/lWOy2CAOWUs/flor.gif" alt="" /> Arkiv</h3>
  128. <ul>
  129. <tag:archivelist>
  130. <a href="${ArchiveLink}">${ArchiveName}</a>
  131. </tag:archivelist>
  132. </ul>
  133. </div>
  134. <div>
  135. </div>
  136. <div>
  137. </div>
  138. <tag:if test="${HasLinks == 'true'}">
  139. <div>
  140. <h3><img src="http://lh4.ggpht.com/_NZJzdRm10Y0/TUbta6aSfWI/AAAAAAAAAf4/lWOy2CAOWUs/flor.gif" alt="" /> Lenker</h3>
  141. <ul>
  142. <a href="${ProfileUrl}">Legg meg til som venn</a>
  143. <tag:linklist>
  144. <a href="${LinkURL}">${LinkName}</a>
  145. </tag:linklist>
  146. </ul>
  147. </tag:if>
  148. </div>
  149. </div>
  150. </div>
  151. </div>
  152. <div class="yui-u">
  153. </div>
  154. <div class="yui-u">
  155. </ul>
  156. </div>
  157. </div>
  158. </div>
  159. </body>
  160. </html>
  161. <br><br><br>
  162. <div style="position:fixed; bottom:5px; right:5px; color: #FFFFFF; font-family: trajan pro;"><a href="http://renatemorell.blogg.no/">Design av Renatemorell.blogg.no &#9829;</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement