diff options
| author | Bobby <[email protected]> | 2024-12-16 18:38:05 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-16 18:38:05 +0000 |
| commit | ea8f5e8517161c1bd52f61198138dfd2fc72f8e2 (patch) | |
| tree | 19dd955137c8c6bb9c1143bbced320737cd93b09 /templates/dev_status | |
| parent | 04788ddd83c5e80a09a468d07427f0e365db71d7 (diff) | |
| download | thatcomputerscientist-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.html | 14 | ||||
| -rw-r--r-- | templates/dev_status/repo.html | 8 |
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">«</a></td> <td style="margin-right: 15px;"><a class="disabled">‹</a></td> {% else %} - <td><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page=1">«</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 }}">‹</a></td> + {% comment %} <td><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page=1">«</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 }}">‹</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">›</a></td> <td><a class="disabled">»</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 }}">›</a></td> - <td><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ num_pages }}">»</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 }}">›</a></td> + <td><a href="{% url 'dev_status:home'%}?search={{ search }}&items={{ items }}&filter={{ filter }}&sort={{ sort }}&direction={{ direction }}&page={{ num_pages }}">»</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"> |
