aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-11-05 15:09:32 +0100
committerArthurHoaro <arthur@hoa.ro>2016-11-05 15:09:32 +0100
commite722fde6e3ab4145e7d48bfc8b78627dd424833f (patch)
tree542bbc648c2312b011785067bcfcd75741663f0a
parent4df7ef0b3d703ac3380404749e9c0bc801c3e0b8 (diff)
downloadShaarli-e722fde6e3ab4145e7d48bfc8b78627dd424833f.tar.gz
Shaarli-e722fde6e3ab4145e7d48bfc8b78627dd424833f.tar.zst
Shaarli-e722fde6e3ab4145e7d48bfc8b78627dd424833f.zip
W3C Compliance
-rw-r--r--tpl/default/addlink.html2
-rw-r--r--tpl/default/changepassword.html2
-rw-r--r--tpl/default/changetag.html2
-rw-r--r--tpl/default/export.html4
-rw-r--r--tpl/default/import.html2
-rw-r--r--tpl/default/linklist.html4
-rw-r--r--tpl/default/page.footer.html2
7 files changed, 9 insertions, 9 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html
index c70e06c7..e4208008 100644
--- a/tpl/default/addlink.html
+++ b/tpl/default/addlink.html
@@ -9,7 +9,7 @@
9 <div class="pure-u-lg-1-3 pure-u-1-8"></div> 9 <div class="pure-u-lg-1-3 pure-u-1-8"></div>
10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> 10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
11 <h2 class="window-title">{"Shaare a new link"|t}</h2> 11 <h2 class="window-title">{"Shaare a new link"|t}</h2>
12 <form method="GET" action="" name="addform" class="addform page-form page-form-light autofocus"> 12 <form method="GET" action="#" name="addform" class="addform page-form page-form-light autofocus">
13 <div> 13 <div>
14 <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}"> 14 <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}">
15 </div> 15 </div>
diff --git a/tpl/default/changepassword.html b/tpl/default/changepassword.html
index 1eca7e3a..bff33c0c 100644
--- a/tpl/default/changepassword.html
+++ b/tpl/default/changepassword.html
@@ -9,7 +9,7 @@
9 <div class="pure-u-lg-1-3 pure-u-1-8"></div> 9 <div class="pure-u-lg-1-3 pure-u-1-8"></div>
10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> 10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
11 <h2 class="window-title">{"Change password"|t}</h2> 11 <h2 class="window-title">{"Change password"|t}</h2>
12 <form method="POST" action="" name="changepasswordform" id="changepasswordform" 12 <form method="POST" action="#" name="changepasswordform" id="changepasswordform"
13 class="addform page-form page-form-light"> 13 class="addform page-form page-form-light">
14 <div> 14 <div>
15 <input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus"> 15 <input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus">
diff --git a/tpl/default/changetag.html b/tpl/default/changetag.html
index 0aae9090..ea8dc1b4 100644
--- a/tpl/default/changetag.html
+++ b/tpl/default/changetag.html
@@ -9,7 +9,7 @@
9 <div class="pure-u-lg-1-3 pure-u-1-8"></div> 9 <div class="pure-u-lg-1-3 pure-u-1-8"></div>
10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> 10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
11 <h2 class="window-title">{"Manage tags"|t}</h2> 11 <h2 class="window-title">{"Manage tags"|t}</h2>
12 <form method="POST" action="" name="changetag" id="changetag" 12 <form method="POST" action="#" name="changetag" id="changetag"
13 class="addform page-form page-form-light"> 13 class="addform page-form page-form-light">
14 <div> 14 <div>
15 <input type="text" name="fromtag" placeholder="{'Tag'|t}" 15 <input type="text" name="fromtag" placeholder="{'Tag'|t}"
diff --git a/tpl/default/export.html b/tpl/default/export.html
index 2567ec0b..e93f98a9 100644
--- a/tpl/default/export.html
+++ b/tpl/default/export.html
@@ -11,7 +11,7 @@
11{$ratioInput='7-12'} 11{$ratioInput='7-12'}
12{$ratioInputMobile='1-8'} 12{$ratioInputMobile='1-8'}
13 13
14<form method="GET" action="" name="exportform" id="exportform"> 14<form method="GET" action="#" name="exportform" id="exportform">
15 <div class="pure-g"> 15 <div class="pure-g">
16 <div class="pure-u-lg-1-4 pure-u-1-8"></div> 16 <div class="pure-u-lg-1-4 pure-u-1-8"></div>
17 <div class="pure-u-lg-1-2 pure-u-3-4 page-form page-form-complete"> 17 <div class="pure-u-lg-1-2 pure-u-3-4 page-form page-form-complete">
@@ -30,7 +30,7 @@
30 <div class="pure-u-lg-1-2 pure-u-1"> 30 <div class="pure-u-lg-1-2 pure-u-1">
31 <div class="radio-buttons"> 31 <div class="radio-buttons">
32 <div> 32 <div>
33 <input type="radio" name="selection" value="all" checked="true"> 33 <input type="radio" name="selection" value="all" checked="checked">
34 {'All'|t} 34 {'All'|t}
35 </div> 35 </div>
36 <div> 36 <div>
diff --git a/tpl/default/import.html b/tpl/default/import.html
index 6c44c0f5..a524c3bc 100644
--- a/tpl/default/import.html
+++ b/tpl/default/import.html
@@ -34,7 +34,7 @@
34 <div class="pure-u-lg-2-3 pure-u-1"> 34 <div class="pure-u-lg-2-3 pure-u-1">
35 <div class="radio-buttons"> 35 <div class="radio-buttons">
36 <div> 36 <div>
37 <input type="radio" name="privacy" value="default" checked="true"> 37 <input type="radio" name="privacy" value="default" checked="checked">
38 Use values from the imported file, default to public 38 Use values from the imported file, default to public
39 </div> 39 </div>
40 <div> 40 <div>
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html
index 5ca7923d..3d999e9d 100644
--- a/tpl/default/linklist.html
+++ b/tpl/default/linklist.html
@@ -124,7 +124,7 @@
124 &middot; 124 &middot;
125 {$link_plugin_counter=count($value.link_plugin)} 125 {$link_plugin_counter=count($value.link_plugin)}
126 {loop="$value.link_plugin"} 126 {loop="$value.link_plugin"}
127 <span>{$value}</span> 127 {$value}
128 {if="$link_plugin_counter - 1 != $counter"}&middot;{/if} 128 {if="$link_plugin_counter - 1 != $counter"}&middot;{/if}
129 {/loop} 129 {/loop}
130 {/if} 130 {/if}
@@ -151,8 +151,6 @@
151 151
152 {include="linklist.paging"} 152 {include="linklist.paging"}
153 153
154</div>
155
156{include="page.footer"} 154{include="page.footer"}
157</body> 155</body>
158</html> 156</html>
diff --git a/tpl/default/page.footer.html b/tpl/default/page.footer.html
index 527c0504..f7b80b68 100644
--- a/tpl/default/page.footer.html
+++ b/tpl/default/page.footer.html
@@ -1,3 +1,5 @@
1</div>
2
1<div class="pure-g"> 3<div class="pure-g">
2 <div class="pure-u-2-24"></div> 4 <div class="pure-u-2-24"></div>
3 <div id="footer" class="pure-u-20-24"> 5 <div id="footer" class="pure-u-20-24">