1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
# --
# Copyright (C) 2001-2017 OTRS AG, http://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org/licenses/agpl.txt.
# --
[%- INCLUDE "HTTPHeaders.tt" -%]
<!DOCTYPE html>
<html>
[% InsertTemplate("Copyright.tt") %]
[% InsertTemplate("HTMLHead.tt") %]
<body class="[% Data.BodyClass | html %]">
<a name="Top"></a>
<div id="AppWrapper">
<div id="Header" class="ARIARoleBanner">
<div id="Logo"></div>
<ul id="ToolBar">
[% RenderBlockStart("ToolBar") %]
[% RenderBlockStart("ToolBarItem") %]
<li class="[% Data.Class | html %]"><a href="[% Data.Link %]" target="[% Data.Target | html %]" accesskey="[% Data.AccessKey | html %]" title="[% Translate(Data.Description) | html %]: [% Data.Count | html %][% Data.AccessKeyReference | html %]">[% Translate(Data.Description) | html %] <i class="icon-small fa fa-clock-o icon-show-reached"></i> <i class="icon-small fa fa-star icon-show-new"></i><i class="[% Data.Icon | html %]"></i> <span class="Counter">[% Data.Count | html %]</span> </a></li>
[% RenderBlockEnd("ToolBarItem") %]
[% RenderBlockStart("Login") %]
<li>
<a href="[% Env("Baselink") %]Action=AgentPreferences" title="[% Translate("Edit personal preferences") | html %]">
[% Translate("Edit personal preferences") | html %]
<i class="fa fa-cog"></i>
</a>
</li>
[% RenderBlockEnd("Login") %]
[% RenderBlockStart("Logout") %]
<li>
<a class="LogoutButton" id="LogoutButton" href="[% Env("Baselink") %]Action=Logout;[% Env("ChallengeTokenParam") | html %]" title="[% Translate("Logout") | html %] ([% Translate("You are logged in as") | html %] [% Env("UserFullname") | html %])">
[% Translate("Logout") | html %] ([% Translate("You are logged in as") | html %] [% Env("UserFullname") | html %])
<i class="fa fa-power-off"></i>
</a>
</li>
[% RenderBlockEnd("Logout") %]
[% RenderBlockStart("ToolBarSearchProfile") %]
<li class="Extended SearchProfile">
<form action="[% Env("CGIHandle") %]" method="post" name="SearchProfile">
<input type="hidden" name="Action" value="AgentTicketSearch"/>
<input type="hidden" name="Subaction" value="LoadProfile"/>
<input type="hidden" name="SearchTemplate" value="[% Translate("Search") | html %]"/>
[% Data.Link %]
# <a href="#" id="ToolbarProfileSearch" title="[% Translate(Data.Description) | html %] ([% Data.AccessKey | html %])" accesskey="[% Data.AccessKey | html %]" [% Data.LinkOption %]>[% Translate(Data.Name) | html %]</a>
</form>
</li>
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">//<![CDATA[
$('#ToolBarSearchProfile').bind('change', function (Event) {
$(Event.target).closest('form').submit();
Event.preventDefault();
Event.stopPropagation();
return false;
});
//]]></script>
[% END %]
[% RenderBlockEnd("ToolBarSearchProfile") %]
[% RenderBlockStart("ToolBarSearchFulltext") %]
<li class="Extended SearchFulltext">
<form action="[% Env("CGIHandle") %]" method="post" name="SearchFulltext">
<input type="hidden" name="Action" value="AgentTicketSearch"/>
<input type="hidden" name="Subaction" value="Search"/>
<input type="hidden" name="SearchTemplate" value="[% Translate("Search") | html %]"/>
<input type="hidden" name="CheckTicketNumberAndRedirect" value="1"/>
<input type="text" size="[% Data.Size | html %]" name="Fulltext" id="Fulltext" value="[% Data.Fulltext | html %]" placeholder="[% Translate(Data.Description) | html %]" title="[% Translate(Data.Description) | html %]"/>
# <a href="#" id="ToolbarFulltextSearch" title="[% Translate(Data.Description) | html %] ([% Data.AccessKey | html %])" accesskey="[% Data.AccessKey | html %]" [% Data.LinkOption %]>[% Translate(Data.Name) | html %]</a>
</form>
</li>
[% RenderBlockEnd("ToolBarSearchFulltext") %]
[% RenderBlockStart("ToolBarCICSearchCustomerID") %]
<li class="Extended SearchFulltext">
<input type="text" size="[% Data.Size | html %]" id="ToolBarCICSearchCustomerID" placeholder="[% Translate(Data.Description) | html %]" title="[% Translate(Data.Description) | html %]"/>
</li>
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">//<![CDATA[
Core.Agent.CustomerInformationCenterSearch.InitAutocomplete( $('#ToolBarCICSearchCustomerID'), "SearchCustomerID" );
//]]></script>
[% END %]
[% RenderBlockEnd("ToolBarCICSearchCustomerID") %]
[% RenderBlockStart("ToolBarCICSearchCustomerUser") %]
<li class="Extended SearchFulltext">
<input type="text" size="[% Data.Size | html %]" id="ToolBarCICSearchCustomerUser" placeholder="[% Translate(Data.Description) | html %]" title="[% Translate(Data.Description) | html %]"/>
</li>
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">//<![CDATA[
Core.Agent.CustomerInformationCenterSearch.InitAutocomplete( $('#ToolBarCICSearchCustomerUser'), "SearchCustomerUser" );
//]]></script>
[% END %]
[% RenderBlockEnd("ToolBarCICSearchCustomerUser") %]
[% IF Config("ChatEngine::Active") %]
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">//<![CDATA[
if (
typeof Core.Agent.Chat !== 'undefined'
&& typeof Core.Agent.Chat.Toolbar !== 'undefined'
)
{
Core.Agent.Chat.Toolbar.Init();
}
//]]></script>
[% END %]
[% END %]
[% IF Config("Frontend::ToolBarModule").item("10-Ticket::TicketSearchFulltext") %]
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">//<![CDATA[
if ($('#ToolBar li.Extended.SearchFulltext').length) {
Core.Agent.Search.InitToolbarFulltextSearch();
}
//]]></script>
[% END %]
[% END %]
[% RenderBlockEnd("ToolBar") %]
[% RenderBlockStart("DebugRTLButton") %]
<li>
<button type="button" onclick="Core.Debug.SimulateRTLPage();">Simulate RTL</button>
</li>
[% RenderBlockEnd("DebugRTLButton") %]
</ul>
</div>
|