/[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 1268 by schoenebeck, Tue Aug 7 19:56:17 2007 UTC revision 1973 by senoner, Mon Aug 3 12:32:43 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    <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"); ?>
176                <span class="news_footer">
177                  <a href="http://www.linuxsampler.org/news_history.php">More ...</a>
178                </span>
179    
180                <h2>Latest CVS Commits</h2>
181    
182              <table>              <table class="cvs" width=100%>
183                <tbody>                <tbody>
184                  <tr>                  <tr>
185                    <td valign=top>                    <td valign="top" width=50%>
186                      <p class="default">                      <table class="cvs_project" width=100%>
187                        <?php include("news_internal.php?max_items=3"); ?>                        <thead>
188                      </p>                          <tr>
189                      <p class="default">                            <th scope=col>
190                        <a href="http://www.linuxsampler.org/news_history.php">More News...</a>                              <a href="faq.html#aga">linuxsampler</a>
191                      </p>                            </th>
192                            </tr>
193                          </thead>
194                          <tbody>
195                            <tr>
196                              <td>
197                                <div id="cvs_content">
198                                  <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>
199                                </div>
200                              </td>
201                            </tr>
202                          </tbody>
203                          <tfoot>
204                            <tr>
205                              <td>
206                                <span class="cvs_footer">
207                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>
208                                </span>
209                              </td>
210                            </tr>
211                          </tfoot>
212                        </table>
213                    </td>                    </td>
214                    <td valign="top">                    <td valign="top" width=50%>
215                        <table class="cvs_project" width=100%>
   
                     <table>  
216                        <thead>                        <thead>
217                          <tr>                          <tr>
218                            <th scope=col>Latest Commits LinuxSampler (Engine)</th>                            <th scope=col>
219                                <a href="faq.html#aga">gigedit</a>
220                              </th>
221                          </tr>                          </tr>
222                        </thead>                        </thead>
223                        <tbody>                        <tbody>
224                          <tr>                          <tr>
225                            <td>                            <td>
226                              <span class="default">                              <div id="cvs_content">
227                                <?php include("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>
228                              </span>                              </div>
229                            </td>                            </td>
230                          </tr>                          </tr>
231                          <tr>                          <tr>
232                            <td><a href="http://www.linuxsampler.org/linuxsampler_cvshistory.php">More... (LinuxSampler CVS History)</a></td>                            <td>
233                                <span class="cvs_footer">
234                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>
235                                </span>
236                              </td>
237                          </tr>                          </tr>
238                        </tbody>                        </tbody>
239                      </table>                      </table>
240                      </td>
241                      <br>                  </tr>
242                    <tr>
243                      <table>                    <td valign="top" width=50%>
244                        <table class="cvs_project" width=100%>
245                        <thead>                        <thead>
246                          <tr>                          <tr>
247                            <th scope=col>Latest Commits QSampler (GUI)</th>                            <th scope=col>
248                                <a href="faq.html#aga">libgig</a>
249                              </th>
250                          </tr>                          </tr>
251                        </thead>                        </thead>
252                        <tbody>                        <tbody>
253                          <tr>                          <tr>
254                            <td>                            <td>
255                              <span class="default">                              <div id="cvs_content">
256                                <?php include("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>
257                              </span>                              </div>
258                            </td>                            </td>
259                          </tr>                          </tr>
260                          <tr>                          <tr>
261                            <td><a href="http://www.linuxsampler.org/qsampler_cvshistory.php">More... (QSampler CVS History)</a></td>                            <td>
262                                <span class="cvs_footer">
263                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>
264                                </span>
265                              </td>
266                            </tr>
267                          </tbody>
268                        </table>
269                      </td>
270                      <td valign="top" width=50%>
271                        <table class="cvs_project" width=100%>
272                          <thead>
273                            <tr>
274                              <th scope=col>
275                                <a href="faq.html#aga">qsampler</a>
276                              </th>
277                            </tr>
278                          </thead>
279                          <tbody>
280                            <tr>
281                              <td>
282                                <div id="cvs_content">
283                                  <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
284                                </div>
285                              </td>
286                            </tr>
287                            <tr>
288                              <td>
289                                <span class="cvs_footer">
290                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>
291                                </span>
292                              </td>
293                            </tr>
294                          </tbody>
295                        </table>
296                      </td>
297                    </tr>
298                    <tr>
299                      <td valign="top" width=50%>
300                        <table class="cvs_project" width=100%>
301                          <thead>
302                            <tr>
303                              <th scope=col>
304                                <a href="faq.html#aga">liblscp</a>
305                              </th>
306                            </tr>
307                          </thead>
308                          <tbody>
309                            <tr>
310                              <td>
311                                <div id="cvs_content">
312                                  <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>
313                                </div>
314                              </td>
315                            </tr>
316                            <tr>
317                              <td>
318                                <span class="cvs_footer">
319                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>
320                                </span>
321                              </td>
322                            </tr>
323                          </tbody>
324                        </table>
325                      </td>
326                      <td valign="top" width=50%>
327                        <table class="cvs_project" width=100%>
328                          <thead>
329                            <tr>
330                              <th scope=col>
331                                <a href="faq.html#aga">jsampler</a>
332                              </th>
333                            </tr>
334                          </thead>
335                          <tbody>
336                            <tr>
337                              <td>
338                                <div id="cvs_content">
339                                  <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>
340                                </div>
341                              </td>
342                            </tr>
343                            <tr>
344                              <td>
345                                <span class="cvs_footer">
346                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>
347                                </span>
348                              </td>
349                            </tr>
350                          </tbody>
351                        </table>
352                      </td>
353                    </tr>
354                    <tr>
355                      <td valign="top" width=50%>
356                        <table class="cvs_project" width=100%>
357                          <thead>
358                            <tr>
359                              <th scope=col>
360                                <a href="faq.html#aga">jlscp</a>
361                              </th>
362                            </tr>
363                          </thead>
364                          <tbody>
365                            <tr>
366                              <td>
367                                <div id="cvs_content">
368                                  <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>
369                                </div>
370                              </td>
371                            </tr>
372                            <tr>
373                              <td>
374                                <span class="cvs_footer">
375                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>
376                                </span>
377                              </td>
378                          </tr>                          </tr>
379                        </tbody>                        </tbody>
380                      </table>                      </table>
   
                     <br>  
   
   
381                    </td>                    </td>
382                  </tr>                  </tr>
383                </tbody>                </tbody>
# Line 192  Line 385 
385    
386    
387                  </div>                  </div>
388                  </td></tr></table>                  </td>
389    </tr></table>
390    
391   </div>   </div>
392  <CENTER>  <CENTER>
393  Last Sync: <?php readfile("date.txt"); ?>  Last Webserver Sync: <?php readfile("date.txt"); ?>
394  </CENTER>  </CENTER>
395    
396    

Legend:
Removed from v.1268  
changed lines
  Added in v.1973

  ViewVC Help
Powered by ViewVC