summaryrefslogtreecommitdiffstats
path: root/equations/templates/equations/equation_list.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-07-12 01:40:54 -0400
committerbnewbold <bnewbold@manus.(none)>2007-07-12 01:40:54 -0400
commit7660cb4236584e4d69b492d45133532a0a4d4791 (patch)
tree14d27eb7bf48d5917ddedf8bb998c743f5a19b55 /equations/templates/equations/equation_list.html
parent39d2613b75160a47a93df560d51b30854249ce9d (diff)
downloadequator-7660cb4236584e4d69b492d45133532a0a4d4791.tar.gz
equator-7660cb4236584e4d69b492d45133532a0a4d4791.zip
works?
Diffstat (limited to 'equations/templates/equations/equation_list.html')
-rw-r--r--equations/templates/equations/equation_list.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/equations/templates/equations/equation_list.html b/equations/templates/equations/equation_list.html
index c7a9632..549c38f 100644
--- a/equations/templates/equations/equation_list.html
+++ b/equations/templates/equations/equation_list.html
@@ -4,16 +4,16 @@
{% block content %}
{% if object_list %}
-<table width="!00%">
+<table width="100%">
{% for item in object_list %}
- <tr style="height:50px;"><td style="width:45%;">
+ <tr style="height:60px;"><td style="width:50%;">
<a href="{{ item.get_absolute_url }}" class="imglink">
<img style="border: none;" src="{{ item.get_render_url }}" /></a>
- </td><td style="width: 55%"><a href="{{ item.get_absolute_url }}">
+ </td><td style="width: 50%"><a href="{{ item.get_absolute_url }}">
{{ item.name }}</a></td></tr>
{% endfor %}
</table>
-{% if not is_paginated %}<br />{% if not has_previous %}
+{% if is_paginated %}<br />{% if has_previous %}
<b><a href="./?page={{ previous }}" style="float:left;">&lt;PREV</a></b>
{% endif %}{% if has_next %}
<b><a href="./?page={{ next }}" style="float:right;">NEXT&gt;</a></b>