1 <% include('/elements/header-popup.html', { title=>$title, nobr=>1 } ) %>
3 <% include('/elements/init_overlib.html') %>
8 <IMG SRC="<%$fsurl%>view/logo-agent.cgi?agentnum=<%$agentnum%>" BORDER="0" WIDTH=92 HEIGHT=62><BR>
10 % my $url = $conf->config('company_url', $agentnum);
13 <FONT SIZE="+1"><A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_top"><%$title%> homepage</A></FONT>
18 <IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR>
19 <H3>version <% $FS::VERSION %></H3>
27 <FONT SIZE="-2">Based on Freeside version <% $FS::VERSION %><BR>
31 © 2017 Freeside Internet Services, Inc.<BR>
32 All rights reserved.<BR>
33 Licensed under the terms of the<BR>
34 GNU <b>Affero</b> General Public License.<BR>
43 <A HREF="credits.html">Credits</A>
44
45 <A HREF="javascript:void(0)" onClick="openLicense()">License</A>
49 <A HREF="http://www.freeside.biz/freeside" TARGET="_top">Freeside homepage</A>
57 % unless ( $agentnum ) {
59 <FONT SIZE="-3">"I've heard it too many times to ignore it / Its's something that I'm supposed to be" - K. Frog</FONT>
63 <SCRIPT TYPE="text/javascript">
65 function openLicense() {
66 parent.<% include('/elements/popup_link_onclick.html',
67 'action' => $fsurl.'docs/license.html',
69 'actionlabel' => 'License',
84 my $conf = new FS::Conf;
85 my $agentnum = $conf->config('brand-agent');
87 my $title = $agentnum ? $conf->config('company_name', $agentnum) : 'Freeside';