File tree 25 files changed +34
-34
lines changed
25 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 9
9
< div class ="row ">
10
10
< div class ="{% if page.display_toc %}border-right medium-8 small-12{% else %}medium-12{% endif %} columns ">
11
11
< h1 id ="cms-title "> {{ page.display_name }}</ h1 >
12
- < hr />
12
+ < hr aria-hidden =" true " />
13
13
< div id ="main_article ">
14
14
{{ page.content|safe }}
15
15
</ div >
Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ <h1>{{ user.full_name }}</h1>
43
43
< div class ="large-9 columns ">
44
44
{% if user.biography %}
45
45
< h2 > {% trans "Biography" %}</ h2 >
46
- < hr />
46
+ < hr aria-hidden =" true " />
47
47
{{ user.biography|safe }}
48
48
< br /> < br />
49
49
{% endif %}
50
50
{% if user.published_articles %}
51
51
< h2 > {% trans "Publications" %}</ h2 >
52
- < hr />
52
+ < hr aria-hidden =" true " />
53
53
{% for article in user.published_articles %}
54
54
{% include "elements/journal/box_article.html" with article=article level="shallow" %}
55
- < hr />
55
+ < hr aria-hidden =" true " />
56
56
{% endfor %}
57
57
{% endif %}
58
58
</ div >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h2 class="em">
20
20
</ h2 >
21
21
{% endif %}
22
22
23
- < hr >
23
+ < hr aria-hidden =" true " / >
24
24
{% for article in section_articles %}
25
25
{% if level == "deep" %}
26
26
{% include "elements/journal/box_article.html" with article=article level=level %}
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ <h1>{{ article.title|safe }}</h1>
207
207
{% endfor %}
208
208
</ ul >
209
209
</ div >
210
- < hr />
210
+ < hr aria-hidden =" true " />
211
211
{% endif %}
212
212
{% if article.abstract and article.abstract != ''%}
213
213
< h2 > {% trans "Abstract" %}</ h2 >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ <h3 class="profile-name">{{ member.user.full_name }}</h3>
50
50
{% endif %}
51
51
{% endfor %}
52
52
</ div >
53
- < hr />
53
+ < hr aria-hidden =" true " />
54
54
{% endfor %}
55
55
</ div >
56
56
</ section >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1>{% trans 'All Articles' %}></h1>
21
21
22
22
< div class ="row ">
23
23
< div class ="columns large-8 ">
24
- < hr />
24
+ < hr aria-hidden =" true " />
25
25
{% for article in articles %}
26
26
{% include "elements/journal/box_article.html" with article=article %}
27
27
{% empty %}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h3>{{ item.title|safe }}</h3>
31
31
{% if display_images %}
32
32
</ div >
33
33
{% endif %}
34
- < hr />
34
+ < hr aria-hidden =" true " />
35
35
{% empty %}
36
36
< h3 > {% trans "This journal currently has no news items to display" %}.</ h3 >
37
37
{% endfor %}
Original file line number Diff line number Diff line change @@ -39,21 +39,21 @@ <h1>{% trans 'Submissions' %}</h1>
39
39
< a href ="{% url 'submission_start' %} " class ="button "> {% trans 'Start Submission' %}</ a > {% endif %}
40
40
</ div >
41
41
{% endif %}
42
- < hr />
42
+ < hr aria-hidden =" true " />
43
43
44
44
{% for item in submission_items %}
45
45
{% if item.title == 'licences' %}
46
46
< h2 > {% trans 'Licences' %}</ h2 >
47
47
< p > {% trans "The following licences are allowed:" %}</ p >
48
48
{% include "elements/license_block.html" %}
49
- < hr />
49
+ < hr aria-hidden =" true " />
50
50
{% elif item.title == 'sections' %}
51
51
{% include "elements/section_block.html" %}
52
52
{% elif item.get_display_text %}
53
53
< h2 > {{ item.title|capfirst }}</ h2 >
54
54
{{ item.get_display_text|safe }}
55
55
{% endif %}
56
- < hr />
56
+ < hr aria-hidden =" true " />
57
57
{% endfor %}
58
58
59
59
</ div >
Original file line number Diff line number Diff line change 12
12
< section id ="content ">
13
13
< div class ="row column ">
14
14
< h1 > {{ page.display_name }}</ h1 >
15
- < hr />
15
+ < hr aria-hidden =" true " />
16
16
{{ page.content|safe }}
17
17
</ div >
18
18
</ section >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h2>{{ preprint.title|safe }}</h2>
43
43
< p > {{ preprint.abstract|striptags|truncatesmart:400 }}</ p >
44
44
</ div >
45
45
</ div >
46
- < hr />
46
+ < hr aria-hidden =" true " />
47
47
</ div >
48
48
{% endfor %}
49
49
</ section >
Original file line number Diff line number Diff line change 10
10
< div class ="row ">
11
11
< div class ="{% if page.display_toc %}col-md-8 col-sm-12{% else %}col-md-12{% endif %} ">
12
12
< h1 id ="cms-title "> {{ page.display_name }}</ h1 >
13
- < hr />
13
+ < hr aria-hidden =" true " />
14
14
< div id ="main_article "> {{ page.content|safe }}</ div >
15
15
</ div >
16
16
{% if page.display_toc %}
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ <h1>{{ user.full_name }}</h1>
17
17
< div class ="col-md-9 ">
18
18
{% if user.biography %}
19
19
< h2 > {% trans "Biography" %}</ h2 >
20
- < hr />
20
+ < hr aria-hidden =" true " />
21
21
{{ user.biography|safe }}
22
22
< br /> < br />
23
23
{% endif %}
24
24
{% if user.published_articles %}
25
25
< h2 > {% trans "Publications" %}</ h2 >
26
- < hr />
26
+ < hr aria-hidden =" true " />
27
27
{% for article in user.published_articles %}
28
28
{% include "elements/article_listing.html" with article=article level="shallow" %}
29
- < hr />
29
+ < hr aria-hidden =" true " />
30
30
{% endfor %}
31
31
{% endif %}
32
32
</ div >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h2>{{ item.title|safe }}</h2>
15
15
< p class ="byline "> {{ item.byline }} on {{ item.posted|date:"Y-m-d" }}</ p >
16
16
< p > {{ item.body|truncatewords_html:50|safe }}</ p >
17
17
< a href ="{% url 'core_news_item' item.pk %} "> {% trans 'Read More' %}</ a >
18
- < hr />
18
+ < hr aria-hidden =" true " />
19
19
</ div >
20
20
{% empty %}
21
21
< h2 > {% trans 'This journal currently has no {{ journal_settings.news.news_title }} items to display.' %}</ h2 >
Original file line number Diff line number Diff line change 11
11
< div class ="row ">
12
12
< div class ="col-md-12 ">
13
13
< h1 > {{ news_item.title|safe }}</ h1 >
14
- < hr />
14
+ < hr aria-hidden =" true " />
15
15
</ div >
16
16
< div class ="col-md-12 ">
17
17
< p class ="byline "> {{ news_item.byline }} on {{ news_item.posted|date:"Y-m-d" }}</ p >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1>{% trans 'Article Search Results' %}</h1>
21
21
22
22
< div class ="row ">
23
23
< div class ="col-md-8 ">
24
- < hr />
24
+ < hr aria-hidden =" true " />
25
25
{% for article in articles %}
26
26
{% include "elements/article_listing.html" with article=article %}
27
27
{% empty %}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ <h1 class="sr-only">{{ request.journal.name }} {% trans 'Home Page' %} </h1>
7
7
< div class ="homepage-element-wrapper homepage-element-{{ element.name|slugify }} ">
8
8
{% include element.template_path %}
9
9
</ div >
10
- < hr >
10
+ < hr aria-hidden =" true " / >
11
11
{% endfor %}
12
12
13
13
{% endblock body %}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>{% trans 'Article Search Results' %}</h1>
20
20
21
21
< div class ="row ">
22
22
< div class ="col-md-8 ">
23
- < hr />
23
+ < hr aria-hidden =" true " />
24
24
25
25
{% for article in articles %}
26
26
{% include "elements/article_listing.html" with article=article %}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h1>{% trans 'Submissions' %}</h1>
24
24
{% else %}
25
25
< a href ="{% url 'submission_start' %} " class ="btn btn-primary "> {% trans 'Start Submission' %}</ a > {% endif %}
26
26
</ div >
27
- < hr />
27
+ < hr aria-hidden =" true " />
28
28
{% for item in submission_items %}
29
29
{% if item.title == 'licences' %}
30
30
< h2 >
39
39
{{ item.title|capfirst }}
40
40
</ h2 >
41
41
{{ item.get_display_text|safe }}
42
- < hr />
42
+ < hr aria-hidden =" true " />
43
43
{% endif %}
44
44
{% endfor %}
45
45
</ div >
Original file line number Diff line number Diff line change 12
12
< div class ="row ">
13
13
< div class ="col-md-12 ">
14
14
< h1 > {{ page.display_name }}</ h1 >
15
- < hr />
15
+ < hr aria-hidden =" true " />
16
16
{{ page.content|safe }}
17
17
</ div >
18
18
</ div >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h2>{{ item.title }}</h2>
15
15
< p class ="byline "> Posted by {{ item.posted_by.full_name }} on {{ item.posted|date:"Y-m-d" }}</ p >
16
16
< p > {{ item.body|striptags|truncatesmart:400 }}</ p >
17
17
< a href ="{% url 'core_news_item' item.pk %} "> {% trans 'Read More' %}</ a >
18
- < hr />
18
+ < hr aria-hidden =" true " />
19
19
</ div >
20
20
{% empty %}
21
21
< h2 > {% trans 'This journal currently has no news items to display' %}.</ h2 >
Original file line number Diff line number Diff line change 7
7
< div class ="row ">
8
8
< div class ="col-md-12 ">
9
9
< h1 > {{ news_item.title }}</ h1 >
10
- < hr />
10
+ < hr aria-hidden =" true " />
11
11
</ div >
12
12
< div class ="col-md-12 ">
13
13
< p class ="byline "> Posted by {{ news_item.posted_by.full_name }} on {{ news_item.posted|date:"Y-m-d" }}</ p >
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ <h1>{{ user.full_name }}</h1>
17
17
< div class ="col m9 ">
18
18
{% if user.biography %}
19
19
< h2 > {% trans "Biography" %}</ h2 >
20
- < hr />
20
+ < hr aria-hidden =" true " />
21
21
{{ user.biography|safe }}
22
22
< br /> < br />
23
23
{% endif %}
24
24
{% if user.published_articles %}
25
25
< h2 > {% trans "Publications" %}</ h2 >
26
- < hr />
26
+ < hr aria-hidden =" true " />
27
27
{% for article in user.published_articles %}
28
28
{% include "elements/article_listing.html" with article=article level="deep" %}
29
- < hr />
29
+ < hr aria-hidden =" true " />
30
30
{% endfor %}
31
31
{% endif %}
32
32
</ div >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1>{% trans 'Article Search Results' %}</h1>
21
21
22
22
< div class ="row ">
23
23
< div class ="col m8 ">
24
- < hr />
24
+ < hr aria-hidden =" true " />
25
25
{% for article in articles %}
26
26
{% include "elements/article_listing.html" with article=article %}
27
27
{% empty %}
Original file line number Diff line number Diff line change 12
12
< div class ="row ">
13
13
< div class ="col m12 ">
14
14
< h1 id ="all-preprints-title "> {% trans "All Preprints" %}</ h1 >
15
- < hr />
15
+ < hr aria-hidden =" true " />
16
16
</ div >
17
17
< div class ="col m8 ">
18
18
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h1 class="center">{{ request.repository.name }}</h1>
24
24
</ div >
25
25
26
26
< div class ="input-field col s10 offset-m1 spacer ">
27
- < hr class ="homepage-hr " />
27
+ < hr aria-hidden =" true " class ="homepage-hr " />
28
28
</ div >
29
29
30
30
< div class ="input-field col s12 m6 offset-m3 spacer ">
You can’t perform that action at this time.
0 commit comments