本文整理汇总了PHP中getBareAlbumTitle函数的典型用法代码示例。如果您正苦于以下问题:PHP getBareAlbumTitle函数的具体用法?PHP getBareAlbumTitle怎么用?PHP getBareAlbumTitle使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了getBareAlbumTitle函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: getAnnotatedAlbumTitle
/**
* Returns an album title taged with of Not visible or password protected status
*
* @return string;
*/
function getAnnotatedAlbumTitle()
{
global $_zp_current_album;
$title = getBareAlbumTitle();
$pwd = $_zp_current_album->getPassword();
if (zp_loggedin() && !empty($pwd)) {
$title .= "\n" . gettext('The album is password protected.');
}
if (!$_zp_current_album->getShow()) {
$title .= "\n" . gettext('The album is un-published.');
}
return $title;
}
示例2: printf
?>
" title="<?php
printf(gettext('View album: %s'), getBareAlbumTitle());
?>
">
<?php
printCustomAlbumThumbImage(getAlbumTitle(), 85, NULL, NULL, 85, 85);
?>
</a>
<div class="albumdesc">
<h3>
<a href="<?php
echo getAlbumURL();
?>
" title="<?php
printf(gettext('View album: %s'), getBareAlbumTitle());
?>
">
<?php
printAlbumTitle();
?>
</a>
</h3>
<br />
<small><?php
printAlbumDate();
?>
</small>
</div>
<p style="clear: both;"></p>
</div>
示例3: html_encode
<h6><?php
echo html_encode(getBareAlbumTitle());
?>
</h6>
<a href="<?php
echo html_encode(getAlbumURL());
?>
" title="<?php
echo gettext('View album:');
?>
<?php
echo html_encode(getBareAlbumTitle());
?>
">
<?php
printCustomAlbumThumbImage(getBareAlbumTitle(), null, 420, 200, 420, 200, null, null, 'remove-attributes');
?>
</a>
<div class="album-meta">
<ul class="taglist">
<li class="meta-date"><?php
printAlbumDate("");
?>
</li>
<li class="meta-contents">
<?php
if (getNumAlbums() > 0 && getNumImages() > 0) {
$divider = '- ';
} else {
$divider = '';
}
示例4: html_encode
<a class="thumb-link" href="<?php
echo html_encode(getAlbumURL());
?>
" title="<?php
echo getNumAlbums() . ' ' . gettext('subalbums') . ' / ' . getNumImages() . ' ' . gettext('images') . ' - ' . strip_tags(shortenContent(getBareAlbumDesc(), 300, '...'));
?>
">
<?php
if ($zpmin_thumb_crop) {
printCustomAlbumThumbImage(getAnnotatedAlbumTitle(), null, $zpmin_album_thumb_size, $zpmin_album_thumb_size, $zpmin_album_thumb_size, $zpmin_album_thumb_size);
} else {
printCustomAlbumThumbImage(getAnnotatedAlbumTitle(), $zpmin_album_thumb_size);
}
?>
<span class="album-title"><?php
echo shortenContent(getBareAlbumTitle(), 25, '...');
?>
</span>
</a>
</div>
<?php
}
?>
</div>
<div id="thumbs-wrap">
<?php
while (next_image()) {
?>
<div class="thumb-maxspace">
<a class="thumb-link" href="<?php
echo html_encode(getImageURL());
示例5: getGalleryTitleHeader
?>
</div>
<div id="gallery_title">
<?php
echo getGalleryTitleHeader();
?>
</div>
</div>
<div id="breadcrumb">
<ul>
<?php
getFormattedMainSiteName('<li class="page">', '</li><li class="chevron"> > </li>');
echo '<li><a href="' . getGalleryIndexURL() . '">' . getBareGalleryTitle() . '</a></li>';
getParentBreadcrumbTLB('<li class="chevron"><a> > </a></li>');
echo '<li class="chevron"><a> > </a></li>';
echo '<li><a href="' . getAlbumURL() . '">' . getBareAlbumTitle() . '</a></li>';
echo '<li class="chevron"><a> > </a></li>';
echo '<li><a>' . getBareImageTitle() . '</a></li>';
?>
</ul>
</div>
<div id="menu">
<?php
printThemeMenu();
?>
</div>
<div id="content" class="c">
<div id="description">
<div class="c">
<div id="title" class="box"><h3><?php
printImageTitle(true);
示例6: getSearchWords
} else {
$searchwords = getSearchWords();
}
}
$c = 0;
?>
<!DOCTYPE html>
<head>
<?php
include_once 'header.php';
?>
<?php
zp_apply_filter('theme_body_open');
?>
<meta name="keywords" content="<?php
echo html_encode(getFormattedMainSiteName('', ', ') . getGalleryTitle() . ', ' . getBareAlbumTitle() . ', ' . implode(',', getTags()));
?>
" />
<meta name="description" content="<?php
echo html_encode(getAlbumDesc());
?>
" />
<title><?php
echo strip_tags(getFormattedMainSiteName('', ' / ') . getGalleryTitle() . ' / ' . gettext('Search') . ' / ' . $searchwords);
?>
</title>
</head>
<body id="gallery-index">
<div id="wrapper">
<div id="header">
<div id="logo">
示例7: printBareAlbumTitle
function printBareAlbumTitle()
{
echo html_encodeTagged(getBareAlbumTitle());
}
示例8: printBareAlbumTitle
function printBareAlbumTitle($length = 35)
{
echo html_encode(truncate_string(getBareAlbumTitle(), $length));
}
示例9: while
<ul class="list-inline">
<?php
while (next_album()) {
?>
<li class="thumbnail">
<a href="<?php
echo html_encode(getAlbumURL());
?>
" title="<?php
echo gettext('View album:');
?>
<?php
getBareAlbumTitle();
?>
"><?php
printCustomAlbumThumbImage(getBareAlbumTitle(), "", 240, "", 240, 160);
?>
</a>
<h4><a href="<?php
echo html_encode(getAlbumURL());
?>
" title="<?php
echo gettext('View album:');
?>
<?php
printBareAlbumTitle();
?>
"><?php
printAlbumTitle();
?>
</a></h4>
示例10: html_encode
echo html_encode(getAlbumURL());
?>
" title="<?php
echo gettext('View album:') . ' ' . html_encode(getBareAlbumTitle());
?>
">
<?php
printCustomAlbumThumbImage(getBareAlbumTitle(), NULL, getOption('personnal_thumb_width'), getOption('personnal_thumb_height'), getOption('personnal_thumb_width'), getOption('personnal_thumb_height'), NULL, NULL, 'remove-attributes');
?>
</a>
<h4>
<a href="<?php
echo html_encode(getAlbumURL());
?>
" title="<?php
echo gettext('View album:') . html_encode(getBareAlbumTitle());
?>
">
<?php
printAlbumTitle();
?>
</a>
</h4>
</li>
<?php
}
?>
</ul>
<script type="text/javascript">
$('.thumbnail').tooltip({
placement: 'bottom'
示例11: gettext
$galleryactive = true;
}
$objectclass = 'gallery-index';
$rss_option = 'Gallery';
$rss_title = gettext('RSS Gallery Images');
break;
case 'gallery.php':
$galleryactive = true;
$objectclass = 'gallery-sep-index';
$rss_option = 'Gallery';
$rss_title = gettext('RSS Gallery Images');
break;
case 'album.php':
$zpbase_metadesc = truncate_string(getBareAlbumDesc(), 150, '...');
$galleryactive = true;
$objectclass = str_replace(" ", "", getBareAlbumTitle()) . '-' . $_zp_current_album->getID();
$rss_option = 'Collection';
$rss_title = gettext('RSS Album Images');
break;
case 'image.php':
$zpbase_metadesc = truncate_string(getBareImageDesc(), 150, '...');
$galleryactive = true;
$objectclass = str_replace(" ", "", getBareImageTitle()) . '-' . $_zp_current_image->getID();
break;
case 'archive.php':
$zpbase_metadesc = gettext('Archive View') . '... ' . truncate_string(getBareGalleryDesc(), 130, '...');
$objectclass = 'archive-page';
$rss_option = 'Gallery';
$rss_title = gettext('RSS Gallery Images');
break;
case 'search.php':
示例12: getHTMLMetaData
/**
* Prints html meta data to be used in the <head> section of a page
*
*/
function getHTMLMetaData()
{
global $_zp_gallery, $_zp_current_album, $_zp_current_image, $_zp_current_zenpage_news, $_zp_current_zenpage_page, $_zp_gallery_page, $_zp_current_category, $_zp_authority;
$url = sanitize("http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
// Convert locale shorttag to allowed html meta format
$locale = getOption("locale");
$locale = strtr($locale, "_", "-");
// generate page title, get date
$pagetitle = "";
$date = strftime(DATE_FORMAT);
// if we don't have a item date use current date
$desc = getBareGalleryDesc();
if (is_object($_zp_current_image) and is_object($_zp_current_album)) {
$pagetitle = getBareImageTitle() . " (" . getBareAlbumTitle() . ") - ";
$date = getImageDate();
$desc = getBareImageDesc();
}
if (is_object($_zp_current_album) and !is_object($_zp_current_image)) {
$pagetitle = getBareAlbumTitle() . " - ";
$date = getAlbumDate();
$desc = getBareAlbumDesc();
}
if (function_exists("is_NewsArticle")) {
if (is_NewsArticle()) {
$pagetitle = getBareNewsTitle() . " - ";
$date = getNewsDate();
$desc = strip_tags(getNewsContent());
} else {
if (is_NewsCategory()) {
$pagetitle = $_zp_current_category->getTitlelink() . " - ";
$date = strftime(DATE_FORMAT);
$desc = "";
} else {
if (is_Pages()) {
$pagetitle = getBarePageTitle() . " - ";
$date = getPageDate();
$desc = strip_tags(getPageContent());
}
}
}
}
// shorten desc to the allowed 200 characters if necesssary.
if (strlen($desc) > 200) {
$desc = substr($desc, 0, 200);
}
$pagetitle = $pagetitle . getBareGalleryTitle();
// get master admin
$admin = $_zp_authority->getAnAdmin(array('`user`=' => $_zp_authority->master_user, '`valid`=' => 1));
$author = $admin->getName();
$meta = '';
if (getOption('htmlmeta_http-equiv-language')) {
$meta .= '<meta http-equiv="language" content="' . $locale . '" />' . "\n";
}
if (getOption('htmlmeta_name-language')) {
$meta .= '<meta name="language" content="' . $locale . '" />' . "\n";
}
if (getOption('htmlmeta_name-content-language')) {
$meta .= '<meta name="content-language" content="' . $locale . '" />' . "\n";
}
if (getOption('htmlmeta_http-equiv-imagetoolbar')) {
$meta .= '<meta http-equiv="imagetoolbar" content="false" />' . "\n";
}
if (getOption('htmlmeta_http-equiv-cache-control')) {
$meta .= '<meta http-equiv="cache-control" content="' . getOption("htmlmeta_cache_control") . '" />' . "\n";
}
if (getOption('htmlmeta_http-equiv-pragma')) {
$meta .= '<meta http-equiv="pragma" content="' . getOption("htmlmeta_pragma") . '" />' . "\n";
}
if (getOption('htmlmeta_http-equiv-content-style-type')) {
$meta .= '<meta http-equiv="Content-Style-Type" content="text/css" />' . "\n";
}
if (getOption('htmlmeta_name-title')) {
$meta .= '<meta name="title" content="' . $pagetitle . '" />' . "\n";
}
if (getOption('htmlmeta_name-keywords')) {
$meta .= '<meta name="keywords" content="' . getMetaKeywords() . '" />' . "\n";
}
if (getOption('htmlmeta_name-description')) {
$meta .= '<meta name="description" content="' . $desc . '" />' . "\n";
}
if (getOption('htmlmeta_name-page-topic')) {
$meta .= '<meta name="page-topic" content="' . $desc . '" />' . "\n";
}
if (getOption('htmlmeta_name-robots')) {
$meta .= '<meta name="robots" content="' . getOption("htmlmeta_robots") . '" />' . "\n";
}
if (getOption('htmlmeta_name-publisher')) {
$meta .= '<meta name="publisher" content="' . FULLWEBPATH . '" />' . "\n";
}
if (getOption('htmlmeta_name-creator')) {
$meta .= '<meta name="creator" content="' . FULLWEBPATH . '" />' . "\n";
}
if (getOption('htmlmeta_name-author')) {
$meta .= '<meta name="author" content="' . $author . '" />' . "\n";
}
if (getOption('htmlmeta_name-copyright')) {
//.........这里部分代码省略.........
示例13: getGalleryTitleHeader
?>
</div>
<div id="gallery_title">
<?php
echo getGalleryTitleHeader();
?>
</div>
</div>
<div id="breadcrumb">
<ul>
<?php
getFormattedMainSiteName('<li class="page">', '</li><li class="chevron"> > </li>');
echo '<li><a href="' . getGalleryIndexURL() . '">' . getBareGalleryTitle() . '</a></li>';
getParentBreadcrumbTLB('<li class="chevron"><a> > </a></li>');
echo '<li class="chevron"><a> > </a></li>';
echo '<li><a>' . getBareAlbumTitle() . '</a></li>';
?>
</ul>
</div>
<div id="menu">
<?php
printThemeMenu();
?>
</div>
<div id="content" class="c">
<div id="description">
<div class="c">
<div id="title" class="box"><h3><?php
printAlbumTitle(true);
?>
</h3></div>
示例14: getBareGalleryTitle
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
<?php
echo getBareGalleryTitle();
if ($_zp_gallery_page == 'index.php' || $_zp_gallery_page == 'gallery.php') {
echo " | " . $zpgal_tagline;
}
if ($_zp_gallery_page == 'album.php') {
echo " | " . getBareAlbumTitle();
}
if ($_zp_gallery_page == 'image.php') {
echo " | " . getBareAlbumTitle();
echo " | " . getBareImageTitle();
}
if ($_zp_gallery_page == 'contact.php') {
echo " | " . gettext('Contact');
}
if ($_zp_gallery_page == 'pages.php') {
echo " | " . getBarePageTitle();
}
if ($_zp_gallery_page == 'archive.php') {
echo " | " . gettext('Archive View');
}
if ($_zp_gallery_page == 'password.php') {
echo " | " . gettext('Password Required...');
}
if ($_zp_gallery_page == '404.php') {
示例15: html_encode
<a class="thumb-link" href="<?php
echo html_encode(getAlbumURL());
?>
" title="<?php
echo getNumAlbums() . ' ' . gettext('subalbums') . ' / ' . getNumImages() . ' ' . gettext('images') . ' - ' . strip_tags(shortenContent(getBareAlbumDesc(), 300, '...'));
?>
">
<?php
if ($zpmin_thumb_crop) {
printCustomAlbumThumbImage(getAnnotatedAlbumTitle(), null, $zpmin_album_thumb_size, $zpmin_album_thumb_size, $zpmin_album_thumb_size, $zpmin_album_thumb_size);
} else {
printCustomAlbumThumbImage(getAnnotatedAlbumTitle(), $zpmin_album_thumb_size);
}
?>
<span class="album-title"><?php
echo html_encodeTagged(shortenContent(getBareAlbumTitle(), 25, '...'));
?>
</span>
</a>
</div>
<?php
}
?>
</div>
<div id="thumbs-wrap">
<?php
while (next_image()) {
?>
<div class="thumb-maxspace">
<a class="thumb-link" href="<?php
echo html_encode(getImageURL());