# Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
# --
<div id="Footer" class="ARIARoleContentinfo">
[% IF(Data.FooterLinks) %]
<ul class="FooterLinks">
[% FOREACH Link IN Data.FooterLinks %]
<li>
<a href="[% Link.Target %]" target="_blank">[% Link.Description | html %]</a>
</li>
[% END %]
</ul>
[% END %]
[% IF !Config("Secure::DisableBanner") %]
<a href="[% IF !Data.IsLoginPage %]https://www.otrs.com[% ELSE %]https://www.otrs.com/otrs-business-solution-managed/[% END %]" title="[% Config("Product") | html %][% IF !Data.IsLoginPage %] [% Config("Version") | html %][% END %]" target="_blank">
<span></span>
[% IF Data.OTRSSTORMIsInstalled %]
[% Translate("%s powered by %s™", "STORM", "OTRS") | html %]
[% ELSIF Data.OTRSCONTROLIsInstalled %]
[% Translate("%s powered by %s™", "CONTROL", "OTRS") | html %]
[% ELSIF Data.OTRSBusinessIsInstalled %]
[% Translate("Powered by %s™", "OTRS Business Solution") | html %]
- <input type="hidden" name="Lang" value="[% Env("UserLanguage") | html %]"/>
- <div>
- <label for="Title">[% Translate("Title or salutation") | html %]</label>
- <input title="[% Translate("How we should address you") | html %]" type="text" name="Title" id="Title" class="W50pc" value="[% Data.UserTitle | html %]"/>
- </div>
- <div class="NewLine">
- <label class="Mandatory" for="FirstName"><span class="Marker">*</span> [% Translate("Firstname") | html %]</label>
- <input title="[% Translate("Your First Name") | html %]" name="Firstname" type="text" id="FirstName" maxlength="100" value="[% Data.UserFirstname | html %]" class="W50pc Validate_Required"/>
- <div id="FirstNameError" class="TooltipErrorMessage"><p>[% Translate("This field is required.") | html %]</p></div>
- </div>
- <div class="NewLine">
- <label class="Mandatory" for="LastName"><span class="Marker">*</span> [% Translate("Lastname") | html %]</label>
- <input title="[% Translate("Your Last Name") | html %]" name="Lastname" type="text" id="LastName" maxlength="100" value="[% Data.UserLastname | html %]" class="W50pc Validate_Required"/>
- <div id="LastNameError" class="TooltipErrorMessage"><p>[% Translate("This field is required.") | html %]</p></div>
- </div>
- <div class="NewLine">
- <label class="Mandatory" for="Email"><span class="Marker">*</span> [% Translate("Email") | html %]</label>
- <input title="[% Translate("Your email address (this will become your username)") | html %]" name="Email" type="[% Env("EmailFieldType") | html %]" id="Email" maxlength="150" value="[% Data.UserEmail | html %]" class="W100pc Validate_Required Validate_Email"/>
- <div id="EmailError" class="TooltipErrorMessage"><p>[% Translate("This field is required.") | html %]</p></div>
- </div>
- <div class="NewLine">
- <button id="CreateAccount" type="submit" value="[% Translate("Create") | html %]" disabled="disabled">[% Translate("Create") | html %]</button>
-# Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
-# --
-# This software comes with ABSOLUTELY NO WARRANTY. For details, see
-# the enclosed file COPYING for license information (GPL). If you
-# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
+# Footer.tt - provides global custom HTML footer for RRZE
+# for OTRS 6.0.x
+# Dominik Volkamer (RRZE DV 2020-04-15)
# --
<div id="Footer" class="ARIARoleContentinfo">
-[% IF !Config("Secure::DisableBanner") %]
- <a href="[% IF !Data.IsLoginPage %]https://www.otrs.com[% ELSE %]https://www.otrs.com/otrs-business-solution-managed/[% END %]" title="[% Config("Product") | html %][% IF !Data.IsLoginPage %] [% Config("Version") | html %][% END %]" target="_blank">
- <span></span>
- [% IF Data.OTRSSTORMIsInstalled %]
- [% Translate("%s powered by %s™", "STORM", "OTRS") | html %]
- [% ELSIF Data.OTRSCONTROLIsInstalled %]
- [% Translate("%s powered by %s™", "CONTROL", "OTRS") | html %]
- [% ELSIF Data.OTRSBusinessIsInstalled %]
- [% Translate("Powered by %s™", "OTRS Business Solution") | html %]
- [% ELSE %]
- [% Translate("Powered by %s™", "OTRS") | html %]
- [% END %]
- </a>
+
+[% IF Data.IsLoginPage %]
+ <div id="FooterLogo">
+ <a href="https://www.fau.de/"><img src="/otrs-web/skins/Agent/default/img/logo_footer_fau.png" alt="Logo der FAU" height="35"></a>
+ <a href="https://www.rrze.fau.de/"><img src="/otrs-web/skins/Agent/default/img/logo_footer_rrze.png" alt="Logo des RRZE" height="40"></a>