aboutsummaryrefslogtreecommitdiff
path: root/templates/dev_status
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-12-16 18:38:05 +0000
committerBobby <[email protected]>2024-12-16 18:38:05 +0000
commitea8f5e8517161c1bd52f61198138dfd2fc72f8e2 (patch)
tree19dd955137c8c6bb9c1143bbced320737cd93b09 /templates/dev_status
parent04788ddd83c5e80a09a468d07427f0e365db71d7 (diff)
downloadthatcomputerscientist-ea8f5e8517161c1bd52f61198138dfd2fc72f8e2.tar.xz
thatcomputerscientist-ea8f5e8517161c1bd52f61198138dfd2fc72f8e2.zip
its all in a state of chaos, but it shall be working soon
Diffstat (limited to 'templates/dev_status')
-rw-r--r--templates/dev_status/home.html14
-rw-r--r--templates/dev_status/repo.html8
2 files changed, 11 insertions, 11 deletions
diff --git a/templates/dev_status/home.html b/templates/dev_status/home.html
index 18574c0a..2b4eaba0 100644
--- a/templates/dev_status/home.html
+++ b/templates/dev_status/home.html
@@ -53,13 +53,13 @@
<table style="width=100%; margin: 0 auto; table-layout: fixed;">
{% for repo in repos %}
<tr>
- <td><a href="{% url 'dev_status:repo' repo.name %}">
+ {% comment %} <td><a href="{% url 'dev_status:repo' repo.name %}"> {% endcomment %}
<img src="{% url 'ignis:cover_image' repo.name %}.gif" style="display: inline-block; margin-right: 10px;" class="zoom" border="0">
</a>
</td>
<td>
<p style="font-size: 14px; font-weight: bold;">
- <a href="{% url 'dev_status:repo' repo.name %}">{{ repo.name }}</a>
+ {% comment %} <a href="{% url 'dev_status:repo' repo.name %}">{{ repo.name }}</a> {% endcomment %}
{% if repo.isFork %}
<span title="Forked Repository"><img src="{% static 'images/site/icons/isFork.png' %}" style="display: inline-block; margin-left: 5px; height: 16px; position: relative; top: 4px;" border="0"></span>
{% endif %}
@@ -99,18 +99,18 @@
<td><a class="disabled">&laquo;</a></td>
<td style="margin-right: 15px;"><a class="disabled">&lsaquo;</a></td>
{% else %}
- <td><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page=1">&laquo;</a></td>
- <td style="margin-right: 15px;"><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ page|add:-1 }}">&lsaquo;</a></td>
+ {% comment %} <td><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page=1">&laquo;</a></td> {% endcomment %}
+ {% comment %} <td style="margin-right: 15px;"><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ page|add:-1 }}">&lsaquo;</a></td> {% endcomment %}
{% endif %}
{% for i in num_pages|times %}
- <td><a {% if i == page %}class="active"{% endif %} href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ i }}">{{ i }}</a></td>
+ {% comment %} <td><a {% if i == page %}class="active"{% endif %} href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ i }}">{{ i }}</a></td> {% endcomment %}
{% endfor %}
{% if page == num_pages %}
<td style="margin-left: 15px;"><a class="disabled">&rsaquo;</a></td>
<td><a class="disabled">&raquo;</a></td>
{% else %}
- <td style="margin-left: 15px;"><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ page|add:1 }}">&rsaquo;</a></td>
- <td><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ num_pages }}">&raquo;</a></td>
+ {% comment %} <td style="margin-left: 15px;"><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ page|add:1 }}">&rsaquo;</a></td>
+ <td><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ num_pages }}">&raquo;</a></td> {% endcomment %}
{% endif %}
</tr>
</table>
diff --git a/templates/dev_status/repo.html b/templates/dev_status/repo.html
index c5df710b..23230a12 100644
--- a/templates/dev_status/repo.html
+++ b/templates/dev_status/repo.html
@@ -23,7 +23,7 @@
/>
</span>
<a
- href="{% if parent == '' %}{% url 'dev_status:repo' repo %}{% else %}{% url 'dev_status:repo-path' repo parent %}{% endif %}"
+ {% comment %} href="{% if parent == '' %}{% url 'dev_status:repo' repo %}{% else %}{% url 'dev_status:repo-path' repo parent %}{% endif %}" {% endcomment %}
>..</a
>
{% endif %}
@@ -58,7 +58,7 @@
/>
</span>
{% endif %}
- <a href="{% url 'dev_status:repo-path' repo file.path %}"
+ {% comment %} <a href="{% url 'dev_status:repo-path' repo file.path %}" {% endcomment %}
>{{ file.name }}</a
>
</td>
@@ -85,7 +85,7 @@
>
<h4 style="margin: 0">
Viewing
- <a href="{% url 'dev_status:repo-path' repo files.path %}"
+ {% comment %} <a href="{% url 'dev_status:repo-path' repo files.path %}" {% endcomment %}
>{{ files.name }}</a
>
<pre style="display: inline-block; margin-left: 10px">
@@ -113,7 +113,7 @@
>
<h4 style="margin: 0; margin-left: 10px">
Viewing
- <a href="{% url 'dev_status:repo-path' repo files.path %}"
+ {% comment %} <a href="{% url 'dev_status:repo-path' repo files.path %}" {% endcomment %}
>{{ files.name }}</a
>
<pre style="display: inline-block; margin-left: 10px">