diff options
author | ivan <ivan> | 2008-04-02 04:05:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-02 04:05:31 +0000 |
commit | 95cd475f99bd22208c09a85e03719634008fec9d (patch) | |
tree | f8f6fcdb9aeacbeb26dc27a06d59c8ecd730d53f | |
parent | aa66a7eabb48a200c59bcb4dd2fb30f12e279ded (diff) |
adding about.html splash
-rw-r--r-- | httemplate/docs/about.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html new file mode 100644 index 000000000..bb684174e --- /dev/null +++ b/httemplate/docs/about.html @@ -0,0 +1,53 @@ +<% include('/elements/header-popup.html', 'Freeside') %> + +<% 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">© 2008 Freeside Internet Services, Inc.<BR> +All rights reserved.<BR> +Licensed under the terms of the<BR> +GNU <i>Affero</i> 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">"None but ourselves can free our minds." -R.N. Marley</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, #420, + 'height' => 355, + 'color' => '#7e0079', + 'nofalse' => 1, + ) + %> +} + +</SCRIPT> + +</BODY> +</HTML> |