%PDF-1.7 GIF89;
shell
Server IP : 172.66.157.178  /  Your IP : 172.16.20.3
Web Server : Apache/2.4.25 (Debian)
System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : application ( 1000)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /app/plugins/themes/JetJournal/templates/common/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /app/plugins/themes/JetJournal/templates/common/header.tpl
{strip}
{translate|assign:"applicationName" key="common.openJournalSystems"}
{call_hook|assign:"leftSidebarCode" name="Templates::Common::LeftSidebar"}
{call_hook|assign:"rightSidebarCode" name="Templates::Common::RightSidebar"}
{if !$pageTitleTranslated}{translate|assign:"pageTitleTranslated" key=$pageTitle}{/if}
{if $pageCrumbTitle}
	{translate|assign:"pageCrumbTitleTranslated" key=$pageCrumbTitle}
{elseif !$pageCrumbTitleTranslated}
	{assign var="pageCrumbTitleTranslated" value=$pageTitleTranslated}
{/if}
{/strip}
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset={$defaultCharset|escape}" />
	<title>{$pageTitleTranslated}</title>
	<meta name="description" content="{$metaSearchDescription|escape}" />
	<meta name="keywords" content="{$metaSearchKeywords|escape}" />
	<meta name="generator" content="{$applicationName} {$currentVersionString|escape}" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	{$metaCustomHeaders}
	{if $displayFavicon}<link rel="icon" href="{$faviconDir}/{$displayFavicon.uploadName|escape:"url"}" type="{$displayFavicon.mimeType|escape}" />{/if}
	<!-- Base Jquery -->
	{if $allowCDN}<script type="text/javascript" src="//www.google.com/jsapi"></script>
	<script type="text/javascript">{literal}
		<!--
		// Provide a local fallback if the CDN cannot be reached
		if (typeof google == 'undefined') {
			document.write(unescape("%3Cscript src='{/literal}{$baseUrl}{literal}/lib/pkp/js/lib/jquery/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
			document.write(unescape("%3Cscript src='{/literal}{$baseUrl}{literal}/lib/pkp/js/lib/jquery/plugins/jqueryUi.min.js' type='text/javascript'%3E%3C/script%3E"));
		} else {
			google.load("jquery", "{/literal}{$smarty.const.CDN_JQUERY_VERSION}{literal}");
			google.load("jqueryui", "{/literal}{$smarty.const.CDN_JQUERY_UI_VERSION}{literal}");
		}
		// -->
	{/literal}</script>
	{else}
	<script type="text/javascript" src="{$baseUrl}/lib/pkp/js/lib/jquery/jquery.min.js"></script>
	<script type="text/javascript" src="{$baseUrl}/lib/pkp/js/lib/jquery/plugins/jqueryUi.min.js"></script>
	{/if}

	<!-- Compiled scripts -->
	{if $useMinifiedJavaScript}
		<script type="text/javascript" src="{$baseUrl}/js/pkp.min.js"></script>
	{else}
		{include file="common/minifiedScripts.tpl"}
	{/if}

	<script type="text/javascript">{literal}
		<!--
		$(function(){
			fontSize("#sizer", "body", 9, 16, 32, "{/literal}{$basePath|escape:"javascript"}{literal}"); // Initialize the font sizer
		});
		// -->
	{/literal}</script>

	<script type="text/javascript">
		<!--
		// initialise plugins
		{literal}
		$(function(){
			{/literal}{if $validateId}{literal}
			jqueryValidatorI18n("{/literal}{$baseUrl}{literal}", "{/literal}{$currentLocale}{literal}"); // include the appropriate validation localization
			$("form[name={/literal}{$validateId}{literal}]").validate({
				errorClass: "error",
				highlight: function(element, errorClass) {
					$(element).parent().parent().addClass(errorClass);
				},
				unhighlight: function(element, errorClass) {
					$(element).parent().parent().removeClass(errorClass);
				}
			});
			{/literal}{/if}{literal}
			$(".tagit").live('click', function() {
				$(this).find('input').focus();
			});
		});
		// -->
		{/literal}
	</script>

	{if $hasSystemNotifications}
		{url|assign:fetchNotificationUrl page='notification' op='fetchNotification' escape=false}
		<script type="text/javascript">
			$(function(){ldelim}
				$.get('{$fetchNotificationUrl}', null,
					function(data){ldelim}
						var notifications = data.content;
						var i, l;
						if (notifications && notifications.general) {ldelim}
							$.each(notifications.general, function(notificationLevel, notificationList) {ldelim}
								$.each(notificationList, function(notificationId, notification) {ldelim}
									console.log(notification);
									$.pnotify(notification);
								{rdelim});
							{rdelim});
						{rdelim}
				{rdelim}, 'json');
			{rdelim});
		</script>
	{/if}{* hasSystemNotifications *}

	{$additionalHeadData}
	



	<!-- JetJournal Template Plugin -->

	<link rel="stylesheet" href="{$baseUrl}/plugins/themes/JetJournal/css/bootstrap.min.css" type="text/css" />
	<link rel="stylesheet" href="{$baseUrl}/plugins/themes/JetJournal/css/style.css" type="text/css" />
	<link rel="stylesheet" href="{$baseUrl}/plugins/themes/JetJournal/font-awesome/css/font-awesome.min.css">
	<link rel="stylesheet" href="{$baseUrl}/plugins/themes/JetJournal/css/main.css" type="text/css" />

	{foreach from=$stylesheets item=cssUrl}
		<link rel="stylesheet" href="{$cssUrl}" type="text/css" />
	{/foreach}
	
	{$themeHeadData}
	
	{literal}
	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
	<script type="text/javascript" src="{/literal}{$baseUrl}{literal}/plugins/themes/JetJournal/js/jquery-browser.js"></script>
	<script type="text/javascript">
	//Load the new jQuery locally if it could not be loaded from the CDN
	if (typeof jQuery == 'undefined' || jQuery.fn.jquery != '1.9.1')
	{
	    document.write(unescape("%3Cscript src='{/literal}{$baseUrl|escape:"javascript"}{literal}/plugins/themes/JetJournal/js/jquery-1.9.1.min.js' type='text/javascript'%3E%3C/script%3E"));
	}
	</script>
	
	<script type="text/javascript">
	//Ensure the new jQuery doesn't conflict. 
	var jQueryNew = window.jQuery.noConflict(true);
	</script>
	{/literal}
	
	<!-- JetJournal -->
	{literal}
	<script type="text/javascript" src="{/literal}{$baseUrl}{literal}/plugins/themes/JetJournal/js/jquery.min.js"></script>
	<script type="text/javascript" src="{/literal}{$baseUrl}{literal}/plugins/themes/JetJournal/js/bootstrap.min.js"></script>
	<script type="text/javascript">
	//Ensure the new jQuery doesn't conflict. 
	var J1113 = jQuery.noConflict(true); 
	</script>
	<script>
	J1113( document ).ready(function() { 
		J1113('#modal').on('hide.bs.modal', function (e) {
			location.reload();
		})
	});
	</script>
	<script>
		(function(d, s, id) {
		var js, fjs = d.getElementsByTagName(s)[0];
		if (d.getElementById(id)) return;
		js = d.createElement(s); js.id = id;
		js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=1505643366421471";
		fjs.parentNode.insertBefore(js, fjs);
		}(document, 'script', 'facebook-jssdk'));
	</script>
	<script>
		!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
	</script>
	<script type="text/javascript">
		(function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/platform.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		})();
		//$(function(){
		//	$(".dropdown").hover(     
		//		function() {
		//			$('.dropdown-menu', this).stop( true, true ).fadeIn("fast");
		//			$(this).toggleClass('open');
		//			$('b', this).toggleClass("caret caret-up");                
		//		},
		//		function() {
		//			$('.dropdown-menu', this).stop( true, true ).fadeOut("fast");
		//			$(this).toggleClass('open');
		//			$('b', this).toggleClass("caret caret-up");
		//		}
		//	);
		//});
	</script>
	
	{/literal}
	
	
	<!-- JetJournal end -->
</head>
<body>
<div id="fb-root"></div>
<div id="body">
	<div class="header-main">
		
		<div id="header">
		    <div id="headerTitle">
			<h1>
			{if $displayPageHeaderLogo && is_array($displayPageHeaderLogo)}
			    <img class="img-logo" src="{$publicFilesDir}/{$displayPageHeaderLogo.uploadName|escape:"url"}" class="img-responsive" width="{$displayPageHeaderLogo.width|escape}" height="{$displayPageHeaderLogo.height|escape}" {if $displayPageHeaderLogoAltText != ''}alt="{$displayPageHeaderLogoAltText|escape}"{else}alt="{translate key="common.pageHeaderLogo.altText"}"{/if} />
			{/if}
			{if $displayPageHeaderTitle && is_array($displayPageHeaderTitle)}
			    <img class="img-title" src="{$publicFilesDir}/{$displayPageHeaderTitle.uploadName|escape:"url"}" class="img-responsive" width="{$displayPageHeaderTitle.width|escape}" height="{$displayPageHeaderTitle.height|escape}" {if $displayPageHeaderTitleAltText != ''}alt="{$displayPageHeaderTitleAltText|escape}"{else}alt="{translate key="common.pageHeader.altText"}"{/if} />
			{elseif $displayPageHeaderTitle}
				{$displayPageHeaderTitle}
			{elseif $alternatePageHeader}
				{$alternatePageHeader}
			{elseif $siteTitle}
				{$siteTitle}
			{else}
				{$applicationName}
			{/if}
			</h1>
		    </div>
		</div>
		
		{include file="common/navbar.tpl"}
    </div>
	
	
	<div id="container">
		<div class="container">
			<div class="row">
				{assign var="mainspan" value="12"}
				{* Calculate how many spans for body content *}
				{if $leftSidebarCode && $rightSidebarCode}
					{assign var="mainspan" value="6"}
				{elseif $leftSidebarCode || $rightSidebarCode}
					{assign var="mainspan" value="9"}
				{/if}
				
				{if $leftSidebarCode}
					<div id="leftSidebar" class="col-xs-12 col-sm-3 col-md-3 col-lg-3 well-small">
						<ul class="nav nav-list">
							{$leftSidebarCode}
						</ul>
					</div>
				{/if}
			
				<div id="main" class="col-lg-{$mainspan}  col-sm-{$mainspan} col-md-{$mainspan} content-area">
					{include file="common/breadcrumbs.tpl"}
					<h2>{$pageTitleTranslated}</h2>
					{if $pageSubtitle && !$pageSubtitleTranslated}{translate|assign:"pageSubtitleTranslated" key=$pageSubtitle}{/if}
					{if $pageSubtitleTranslated}
						<h3>{$pageSubtitleTranslated}</h3>
					{/if}

Anon7 - 2022
SCDN GOK