/[svn]/web/trunk/www.linuxsampler.org/index.php
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/index.php

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

revision 1284 by schoenebeck, Fri Aug 10 15:22:21 2007 UTC revision 1935 by schoenebeck, Sun Jul 12 17:35:36 2009 UTC
# Line 52  Line 52 
52                  downloadsout = new Image();                  downloadsout = new Image();
53                  downloadsout.src = dir + "mdownloads.png";                  downloadsout.src = dir + "mdownloads.png";
54    
55                    supportover = new Image();
56                    supportover.src = dir + "msupporthover.png";
57                    supportout = new Image();
58                    supportout.src = dir + "msupport.png";
59    
60                  developersover = new Image();                  developersover = new Image();
61                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
62    
# Line 114  Line 119 
119                          <a id="screenshots" href="screenshots.html" onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src" onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a>                          <a id="screenshots" href="screenshots.html" onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src" onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a>
120                          <a id="demos" href="demos.html" onmouseover="javascript:if(document.images)document.demos.src = demosover.src" onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img name="demos" src="gfx/mdemos.png" alt="demos"></a>                          <a id="demos" href="demos.html" onmouseover="javascript:if(document.images)document.demos.src = demosover.src" onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img name="demos" src="gfx/mdemos.png" alt="demos"></a>
121                          <a id="downloads" href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img name="downloads" src="gfx/mdownloads.png" alt="download"></a>                          <a id="downloads" href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img name="downloads" src="gfx/mdownloads.png" alt="download"></a>
122                            <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>
123                          <a id="developers" href="developers.html" onmouseover="javascript:if(document.images)document.developers.src = developersover.src" onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img name="developers" src="gfx/mdevelopers.png" alt="developers"></a>                          <a id="developers" href="developers.html" onmouseover="javascript:if(document.images)document.developers.src = developersover.src" onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img name="developers" src="gfx/mdevelopers.png" alt="developers"></a>
124                          <a id="faq" href="faq.html" onmouseover="javascript:if(document.images)document.faq.src = faqover.src" onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img name="faq" src="gfx/mfaq.png" alt="faq"></a>                          <a id="faq" href="faq.html" onmouseover="javascript:if(document.images)document.faq.src = faqover.src" onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img name="faq" src="gfx/mfaq.png" alt="faq"></a>
125                          <a id="documentation" href="documentation.html" onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src" onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>                          <a id="documentation" href="documentation.html" onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src" onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>
# Line 121  Line 127 
127                          <a id="instruments" href="instruments.html" onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src" onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img name="instruments" src="gfx/minstruments.png" alt="instruments"></a>                          <a id="instruments" href="instruments.html" onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src" onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img name="instruments" src="gfx/minstruments.png" alt="instruments"></a>
128                          <a id="links" href="links.html" onmouseover="javascript:if(document.images)document.links.src = linksover.src" onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img name="links" src="gfx/mlinks.png" alt="links"></a>                          <a id="links" href="links.html" onmouseover="javascript:if(document.images)document.links.src = linksover.src" onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img name="links" src="gfx/mlinks.png" alt="links"></a>
129                          <a id="credits" href="credits.html" onmouseover="javascript:if(document.images)document.credits.src = creditsover.src" onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img name="credits" src="gfx/mcredits.png" alt="credits"></a>                          <a id="credits" href="credits.html" onmouseover="javascript:if(document.images)document.credits.src = creditsover.src" onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img name="credits" src="gfx/mcredits.png" alt="credits"></a>
130    
131    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="10" height="20">
132    
133    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
134    <input type="hidden" name="cmd" value="_s-xclick">
135    <input type="hidden" name="hosted_button_id" value="6746056">
136    <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!">
137    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
138    </form>
139    
140    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
141    <input type="hidden" name="cmd" value="_s-xclick">
142    <input type="hidden" name="hosted_button_id" value="6746149">
143    <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!">
144    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
145    </form>
146    
147                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
148                          <div id="contents">                          <div id="contents">
149    
# Line 139  Line 162 
162                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
163                        <thead>                        <thead>
164                          <tr>                          <tr>
165                            <th scope=col>linuxsampler</th>                            <th scope=col>
166                                <a href="faq.html#aga">linuxsampler</a>
167                              </th>
168                          </tr>                          </tr>
169                        </thead>                        </thead>
170                        <tbody>                        <tbody>
# Line 166  Line 191 
191                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
192                        <thead>                        <thead>
193                          <tr>                          <tr>
194                            <th scope=col>gigedit</th>                            <th scope=col>
195                                <a href="faq.html#aga">gigedit</a>
196                              </th>
197                          </tr>                          </tr>
198                        </thead>                        </thead>
199                        <tbody>                        <tbody>
# Line 193  Line 220 
220                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
221                        <thead>                        <thead>
222                          <tr>                          <tr>
223                            <th scope=col>libgig</th>                            <th scope=col>
224                                <a href="faq.html#aga">libgig</a>
225                              </th>
226                          </tr>                          </tr>
227                        </thead>                        </thead>
228                        <tbody>                        <tbody>
# Line 218  Line 247 
247                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
248                        <thead>                        <thead>
249                          <tr>                          <tr>
250                            <th scope=col>qsampler</th>                            <th scope=col>
251                                <a href="faq.html#aga">qsampler</a>
252                              </th>
253                          </tr>                          </tr>
254                        </thead>                        </thead>
255                        <tbody>                        <tbody>
# Line 245  Line 276 
276                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
277                        <thead>                        <thead>
278                          <tr>                          <tr>
279                            <th scope=col>liblscp</th>                            <th scope=col>
280                                <a href="faq.html#aga">liblscp</a>
281                              </th>
282                          </tr>                          </tr>
283                        </thead>                        </thead>
284                        <tbody>                        <tbody>
# Line 270  Line 303 
303                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
304                        <thead>                        <thead>
305                          <tr>                          <tr>
306                            <th scope=col>jsampler</th>                            <th scope=col>
307                                <a href="faq.html#aga">jsampler</a>
308                              </th>
309                          </tr>                          </tr>
310                        </thead>                        </thead>
311                        <tbody>                        <tbody>
# Line 297  Line 332 
332                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
333                        <thead>                        <thead>
334                          <tr>                          <tr>
335                            <th scope=col>jlscp</th>                            <th scope=col>
336                                <a href="faq.html#aga">jlscp</a>
337                              </th>
338                          </tr>                          </tr>
339                        </thead>                        </thead>
340                        <tbody>                        <tbody>

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

  ViewVC Help
Powered by ViewVC