-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisc_tab.php
39 lines (37 loc) · 4.65 KB
/
disc_tab.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<h1><strong>D</strong>iscography</h1>
<div class="floatLeft" id="album_cover">
<h2><strong>H</strong>ello, <strong>G</strong>oodbye</h2>
<img src="images/HG_thmb.jpg" alt="Hello, Goodbye" title="Hello, Goodbye" />
</div>
<div class="floatLeft" id="track_listing">
<h2><strong>T</strong>rack <strong>L</strong>isting</h2>
<ol>
<li><a href="HelloGoodbye/01_Hello.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>Hello</li>
<li><a href="HelloGoodbye/02_We_Got_It.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>We Got It</li>
<li><a href="HelloGoodbye/03_All_The_Things_You_Said.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>All the Things You Said</li>
<li><a href="HelloGoodbye/04_Look_My_Way.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>Look My Way</li>
<li><a href="HelloGoodbye/05_Over_You.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>Over You</li>
<li><a href="HelloGoodbye/06_Realm.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>Realm</li>
<li><a href="HelloGoodbye/07_Right_Now.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>Right Now</li>
<li><a href="HelloGoodbye/08_Now_I_Forget.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>Now, I Forget</li>
<li><a href="HelloGoodbye/09_Teal_Purple.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>Teal & Purple</li>
<li><a href="HelloGoodbye/10_Something.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>Something</li>
<li><a href="HelloGoodbye/11_All_I_Have.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>All I Have</li>
<li><a href="HelloGoodbye/12_Goodbye.mp3.zip"><img src="images/download_arrow.gif" title="download" alt="download" class="floatLeft noBorder track_download_arrow" /></a>Goodbye</li>
</ol>
</div>
<div class="floatLeft" id="album_art">
<h2><strong>A</strong>lbum <strong>A</strong>rt</h2>
<img src="images/HGCover.jpg" height="500" width="500" style="display:none" alt="Hello, Goodbye Cover" title="Hello, Goodbye Cover" />
<img src="images/HGTrayInsert.jpg" height="500" width="622" style="display:none" alt="Hello, Goodbye Tray" title="Hello, Goodbye Tray" />
<img src="images/HGBackInsert.jpg" height="500" width="500" style="display:none" alt="Hello, Goodbye Back" title="Hello, Goodbye Back" />
<p><a href="#" onclick="document.getElementById('image-box-image').src='images/HGCover.jpg';fireMyError('image-box');return false;"><img src="images/HGCover_thmb.jpg" alt="Cover" title="Cover" class="noBorder" /></a> <a href="#" onclick="document.getElementById('image-box-image').src='images/HGBackInsert.jpg';fireMyError('image-box');return false;"><img src="images/HGBackInsert_thmb.jpg" alt="Insert" title="Insert" class="noBorder" /></a> <a href="#" onclick="document.getElementById('image-box-image').src='images/HGTrayInsert.jpg';fireMyError('image-box');return false;"><img src="images/HGTrayInsert_thmb.jpg" alt="Tray" title="Tray" class="noBorder" /></a></p>
</div>
<div class="clear"></div>
<div id="album_details">
<h2><strong>A</strong>lbum <strong>D</strong>etails</h2>
<p><strong>Hello, Goodbye</strong> was released in January of 2004. Most of the album was performed and recorded by Steve in his basement with a drum machine and a Roland VS880 EX. So cut it some slack as far as production is concerned! Goodness you're hard to please...</p>
<p>To make up for it, you can download the album for FREE in its entirety, right here, by clicking on the arrow next to each track!</p>
<p>Keep an eye out for <strong>Hello, Goodbye 2.0</strong>: same songs, better production</p>
<p style="text-align:right;font-size:10px;">Forgotten credit: Jeff Berner, lead guitar on <em>Realm</em></p>
</div>