/[svn]/web/trunk/www.linuxsampler.org/downloads.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/downloads.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1935 by schoenebeck, Sun Jul 12 17:35:36 2009 UTC revision 1947 by schoenebeck, Wed Jul 15 09:13:06 2009 UTC
# Line 47  Line 47 
47                  downloadsout = new Image();                  downloadsout = new Image();
48                  downloadsout.src = dir + "mdownloads.png";                  downloadsout.src = dir + "mdownloads.png";
49    
50                    donationsover = new Image();
51                    donationsover.src = dir + "mdonationshover.png";
52    
53                    donationsout = new Image();
54                    donationsout.src = dir + "mdonations.png";
55    
56                  supportover = new Image();                  supportover = new Image();
57                  supportover.src = dir + "msupporthover.png";                  supportover.src = dir + "msupporthover.png";
58                  supportout = new Image();                  supportout = new Image();
# Line 132  Line 138 
138   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"
139   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img
140   name="downloads" src="gfx/mdownloads.png" alt="download"></a>   name="downloads" src="gfx/mdownloads.png" alt="download"></a>
141                            <a id="donations" href="donations.html" onmouseover="javascript:if(document.images)document.donations.src = donationsover.src" onmouseout="javascript:if(document.images)document.donations.src = donationsout.src"><img name="donations" src="gfx/mdonations.png" alt="donations"></a>
142   <a id="support" href="support.html" onmouseover="javascript:if(document.images)document.support.src = supportover.src" onmouseout="javascript:if(document.images)document.support.src = supportout.src"><img name="support" src="gfx/msupport.png" alt="support"></a>   <a id="support" href="support.html" onmouseover="javascript:if(document.images)document.support.src = supportover.src" onmouseout="javascript:if(document.images)document.support.src = supportout.src"><img name="support" src="gfx/msupport.png" alt="support"></a>
143   <a   <a
144   id="developers" href="developers.html"   id="developers" href="developers.html"
# Line 163  Line 170 
170   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img
171   name="credits" src="gfx/mcredits.png" alt="credits"></a>   name="credits" src="gfx/mcredits.png" alt="credits"></a>
172    
173  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="10" height="20">  <div class="boxed">
   
174  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
175  <input type="hidden" name="cmd" value="_s-xclick">  <input type="hidden" name="cmd" value="_s-xclick">
176  <input type="hidden" name="hosted_button_id" value="6746056">  <input type="hidden" name="hosted_button_id" value="6746056">
177  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
178  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
179  </form>  </form>
   
180  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
181  <input type="hidden" name="cmd" value="_s-xclick">  <input type="hidden" name="cmd" value="_s-xclick">
182  <input type="hidden" name="hosted_button_id" value="6746149">  <input type="hidden" name="hosted_button_id" value="6746149">
183  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
184  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
185  </form>  </form>
186    <a href="donations.html">Why donate?</a>
187    </div>
188    
189        </td>        </td>
190    

Legend:
Removed from v.1935  
changed lines
  Added in v.1947

  ViewVC Help
Powered by ViewVC