コード例 #1
0
ファイル: contact.php プロジェクト: ariep/ZenPhoto20-DEV
				<div id="gallerytitle">

					<!-- Logo -->
					<div id="logo">
						<?php 
    printLogo();
    ?>
					</div> <!-- logo -->
				</div> <!-- gallerytitle -->

				<!-- Crumb Trail Navigation -->

				<div id="wrapnav">
					<div id="navbar">
						<span><?php 
    printHomeLink('', ' | ');
    ?>
							<?php 
    if (getOption('gallery_index')) {
        ?>
								<a href="<?php 
        echo html_encode(getGalleryIndexURL());
        ?>
" title="<?php 
        echo gettext('Main Index');
        ?>
"><?php 
        printGalleryTitle();
        ?>
</a>
								<?php 
コード例 #2
0
ファイル: 404.php プロジェクト: ariep/ZenPhoto20-DEV
				<div class="sidebar">
					<div id="leftsidebar">
						<?php 
include "sidebar.php";
?>
					</div>
				</div>
				<div id="center">
					<div id="squeeze">
						<div class="right-corner">
							<div class="left-corner">
								<!-- begin content -->
								<div class="main section" id="main">
									<h2 id="gallerytitle">
										<?php 
printHomeLink('', ' » ');
?>
										<a href="<?php 
echo html_encode(getGalleryIndexURL());
?>
" title="<?php 
echo gettext('Gallery Index');
?>
"><?php 
echo html_encode(getGalleryTitle());
?>
</a> »
										<?php 
echo "<em>" . gettext('Page not found') . "</em>";
?>
									</h2>
コード例 #3
0
ファイル: register.php プロジェクト: hatone/zenphoto-1.4.1.4
?>
</em></h1>
		<div class="galleries">
		<h2><?php 
echo gettext('User Registration');
?>
</h2>
		<?php 
printRegistrationForm();
?>
	</div>
</div>

<p id="path">
	<?php 
printHomeLink('', ' > ');
?>
	<a href="<?php 
echo html_encode(getGalleryIndexURL(false));
?>
" title="<?php 
echo gettext('Main Index');
?>
"><?php 
echo gettext('Home');
?>
</a> &gt;
	<?php 
echo getGalleryTitle();
?>
	<em><?php 
コード例 #4
0
ファイル: inc-header.php プロジェクト: ckfreeman/libratus
} else {
    ?>
		<h3 id="nav-logo-text" ><?php 
    printGalleryTitle();
    ?>
</h3>
		<?php 
}
?>
		<ul id="nav">
			<?php 
$hometext = gettext('Home');
if ($_zp_gallery->getWebsiteURL()) {
    ?>
			<li><?php 
    printHomeLink();
    ?>
<li>
			<?php 
    $hometext = gettext('Gallery');
}
?>
			<li <?php 
if ($_zp_gallery_page == 'index.php') {
    ?>
class="active" <?php 
}
?>
>
				<a href="<?php 
echo html_encode(getGalleryIndexURL());
コード例 #5
0
ファイル: contact.php プロジェクト: hatone/zenphoto-1.4.1.4
?>
</em></h1>
		<div class="galleries">
		<h2><?php 
echo gettext('Contact us.');
?>
</h2>
		<?php 
printContactForm();
?>
	</div>
</div>

<p id="path">
	<?php 
printHomeLink('', ' &gt; ');
?>
	<a href="<?php 
echo html_encode(getGalleryIndexURL(false));
?>
" title="<?php 
echo gettext('Main Index');
?>
"><?php 
echo gettext('Home');
?>
</a> &gt;
	<?php 
echo getGalleryTitle();
?>
	&gt; <em><?php 
コード例 #6
0
ファイル: index.php プロジェクト: ItsHaden/epicLanBootstrap
?>
/zen.css" type="text/css" />
  <?php 
printRSSHeaderLink('Gallery', gettext('Gallery RSS'));
$headcontent = ob_get_clean();
$dir = getcwd();
chdir("../");
require_once "interface.php";
$layout = EpicInterface::render(getBareGalleryTitle(), $headcontent);
chdir($dir);
echo $layout['header'];
?>

<h1>
  <?php 
printHomeLink('', ' :: ');
echo getGalleryTitle();
?>
</h1>


<?php 
while (next_album()) {
    ?>

  <div class="album">
    <div class="leftside"></div>
    <div class="rightside"></div>
    <a href="<?php 
    echo htmlspecialchars(getAlbumLinkURL());
    ?>