Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi-table-data
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esi-data-scrapping
esi-table-data
Commits
27849216
Commit
27849216
authored
May 30, 2017
by
Vasyl Bodnaruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete some text
parent
48217ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
list_news.html
esi/templates/list_news.html
+6
-6
No files found.
esi/templates/list_news.html
View file @
27849216
...
...
@@ -14,15 +14,12 @@
<div
class=
"actions mr-auto"
>
<form
class=
"actions-form"
method=
"get"
action=
"{% url 'list_news' %}"
>
<div
style=
"display: block;"
>
<label>
Date
from:
</label>
<label>
Date
:
</label>
<input
type=
"date"
name=
"from_date"
>
</div>
<div
style=
"display: block;"
>
<label>
To:
</label>
<input
type=
"date"
name=
"to_date"
>
</div>
<div
style=
"display: block;"
>
<label>
By m
edia:
</label>
<label>
M
edia:
</label>
<select
class=
"form-control actions-select"
name=
"media"
>
<option>
All
</option>
{% for i in media %}
...
...
@@ -30,7 +27,10 @@
{% endfor %}
</select>
</div>
<div
style=
"display: block;"
>
<label>
Search:
</label>
<input
type=
"text"
name=
"search"
>
</div>
<button
type=
"submit"
class=
"btn btn-success"
>
Filter
</button>
</form>
</div>
...
...
@@ -63,7 +63,7 @@
<tr>
<td>
<span><input
id=
"{{ i.id }}"
class=
"checkbox"
type=
"checkbox"
></span>
<span><a
href=
"{% url '
edit
_news' i.id %}"
>
{{ i.title }}
</a></span>
<span><a
href=
"{% url '
view
_news' i.id %}"
>
{{ i.title }}
</a></span>
<div
class=
"action-block"
>
<a
href=
"{% url 'view_news' i.id %}"
target=
"_blank"
data-type=
"view"
class=
"action-block-view"
><strong>
View
</strong></a>
<span
class=
"divider"
>
|
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment