Advertisement
taffyratch

Innlegg #9

Aug 4th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.28 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://static.blogg.no/blogs/favicon.gif" type="image/gif" />
  14. </head>
  15. <body>
  16. <div id="doc2">
  17. <div id="header" >
  18. </div>
  19. <div id="wrapper" class="yui-gc">
  20. <div id="main" class="yui-u first">
  21. <center><img src="http://i43.tinypic.com/f4e23p.gif" /></a></center>
  22. <br>
  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} kl.${EntryTime} i
  30. <a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
  31. <li>
  32. <tag:if test="${EntryCommentCount == 0}">
  33. <a href="${EntryPermaLink}#comment">Ingen kommentarer</a>
  34. <tag:elseif test="${EntryCommentCount == 1}" />
  35. <a href="${EntryPermaLink}#comment">Én kommentar</a>
  36. <tag:else />
  37. <a href="${EntryPermaLink}#comment">${EntryCommentCount} kommentarer</a>
  38. </tag:if>
  39. </li>
  40. </ul>
  41. </div>
  42. <div class="content">${EntryBody}</div>
  43. <div class="meta">
  44. <ul>
  45. <li>${EntryDate} kl.${EntryTime} i
  46. <a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
  47. <li>
  48. <tag:if test="${EntryCommentCount == 0}">
  49. <a href="${EntryPermaLink}#comment">Ingen kommentarer</a>
  50. <tag:elseif test="${EntryCommentCount == 1}" />
  51. <a href="${EntryPermaLink}#comment">Én kommentar</a>
  52. <tag:else />
  53. <a href="${EntryPermaLink}#comment">${EntryCommentCount} kommentarer</a>
  54. </tag:if>
  55. <tag:if test="${EntryHasTags == 'true'}">
  56. <div class="tags">Stikkord:
  57. <ul><tag:taglist><li><a href="${TagURL}">${TagName}</a></li></tag:taglist></ul></div>
  58. </tag:if>
  59. <tag:include module="postentry"></tag:include>
  60. </div>
  61. </div>
  62. </tag:entry>
  63. <tag:if test="${Comments == 1}">
  64. <a name="comment" id="comment"></a>
  65. <div id="comments">
  66. <tag:commentlist>
  67. <div class="comment ${CommentClass}">
  68. <div class="meta">
  69. <tag:if test="${CommentProfileUrl != ''}">
  70. <a href="${CommentProfileUrl}">
  71. <img class="avatar" src="http://i.blogg.no/50x50/${CommentProfileImageUrl}" alt="" />
  72. </a>
  73. <tag:else />
  74. <tag:if test="${CommentAuthorUrl != ''}">
  75. <a rel="nofollow" href="${CommentAuthorUrl}">
  76. <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="" />
  77. </a>
  78. <tag:else />
  79. <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="" />
  80. </tag:if>
  81. </tag:if>
  82. <h4>${CommentAuthorLinkIf}</h4>
  83. <p>${CommentDate} kl.${CommentTime}</p>
  84. </div>
  85. <div class="content">${CommentText}</div>
  86. </div>
  87. </tag:commentlist>
  88. </div>
  89. <div id="newcomment" class="clearfix">
  90. <form action="${AppUrl}index.bd?fa=comment.insert" id="commentform" method="post" onsubmit="doSubmit(this)">
  91. <div id="comment_author_wrapper">
  92. <label for="comment_author">Navn:</label>
  93. <input id="comment_author" type="text" name="author" onchange="doChange(this)" value="" maxlength="100" />
  94. </div>
  95. <div id="comment_authoremail_wrapper">
  96. <label for="comment_authoremail">E-post:</label>
  97. <input id="comment_authoremail" type="text" name="authoremail" onchange="doChange(this)" value="" maxlength="100" />
  98. </div>
  99. <div id="comment_authorurl_wrapper">
  100. <label for="comment_authorurl">URL:</label>
  101. <input id="comment_authorurl" type="text" name="authorurl" onchange="doChange(this)" value="http://" maxlength="100" />
  102. </div>
  103. <div id="comment_text_wrapper">
  104. <label for="comment_text">Din kommentar:</label>
  105. <textarea id="comment_text" name="comment" onchange="doChange(this);" cols="40" rows="10"></textarea>
  106. </div>
  107. <div id="comment_submit_wrapper">
  108. <input type="hidden" name="commentid" value="${CommentID}" />
  109. <input id="comment_submit" class="submit" type="submit" name="submit" value="Send kommentar" />
  110. </div>
  111. <div id="comment_remember_wrapper">
  112. <input id="comment_remember" name="comment_remember" onclick="doCheck(this)" type="checkbox" value="1" />
  113. <label for="comment_remember">Husk meg ?</label>
  114. </div>
  115. </form>
  116. </div>
  117. </tag:if>
  118. </div>
  119. <div id="side" class="yui-u">
  120. <tag:if test="${ProfileExists == 'true'}">
  121. </a>
  122. <img src="http://i39.tinypic.com/2uhboft.jpg" width="250" /></a>
  123. <div id="sideboks">
  124. <center>
  125. Blogg beskrivelsen din her.
  126. <br>
  127. <a href="${ProfileUrl}">Legg meg til som venn</a>
  128. </center>
  129. </div>
  130. <center><div class="navigate">
  131. <a href="Lenke">Hjem</a>
  132. <a href="Lenke">Facebook</a>
  133. <a href="Lenke">Twitter</a>
  134. <a href="Lenke">Tumblr</a>
  135. </div>
  136. </tag:if>
  137. <img src="http://i39.tinypic.com/sc3q8h.png" width="250" /></a>
  138. <br><br>
  139. <div id="sideboks">
  140. <h3>Kategorier</h3>
  141. <tag:categorylist>
  142. &#9643; <a href="${CategoryLink}">${CategoryName}</a>
  143. </tag:categorylist>
  144. </div>
  145. <div id="sideboks">
  146. <h3>Arkiv</h3>
  147. <tag:archivelist>
  148. &#9643; <a href="${ArchiveLink}">${ArchiveName}</a>
  149. </tag:archivelist>
  150. </div>
  151. <div id="sideboks">
  152. <h3>Siste innlegg</h3>
  153. <tag:recentlist limit="10">
  154. &#9643; <a href="${EntryPermaLink}">${EntryTitle}</a>
  155. </tag:recentlist>
  156. </div>
  157. </div>
  158. </div>
  159. <div id="footer" class="yui-gb">
  160. <div class="yui-u first">
  161. <tag:profile><a href="http://blogg.no/">blogg.no</a> leverer teknologien bak <a href="${BlogUrl}">${BlogTitle}</a>. Bloggen
  162. <tag:if test="${ProfileExists == 'true'}">skrives av ©
  163. <a href="${ProfileUrl}">${ProfileName}</a> og </tag:if> er underlagt
  164. <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
  165. er selv ansvarlig for innhold. Henvendelser kan rettes til
  166. <a href="mailto:hjelp@blogg.no">hjelp@blogg.no</a>.</tag:profile>
  167. </div>
  168. <div class="yui-u">
  169. <h4>Arkiv</h4>
  170. <ul>
  171. <tag:archivelist limit="5">
  172. <li>
  173. <a href="${ArchiveLink}">${ArchiveName}</a>
  174. </li>
  175. </tag:archivelist>
  176. </ul>
  177. </div>
  178. <div class="yui-u">
  179. <p>Denne tjenesten er levert av blogg.no. Hos oss finner du:</p>
  180. <ul>
  181. <li><a href="http://blogg.no">blogg.no</a> - Få din egen blogg, helt gratis.</li>
  182. <li><a href="http://bloggrevyen.no">bloggrevyen</a> - Oversikt over nye norske blogginnlegg.</li>
  183. <li><a href="http://miniblogg.no">miniblogg</a> - Kjapp blogging i miniformat.</li>
  184. <li><a href="http://bloggblogg.no">bloggblogg</a> - Her blogger vi selv om stort og smått.</li>
  185. <li><a href="http://forum.blogg.no/">forum</a> - Tips, råd og hjelp om blogging og design.</li>
  186. </ul>
  187. </div>
  188. </div>
  189. </div>
  190. </body>
  191. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement