Cleaning the root

This commit is contained in:
unknown
2012-03-11 01:00:24 +01:00
parent ce930f6732
commit 1e6b5be9db
38 changed files with 3 additions and 3290 deletions
-13
View File
@@ -1,13 +0,0 @@
<%inherit file="base.html" />
<%def name="body()">
<div class="table_wrapper">
<h1>Artists You Might Like</h1>
<div class="cloudtag">
<ul id="cloud">
%for artist in cloudlist:
<li><a href="addArtist?artistid=${artist['ArtistID']}" class="tag${artist['Count']}">${artist['ArtistName']}</a></li>
%endfor
</ul>
</div>
</div>
</%def>