!Added Screenshots to README.md

Edited the progress bars to align text center.
Edited Searchfield style.
This commit is contained in:
Brinken
2012-03-15 16:53:44 +01:00
parent 2c5ac9586c
commit 876f4eb864
8 changed files with 54 additions and 34 deletions

View File

@@ -51,14 +51,16 @@
<div class="table_wrapper_half">
<h1>Import Last.FM Artists</h1><br />
Enter the username whose artists you want to import:<br /><br />
<form action="importLastFM" method="GET" align="center">
<form action="importLastFM" method="GET" align="left">
<%
if headphones.LASTFM_USERNAME:
lastfmvalue = headphones.LASTFM_USERNAME
else:
lastfmvalue = 'Last.fm Username'
%>
<input type="text" value="${lastfmvalue}" onfocus="if (this.value==this.defaultValue) this.value='';" name="username" size="18" /><br />
<input type="text" value="${lastfmvalue}" onfocus="if (this.value==this.defaultValue) this.value='';" name="username" size="18" />
<br />
<br />
<input type="submit" />
</form><br /><br />
</div>
@@ -66,8 +68,10 @@
<div class="table_wrapper_half">
<h1>Placeholder :-)</h1><br />
<br /><br />
<form action="" method="GET" align="center">
<input type="text" onfocus="if (this.value==this.defaultValue) this.value='';" name="" size="18" /><br />
<form action="" method="GET" align="left">
<input type="text" onfocus="if (this.value==this.defaultValue) this.value='';" name="" size="18" />
<br />
<br />
<input type="submit" />
</form>
</div>