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

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

  ViewVC Help
Powered by ViewVC