/[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 1277 by schoenebeck, Fri Aug 10 12:50:32 2007 UTC revision 1938 by senoner, Mon Jul 13 00:35:50 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                    donationsover = new Image();
56                    donationsover.src = dir + "mdonationshover.png";
57    
58                    donationsout = new Image();
59                    donationsout.src = dir + "mdonations.png";
60    
61                    supportover = new Image();
62                    supportover.src = dir + "msupporthover.png";
63                    supportout = new Image();
64                    supportout.src = dir + "msupport.png";
65    
66                  developersover = new Image();                  developersover = new Image();
67                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
68    
# Line 114  Line 125 
125                          <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>
126                          <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>
127                          <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>
128                            <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>
129                            <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>
130                          <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>
131                          <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>
132                          <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 134 
134                          <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>
135                          <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>
136                          <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>
137    
138    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="10" height="20">
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="6746056">
143    <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!">
144    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
145    </form>
146    
147    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
148    <input type="hidden" name="cmd" value="_s-xclick">
149    <input type="hidden" name="hosted_button_id" value="6746149">
150    <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!">
151    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
152    </form>
153    
154                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
155                          <div id="contents">                          <div id="contents">
156    
# Line 135  Line 165 
165              <table class="cvs" width=100%>              <table class="cvs" width=100%>
166                <tbody>                <tbody>
167                  <tr>                  <tr>
168                    <td valign="top" width=33%>                    <td valign="top" width=50%>
169                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
170                        <thead>                        <thead>
171                          <tr>                          <tr>
172                            <th scope=col>linuxsampler</th>                            <th scope=col>
173                                <a href="faq.html#aga">linuxsampler</a>
174                              </th>
175                          </tr>                          </tr>
176                        </thead>                        </thead>
177                        <tbody>                        <tbody>
# Line 162  Line 194 
194                        </tfoot>                        </tfoot>
195                      </table>                      </table>
196                    </td>                    </td>
197                    <td valign="top" width=33%>                    <td valign="top" width=50%>
198                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
199                        <thead>                        <thead>
200                          <tr>                          <tr>
201                            <th scope=col>gigedit</th>                            <th scope=col>
202                                <a href="faq.html#aga">gigedit</a>
203                              </th>
204                          </tr>                          </tr>
205                        </thead>                        </thead>
206                        <tbody>                        <tbody>
# Line 187  Line 221 
221                        </tbody>                        </tbody>
222                      </table>                      </table>
223                    </td>                    </td>
224                    <td valign="top" width=33%>                  </tr>
225                    <tr>
226                      <td valign="top" width=50%>
227                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
228                        <thead>                        <thead>
229                          <tr>                          <tr>
230                            <th scope=col>qsampler</th>                            <th scope=col>
231                                <a href="faq.html#aga">libgig</a>
232                              </th>
233                          </tr>                          </tr>
234                        </thead>                        </thead>
235                        <tbody>                        <tbody>
236                          <tr>                          <tr>
237                            <td>                            <td>
238                              <div id="cvs_content">                              <div id="cvs_content">
239                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>
240                              </div>                              </div>
241                            </td>                            </td>
242                          </tr>                          </tr>
243                          <tr>                          <tr>
244                            <td>                            <td>
245                              <span class="cvs_footer">                              <span class="cvs_footer">
246                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>
247                              </span>                              </span>
248                            </td>                            </td>
249                          </tr>                          </tr>
250                        </tbody>                        </tbody>
251                      </table>                      </table>
252                    </td>                    </td>
253                  </tr>                    <td valign="top" width=50%>
                 <tr>  
                   <td valign="top" width=33%>  
254                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
255                        <thead>                        <thead>
256                          <tr>                          <tr>
257                            <th scope=col>libgig</th>                            <th scope=col>
258                                <a href="faq.html#aga">qsampler</a>
259                              </th>
260                          </tr>                          </tr>
261                        </thead>                        </thead>
262                        <tbody>                        <tbody>
263                          <tr>                          <tr>
264                            <td>                            <td>
265                              <div id="cvs_content">                              <div id="cvs_content">
266                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
267                              </div>                              </div>
268                            </td>                            </td>
269                          </tr>                          </tr>
270                          <tr>                          <tr>
271                            <td>                            <td>
272                              <span class="cvs_footer">                              <span class="cvs_footer">
273                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>
274                              </span>                              </span>
275                            </td>                            </td>
276                          </tr>                          </tr>
277                        </tbody>                        </tbody>
278                      </table>                      </table>
279                    </td>                    </td>
280                    <td valign="top" width=33%>                  </tr>
281                    <tr>
282                      <td valign="top" width=50%>
283                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
284                        <thead>                        <thead>
285                          <tr>                          <tr>
286                            <th scope=col>liblscp</th>                            <th scope=col>
287                                <a href="faq.html#aga">liblscp</a>
288                              </th>
289                          </tr>                          </tr>
290                        </thead>                        </thead>
291                        <tbody>                        <tbody>
# Line 264  Line 306 
306                        </tbody>                        </tbody>
307                      </table>                      </table>
308                    </td>                    </td>
309                    <td valign="top" width=33%>                    <td valign="top" width=50%>
310                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
311                        <thead>                        <thead>
312                          <tr>                          <tr>
313                            <th scope=col>jsampler</th>                            <th scope=col>
314                                <a href="faq.html#aga">jsampler</a>
315                              </th>
316                          </tr>                          </tr>
317                        </thead>                        </thead>
318                        <tbody>                        <tbody>
# Line 291  Line 335 
335                    </td>                    </td>
336                  </tr>                  </tr>
337                  <tr>                  <tr>
338                    <td valign="top" width=33%>                    <td valign="top" width=50%>
339                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
340                        <thead>                        <thead>
341                          <tr>                          <tr>
342                            <th scope=col>jlscp</th>                            <th scope=col>
343                                <a href="faq.html#aga">jlscp</a>
344                              </th>
345                          </tr>                          </tr>
346                        </thead>                        </thead>
347                        <tbody>                        <tbody>

Legend:
Removed from v.1277  
changed lines
  Added in v.1938

  ViewVC Help
Powered by ViewVC