Compare commits
4 Commits
18e68ce308
...
1feb21e597
Author | SHA1 | Date |
---|---|---|
buttle | 1feb21e597 | |
buttle | d7dde0ddec | |
buttle | 0cd4e6de39 | |
buttle | 4cdcfcf443 |
|
@ -2,3 +2,4 @@
|
||||||
bower_components
|
bower_components
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
_
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
.archive-logo {
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
|
.archive-page-title {
|
||||||
|
text-align: center;
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 241 KiB |
|
@ -0,0 +1,43 @@
|
||||||
|
<?php
|
||||||
|
$archiveSiteHelper = $this->getHelperPluginManager()->get('archiveSiteMeta');
|
||||||
|
$collections = $archiveSiteHelper->getCollections();
|
||||||
|
?>
|
||||||
|
|
||||||
|
<div class="list-of-sites">
|
||||||
|
<div class="site-list">
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Site</th>
|
||||||
|
<th>Curator</th>
|
||||||
|
<th>Collection</th>
|
||||||
|
<th>Date</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
|
foreach($sites as $site):
|
||||||
|
$site_meta_values = $archiveSiteHelper->getSiteMetaValues($site);
|
||||||
|
//echo $this->partial('common/index/site-list-item', [
|
||||||
|
echo $this->partial('common/site-list-entry', [
|
||||||
|
'site' => $site,
|
||||||
|
'showSummary' => $summaries,
|
||||||
|
'site_meta_values' => $site_meta_values,
|
||||||
|
'archive_collections' => $archiveSiteHelper->getCollections(),
|
||||||
|
]);
|
||||||
|
endforeach;
|
||||||
|
?>
|
||||||
|
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<?php
|
||||||
|
if ($pagination):
|
||||||
|
echo $this->pagination();
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
</div>
|
|
@ -3,11 +3,13 @@
|
||||||
<div class="title-bar" data-responsive-toggle="responsive-menu" data-hide-for="large">
|
<div class="title-bar" data-responsive-toggle="responsive-menu" data-hide-for="large">
|
||||||
<button class="menu-toggle" type="button" data-toggle="offCanvas" aria-label="<?php echo $this->translate('Menu'); ?>"><i class="fas fa-bars"></i></button>
|
<button class="menu-toggle" type="button" data-toggle="offCanvas" aria-label="<?php echo $this->translate('Menu'); ?>"><i class="fas fa-bars"></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<?php if ($this->themeSetting('logo')): ?>
|
<?php if ($this->themeSetting('logo')): ?>
|
||||||
<a href="<?php echo $site->url(); ?>" class="site-title"><img src="<?php echo $this->themeSettingAssetUrl('logo'); ?>" title="Logo"></a>
|
<a href="<?php echo $site->url(); ?>" class="site-title"><img src="<?php echo $this->themeSettingAssetUrl('logo'); ?>" title="Logo"></a>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<a href="<?php echo $site->url(); ?>" class="site-title"><?php echo $this->pageTitle($site->title()); ?></a>
|
<a href="<?php echo $site->url(); ?>" class="site-title"><?php echo $this->pageTitle($site->title()); ?></a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
-->
|
||||||
</nav>
|
</nav>
|
||||||
<div class="top-bar-right" id="responsive-menu">
|
<div class="top-bar-right" id="responsive-menu">
|
||||||
<?php echo $site->publicNav()->menu()->setPartial('common/foundation-navigation.phtml')->renderPartialWithParams(['layout' => 'dropdown']); ?>
|
<?php echo $site->publicNav()->menu()->setPartial('common/foundation-navigation.phtml')->renderPartialWithParams(['layout' => 'dropdown']); ?>
|
||||||
|
@ -15,4 +17,4 @@
|
||||||
<?php echo $this->partial('common/search-form'); ?>
|
<?php echo $this->partial('common/search-form'); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$summary = $showSummary ? $site->summary() : null;
|
$summary = $showSummary ? $site->summary() : null;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<tr class="_expandable_site_item">
|
<tr class="_expandable_site_item">
|
||||||
<td>
|
<td>
|
||||||
<?php echo $this->hyperlink($site->title(), $site->siteUrl(), ['class' => 'site-link']); ?>
|
<?php echo $this->hyperlink($site->title(), $site->siteUrl(), ['class' => 'site-link']); ?>
|
||||||
|
|
|
@ -1,111 +0,0 @@
|
||||||
<?php
|
|
||||||
$escape = $this->plugin('escapeHtml');
|
|
||||||
$stylesheet = $this->themeSetting('stylesheet');
|
|
||||||
$this->htmlElement('html')->setAttribute('lang', $this->lang());
|
|
||||||
$this->headMeta()->setCharset('utf-8');
|
|
||||||
$this->headMeta()->appendName('viewport', 'width=device-width, initial-scale=1');
|
|
||||||
$this->headTitle($this->setting('installation_title', 'Omeka S'))->setSeparator(' · ');
|
|
||||||
if (isset($stylesheet)) {
|
|
||||||
$this->headLink()->prependStylesheet($this->assetUrl("css/$stylesheet.css"));
|
|
||||||
} else {
|
|
||||||
$this->headLink()->prependStylesheet($this->assetUrl('css/default.css'));
|
|
||||||
}
|
|
||||||
$this->headLink()->prependStylesheet($this->assetUrl('css/iconfonts.css', 'Omeka'));
|
|
||||||
$this->headScript()->prependFile('//cdn.jsdelivr.net/npm/foundation-sites@6.5.3/dist/js/foundation.min.js', 'text/javascript', [
|
|
||||||
'integrity' => 'sha256-/PFxCnsMh+nTuM0k3VJCRch1gwnCfKjaP8rJNq5SoBg= sha384-9ksAFjQjZnpqt6VtpjMjlp2S0qrGbcwF/rvrLUg2vciMhwc1UJJeAAOLuJ96w+Nj sha512-UMSn6RHqqJeJcIfV1eS2tPKCjzaHkU/KqgAnQ7Nzn0mLicFxaVhm9vq7zG5+0LALt15j1ljlg8Fp9PT1VGNmDw==',
|
|
||||||
'crossorigin' => 'anonymous'
|
|
||||||
]);
|
|
||||||
$this->headScript()->prependFile($this->assetUrl('js/global.js', 'Omeka'));
|
|
||||||
$this->headScript()->prependFile($this->assetUrl('vendor/jquery/jquery.min.js', 'Omeka'));
|
|
||||||
$this->trigger('view.layout');
|
|
||||||
$title = $this->pageTitle($site->title());
|
|
||||||
$userBar = $this->userBar();
|
|
||||||
|
|
||||||
$navLayout = ($this->themeSetting('nav_layout')) ? $this->themeSetting('nav_layout') : 'dropdown';
|
|
||||||
$this->htmlElement('body')->appendAttribute('class', $navLayout . '-menu');
|
|
||||||
if ($userBar) {
|
|
||||||
$this->htmlElement('body')->appendAttribute('class', 'user-bar');
|
|
||||||
}
|
|
||||||
|
|
||||||
$logo = $this->themeSettingAssetUrl('logo');
|
|
||||||
if ($logo):
|
|
||||||
$title = '<img src="' . $this->escapeHtml($logo) . '">';
|
|
||||||
endif;
|
|
||||||
?>
|
|
||||||
<?php echo $this->doctype(); ?>
|
|
||||||
<?php echo $this->htmlElement('html'); ?>
|
|
||||||
<head>
|
|
||||||
<?php echo $this->headMeta(); ?>
|
|
||||||
<?php echo $this->headTitle(); ?>
|
|
||||||
<?php echo $this->headLink(); ?>
|
|
||||||
<?php echo $this->headStyle(); ?>
|
|
||||||
<?php echo $this->headScript(); ?>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<?php echo $this->htmlElement('body'); ?>
|
|
||||||
|
|
||||||
<div id="offCanvas" class="off-canvas position-left" data-off-canvas>
|
|
||||||
<?php echo $site->publicNav()->menu()->setPartial('common/foundation-navigation.phtml')->renderPartialWithParams(['layout' => 'vertical']); ?>
|
|
||||||
<div class="search">
|
|
||||||
<?php echo $this->partial('common/search-form'); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="off-canvas-content" data-off-canvas-content>
|
|
||||||
|
|
||||||
<a id="skipnav" href="#content"><?php echo $this->translate('Skip to main content'); ?></a>
|
|
||||||
<?php echo $userBar; ?>
|
|
||||||
|
|
||||||
EXHIBIT
|
|
||||||
|
|
||||||
<img id="archive_header_img" />
|
|
||||||
|
|
||||||
<?php
|
|
||||||
//echo $page;
|
|
||||||
//echo $this->container;
|
|
||||||
/*
|
|
||||||
foreach ($this->container as $page) {
|
|
||||||
print($page->id);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
$nav = $site->publicNav();
|
|
||||||
$container = $nav->getContainer();
|
|
||||||
$activePage = $nav->findActive($container);
|
|
||||||
|
|
||||||
$slug = $activePage['page']->getParams()['page-slug'];
|
|
||||||
print($slug);
|
|
||||||
foreach ($activePage['page']->getParams() as $key => $param) {
|
|
||||||
print($key.' '.$param);
|
|
||||||
}
|
|
||||||
#$page_id = $activePage->id();
|
|
||||||
#print($page_id);
|
|
||||||
*/
|
|
||||||
//$header_image = $this->getHelperPluginManager()->get('pageMeta')->getMetaImage($this);
|
|
||||||
?>
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<?php if ($navLayout == 'vertical'): ?>
|
|
||||||
<?php echo $this->partial('common/header-vertical'); ?>
|
|
||||||
<?php else: ?>
|
|
||||||
<?php echo $this->partial('common/header-dropdown'); ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div id="content" role="main">
|
|
||||||
<?php echo $this->content; ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<?php if ($footerContent = $this->themeSetting('footer')): ?>
|
|
||||||
<?php echo $footerContent; ?>
|
|
||||||
<?php else: ?>
|
|
||||||
<?php echo $this->translate('Powered by Omeka S'); ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
<script>
|
|
||||||
$(document).foundation();
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -20,6 +20,7 @@ $this->headScript()->prependFile($this->assetUrl('js/global.js', 'Omeka'));
|
||||||
$this->headScript()->prependFile($this->assetUrl('js/expand-site-list-item.js'));
|
$this->headScript()->prependFile($this->assetUrl('js/expand-site-list-item.js'));
|
||||||
|
|
||||||
$this->headScript()->prependFile($this->assetUrl('vendor/jquery/jquery.min.js', 'Omeka'));
|
$this->headScript()->prependFile($this->assetUrl('vendor/jquery/jquery.min.js', 'Omeka'));
|
||||||
|
$this->headLink()->prependStylesheet($this->assetUrl("css/archive.css"));
|
||||||
$this->trigger('view.layout');
|
$this->trigger('view.layout');
|
||||||
$title = $this->pageTitle($site->title());
|
$title = $this->pageTitle($site->title());
|
||||||
$userBar = $this->userBar();
|
$userBar = $this->userBar();
|
||||||
|
@ -29,11 +30,12 @@ $this->htmlElement('body')->appendAttribute('class', $navLayout . '-menu');
|
||||||
if ($userBar) {
|
if ($userBar) {
|
||||||
$this->htmlElement('body')->appendAttribute('class', 'user-bar');
|
$this->htmlElement('body')->appendAttribute('class', 'user-bar');
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
$logo = $this->themeSettingAssetUrl('logo');
|
$logo = $this->themeSettingAssetUrl('logo');
|
||||||
if ($logo):
|
if ($logo):
|
||||||
$title = '<img src="' . $this->escapeHtml($logo) . '">';
|
$title = '<img src="' . $this->escapeHtml($logo) . '">';
|
||||||
endif;
|
endif;
|
||||||
|
*/
|
||||||
?>
|
?>
|
||||||
<?php echo $this->doctype(); ?>
|
<?php echo $this->doctype(); ?>
|
||||||
<?php echo $this->htmlElement('html'); ?>
|
<?php echo $this->htmlElement('html'); ?>
|
||||||
|
@ -58,8 +60,18 @@ endif;
|
||||||
<a id="skipnav" href="#content"><?php echo $this->translate('Skip to main content'); ?></a>
|
<a id="skipnav" href="#content"><?php echo $this->translate('Skip to main content'); ?></a>
|
||||||
<?php echo $userBar; ?>
|
<?php echo $userBar; ?>
|
||||||
|
|
||||||
|
<a href="http://arc-hive.zone">
|
||||||
|
<img class="archive-logo"
|
||||||
|
src="<?= $this->assetUrl("img/arc-hive-logo.jpg") ?>"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
|
||||||
<img id="archive_header_img" />
|
<img id="archive_header_img" />
|
||||||
|
|
||||||
|
<h1 id="archive_page_title"
|
||||||
|
class="archive-page-title">
|
||||||
|
</h1>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
//echo $page;
|
//echo $page;
|
||||||
//echo $this->container;
|
//echo $this->container;
|
||||||
|
|
|
@ -41,7 +41,7 @@ $form->prepare();
|
||||||
<h3><?php echo $translate('Add new block'); ?></h3>
|
<h3><?php echo $translate('Add new block'); ?></h3>
|
||||||
<?php foreach ($this->blockLayout()->getLayouts() as $layout): ?>
|
<?php foreach ($this->blockLayout()->getLayouts() as $layout): ?>
|
||||||
<?php if ($layout == "html") { continue; } ?>
|
<?php if ($layout == "html") { continue; } ?>
|
||||||
<?php if ($layout == "tableOfContents") { continue; } ?>
|
<?php /* if ($layout == "tableOfContents") { continue; } */ ?>
|
||||||
<?php if ($layout == "searchingForm") { continue; } ?>
|
<?php if ($layout == "searchingForm") { continue; } ?>
|
||||||
<button type="button" value="<?php echo $escape($layout); ?>" class="option">
|
<button type="button" value="<?php echo $escape($layout); ?>" class="option">
|
||||||
<?php echo $escape($translate($this->blockLayout()->getLayoutLabel($layout))); ?>
|
<?php echo $escape($translate($this->blockLayout()->getLayoutLabel($layout))); ?>
|
||||||
|
|
|
@ -1,80 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
$translate = $this->plugin('translate');
|
|
||||||
|
|
||||||
$this->htmlElement('body')->appendAttribute('class', 'site browse front');
|
|
||||||
$title = $this->setting('installation_title', 'Omeka S');
|
|
||||||
|
|
||||||
$subtitle = $translate('Sites');
|
|
||||||
$this->headTitle($subtitle);
|
|
||||||
?>
|
|
||||||
<h1>
|
|
||||||
<?php echo $this->hyperlink($title, $this->url('top', ['action' => 'index'])); ?>
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
|
|
||||||
omeka/site/index.phtml
|
|
||||||
|
|
||||||
<?php if ($sites): ?>
|
|
||||||
|
|
||||||
<?php echo $this->partial(
|
|
||||||
'common/cross-site-search/fulltext-form.phtml',
|
|
||||||
['action' => $this->url('search', ['action' => 'results'], true)]
|
|
||||||
); ?>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
$archiveSiteHelper = $this->getHelperPluginManager()->get('archiveSiteMeta');
|
|
||||||
$collections = $archiveSiteHelper->getCollections();
|
|
||||||
?>
|
|
||||||
<!--
|
|
||||||
<h2>Collections</h2>
|
|
||||||
<hr />
|
|
||||||
<p>
|
|
||||||
<?php foreach($collections as $collection_label => $collection_name){ ?>
|
|
||||||
<a href="/c/<?= $collection_label ?>"><?= $collection_name ?></a>
|
|
||||||
<br />
|
|
||||||
<?php } ?>
|
|
||||||
</p>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- <h2 class="site-list-heading"><?php echo $subtitle; ?></h2> -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="site-list">
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Site</th>
|
|
||||||
<th>Curator</th>
|
|
||||||
<th>Collection</th>
|
|
||||||
<th>Date</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<?php
|
|
||||||
foreach ($sites as $site):
|
|
||||||
$site_meta_values = $archiveSiteHelper->getSiteMetaValues($site);
|
|
||||||
echo $this->partial('common/site-list-entry', [
|
|
||||||
'site' => $site,
|
|
||||||
'site_meta_values' => $site_meta_values,
|
|
||||||
'archive_collections' => $archiveSiteHelper->getCollections(),
|
|
||||||
'showSummary' => true
|
|
||||||
]);
|
|
||||||
endforeach;
|
|
||||||
?>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<?php echo $this->pagination(); ?>
|
|
||||||
|
|
||||||
<?php endif; ?>
|
|
||||||
<p><?php echo sprintf(
|
|
||||||
$translate('Go to the %1$s to start working with %2$s.'),
|
|
||||||
$this->hyperlink($translate('Admin dashboard'), $this->url('admin')),
|
|
||||||
$title
|
|
||||||
); ?></p>
|
|
|
@ -28,22 +28,27 @@ if ($img_src) {
|
||||||
</style>
|
</style>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$("#archive_page_title").html('<?= $site->title(); ?>');
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<div class="resource-title">
|
<div class="resource-title">
|
||||||
<?php echo $this->pageTitle($item->displayTitle(), 2); ?>
|
<?php echo $this->pageTitle($item->displayTitle(), 2); ?>
|
||||||
<h3 class="label"><?php echo $translate('Item'); ?></h3>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="grid-x">
|
<div class="grid-x">
|
||||||
|
|
||||||
<?php if ($embedMedia && $itemMedia): ?>
|
<?php if ($embedMedia && $itemMedia): ?>
|
||||||
<div class="media-embeds">
|
<div class="media-embeds">
|
||||||
<?php foreach ($itemMedia as $media):
|
<?php foreach ($itemMedia as $media):
|
||||||
echo $media->render();
|
echo $media->render();
|
||||||
endforeach;
|
endforeach;
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if (!$embedMedia && $itemMedia): ?>
|
<?php if (!$embedMedia && $itemMedia): ?>
|
||||||
<div class="media-list">
|
<div class="media-list">
|
||||||
<?php foreach ($itemMedia as $media): ?>
|
<?php foreach ($itemMedia as $media): ?>
|
||||||
|
@ -52,23 +57,29 @@ endforeach;
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
||||||
<div id="resource-values" class="<?php echo ($showLayout == 'inline') ? 'inline' : 'stack'; ?>">
|
<div id="resource-values" class="<?php echo ($showLayout == 'inline') ? 'inline' : 'stack'; ?>">
|
||||||
<?php $this->trigger('view.show.before'); ?>
|
<?php $this->trigger('view.show.before'); ?>
|
||||||
<?php echo $item->displayValues(); ?>
|
<?php echo $item->displayValues(); ?>
|
||||||
<?php $itemSets = $item->itemSets(); ?>
|
<?php $itemSets = $item->itemSets(); ?>
|
||||||
|
<!-- remove items sets
|
||||||
<dl>
|
<dl>
|
||||||
<?php if (count($itemSets) > 0): ?>
|
<?php if (count($itemSets) > 0): ?>
|
||||||
<div class="property">
|
<div class="property">
|
||||||
<dt><?php echo $translate('Item sets'); ?></dt>
|
<dt><?php echo $translate('Item sets'); ?></dt>
|
||||||
<div class="values">
|
<div class="values">
|
||||||
<?php foreach ($itemSets as $itemSet): ?>
|
<?php foreach ($itemSets as $itemSet): ?>
|
||||||
<dd class="value"><a href="<?php echo $escape($itemSet->url()); ?>"><?php echo $itemSet->displayTitle(); ?></a></dd>
|
<dd class="value">
|
||||||
|
<a href="<?php echo $escape($itemSet->url()); ?>">
|
||||||
|
<?php echo $itemSet->displayTitle(); ?>
|
||||||
|
</a>
|
||||||
|
</dd>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</dl>
|
</dl>
|
||||||
|
-->
|
||||||
<?php
|
<?php
|
||||||
$page = $this->params()->fromQuery('page', 1);
|
$page = $this->params()->fromQuery('page', 1);
|
||||||
$property = $this->params()->fromQuery('property');
|
$property = $this->params()->fromQuery('property');
|
||||||
|
|
|
@ -3,9 +3,35 @@ $translate = $this->plugin('translate');
|
||||||
?>
|
?>
|
||||||
<?php $this->htmlElement('body')->appendAttribute('class', 'media resource show'); ?>
|
<?php $this->htmlElement('body')->appendAttribute('class', 'media resource show'); ?>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
$site->pages();
|
||||||
|
// set header image
|
||||||
|
$img_src = $this->getHelperPluginManager()->get('archiveSiteMeta')->getSiteImage($site);
|
||||||
|
if ($img_src) {
|
||||||
|
?>
|
||||||
|
<style>
|
||||||
|
#archive_header_img {
|
||||||
|
background:url("<?= $img_src ?>") no-repeat;
|
||||||
|
width:100%;
|
||||||
|
height:100px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<?php } else { ?>
|
||||||
|
<style>
|
||||||
|
#archive_header_img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$("#archive_page_title").html('<?= $site->title(); ?>');
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<div class="resource-title">
|
<div class="resource-title">
|
||||||
<?php echo $this->pageTitle($media->displayTitle(), 2); ?>
|
<?php echo $this->pageTitle($media->displayTitle(), 2); ?>
|
||||||
<h3 class="label"><?php echo $translate('Media'); ?></h3>
|
<!-- <h3 class="label"><?php echo $translate('Media'); ?></h3> -->
|
||||||
</div>
|
</div>
|
||||||
<?php $this->trigger('view.show.before'); ?>
|
<?php $this->trigger('view.show.before'); ?>
|
||||||
<?php echo $media->render(); ?>
|
<?php echo $media->render(); ?>
|
||||||
|
|
|
@ -26,7 +26,15 @@ if ($img_src) {
|
||||||
</style>
|
</style>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php /* echo $page->id(); */ ?>
|
<script>
|
||||||
|
$("#archive_page_title").html('<?= $site->title(); ?>');
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<?php /*
|
||||||
|
echo $page->id();
|
||||||
|
$this->pageTitle($page->title());
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$nav = $site->publicNav();
|
$nav = $site->publicNav();
|
||||||
|
@ -42,6 +50,7 @@ if ($activePage):
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
<?php
|
<?php
|
||||||
$pages = $this->getHelperPluginManager()->get('archiveSiteMeta')->getPages('exhibit');
|
$pages = $this->getHelperPluginManager()->get('archiveSiteMeta')->getPages('exhibit');
|
||||||
foreach ($pages as $key => $value) {
|
foreach ($pages as $key => $value) {
|
||||||
|
@ -51,6 +60,7 @@ if ($activePage):
|
||||||
print('<br />');
|
print('<br />');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- archive menu -->
|
<!-- archive menu -->
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue