Update of /cvsroot/lastbash/lastbash/html
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11804
Modified Files:
lastbash.html
Log Message:
Using placeholders.
Index: lastbash.html
===================================================================
RCS file: /cvsroot/lastbash/lastbash/html/lastbash.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lastbash.html 29 Jan 2007 16:13:35 -0000 1.2
+++ lastbash.html 29 Jan 2007 16:18:18 -0000 1.3
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
- <title>LastBASH</title>
+ <title>@TITLE@</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="author" content="Costin Stroie">
<meta name="copyright" content="© 2007 Costin Stroie <cs...@us...>">
@@ -97,21 +97,21 @@
<table>
<tr>
<td rowspan="7" class="cover">
- <img src="http://images.amazon.com/images/P/B00004YWEG.01._SCMZZZZZZZ_.jpg" height="160px" width="160px" alt="Album cover">
+ <img src="@COVER_URL@" height="160px" width="160px" alt="Album cover">
</td>
<td colspan="2" class="header"><a href="http://lastbash.sourceforge.net" title="LastBASH homepage">LastBASH</a></td>
</tr>
<tr>
<td class="label">Artist</td>
- <td class="data"><a href="http://www.last.fm/music/AC%252FDC" title="Last.fm artist homepage">AC/DC</a></td>
+ <td class="data"><a href="@ARTIST_URL@" title="Last.fm artist homepage">@ARTIST_NAME@</a></td>
</tr>
<tr>
<td class="label">Track</td>
- <td class="data"><a href="http://www.last.fm/music/AC%252FDC/_/Cover+You+in+Oil" title="Last.fm track homepage">Cover You in Oil</a></td>
+ <td class="data"><a href="@TRACK_URL@" title="Last.fm track homepage">@TRACK_NAME@</a></td>
</tr>
<tr>
<td class="label">Album</td>
- <td class="data"><a href="http://www.last.fm/music/AC%252FDC/Ballbreaker" title="Last.fm album homepage">Ballbreaker</a></td>
+ <td class="data"><a href="@ALBUM_URL@" title="Last.fm album homepage">@ALBUM_NAME@</a></td>
</tr>
<tr>
<td class="label">Length</td>
@@ -119,7 +119,7 @@
</tr>
<tr>
<td class="label">Station</td>
- <td class="data"><a href="http://www.last.fm/music/Queen" title="Last.fm station homepage">Similar music to Queen</a></td>
+ <td class="data"><a href="@STATION_URL@" title="Last.fm station homepage">@STATION_NAME@</a></td>
</tr>
<tr>
<td class="label"> </td>
|