Advertisement
Patamon

INNLEGG

Aug 10th, 2012
861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 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="meny">
  24. <ul id="navbar">
  25. <li><a href="#">Seneste</a>
  26. <ul>
  27. <tag:recentlist limit="10">
  28. <li><a href="${EntryPermaLink}">${EntryTitle}</a></li>
  29. </tag:recentlist>
  30. </ul>
  31. </li>
  32. <li><a href="#">Kategorier</a>
  33. <ul>
  34. <tag:categorylist>
  35. <li><a href="${CategoryLink}" class="nav"> ${CategoryName}</a></li>
  36. </tag:categorylist>
  37. </ul>
  38. </li>
  39. <li><a href="#">Arkiv</a>
  40. <ul>
  41. <tag:archivelist limit="10">
  42. <li><a href="${ArchiveLink}">${ArchiveName}</a></li>
  43. </tag:archivelist>
  44. </ul>
  45. </li>
  46. <li><a href="#">Lenker</a>
  47. <ul>
  48. <li><a href="${ProfileUrl}" class="nav">Legg meg til som venn</a></li>
  49. <tag:linklist>
  50. <li>
  51. <a href="${LinkURL}">${LinkName}</a>
  52. </li>
  53. </tag:linklist>
  54. </ul>
  55. </li>
  56. <li><a href="http://renatemorell.blogg.no/">Design</a>
  57. <ul>
  58. </ul>
  59. </ul>
  60. </div>
  61. <div id="wrapper" class="yui-gc">
  62. <div id="main" class="yui-u first">
  63. <tag:entry>
  64. <div class="entry">
  65. <a name="a${EntryNum}" id="a${EntryNum}"></a>
  66. <h2><a href="${EntryPermaLink}">${EntryTitle}</a></h2>
  67. <div class="meta">
  68. <ul>
  69. </li>
  70. </ul>
  71. </div>
  72. <div class="content">${EntryBody}</div>
  73. <h7>${EntryDate},${EntryTime} <a href="${EntryCategoryLink}">${EntryCategoryName}</a> / <tag:if test="${EntryCommentCount == 0}">
  74. <a href="${EntryPermaLink}#comment">(0) Kommentarer</a>
  75. <tag:elseif test="${EntryCommentCount == 1}" />
  76. <a href="${EntryPermaLink}#comment">(1) Kommentar</a>
  77. <tag:else />
  78. <a href="${EntryPermaLink}#comment">(${EntryCommentCount}) Kommentarer</a></p></h7>
  79. </tag:if>
  80. </div>
  81. </tag:entry>
  82. <tag:if test="${Comments == 1}">
  83. <a name="comment" id="comment"></a>
  84. <div id="comments">
  85. <tag:commentlist>
  86. <div class="comment ${CommentClass}">
  87. <div class="meta">
  88. <tag:if test="${CommentProfileUrl != ''}">
  89. <a href="${CommentProfileUrl}">
  90. <img class="avatar" src="http://i.blogg.no/50x50/${CommentProfileImageUrl}" alt="" />
  91. </a>
  92. <tag:else />
  93. <tag:if test="${CommentAuthorUrl != ''}">
  94. <a rel="nofollow" href="${CommentAuthorUrl}">
  95. <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="" />
  96. </a>
  97. <tag:else />
  98. <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="" />
  99. </tag:if>
  100. </tag:if>
  101. <br>
  102. <h5>${CommentAuthorLinkIf}</h5>
  103. <p>${CommentDate} &#9829; ${CommentTime}</p>
  104. </div>
  105. <div class="content">${CommentText}</div>
  106. <br><br>
  107. </div>
  108. </tag:commentlist>
  109. </div>
  110. <div id="newcomment" class="clearfix">
  111. <br>
  112. <h3>Skriv noe fint her, pretty please &#12541;&#65288;&#8978;&#9661;&#8978;&#65289;&#12494;</h3>
  113. <br>
  114. <form action="${AppUrl}index.bd?fa=comment.insert" id="commentform" method="post" onsubmit="doSubmit(this)">
  115. <div id="comment_author_wrapper">
  116. <label for="comment_author">Navn:</label>
  117. <input id="comment_author" type="text" name="author" style=" onchange="doChange(this)" value="" maxlength="100" />
  118. </div>
  119. <div id="comment_authoremail_wrapper">
  120. <label for="comment_authoremail">E-post:</label>
  121. <input id="comment_authoremail" type="text" name="authoremail" style=" onchange="doChange(this)" value="" maxlength="100" />
  122. </div>
  123. <div id="comment_authorurl_wrapper">
  124. <label for="comment_authorurl">URL:</label>
  125. <input id="comment_authorurl" type="text" name="authorurl" style="width: 575px; onchange="doChange(this)" value="http://" maxlength="100" />
  126. </div>
  127. <div id="comment_text_wrapper">
  128. <label for="comment_text">Din kommentar:</label>
  129. <textarea id="comment_text" name="comment" style="width: 575px; onchange="doChange(this);" cols="40" rows="10"></textarea>
  130. </div>
  131. <div id="comment_submit_wrapper">
  132. <input type="hidden" name="commentid" value="${CommentID}" />
  133. <input id="comment_submit" class="submit" type="submit" name="submit" value="Post your love &#9829;" />
  134. </div>
  135. </form>
  136. </div>
  137. </tag:if>
  138. </div>
  139. <div id="side" class="yui-u">
  140. <tag:profile>
  141. <tag:if test="${ProfileExists == 'true'}">
  142. <div id="profile" class="clearfix">
  143. <center><p><img src="http://i50.tinypic.com/2d9bmlf.gif" alt="" width="175" height="" border="0" /></center>
  144. <center><p><a href="${ProfileUrl}"><b>Navn</b></a></br><b>Alder, Bosted</b></center>
  145. &#9825; Her kan du skrive en tekst om deg selv, hva du driver med og hva du liker eller ikke liker f.eks. Du kan redigere så mye på designet du vil, så lenge du ikke fjerner hvem som har laget det.
  146. </tag:if>
  147. </div>
  148. </div>
  149. </div>
  150. <div class="yui-u">
  151. </div>
  152. </div>
  153. </body>
  154. </html>
  155. <br><br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement