summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/includes/frontpage')
-rw-r--r--python/templates/includes/frontpage/new_build_req15
-rw-r--r--python/templates/includes/frontpage/new_logs27
-rw-r--r--python/templates/includes/frontpage/new_packages10
-rw-r--r--python/templates/includes/frontpage/new_repoman_qa18
-rw-r--r--python/templates/includes/frontpage/news13
5 files changed, 0 insertions, 83 deletions
diff --git a/python/templates/includes/frontpage/new_build_req b/python/templates/includes/frontpage/new_build_req
deleted file mode 100644
index 3a47530..0000000
--- a/python/templates/includes/frontpage/new_build_req
+++ /dev/null
@@ -1,15 +0,0 @@
-<table class="table table-striped frontpage-table">
- {% for k, v in BJ.items %}
- <tr>
- <td class="frontpage-table-package-atom"><a href="/new_build_req/{{ k }}" title="{{ v.C }}/{{ v.P }}-{{ v.V }}::{{ v.R }}">{{ v.C }}/{{ v.P }}-{{ v.V }}::{{ v.R }}</a></td>
- <td><p title="{{ v.title }}">{{ v.title|truncatewords:2}}</p>
- <td class="text-right">
- {% if v.Status == 'Building' %}
- <span class="label label-primary">{{ v.Status }}</span>
- {% else %}
- <span class="label label-default">{{ v.Status }}</span>
- {% endif %}
- </td></td>
- </tr>
- {% endfor %}
-</table> \ No newline at end of file
diff --git a/python/templates/includes/frontpage/new_logs b/python/templates/includes/frontpage/new_logs
deleted file mode 100644
index 3074c4d..0000000
--- a/python/templates/includes/frontpage/new_logs
+++ /dev/null
@@ -1,27 +0,0 @@
-<table class="table table-striped frontpage-table">
- {% for B in BL%}
- <tr>
- <td class="frontpage-table-package-atom"><a href="/new_logs/{{ B.BuildLogId }}/" title="{{ B.C }}/{{ B.P }}-{{ B.V }}::{{ B.R }}">
- {{ B.C }}/{{ B.P }}-{{ B.V }}::{{ B.R }}</a></td>
- <td><p title="{{ B.SummeryText }}">{{ B.SummeryText|truncatewords:3 }}</p>
- <td class="text-right">
- {% if B.Fail %}
- {% for BE in B.BE_tmp %}
- {% if BE.BuildLogId.BuildLogId == B.BuildLogId %}
- {% if BE.ErrorId.ErrorId == 1 or BE.ErrorId.ErrorId == 2 %}
- <span class="label label-warning">{{ BE.ErrorId.ErrorName|upper }}</span>
- {% elif BE.ErrorId.ErrorId == 3 %}
- <span class="label label-info">OTHERS</span>
- {% else %}
- <span class="label label-danger">{{ BE.ErrorId.ErrorName|upper }}</span>
- {% endif %}
- {% endif %}
- {% endfor %}
- {% else %}
- <span class="label label-success">OK</span>
- {% endif %}
- </td>
- </td>
- </tr>
- {% endfor %}
-</table> \ No newline at end of file
diff --git a/python/templates/includes/frontpage/new_packages b/python/templates/includes/frontpage/new_packages
deleted file mode 100644
index 6c845b7..0000000
--- a/python/templates/includes/frontpage/new_packages
+++ /dev/null
@@ -1,10 +0,0 @@
-<table class="table table-striped frontpage-table">
- {% for E in EM %}
- <tr>
- <td class="frontpage-table-package-atom">
- <a href="/packages/{{ E.EbuildId.PackageId.PackageId }}/" title="{{ E.EbuildId.PackageId.CategoryId.Category }}/{{ E.EbuildId.PackageId.Package }}-{{ E.EbuildId.Version }}::{{ E.EbuildId.PackageId.RepoId.Repo }}">
- {{ E.EbuildId.PackageId.CategoryId.Category }}/{{ E.EbuildId.PackageId.Package }}-{{ E.EbuildId.Version }}::{{ E.EbuildId.PackageId.RepoId.Repo }}</a></td>
- <td><p title="{{ E.Descriptions }}">{{ E.Descriptions }}</p></td>
- </tr>
- {% endfor %}
-</table> \ No newline at end of file
diff --git a/python/templates/includes/frontpage/new_repoman_qa b/python/templates/includes/frontpage/new_repoman_qa
deleted file mode 100644
index 61ac691..0000000
--- a/python/templates/includes/frontpage/new_repoman_qa
+++ /dev/null
@@ -1,18 +0,0 @@
-<table class="table table-striped frontpage-table">
- {% for QA in QA_tmp %}
- <tr>
- <td class="frontpage-table-package-atom"><a href="/repoman_qa/{{ QA.BuildLogId.BuildLogId }}/" title="{{ QA.BuildLogId.EbuildId.PackageId.CategoryId.Category }}/{{ QA.BuildLogId.EbuildId.PackageId.Package }}-{{ QA.BuildLogId.EbuildId.Version }}::{{ QA.BuildLogId.EbuildId.PackageId.RepoId.Repo }}">
- {{ QA.BuildLogId.EbuildId.PackageId.CategoryId.Category }}/{{ QA.BuildLogId.EbuildId.PackageId.Package }}-{{ QA.BuildLogId.EbuildId.Version }}::{{ QA.BuildLogId.EbuildId.PackageId.RepoId.Repo }}</a>
- </td>
- <td><p title="{{ QA.SummeryText }}">{{ QA.SummeryText|truncatewords:3 }}</p></td>
- </tr>
- {% endfor %}
- {% for PR in PR_tmp %}
- <tr>
- <td class="frontpage-table-package-atom"><a href="/repoman/{{ PR.PackageId.PackageId }}/" title="{{ PR.PackageId.CategoryId.Category }}/{{ PR.PackageId.Package }}::{{ PR.PackageId.RepoId.Repo }}">
- {{ PR.PackageId.CategoryId.Category }}/{{ PR.PackageId.Package }}::{{ PR.PackageId.RepoId.Repo }}</a>
- </td>
- <td><p title="{{ PR.RepomanText }}">{{ PR.RepomanText|truncatewords:3 }}</p></td>
- </tr>
- {% endfor %}
-</table> \ No newline at end of file
diff --git a/python/templates/includes/frontpage/news b/python/templates/includes/frontpage/news
deleted file mode 100644
index 1f1a7d3..0000000
--- a/python/templates/includes/frontpage/news
+++ /dev/null
@@ -1,13 +0,0 @@
-{% for post in posts %}
-<article>
-<h2 class="stick-top newsitem-bullet">
- <span class="fa fa-fw fa-chevron-circle-right" title="News item"> </span>
- </h2>
- <h2 class="stick-top newsitem-headline">
- <a href="{{ post.url }}">{{ post.title }}</a> <small>{{ post.created_at }}</small>
- </h2>
- <div class="newsitem-content">
- <p>{{ post.text|safe|escape }}</p>
- </div>
-</article>
-{% endfor %}