Advertisement
Patamon

INNLEGG

Oct 28th, 2012
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 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://i42.tinypic.com/wjhzxc.png" type="image/gif" />
  14. </head>
  15. <body>
  16. <div id="doc2">
  17. <div id="header" onclick="document.location='${BlogUrl}';">
  18. <h1>
  19. <a href="${BlogUrl}">${BlogTitle}</a>
  20. </h1>
  21. <p>${BlogDescription}</p>
  22. </div>
  23. <div id="wrapper" class="yui-gc">
  24. <div id="main" class="yui-u first">
  25. <tag:entry>
  26. <div class="entry">
  27. <a name="a${EntryNum}" id="a${EntryNum}"></a>
  28. <h2><a href="${EntryPermaLink}">${EntryTitle}</a></h2>
  29. <div class="meta">
  30. <ul>
  31. </li>
  32. </ul>
  33. </div>
  34. <div class="content">${EntryBody}</div>
  35. <h7>${EntryDate}, ${EntryTime} » <a href="${EntryCategoryLink}">${EntryCategoryName}</a> » <tag:if test="${EntryCommentCount == 0}">
  36. <a href="${EntryPermaLink}#comment">(0) Kommentarer</a>
  37. <tag:elseif test="${EntryCommentCount == 1}" />
  38. <a href="${EntryPermaLink}#comment">(1) Kommentar</a>
  39. <tag:else />
  40. <a href="${EntryPermaLink}#comment">(${EntryCommentCount}) Kommentarer</a></p></h7>
  41. </tag:if>
  42. </div>
  43. <p style="margin-top: -15px;"><img src="http://dl5.glitter-graphics.net/pub/591/591115t8qpmw0bs5.gif" alt="" /><img src="http://dl5.glitter-graphics.net/pub/591/591115t8qpmw0bs5.gif" alt="" /><img src="http://dl5.glitter-graphics.net/pub/591/591115t8qpmw0bs5.gif" alt="" /><img src="http://dl5.glitter-graphics.net/pub/591/591115t8qpmw0bs5.gif" alt="" /><img src="http://dl5.glitter-graphics.net/pub/591/591115t8qpmw0bs5.gif" alt="" /><img src="http://dl5.glitter-graphics.net/pub/591/591115t8qpmw0bs5.gif" alt="" /><img src="http://dl5.glitter-graphics.net/pub/591/591115t8qpmw0bs5.gif" alt="" /></p>
  44. </tag:entry>
  45. <tag:if test="${Comments == 1}">
  46. <a name="comment" id="comment"></a>
  47. <div id="comments">
  48. <tag:commentlist>
  49. <div class="comment ${CommentClass}">
  50. <div class="meta">
  51. <tag:if test="${CommentProfileUrl != ''}">
  52. <a href="${CommentProfileUrl}">
  53. <img class="avatar" src="http://i.blogg.no/50x50/${CommentProfileImageUrl}" alt="" />
  54. </a>
  55. <tag:else />
  56. <tag:if test="${CommentAuthorUrl != ''}">
  57. <a rel="nofollow" href="${CommentAuthorUrl}">
  58. <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="" />
  59. </a>
  60. <tag:else />
  61. <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="" />
  62. </tag:if>
  63. </tag:if>
  64. <br>
  65. <h5>${CommentAuthorLinkIf}</h5>
  66. <p>${CommentDate} / ${CommentTime}</p>
  67. </div>
  68. <div class="content">${CommentText}</div>
  69. <br><br>
  70. </div>
  71. </tag:commentlist>
  72. </div>
  73. <div id="newcomment" class="clearfix">
  74. <br>
  75. <h9>Skriv en ny kommentar her</h9>
  76. <br><br>
  77. <form action="${AppUrl}index.bd?fa=comment.insert" id="commentform" method="post" onsubmit="doSubmit(this)">
  78. <div id="comment_author_wrapper">
  79. <label for="comment_author">Navn:</label>
  80. <input id="comment_author" type="text" name="author" style=" onchange="doChange(this)" value="" maxlength="100" />
  81. </div>
  82. <div id="comment_authoremail_wrapper">
  83. <label for="comment_authoremail">E-post:</label>
  84. <input id="comment_authoremail" type="text" name="authoremail" style=" onchange="doChange(this)" value="" maxlength="100" />
  85. </div>
  86. <div id="comment_authorurl_wrapper">
  87. <label for="comment_authorurl">URL:</label>
  88. <input id="comment_authorurl" type="text" name="authorurl" style="width: 575px; onchange="doChange(this)" value="http://" maxlength="100" />
  89. </div>
  90. <div id="comment_text_wrapper">
  91. <label for="comment_text">Din kommentar:</label>
  92. <textarea id="comment_text" name="comment" style="width: 575px; onchange="doChange(this);" cols="40" rows="10"></textarea>
  93. </div>
  94. <div id="comment_submit_wrapper">
  95. <input type="hidden" name="commentid" value="${CommentID}" />
  96. <input id="comment_submit" class="submit" type="submit" name="submit" value="Post kommentar" />
  97. </div>
  98. <p style="margin-top: -5px;"><a href="http://Renatemorell.blogg.no/" target="blank">© Design laget av <b>Renate Morell</b></a></p>
  99. </form>
  100. </div>
  101. </tag:if>
  102. </div>
  103. <div id="side" class="yui-u">
  104. <tag:profile>
  105. <tag:if test="${ProfileExists == 'true'}">
  106. <div id="profile" class="clearfix">
  107. <img style="-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;" src="http://i50.tinypic.com/m98783.jpg" alt="" width="190" /></p>
  108. <h3>Om meg</h3>
  109. <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 :)
  110. </p>
  111. <b><a href="${ProfileUrl}"> &#9829; Venneforespørsel</a></b>
  112. <br><br>
  113. <h3>Info</h3>
  114. <p>
  115. <strong>Kamera: </strong>Ditt kamera <br />
  116. <strong>Instagram: </strong>Brukernavn<br />
  117. <strong>Kontakt: </strong> E-mail her
  118. </p>
  119. <h3>Kategorier</h3>
  120. <ul>
  121. <tag:categorylist>
  122. <a href="${CategoryLink}" class="nav"> ${CategoryName}</a> /
  123. </tag:categorylist>
  124. </ul>
  125. <br>
  126. <h3>Arkiv</h3>
  127. <ul>
  128. <tag:archivelist limit="10">
  129. <a href="${ArchiveLink}">${ArchiveName}</a> /
  130. </tag:archivelist>
  131. </ul>
  132. </div>
  133. </tag:if>
  134. </div>
  135. </div>
  136. </div>
  137. <div class="yui-u">
  138. </div>
  139. </div>
  140. </body>
  141. </html>
  142. <br><br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement