Move the remaining common css / js to their folders.

This commit is contained in:
voussoir 2018-02-24 12:51:36 -08:00
parent 79b20369db
commit 30c9148092
13 changed files with 19 additions and 19 deletions

View file

@ -7,10 +7,10 @@
<title>Album {{album.display_name}}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<link rel="stylesheet" href="/static/css/common.css">
<link rel="stylesheet" href="/static/css/clipboard_tray.css">
<link rel="stylesheet" href="/static/css/photo_card.css">
<script src="/static/common.js"></script>
<script src="/static/js/common.js"></script>
<script src="/static/js/editor.js"></script>
<script src="/static/js/photoclipboard.js"></script>

View file

@ -5,8 +5,8 @@
<title>Albums</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<script src="/static/common.js"></script>
<link rel="stylesheet" href="/static/css/common.css">
<script src="/static/js/common.js"></script>
<style>
#content_body

View file

@ -5,8 +5,8 @@
<title>Bookmarks</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<script src="/static/common.js"></script>
<link rel="stylesheet" href="/static/css/common.css">
<script src="/static/js/common.js"></script>
<script src="/static/js/editor.js"></script>
<style>

View file

@ -6,10 +6,10 @@
<title>Clipboard</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<link rel="stylesheet" href="/static/css/common.css">
<link rel="stylesheet" href="/static/css/photo_card.css">
<link rel="stylesheet" href="/static/css/clipboard_tray.css">
<script src="/static/common.js"></script>
<script src="/static/js/common.js"></script>
<script src="/static/js/photoclipboard.js"></script>
<style>

View file

@ -5,8 +5,8 @@
<title>Login/Register</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<script src="/static/common.js"></script>
<link rel="stylesheet" href="/static/css/common.css">
<script src="/static/js/common.js"></script>
<style>
input

View file

@ -6,8 +6,8 @@
<title>Photo {{photo.basename}}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<script src="/static/common.js"></script>
<link rel="stylesheet" href="/static/css/common.css">
<script src="/static/js/common.js"></script>
{% set filename = photo.id + photo.dot_extension %}
{% set file_link = "/file/" + filename %}

View file

@ -3,7 +3,7 @@
<head>
<title>Etiquette</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/static/common.css">
<link rel="stylesheet" href="/static/css/common.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>

View file

@ -8,10 +8,10 @@
<title>Search</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<link rel="stylesheet" href="/static/css/common.css">
<link rel="stylesheet" href="/static/css/photo_card.css">
<link rel="stylesheet" href="/static/css/clipboard_tray.css">
<script src="/static/common.js"></script>
<script src="/static/js/common.js"></script>
<script src="/static/js/photoclipboard.js"></script>
<style>

View file

@ -10,8 +10,8 @@
{% endif %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<script src="/static/common.js"></script>
<link rel="stylesheet" href="/static/css/common.css">
<script src="/static/js/common.js"></script>
<script src="/static/js/editor.js"></script>
<style>

View file

@ -5,7 +5,7 @@
<title>Flasksite</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<link rel="stylesheet" href="/static/css/common.css">
<style>
</style>

View file

@ -5,7 +5,7 @@
<title>User {{user.username}}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/static/common.css">
<link rel="stylesheet" href="/static/css/common.css">
<style>
#content_body