Fixed settings save, now works propperly

This commit is contained in:
Brinken
2012-03-19 12:48:22 +01:00
parent ba91eecad0
commit 04b6efd5d8
8 changed files with 603 additions and 1524 deletions
+5 -1
View File
@@ -23,10 +23,14 @@
<%def name="body()">
<div class="table_wrapper">
<h2><a class="btnBack" href="artistPage?ArtistID=${album['ArtistID']}">< Back to ${album['ArtistName']}</a></h2>
<a id="btnBack" class="btnStatus" href="artistPage?ArtistID=${album['ArtistID']}">
Back to ${album['ArtistName']}
</a>
<div class="clear"></div>
<div id="albumheader">
<div class="album-art-big">
<img src="http://ec1.images-amazon.com/images/P/${album['AlbumASIN']}.01.LZZZZZZZ.jpg" alt="albumart" class="albumArt" title="${album['ArtistName']} - ${album['AlbumTitle']}">
<div class="album-art-cd"></div>
</div>
<div id="album-describtion">
<h1>${album['AlbumTitle']}</h1>
+2 -1
View File
@@ -20,7 +20,8 @@
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/headphoneslogo.png">
<link rel="stylesheet" href="css/style.css?v=2">
<link rel="stylesheet" href="css/StyleSheet.css">
<link rel="stylesheet" href="css/ColorStyles.css">
<script src="js/jquery-1.7.1.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.6.2.min.js"%3E%3C/script%3E'))</script>
File diff suppressed because it is too large Load Diff