One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
vo
/
umj
/
theme
/
umzh
/
templates
/
frontend
/
pages
/
View File Name :
contact.tpl
{** * templates/frontend/pages/contact.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief Display the page to view the press's contact details. * * @uses $currentContext Journal|Press The current journal or press * @uses $mailingAddress string Mailing address for the journal/press * @uses $contactName string Primary contact name * @uses $contactTitle string Primary contact title * @uses $contactAffiliation string Primary contact affiliation * @uses $contactPhone string Primary contact phone number * @uses $contactEmail string Primary contact email address * @uses $supportName string Support contact name * @uses $supportPhone string Support contact phone number * @uses $supportEmail string Support contact email address *} {include file="frontend/components/header.tpl" pageTitle="about.contact"} <div class="page page_contact"> {include file="frontend/components/breadcrumbs.tpl" currentTitleKey="about.contact"} {include file="frontend/components/editLink.tpl" page="management" op="settings" path="context" anchor="contact" sectionTitleKey="about.contact"} {* Contact section *} <div class="contact_section"> {if $mailingAddress} <div class="address"> {$mailingAddress|nl2br|strip_unsafe_html} </div> {/if} {* Primary contact *} {if $contactTitle || $contactName || $contactAffiliation || $contactPhone || $contactEmail} <div class="contact primary"> <h3> {translate key="about.contact.principalContact"} </h3> {if $contactName} <div class="name"> {$contactName|escape} </div> {/if} {if $contactTitle} <div class="title"> {$contactTitle|escape} </div> {/if} {if $contactAffiliation} <div class="affiliation"> {$contactAffiliation|strip_unsafe_html} </div> {/if} {if $contactPhone} <div class="phone"> <span class="label"> {translate key="about.contact.phone"} </span> <span class="value"> {$contactPhone|escape} </span> </div> {/if} {if $contactEmail} <div class="email"> <a href="mailto:{$contactEmail|escape}"> {$contactEmail|escape} </a> </div> {/if} </div> {/if} {* Technical contact *} {if $supportName || $supportPhone || $supportEmail} <div class="contact support"> <h3> {translate key="about.contact.supportContact"} </h3> {if $supportName} <div class="name"> {$supportName|escape} </div> {/if} {if $supportPhone} <div class="phone"> <span class="label"> {translate key="about.contact.phone"} </span> <span class="value"> {$supportPhone|escape} </span> </div> {/if} {if $supportEmail} <div class="email"> <a href="mailto:{$supportEmail|escape}"> {$supportEmail|escape} </a> </div> {/if} </div> {/if} </div> </div><!-- .page --> {include file="frontend/components/footer.tpl"}