/[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 2479 by persson, Sat Oct 26 11:51:13 2013 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 101  Line 112 
112    
113  <body>  <body>
114    
115          <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">          <div id="mainwindow"><div class="lsbackground"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler"></div>
116    
117                  <h1><span class="hidden">The LinuxSampler Project</span></h1>                  <h1><span class="hidden">The LinuxSampler Project</span></h1>
118    
# 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    <div class="boxed">
139    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
140    <input type="hidden" name="cmd" value="_s-xclick">
141    <input type="hidden" name="hosted_button_id" value="6746056">
142    <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!">
143    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
144    </form>
145    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
146    <input type="hidden" name="cmd" value="_s-xclick">
147    <input type="hidden" name="hosted_button_id" value="6746149">
148    <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!">
149    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
150    </form>
151    <table><tr>
152    <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
153    <td>Or donate Bitcoins at:</td>
154    </tr></table>
155    <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
156    <hr>
157    <a href="donations.html">Why donate?</a>
158    </div>
159    <p>
160    <div class="">
161    <center>
162    <script type="text/javascript"><!--
163    google_ad_client = "pub-3408196773880325";
164    /* 120x600, created 8/3/09 */
165    google_ad_slot = "2910827959";
166    google_ad_width = 120;
167    google_ad_height = 600;
168    //-->
169    </script>
170    <script type="text/javascript"
171    src="//pagead2.googlesyndication.com/pagead/show_ads.js">
172    </script>
173    </center>
174    </div>
175    
176    
177                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
178                          <div id="contents">                          <div id="contents">
179    
180                          <h2>News</h2>                          <h2>News</h2>
181              <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>              <?php $_GET['max_items'] = "7";
182                      include("news_internal.php"); ?>
183              <span class="news_footer">              <span class="news_footer">
184                <a href="http://www.linuxsampler.org/news_history.php">More ...</a>                <a href="news_history.php">More ...</a>
185              </span>              </span>
186    
187              <h2>Latest CVS Commits</h2>              <h2>Latest Subversion Commits</h2>
188    
189              <table class="cvs" width=100%>              <table class="cvs">
190                <tbody>                <tbody>
191                  <tr>                  <tr>
192                    <td valign="top" width=50%>                    <td valign="top" width=50%>
193                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
194                        <thead>                        <thead>
195                          <tr>                          <tr>
196                            <th scope=col>linuxsampler</th>                            <th scope=col>
197                                <a href="faq.html#aga">linuxsampler</a>
198                              </th>
199                          </tr>                          </tr>
200                        </thead>                        </thead>
201                        <tbody>                        <tbody>
202                          <tr>                          <tr>
203                            <td>                            <td>
204                              <div id="cvs_content">                              <div id="cvs_content">
205                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("log/linuxsampler_latest.html"); ?>
206                              </div>                              </div>
207                            </td>                            </td>
208                          </tr>                          </tr>
# Line 155  Line 211 
211                          <tr>                          <tr>
212                            <td>                            <td>
213                              <span class="cvs_footer">                              <span class="cvs_footer">
214                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>                                <a href="svnhistory.php?subproject=linuxsampler">More ...</a>
215                              </span>                              </span>
216                            </td>                            </td>
217                          </tr>                          </tr>
# Line 166  Line 222 
222                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
223                        <thead>                        <thead>
224                          <tr>                          <tr>
225                            <th scope=col>gigedit</th>                            <th scope=col>
226                                <a href="faq.html#aga">gigedit</a>
227                              </th>
228                          </tr>                          </tr>
229                        </thead>                        </thead>
230                        <tbody>                        <tbody>
231                          <tr>                          <tr>
232                            <td>                            <td>
233                              <div id="cvs_content">                              <div id="cvs_content">
234                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>                                <?php readfile("log/gigedit_latest.html"); ?>
235                              </div>                              </div>
236                            </td>                            </td>
237                          </tr>                          </tr>
238                          <tr>                          <tr>
239                            <td>                            <td>
240                              <span class="cvs_footer">                              <span class="cvs_footer">
241                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>                                <a href="svnhistory.php?subproject=gigedit">More ...</a>
242                              </span>                              </span>
243                            </td>                            </td>
244                          </tr>                          </tr>
# Line 193  Line 251 
251                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
252                        <thead>                        <thead>
253                          <tr>                          <tr>
254                            <th scope=col>libgig</th>                            <th scope=col>
255                                <a href="faq.html#aga">libgig</a>
256                              </th>
257                          </tr>                          </tr>
258                        </thead>                        </thead>
259                        <tbody>                        <tbody>
260                          <tr>                          <tr>
261                            <td>                            <td>
262                              <div id="cvs_content">                              <div id="cvs_content">
263                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>                                <?php readfile("log/libgig_latest.html"); ?>
264                              </div>                              </div>
265                            </td>                            </td>
266                          </tr>                          </tr>
267                          <tr>                          <tr>
268                            <td>                            <td>
269                              <span class="cvs_footer">                              <span class="cvs_footer">
270                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>                                <a href="svnhistory.php?subproject=libgig">More ...</a>
271                              </span>                              </span>
272                            </td>                            </td>
273                          </tr>                          </tr>
# Line 218  Line 278 
278                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
279                        <thead>                        <thead>
280                          <tr>                          <tr>
281                            <th scope=col>qsampler</th>                            <th scope=col>
282                                <a href="faq.html#aga">qsampler</a>
283                              </th>
284                          </tr>                          </tr>
285                        </thead>                        </thead>
286                        <tbody>                        <tbody>
287                          <tr>                          <tr>
288                            <td>                            <td>
289                              <div id="cvs_content">                              <div id="cvs_content">
290                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("log/qsampler_latest.html"); ?>
291                              </div>                              </div>
292                            </td>                            </td>
293                          </tr>                          </tr>
294                          <tr>                          <tr>
295                            <td>                            <td>
296                              <span class="cvs_footer">                              <span class="cvs_footer">
297                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>                                <a href="svnhistory.php?subproject=qsampler">More ...</a>
298                              </span>                              </span>
299                            </td>                            </td>
300                          </tr>                          </tr>
# Line 245  Line 307 
307                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
308                        <thead>                        <thead>
309                          <tr>                          <tr>
310                            <th scope=col>liblscp</th>                            <th scope=col>
311                                <a href="faq.html#aga">liblscp</a>
312                              </th>
313                          </tr>                          </tr>
314                        </thead>                        </thead>
315                        <tbody>                        <tbody>
316                          <tr>                          <tr>
317                            <td>                            <td>
318                              <div id="cvs_content">                              <div id="cvs_content">
319                                <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>                                <?php readfile("log/liblscp_latest.html"); ?>
320                              </div>                              </div>
321                            </td>                            </td>
322                          </tr>                          </tr>
323                          <tr>                          <tr>
324                            <td>                            <td>
325                              <span class="cvs_footer">                              <span class="cvs_footer">
326                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>                                <a href="svnhistory.php?subproject=liblscp">More ...</a>
327                              </span>                              </span>
328                            </td>                            </td>
329                          </tr>                          </tr>
# Line 270  Line 334 
334                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
335                        <thead>                        <thead>
336                          <tr>                          <tr>
337                            <th scope=col>jsampler</th>                            <th scope=col>
338                                <a href="faq.html#aga">jsampler</a>
339                              </th>
340                          </tr>                          </tr>
341                        </thead>                        </thead>
342                        <tbody>                        <tbody>
343                          <tr>                          <tr>
344                            <td>                            <td>
345                              <div id="cvs_content">                              <div id="cvs_content">
346                                <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>                                <?php readfile("log/jsampler_latest.html"); ?>
347                              </div>                              </div>
348                            </td>                            </td>
349                          </tr>                          </tr>
350                          <tr>                          <tr>
351                            <td>                            <td>
352                              <span class="cvs_footer">                              <span class="cvs_footer">
353                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>                                <a href="svnhistory.php?subproject=jsampler">More ...</a>
354                              </span>                              </span>
355                            </td>                            </td>
356                          </tr>                          </tr>
# Line 297  Line 363 
363                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
364                        <thead>                        <thead>
365                          <tr>                          <tr>
366                            <th scope=col>jlscp</th>                            <th scope=col>
367                                <a href="faq.html#aga">jlscp</a>
368                              </th>
369                          </tr>                          </tr>
370                        </thead>                        </thead>
371                        <tbody>                        <tbody>
372                          <tr>                          <tr>
373                            <td>                            <td>
374                              <div id="cvs_content">                              <div id="cvs_content">
375                                <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>                                <?php readfile("log/jlscp_latest.html"); ?>
376                              </div>                              </div>
377                            </td>                            </td>
378                          </tr>                          </tr>
379                          <tr>                          <tr>
380                            <td>                            <td>
381                              <span class="cvs_footer">                              <span class="cvs_footer">
382                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>                                <a href="svnhistory.php?subproject=jlscp">More ...</a>
383                              </span>                              </span>
384                            </td>                            </td>
385                          </tr>                          </tr>

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

  ViewVC Help
Powered by ViewVC