示例#1
0
文件: index.php 项目: GabeGibitz/DIY
<?php include('../../../../framework/php/cashmusic.php'); // Initialize CASH Music ?>
<!DOCTYPE html>
<html>
<head>
<title>Email For Download / CASH Music</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="assets/css/demo.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="http://cashmusic.org/images/icons/cash.png" /> 
</head>

<body>

<div id="mainspc">
	<img src="assets/images/portugaltheman.png" width="325" height="63" alt="Portugal. The Man: Email List" />
	<p>
		Join our email list to get a free download of "When The War Ends" from our record <a href="http://store.portugaltheman.com/american-ghetto/"><i>American Ghetto</i></a>.
	</p>

	<?php cash_embedElement(100); // CASH element (Portugal email for download / emailcollection) ?>
</div>

<?php include('../../../../framework/php/settings/debug/cashmusic_debug.php'); // Debug ?>
</body>
</html>
示例#2
0
文件: index.php 项目: GabeGibitz/DIY
		<div id="datesspc">
			<h2>1. Pick a date:</h2>
			<div id="sep08van" class="selectshow">
				<span class="dateloc">Sep 8 . Vancouver, BC</span><br />Vogue
			</div>
			<div id="sep09pdx" class="selectshow">
				<span class="dateloc">Sep 9 . Portland, OR</span><br />MusicFestNW (Pioneer Courthouse Square)
			</div>
			<div id="sep10sea" class="selectshow">
				<span class="dateloc">Sep 10 . Seattle, WA</span><br />The Paramount Theatre
			</div>
		</div>
		
		<div id="contentspc">
			<h2>2. Enter your email to win tickets:</h2>
			<?php cash_embedElement(101); // CASH element (Iron & Wine ticket contest / emailcollection) ?>

			<br /><br />

			<p id="linksp">
				<a href="http://twitter.com/ironandwine"><img src="assets/images/twitter.png" width="51" height="30" alt="Iron &amp; Wine on Twitter" /></a> &nbsp; <a href="http://facebook.com/ironandwine"><img src="assets/images/facebook.png" width="49" height="30" alt="Iron &amp; Wine on Facebook" /></a><br />
			</p>
		</div>
	</div> 

</div> 

<div id="msgspc"></div>

<?php include('../../../../framework/php/settings/debug/cashmusic_debug.php'); // Debug ?>
</body> 
示例#3
0
文件: index.php 项目: GabeGibitz/DIY
<link href="assets/css/demo_mobile.css" type="text/css" rel="stylesheet" media="only screen and (-webkit-min-device-pixel-ratio: 2)" />
<!--<![endif]-->

<link rel="icon" type="image/png" href="http://cashmusic.org/images/icons/cash.png" />

</head> 
<body>

	<div id="wrap">
		<div id="contentspc">
			<img src="assets/images/wildflag.png" width="420" height="61" alt="Wild Flag" /><br />

			<a href="http://twitter.com/wildflagmusic">Wild Flag on Twitter</a><br />

			<a href="http://www.facebook.com/WILDFLAG">Wild Flag on Facebook</a><br /><br />

			<a href="http://www.youtube.com/watch?v=8J8n9R8rnB8">Watch the video for “Romance”</a><br />

			<a href="http://mergerecords.com/store/store_detail.php?catalog_id=751">Buy the record</a><br />
		</div>

		<div id="datesspc">
			<?php cash_embedElement(102); // CASH element (Wild Flag Test / tourdates) ?>
			
			<br /><br />
		</div>
	</div>

<?php include('../../../../framework/php/settings/debug/cashmusic_debug.php'); // Debug ?>
</body> 
</html>