post_title.tx 1009 B

12345678910111213141516171819
  1. <h3 class='blogtitles'>
  2. : if (!$style || $style == 'embed') {
  3. <a ><a href='<: $post.href :>' ><: $post.title :></a>
  4. <a class="undecorated" href='<: $post.local_href :>'>🔗</a>
  5. : }
  6. : if (!$style) {
  7. : if ( $post.version_max && !$rss ) {
  8. <form method="GET" action="<: $post.local_href :>" style="float:right;">
  9. <select id="<: $post.id :>-<: $post.version :>-version" name="version" class="coolbutton">
  10. : for [0..$post.version_max] -> $version {
  11. <option value="<: $version :>" <: if ($post.version == $version ) { :>selected<: } :> >v<: $version :></option>
  12. : }
  13. </select>
  14. </form>
  15. : }
  16. <span id="<: $post.id :>-<: $post.version :>-time" class="responsive-hide" style="float:right;"><: $post.created :></span>
  17. <a href="/users/<: $post.display_name :>" class='postericon <: $post.user_class :>' title='Posted by <: $post.display_name :>'>&nbsp;</a>
  18. : }
  19. </h3>