Advertisement
Patamon

INNLEGG

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