Advertisement
Patamon

INNLEGG

Apr 8th, 2013
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 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.se/shared/js/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://i42.tinypic.com/wjhzxc.png" type="image/gif" />
  14. </head>
  15. <div style="position:fixed; margin-left: 1065px; top: 220px; ">
  16. <a title=" NAVN PÅ LINK HER "" href="http://DINLINKHER" class="yes">&#9733;</a>
  17. <a title=" NAVN PÅ LINK HER "" href="http://DINLINKHER" class="yes">&#9733;</a>
  18. <a title=" NAVN PÅ LINK HER "" href="http://DINLINKHER" class="yes">&#9733;</a>
  19. <a title=" NAVN PÅ LINK HER "" href="http://DINLINKHER" class="yes">&#9733;</a>
  20. </div>
  21. <body class="front">
  22. <div id="doc2">
  23. <div id="meny">
  24. <ul id="navbar">
  25. </ul>
  26. </div>
  27. <div id="header">
  28. <h1>${BlogTitle}</h1>
  29. <p>${BlogDescription}</p>
  30. </div>
  31. <div id="meny">
  32. <ul id="navbar">
  33. <li><a href="http://renatemorell.blogg.no/">Design</a>
  34. </li>
  35. <li><a href="#">Kategorier</a>
  36. <ul>
  37. <tag:categorylist>
  38. <li><a href="${CategoryLink}" class="nav"> ${CategoryName}</a></li>
  39. </tag:categorylist>
  40. </ul>
  41. </li>
  42. <li><a href="#">Arkiv</a>
  43. <ul>
  44. <tag:archivelist limit="10">
  45. <li><a href="${ArchiveLink}">${ArchiveName}</a></li>
  46. </tag:archivelist>
  47. </ul>
  48. </li>
  49. <li><a href="${ProfileUrl}">Profil</a>
  50. </li>
  51. <li><a href="http://renatemorell.blogg.no">Hjem</a>
  52. </li>
  53. </ul>
  54. </div>
  55. <div id="wrapper" class="yui-gc">
  56. <div id="main" class="yui-u first">
  57. <tag:entry>
  58. <div class="entry">
  59. <a name="a${EntryNum}" id="a${EntryNum}"></a>
  60. <h2><a href="${EntryPermaLink}">${EntryTitle}</a></h2>
  61. <div class="meta">
  62. <p style="text-align: center;"><h7>${EntryDate}, kl. ${EntryTime} ×&#65279; <a href="${EntryCategoryLink}">${EntryCategoryName}</a> ×&#65279; <tag:if test="${EntryCommentCount == 0}">
  63. <a href="${EntryPermaLink}#comment">0 Kommentarer</a>
  64. <tag:elseif test="${EntryCommentCount == 1}" />
  65. <a href="${EntryPermaLink}#comment">1 Kommentar</a>
  66. <tag:else />
  67. <a href="${EntryPermaLink}#comment">${EntryCommentCount} Kommentarer</a></p></h7></p>
  68. </tag:if>
  69. <ul>
  70. </li>
  71. </ul>
  72. </div>
  73. <div class="content">${EntryBody}</div>
  74. <h8><tag:if test="${EntryCommentCount == 0}">
  75. <a href="${EntryPermaLink}#comment">(0) Kommentarer</a>
  76. <tag:elseif test="${EntryCommentCount == 1}" />
  77. <a href="${EntryPermaLink}#comment">(1) Kommentar</a>
  78. <tag:else />
  79. <a href="${EntryPermaLink}#comment">(${EntryCommentCount}) Kommentarer </a></p></h8>
  80. </tag:if>
  81. </div>
  82. </tag:entry>
  83. <tag:if test="${Comments == 1}">
  84. <a name="comment" id="comment"></a>
  85. <div id="comments">
  86. <tag:commentlist>
  87. <div class="comment ${CommentClass}">
  88. <div class="meta">
  89. <tag:if test="${CommentProfileUrl != ''}">
  90. <a href="${CommentProfileUrl}">
  91. <img class="avatar" src="http://i.blogg.no/50x50/${CommentProfileImageUrl}" alt="" />
  92. </a>
  93. <tag:else />
  94. <tag:if test="${CommentAuthorUrl != ''}">
  95. <a rel="nofollow" href="${CommentAuthorUrl}">
  96. <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="" />
  97. </a>
  98. <tag:else />
  99. <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="" />
  100. </tag:if>
  101. </tag:if>
  102. <br>
  103. <h5>${CommentAuthorLinkIf}</h5>
  104. <p>${CommentDate} / ${CommentTime}</p>
  105. </div>
  106. <div class="content">${CommentText}</div>
  107. <br><br>
  108. </div>
  109. </tag:commentlist>
  110. </div>
  111. <div id="newcomment" class="clearfix">
  112. <br>
  113. <h2>Skriv en ny kommentar her!</h2>
  114. <br>
  115. <form action="${AppUrl}index.bd?fa=comment.insert" id="commentform" method="post" onsubmit="doSubmit(this)">
  116. <div id="comment_author_wrapper">
  117. <label for="comment_author">Navn:</label>
  118. <input id="comment_author" type="text" name="author" style=" onchange="doChange(this)" value="" maxlength="100" />
  119. </div>
  120. <div id="comment_authoremail_wrapper">
  121. <label for="comment_authoremail">E-post:</label>
  122. <input id="comment_authoremail" type="text" name="authoremail" style=" onchange="doChange(this)" value="" maxlength="100" />
  123. </div>
  124. <div id="comment_authorurl_wrapper">
  125. <label for="comment_authorurl">URL:</label>
  126. <input id="comment_authorurl" type="text" name="authorurl" style="width: 575px; onchange="doChange(this)" value="http://" maxlength="100" />
  127. </div>
  128. <div id="comment_text_wrapper">
  129. <label for="comment_text">Din kommentar:</label>
  130. <textarea id="comment_text" name="comment" style="width: 575px; onchange="doChange(this);" cols="40" rows="10"></textarea>
  131. </div>
  132. <div id="comment_submit_wrapper">
  133. <input type="hidden" name="commentid" value="${CommentID}" />
  134. <input id="comment_submit" class="submit" type="submit" name="submit" value="Post din kommentar " />
  135. </div>
  136. </form>
  137. </div>
  138. <br><p style="margin-top: -20px;">© Designet av <a href="http://Renatemorell.blogg.no/" target="blank"><b>Renate Morell</b></a></p>
  139. </tag:if>
  140. </div>
  141. <div id="side" class="yui-u">
  142. <tag:profile>
  143. <tag:if test="${ProfileExists == 'true'}">
  144. <div id="profile" class="clearfix">
  145. <img style="-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;" src="http://24.media.tumblr.com/6d2e58c7ad92c6c1c4027912d54173f2/tumblr_mkwyi1cNm21qk3229o1_500.gif" alt="" width="180" /></p>
  146. <h3>Om meg</h3>
  147. <p>Her kan du skrive litt om deg selv, hvor gammel du er og hvor du bor f.eks. Du kan endre så mye du vil på designet, bare du ikke fjerner at det er laget av meg :)
  148. <h3>Info</h3>
  149. <p>
  150. <strong>Kamera: </strong>Ditt kamera <br />
  151. <strong>E-post: </strong>Din e-post her<br />
  152. <strong>Instagram: </strong> Brukernavn
  153. </p>
  154. </div>
  155. </tag:if>
  156. </div>
  157. </div>
  158. </div>
  159. <div class="yui-u">
  160. </div>
  161. </div>
  162. </body>
  163. </html>
  164. <br><br><br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement