Show
Ignore:
Timestamp:
2008-03-26 17:57:38 (7 months ago)
Author:
fredck
Message:

Introduced the first sponsor in the about box. This is a static implementation. It should be dynamic (rotation) as soon as we have more than one sponsor available.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_about.html

    r1565 r1812  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
     1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
    22<!-- 
    33 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     
    7171                <table cellpadding="0" cellspacing="0" border="0" width="100%" style="height: 100%"> 
    7272                        <tr> 
    73                                 <td> 
     73                                <td colspan="2"> 
    7474                                        <img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left" /> 
    7575                                        <table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right"> 
     
    8686                        </tr> 
    8787                        <tr style="height: 100%"> 
    88                                 <td align="center"> 
    89                                         &nbsp;<br /> 
     88                                <td align="center" valign="middle"> 
    9089                                        <span style="font-size: 14px" dir="ltr"> 
    91                                                 <br /> 
    9290                                                <b><a href="http://www.fckeditor.net/?about" target="_blank" title="Visit the FCKeditor web site"> 
    9391                                                        Support <b>Open Source</b> Software</a></b> </span> 
    94                                         <br /> 
    95                                         <br /> 
    96                                         <br /> 
     92                                        <div style="padding-top:15px"> 
     93                                                <img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" /> 
     94                                        </div> 
     95                                </td> 
     96                                <td align="center" nowrap="nowrap" valign="middle"> 
     97                                        <div> 
     98                                                <div style="margin-bottom:5px" dir="ltr">Selected Sponsor</div> 
     99                                                <a href="http://www.spellchecker.net/fckeditor/" target="_blank"><img alt="Selected Sponsor" border="0" src="fck_about/sponsors/spellchecker_net.gif" width="75" height="75" /></a> 
     100                                        </div> 
     101                                </td> 
     102                        </tr> 
     103                        <tr> 
     104                                <td width="100%" nowrap="nowrap"> 
    97105                                        <span fcklang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/?About" 
    98106                                                target="_blank">http://www.fckeditor.net/</a>. 
     
    100108                                        Copyright &copy; 2003-2008 <a href="#" onclick="SendEMail();">Frederico Caldeira Knabben</a> 
    101109                                </td> 
    102                         </tr> 
    103                         <tr> 
    104110                                <td align="center"> 
    105                                         <img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" /> 
     111                                        <a href="http://www.fckeditor.net/sponsors/apply" target="_blank">Become a Sponsor</a> 
    106112                                </td> 
    107113                        </tr>