diff options
Diffstat (limited to 'httemplate/docs/about.html')
-rw-r--r-- | httemplate/docs/about.html | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html deleted file mode 100644 index 2a0e83261..000000000 --- a/httemplate/docs/about.html +++ /dev/null @@ -1,53 +0,0 @@ -<% include('/elements/header-popup.html', { title=>'Freeside', nobr=>1 } ) %> - -<% include('/elements/init_overlib.html') %> - -<CENTER> -<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR> -<H3>version <% $FS::VERSION %></H3> -</CENTER> - -<CENTER> -<FONT SIZE="-1">© 2010 Freeside Internet Services, Inc.<BR> -All rights reserved.<BR> -Licensed under the terms of the<BR> -GNU <b>Affero</b> General Public License.<BR> -</FONT> -</CENTER> -<BR> - -<CENTER> -<A HREF="credits.html">Credits</A> - -<A HREF="javascript:void(0)" onClick="openLicense()">License</A> - - -<BR><BR> -<A HREF="http://www.freeside.biz/freeside" TARGET="_blank">Freeside homepage</A> -</CENTER> - -<BR> - -<CENTER> -<FONT SIZE="-3">"Brown eyed women and red grenadine / the bottle was dusty but the liquor was clean" -R. Hunter</FONT> -</CENTER> - -<SCRIPT TYPE="text/javascript"> - -function openLicense() { - parent.<% include('/elements/popup_link_onclick.html', - 'action' => $fsurl.'docs/license.html', - 'label' => 'License', - 'actionlabel' => 'License', - 'width' => 600, - 'height' => 360, - 'color' => '#7e0079', - 'nofalse' => 1, - ) - %> -} - -</SCRIPT> - -</BODY> -</HTML> |