[freeside-commits] freeside/httemplate/docs about.html, NONE, 1.2.2.2
Ivan,,,
ivan at wavetail.420.am
Tue Apr 1 21:19:40 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/docs
In directory wavetail.420.am:/tmp/cvs-serv1906
Added Files:
Tag: FREESIDE_1_7_BRANCH
about.html
Log Message:
adding about.html on 1.7
--- NEW FILE: about.html ---
<% 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,
'height' => 360,
'color' => '#7e0079',
'nofalse' => 1,
)
%>
}
</SCRIPT>
</BODY>
</HTML>
More information about the freeside-commits
mailing list