Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / docs / about.html
1 <% include('/elements/header-popup.html', { title=>'Freeside', nobr=>1 } ) %>
2
3 <% include('/elements/init_overlib.html') %>
4
5 <CENTER>
6 <IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR>
7 <H3>version <% $FS::VERSION %></H3>
8 </CENTER>
9
10 <CENTER>
11 <FONT SIZE="-1">&copy; 2012 Freeside Internet Services, Inc.<BR>
12 All rights reserved.<BR>
13 Licensed under the terms of the<BR>
14 GNU <b>Affero</b> General Public License.<BR>
15 </FONT>
16 </CENTER>
17 <BR>
18
19 <CENTER>
20 <A HREF="credits.html">Credits</A>
21  &nbsp;&nbsp;&nbsp;&nbsp;
22 <A HREF="javascript:void(0)" onClick="openLicense()">License</A>
23
24
25 <BR><BR>
26 <A HREF="http://www.freeside.biz/freeside" TARGET="_blank">Freeside homepage</A>
27 </CENTER>
28
29 <BR>
30
31 <CENTER>
32 <FONT SIZE="-3">"A selfish heart is trouble, but a foolish heart is worse" -R. Hunter</FONT>
33 </CENTER>
34
35 <SCRIPT TYPE="text/javascript">
36
37 function openLicense() {
38   parent.<% include('/elements/popup_link_onclick.html',
39                       'action'      => $fsurl.'docs/license.html',
40                       'label'       => 'License',
41                       'actionlabel' => 'License',
42                       'width'       => 600,
43                       'height'      => 360,
44                       'color'       => '#7e0079',
45                       'nofalse'     => 1,
46                    )
47   %>
48 }
49
50 </SCRIPT>
51
52 </BODY>
53 </HTML>