CustomerHeaderQPUFSC.tt
1.55 KB
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
# --
# CustomerHeaderQPUFSC.tt - provides global HTML header for UFSC
# Copyright (C) 2015, SeTIC - UFSC - http://setic.ufsc.br/
# --
# 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("CustomerHTMLHeadQPUFSC.tt") %]
<body class="NoJavaScript">
<div id="header" class="noPrint">
<table border="0" width="100%">
<tbody>
<tr style="height: 88px; vertical-align: bottom;">
<td class="atalhoMenuLogo"><span class="tabstyles">
<a href="http://servicosti.ufsc.br/">Catálogo de serviços</a> | <a href="/otrs/customer.pl?Action=CustomerTicketOverview">Meus chamados</a></span>
</td>
</tr>
</tbody>
</table>
</div>
<table id="titulo" width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td align="left" valign="top"><span class="titleText">PAI - <span style="font-weight: bolder">P</span>ortal de <span style="font-weight: bolder">A</span>tendimento <span style="font-weight: bolder">I</span>nstitucional</span></td>
<td align="left" valign="top" width="1"></td>
</tr>
</tbody></table>
<div style="font-size: 0px;">
<div style="height: 2px; width: 100%; background-image: url('/otrs-web/skins/Customer/default/images/queues-panel/separador.gif'); background-repeat: repeat-x; background-position: 0 50%;"></div>
</div>
<!-- end header -->