Move the remaining common css / js to their folders.
This commit is contained in:
		
							parent
							
								
									79b20369db
								
							
						
					
					
						commit
						30c9148092
					
				
					 13 changed files with 19 additions and 19 deletions
				
			
		|  | @ -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> | ||||
| 
 | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
|  | @ -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 %} | ||||
| 
 | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue