optionally scale to the page width when printing, #71301
[freeside.git] / httemplate / elements / header-full.html
1 <%doc>
2
3 Example:
4
5   include( '/elements/header.html',
6            {
7              'title'   => 'Title',
8              'menubar' => \@menubar,
9              'etc'     => '', #included in <BODY> tag, for things like onLoad=
10              'head'    => '', #included before closing </HEAD> tag
11              'nobr'    => 0,  #1 for no <BR><BR> after the title
12              'no_jquery' => #for use from RT, which loads its own
13            }
14          );
15
16   #old-style
17   include( '/elements/header.html', 'Title', $menubar, $etc, $head);
18
19 </%doc>
20 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
21 %#<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22 %# above is what RT declares, should we switch now? hopefully no glitches result
23 %# or just fuck it, XHTML died anyway, HTML 5 or bust?
24 <HTML>
25   <HEAD>
26     <TITLE>
27       <% encode_entities($title) || $title_noescape |n %>
28     </TITLE>
29     <!-- per RT, to prevent IE compatibility mode -->
30     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
31     <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
32     <META HTTP-Equiv="Cache-Control" Content="no-cache">
33     <META HTTP-Equiv="Pragma" Content="no-cache">
34     <META HTTP-Equiv="Expires" Content="0"> 
35 % if ( $mobile ) {
36     <META NAME="viewport" content="width=device-width height=device-height user-scalable=yes">
37 % }
38
39     <% include('menu.html', 'freeside_baseurl' => $fsurl,
40                             'position'         => $menu_position,
41                             'nocss'            => $nocss,
42                             'mobile'           => $mobile,
43               ) |n
44     %>
45
46 %   unless ( $no_jquery ) {
47       <link rel="stylesheet" href="<% $fsurl %>elements/jquery-ui.min.css">
48       <SCRIPT SRC="<% $fsurl %>elements/jquery.js"></SCRIPT>
49       <SCRIPT SRC="<% $fsurl %>elements/jquery-ui.min.js"></SCRIPT>
50 %     if ( $FS::CurrentUser::CurrentUser->option('printtofit') ) {
51       <SCRIPT SRC="<% $fsurl %>elements/printtofit.js"></SCRIPT>
52 %     }
53 %   }
54
55     <% include('init_overlib.html') |n %>
56     <% include('rs_init_object.html') |n %>
57     <% include('logout.html') |n %>
58 %   my $timeout =  $conf->config('logout-timeout');
59 %   if ( $timeout && $timeout =~ /^\s*\d+\s*$/ ) {
60       <script type="text/javascript">
61         setTimeout('logout()', <% 60000 * $timeout %>);
62       </script>
63 %   }
64
65     <% $head |n %>
66
67 %# announce our base path, and the Mason comp path of this page
68   <script type="text/javascript">
69   window.fsurl = <% $fsurl |js_string %>;
70   window.request_comp_path = <% $m->request_comp->path |js_string %>;
71   </script>
72
73   </HEAD>
74   <BODY BGCOLOR="#f8f8f8" <% $etc |n %> STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
75     <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
76       <tr>
77         <td BGCOLOR="#ffffff"><% $company_url ? qq(<A HREF="$company_url">) : '' |n %><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="<%$fsurl%>view/REAL_logo.cgi"><% $company_url ? '</A>' : '' |n %></td>
78         <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
79           <font size=6><% $company_name || 'ExampleCo' %></font>
80         </td>
81         <td align="right" BGCOLOR="#ffffff">
82           <& notify-tickets.html &>
83         </td>
84         <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b><% getotaker %>&nbsp;</b> <FONT SIZE="-2"><a href="javascript:void(0);" onClick="logout();">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="<%$fsurl%>pref/pref.html" STYLE="color: #000000">Preferences</a>
85 %         if ( $conf->config("ticket_system")
86 %              && FS::TicketSystem->access_right(\%session, 'ModifySelf') ) {
87             | <a href="<%$fsurl%>rt/Prefs/Other.html" STYLE="color: #000000">Ticketing preferences</a>
88 %         }
89           <BR></FONT>
90         </td>
91       </tr>
92     </table>
93
94     <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
95
96 <link href="<%$fsurl%>elements/freeside-menu.css" type="text/css" rel="stylesheet">
97
98 % if ( $menu_position eq 'top' ) {
99
100       <TR CLASS="fsmenubar">
101
102 %       if ( $mobile ) {
103
104         <TD STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079;width:auto" BGCOLOR="#cccccc">
105           <SCRIPT TYPE="text/javascript">
106             document.write(myBar.toString());
107           </SCRIPT>
108         </TD>
109         <TD STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079;width:auto" BGCOLOR="#cccccc">
110             <% include('searchbar-combined.html') |n %>
111         </TD>
112
113 %       } else {
114
115         <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
116           <SCRIPT TYPE="text/javascript">
117             document.write(myBar);
118           </SCRIPT>
119         </TD>
120
121       </TR>
122
123       <TR CLASS="fssearchbar">
124
125         <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
126           <% include('searchbar-prospect.html') |n %>
127         </TD>
128
129         <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
130           <% include('searchbar-cust_main.html') |n %>
131         </TD>
132
133         <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
134           <% include('searchbar-address2.html') |n %>
135         </TD>
136
137         <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
138           <% include('searchbar-cust_bill.html') |n %>
139         </TD>
140
141         <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
142           <% include('searchbar-cust_svc.html') |n %>
143         </TD>
144
145         <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
146           <% include('searchbar-ticket.html') |n %>
147         </TD>
148 %       }
149
150       </TR>
151     </TABLE>
152
153 % } else { #$menu_position eq 'left'
154
155       <TR CLASS="fsmenubar">
156
157         <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
158         </TD>
159
160       </TR>
161
162 % }
163
164
165     <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
166
167       <TR HEIGHT="100%">
168
169 % if ( $menu_position eq 'left' ) {
170
171         <TD BGCOLOR="#cccccc" ALIGN="left" HEIGHT="100%" WIDTH="154" VALIGN="top" ALIGN="right" CLASS="fsmenubar">
172           <SCRIPT TYPE="text/javascript">
173             document.write(myBar);
174           </SCRIPT>
175
176           <BR>
177           <% include('searchbar-prospect.html') |n %>
178           <% include('searchbar-cust_main.html') |n %>
179           <% include('searchbar-address2.html') |n %>
180           <% include('searchbar-cust_bill.html') |n %>
181           <% include('searchbar-cust_svc.html') |n %>
182           <% include('searchbar-ticket.html') |n %>
183
184         </TD>
185
186 % }
187 %# page content starts here
188         <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
189
190           <FONT SIZE=6>
191             <% $title_noescape || encode_entities($title) %>
192           </FONT>
193
194 % unless ( $nobr ) {
195           <BR><BR>
196 % }
197
198           <% $menubar !~ /^\s*$/ ? "$menubar<BR><BR>" : '' %>
199
200 <%init>
201
202 my( $title, $title_noescape, $menubar, $etc, $head ) = ( '', '', '', '', '' );
203 my( $nobr, $nocss, $no_jquery ) = ( 0, 0, 0 );
204
205 my $mobile;
206
207 if ( ref($_[0]) ) {
208   my $opt = shift;
209   $title   = $opt->{title};
210   $title_noescape = $opt->{title_noescape};
211   $menubar    = $opt->{menubar};
212   $etc        = $opt->{etc};
213   $head       = $opt->{head};
214   $nobr       = $opt->{nobr};
215   $nocss      = $opt->{nocss};
216   $mobile     = $opt->{mobile};
217   $no_jquery  = exists($opt->{no_jquery}) ? $opt->{no_jquery} : 1; #v3 only, 0 on v4+
218 } else {
219   ($title, $menubar) = ( shift, shift );
220   $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc.
221   $head = @_ ? shift : ''; #$head is for things that go in the <HEAD> section
222 }
223
224 my $conf = new FS::Conf;
225
226 my $curuser = $FS::CurrentUser::CurrentUser;
227
228 my $menu_position = $curuser->option('menu_position')
229                     || 'top'; #new default for 1.9
230
231 if ( !defined($mobile) ) {
232   $mobile = $curuser->option('mobile_menu',1) && FS::UI::Web::is_mobile();
233 }
234 if ( $cgi->param('mobile') =~ /^(\d)$/ ) { # allow client to override
235   $mobile = $1;
236 }
237
238 my($company_name, $company_url);
239 my @agentnums = $curuser->agentnums;
240 if ( scalar(@agentnums) == 1 ) {
241   $company_name = $conf->config('company_name', $agentnums[0] );
242   $company_url  = $conf->config('company_url',  $agentnums[0] );
243 } else {
244   $company_name = $conf->config('company_name');
245   $company_url  = $conf->config('company_url');
246 }
247
248 </%init>