refactor: use feudecamp with the views
This commit is contained in:
parent
a60f92d762
commit
a69da12bf8
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
<p>Recherche dans une playlist les artistes se trouvant aussi sur Bandcamp !</p>
|
<p>Recherche dans une playlist les artistes se trouvant aussi sur Bandcamp !</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
{{ if .error }}
|
||||||
|
|
||||||
|
{{ else }}
|
||||||
<div id="inf-loader">
|
<div id="inf-loader">
|
||||||
<div id="loader"></div>
|
<div id="loader"></div>
|
||||||
<p>La playlist est en cours de traitement [<span id="nb-fait">0</span>/<span id="nb-total">0</span>]…</p>
|
<p>La playlist est en cours de traitement [<span id="nb-fait">0</span>/<span id="nb-total">0</span>]…</p>
|
||||||
|
@ -45,11 +48,15 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
<footer>
|
<footer>
|
||||||
<img src="https://www.gnu.org/graphics/gplv3-or-later-sm.png" alt="logo GPL3" *>
|
<img src="https://www.gnu.org/graphics/gplv3-or-later-sm.png" alt="logo GPL3" *>
|
||||||
<p>Ce site est en aucun cas affilié avec Bandcamp ou Spotify.</p>
|
<p>Ce site est en aucun cas affilié avec Bandcamp ou Spotify.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
{{ if not .error }}
|
||||||
<script src="/script.js"></script>
|
<script src="/script.js"></script>
|
||||||
|
{{ end }}
|
||||||
<html>
|
<html>
|
Loading…
Reference in a new issue