/[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 1275 by schoenebeck, Wed Aug 8 17:18:12 2007 UTC revision 2178 by persson, Fri Jun 3 14:41:39 2011 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    <a href="donations.html">Why donate?</a>
152    </div>
153    <p>
154    <div class="">
155    <center>
156    <script type="text/javascript"><!--
157    google_ad_client = "pub-3408196773880325";
158    /* 120x600, created 8/3/09 */
159    google_ad_slot = "2910827959";
160    google_ad_width = 120;
161    google_ad_height = 600;
162    //-->
163    </script>
164    <script type="text/javascript"
165    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
166    </script>
167    </center>
168    </div>
169    
170    
171                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
172                          <div id="contents">                          <div id="contents">
173    
174                          <h2>News</h2>                          <h2>News</h2>
175              <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>              <?php $_GET['max_items'] = "3";
176                      include("news_internal.php"); ?>
177              <span class="news_footer">              <span class="news_footer">
178                <a href="http://www.linuxsampler.org/news_history.php">More ...</a>                <a href="news_history.php">More ...</a>
179              </span>              </span>
180    
181              <h2>Latest CVS Commits</h2>              <h2>Latest Subversion Commits</h2>
182    
183              <table class="cvs" width=100%>              <table class="cvs">
184                <tbody>                <tbody>
185                  <tr>                  <tr>
186                    <td valign="top" width=33%>                    <td valign="top" width=50%>
187                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
188                        <thead>                        <thead>
189                          <tr>                          <tr>
190                            <th scope=col>linuxsampler</th>                            <th scope=col>
191                                <a href="faq.html#aga">linuxsampler</a>
192                              </th>
193                          </tr>                          </tr>
194                        </thead>                        </thead>
195                        <tbody>                        <tbody>
196                          <tr>                          <tr>
197                            <td>                            <td>
198                              <div id="cvs_content">                              <div id="cvs_content">
199                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("log/linuxsampler_latest.html"); ?>
200                              </div>                              </div>
201                            </td>                            </td>
202                          </tr>                          </tr>
# Line 155  Line 205 
205                          <tr>                          <tr>
206                            <td>                            <td>
207                              <span class="cvs_footer">                              <span class="cvs_footer">
208                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>                                <a href="svnhistory.php?subproject=linuxsampler">More ...</a>
209                              </span>                              </span>
210                            </td>                            </td>
211                          </tr>                          </tr>
212                        </tfoot>                        </tfoot>
213                      </table>                      </table>
214                    </td>                    </td>
215                    <td valign="top" width=33%>                    <td valign="top" width=50%>
216                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
217                        <thead>                        <thead>
218                          <tr>                          <tr>
219                            <th scope=col>gigedit</th>                            <th scope=col>
220                                <a href="faq.html#aga">gigedit</a>
221                              </th>
222                          </tr>                          </tr>
223                        </thead>                        </thead>
224                        <tbody>                        <tbody>
225                          <tr>                          <tr>
226                            <td>                            <td>
227                              <div id="cvs_content">                              <div id="cvs_content">
228                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>                                <?php readfile("log/gigedit_latest.html"); ?>
229                              </div>                              </div>
230                            </td>                            </td>
231                          </tr>                          </tr>
232                          <tr>                          <tr>
233                            <td>                            <td>
234                              <span class="cvs_footer">                              <span class="cvs_footer">
235                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>                                <a href="svnhistory.php?subproject=gigedit">More ...</a>
236                              </span>                              </span>
237                            </td>                            </td>
238                          </tr>                          </tr>
239                        </tbody>                        </tbody>
240                      </table>                      </table>
241                    </td>                    </td>
242                    <td valign="top" width=33%>                  </tr>
243                    <tr>
244                      <td valign="top" width=50%>
245                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
246                        <thead>                        <thead>
247                          <tr>                          <tr>
248                            <th scope=col>qsampler</th>                            <th scope=col>
249                                <a href="faq.html#aga">libgig</a>
250                              </th>
251                          </tr>                          </tr>
252                        </thead>                        </thead>
253                        <tbody>                        <tbody>
254                          <tr>                          <tr>
255                            <td>                            <td>
256                              <div id="cvs_content">                              <div id="cvs_content">
257                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("log/libgig_latest.html"); ?>
258                              </div>                              </div>
259                            </td>                            </td>
260                          </tr>                          </tr>
261                          <tr>                          <tr>
262                            <td>                            <td>
263                              <span class="cvs_footer">                              <span class="cvs_footer">
264                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>                                <a href="svnhistory.php?subproject=libgig">More ...</a>
265                              </span>                              </span>
266                            </td>                            </td>
267                          </tr>                          </tr>
268                        </tbody>                        </tbody>
269                      </table>                      </table>
270                    </td>                    </td>
271                  </tr>                    <td valign="top" width=50%>
                 <tr>  
                   <td valign="top" width=33%>  
272                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
273                        <thead>                        <thead>
274                          <tr>                          <tr>
275                            <th scope=col>libgig</th>                            <th scope=col>
276                                <a href="faq.html#aga">qsampler</a>
277                              </th>
278                          </tr>                          </tr>
279                        </thead>                        </thead>
280                        <tbody>                        <tbody>
281                          <tr>                          <tr>
282                            <td>                            <td>
283                              <div id="cvs_content">                              <div id="cvs_content">
284                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>                                <?php readfile("log/qsampler_latest.html"); ?>
285                              </div>                              </div>
286                            </td>                            </td>
287                          </tr>                          </tr>
288                          <tr>                          <tr>
289                            <td>                            <td>
290                              <span class="cvs_footer">                              <span class="cvs_footer">
291                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>                                <a href="svnhistory.php?subproject=qsampler">More ...</a>
292                              </span>                              </span>
293                            </td>                            </td>
294                          </tr>                          </tr>
295                        </tbody>                        </tbody>
296                      </table>                      </table>
297                    </td>                    </td>
298                    <td valign="top" width=33%>                  </tr>
299                    <tr>
300                      <td valign="top" width=50%>
301                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
302                        <thead>                        <thead>
303                          <tr>                          <tr>
304                            <th scope=col>liblscp</th>                            <th scope=col>
305                                <a href="faq.html#aga">liblscp</a>
306                              </th>
307                          </tr>                          </tr>
308                        </thead>                        </thead>
309                        <tbody>                        <tbody>
310                          <tr>                          <tr>
311                            <td>                            <td>
312                              <div id="cvs_content">                              <div id="cvs_content">
313                                <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>                                <?php readfile("log/liblscp_latest.html"); ?>
314                              </div>                              </div>
315                            </td>                            </td>
316                          </tr>                          </tr>
317                          <tr>                          <tr>
318                            <td>                            <td>
319                              <span class="cvs_footer">                              <span class="cvs_footer">
320                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>                                <a href="svnhistory.php?subproject=liblscp">More ...</a>
321                              </span>                              </span>
322                            </td>                            </td>
323                          </tr>                          </tr>
324                        </tbody>                        </tbody>
325                      </table>                      </table>
326                    </td>                    </td>
327                    <td valign="top" width=33%>                    <td valign="top" width=50%>
328                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
329                        <thead>                        <thead>
330                          <tr>                          <tr>
331                            <th scope=col>jsampler</th>                            <th scope=col>
332                                <a href="faq.html#aga">jsampler</a>
333                              </th>
334                          </tr>                          </tr>
335                        </thead>                        </thead>
336                        <tbody>                        <tbody>
337                          <tr>                          <tr>
338                            <td>                            <td>
339                              <div id="cvs_content">                              <div id="cvs_content">
340                                <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>                                <?php readfile("log/jsampler_latest.html"); ?>
341                              </div>                              </div>
342                            </td>                            </td>
343                          </tr>                          </tr>
344                          <tr>                          <tr>
345                            <td>                            <td>
346                              <span class="cvs_footer">                              <span class="cvs_footer">
347                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>                                <a href="svnhistory.php?subproject=jsampler">More ...</a>
348                              </span>                              </span>
349                            </td>                            </td>
350                          </tr>                          </tr>
# Line 291  Line 353 
353                    </td>                    </td>
354                  </tr>                  </tr>
355                  <tr>                  <tr>
356                    <td valign="top" width=33%>                    <td valign="top" width=50%>
357                      <table class="cvs_project" width=100%>                      <table class="cvs_project" width=100%>
358                        <thead>                        <thead>
359                          <tr>                          <tr>
360                            <th scope=col>jlscp</th>                            <th scope=col>
361                                <a href="faq.html#aga">jlscp</a>
362                              </th>
363                          </tr>                          </tr>
364                        </thead>                        </thead>
365                        <tbody>                        <tbody>
366                          <tr>                          <tr>
367                            <td>                            <td>
368                              <div id="cvs_content">                              <div id="cvs_content">
369                                <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>                                <?php readfile("log/jlscp_latest.html"); ?>
370                              </div>                              </div>
371                            </td>                            </td>
372                          </tr>                          </tr>
373                          <tr>                          <tr>
374                            <td>                            <td>
375                              <span class="cvs_footer">                              <span class="cvs_footer">
376                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>                                <a href="svnhistory.php?subproject=jlscp">More ...</a>
377                              </span>                              </span>
378                            </td>                            </td>
379                          </tr>                          </tr>
# Line 327  Line 391 
391    
392   </div>   </div>
393  <CENTER>  <CENTER>
394  Last Sync: <?php readfile("date.txt"); ?>  Last Webserver Sync: <?php readfile("date.txt"); ?>
395  </CENTER>  </CENTER>
396    
397    

Legend:
Removed from v.1275  
changed lines
  Added in v.2178

  ViewVC Help
Powered by ViewVC