Example #1
0
?>
<!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" />
    <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>$.mobile.pushStateEnabled = false;</script>
	<title>
		<?php 
echo $db->getTitle() . " Discography - " . $db->getReleaseType() . " " . $db->getFormatName();
?>
	</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="page1">
	<div data-role="header" class="header" data-theme="a">
		<a rel="external" href="/mobile/<?php 
echo $_REQUEST['band'] . "/" . $_REQUEST['format'] . "/" . $_REQUEST['type'];
?>
" data-icon="home" data-iconpos="notext">Back</a>
		<h1><?php 
echo $db->bandShortNames[$_GET['band']] . " - " . $db->getReleaseType() . " " . $db->getFormatName();
?>
Example #2
0
<!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