aboutsummaryrefslogtreecommitdiffstats
path: root/extra_plugins/command_planetoid/index.tmpl
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-05-30 17:41:06 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-05-30 17:41:06 -0300
commit0c4dfdec5b55b6064dccc38bbfb0a7c0699c895a (patch)
treea6707225ccc559f7edf50ddd3fdc7fc85145c921 /extra_plugins/command_planetoid/index.tmpl
parent8b14a1e5b2ca574fdd4fd2377567ec98a110d4b6 (diff)
Imported Upstream version 5.4.4
Diffstat (limited to 'extra_plugins/command_planetoid/index.tmpl')
-rw-r--r--extra_plugins/command_planetoid/index.tmpl26
1 files changed, 0 insertions, 26 deletions
diff --git a/extra_plugins/command_planetoid/index.tmpl b/extra_plugins/command_planetoid/index.tmpl
deleted file mode 100644
index da9ff5d..0000000
--- a/extra_plugins/command_planetoid/index.tmpl
+++ /dev/null
@@ -1,26 +0,0 @@
-## -*- coding: utf-8 -*-
-<%inherit file="base.tmpl"/>
-<%block name="content">
- % for post in posts:
- <div style="border: 2px solid darkgrey; margin-bottom: 12px; border-radius: 4px; padding:12px; overflow: auto;">
- <a href="${post.link}"><h1>${post.title(lang)}</a>
- <small>&nbsp;&nbsp;
- Publicado: ${post.date}
- </small></h1>
- ${post.text(lang)}
- </div>
- % endfor
- <div>
-<ul class="pager">
- %if prevlink:
- <li class="previous">
- <a href="${prevlink}">&larr; Posts posteriores</a>
- </li>
- %endif
- %if nextlink:
- <li class="next">
- <a href="${nextlink}">Posts anteriores &rarr;</a>
- </li>
- %endif
-</ul>
-</%block>