コード例 #1
0
ファイル: release.php プロジェクト: sle314/jhodiscography
	}(document, 'script', 'facebook-jssdk'));</script>	
	<a name="top"></a>
	<div class="container">
		<div id="header1" class="span-24 class1">			
			<div id="title" class="span-24 style5 style5a">
				<h1>
					<a href="/index.php">
						<span class="title-top">
							<?php 
echo $db->getTitle() . " " . $db->getFormatName();
?>
						</span>
						<br />
						<span class="title-bottom">
							<?php 
echo $db->getReleaseName();
?>
						</span>
					</a>
				</h1>
			</div>
			<div id="border" class="span-24 class1">
				<?php 
include "release/topNavi.php";
?>
			</div>
		</div>
		<div id="body1" class="span-24">
			<div class="releases span-24">
				<?php 
include "release/relList.php";
コード例 #2
0
ファイル: release.php プロジェクト: sle314/jhodiscography
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.1.1/jquery.mobile-1.1.1.min.css" />
    <link rel="stylesheet" href="/mobile/style.css" />
    <link rel="stylesheet" href="/mobile/photoswipe/photoswipe.css" />
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script src="https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>
	<script type="text/javascript" src="/mobile/photoswipe/lib/klass.min.js"></script>
	<script type="text/javascript" src="/mobile/photoswipe/code.photoswipe.jquery-3.0.5.min.js"></script>
	<script>$.mobile.pushStateEnabled = false;</script>
	<title>
		<?php 
echo $db->bandShortNames[$vars['band']] . " - " . $db->getReleaseName() . " - " . $db->getFormatName() . " " . $db->getReleaseType() . " - " . $db->getTitle() . " Discography";
?>
	</title>
	<script type="text/javascript" src="/assets/scripts/ga.js"></script>
	<link rel='alternate' type='application/rss+xml' title='Joshua Homme discography' href='http://jhodiscography.xtreemhost.com/rss/qotsa.xml' />
</head>
<body>
<div data-role="page" id="release">
	<div data-role="header" class="header headerRelease">
		<a class="ui-btn-left" rel="external" style="top:15px;" href="/mobile/releases/<?php 
echo $vars['band'];
?>
/<?php 
echo $vars['format'];
?>
/<?php