/[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 1273 by schoenebeck, Wed Aug 8 02:30:23 2007 UTC revision 1935 by schoenebeck, Sun Jul 12 17:35:36 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                    supportover = new Image();
56                    supportover.src = dir + "msupporthover.png";
57                    supportout = new Image();
58                    supportout.src = dir + "msupport.png";
59    
60                  developersover = new Image();                  developersover = new Image();
61                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
62    
# Line 114  Line 119 
119                          <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>
120                          <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>
121                          <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>
122                            <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>
123                          <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>
124                          <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>
125                          <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 127 
127                          <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>
128                          <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>
129                          <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>
130    
131    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="10" height="20">
132    
133    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
134    <input type="hidden" name="cmd" value="_s-xclick">
135    <input type="hidden" name="hosted_button_id" value="6746056">
136    <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!">
137    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
138    </form>
139    
140    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
141    <input type="hidden" name="cmd" value="_s-xclick">
142    <input type="hidden" name="hosted_button_id" value="6746149">
143    <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!">
144    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
145    </form>
146    
147                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
148                          <div id="contents">                          <div id="contents">
149    
# Line 132  Line 155 
155    
156              <h2>Latest CVS Commits</h2>              <h2>Latest CVS Commits</h2>
157    
158              <table class="cvs">              <table class="cvs" width=100%>
159                <tbody>                <tbody>
160                  <tr>                  <tr>
161                    <td valign="top">                    <td valign="top" width=50%>
162                      <table class="cvs_project">                      <table class="cvs_project" width=100%>
163                        <thead>                        <thead>
164                          <tr>                          <tr>
165                            <th scope=col>linuxsampler</th>                            <th scope=col>
166                                <a href="faq.html#aga">linuxsampler</a>
167                              </th>
168                          </tr>                          </tr>
169                        </thead>                        </thead>
170                        <tbody>                        <tbody>
# Line 155  Line 180 
180                          <tr>                          <tr>
181                            <td>                            <td>
182                              <span class="cvs_footer">                              <span class="cvs_footer">
183                                <a href="http://www.linuxsampler.org/linuxsampler_cvshistory.php">More ...</a>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>
184                              </span>                              </span>
185                            </td>                            </td>
186                          </tr>                          </tr>
187                        </tfoot>                        </tfoot>
188                      </table>                      </table>
189                    </td>                    </td>
190                    <td valign="top">                    <td valign="top" width=50%>
191                      <table class="cvs_project">                      <table class="cvs_project" width=100%>
192                        <thead>                        <thead>
193                          <tr>                          <tr>
194                            <th scope=col>gigedit</th>                            <th scope=col>
195                                <a href="faq.html#aga">gigedit</a>
196                              </th>
197                          </tr>                          </tr>
198                        </thead>                        </thead>
199                        <tbody>                        <tbody>
# Line 180  Line 207 
207                          <tr>                          <tr>
208                            <td>                            <td>
209                              <span class="cvs_footer">                              <span class="cvs_footer">
210                                <a href="http://www.linuxsampler.org/gigedit_cvshistory.php">More ...</a>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>
211                              </span>                              </span>
212                            </td>                            </td>
213                          </tr>                          </tr>
214                        </tbody>                        </tbody>
215                      </table>                      </table>
216                    </td>                    </td>
217                    <td valign="top">                  </tr>
218                      <table class="cvs_project">                  <tr>
219                      <td valign="top" width=50%>
220                        <table class="cvs_project" width=100%>
221                        <thead>                        <thead>
222                          <tr>                          <tr>
223                            <th scope=col>qsampler</th>                            <th scope=col>
224                                <a href="faq.html#aga">libgig</a>
225                              </th>
226                          </tr>                          </tr>
227                        </thead>                        </thead>
228                        <tbody>                        <tbody>
229                          <tr>                          <tr>
230                            <td>                            <td>
231                              <div id="cvs_content">                              <div id="cvs_content">
232                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>
233                              </div>                              </div>
234                            </td>                            </td>
235                          </tr>                          </tr>
236                          <tr>                          <tr>
237                            <td>                            <td>
238                              <span class="cvs_footer">                              <span class="cvs_footer">
239                                <a href="http://www.linuxsampler.org/qsampler_cvshistory.php">More ...</a>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>
240                              </span>                              </span>
241                            </td>                            </td>
242                          </tr>                          </tr>
243                        </tbody>                        </tbody>
244                      </table>                      </table>
245                    </td>                    </td>
246                    <td>                    <td valign="top" width=50%>
247                      <table class="cvs_project">                      <table class="cvs_project" width=100%>
248                        <thead>                        <thead>
249                          <tr>                          <tr>
250                            <th scope=col>jsampler</th>                            <th scope=col>
251                                <a href="faq.html#aga">qsampler</a>
252                              </th>
253                          </tr>                          </tr>
254                        </thead>                        </thead>
255                        <tbody>                        <tbody>
256                          <tr>                          <tr>
257                            <td>                            <td>
258                              <div id="cvs_content">                              <div id="cvs_content">
259                                <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
260                              </div>                              </div>
261                            </td>                            </td>
262                          </tr>                          </tr>
263                          <tr>                          <tr>
264                            <td>                            <td>
265                              <span class="cvs_footer">                              <span class="cvs_footer">
266                                <a href="http://www.linuxsampler.org/jsampler_cvshistory.php">More ...</a>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>
267                              </span>                              </span>
268                            </td>                            </td>
269                          </tr>                          </tr>
# Line 239  Line 272 
272                    </td>                    </td>
273                  </tr>                  </tr>
274                  <tr>                  <tr>
275                    <td valign="top">                    <td valign="top" width=50%>
276                      <table class="cvs_project">                      <table class="cvs_project" width=100%>
277                        <thead>                        <thead>
278                          <tr>                          <tr>
279                            <th scope=col>libgig</th>                            <th scope=col>
280                                <a href="faq.html#aga">liblscp</a>
281                              </th>
282                          </tr>                          </tr>
283                        </thead>                        </thead>
284                        <tbody>                        <tbody>
285                          <tr>                          <tr>
286                            <td>                            <td>
287                              <div id="cvs_content">                              <div id="cvs_content">
288                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>
289                              </div>                              </div>
290                            </td>                            </td>
291                          </tr>                          </tr>
292                          <tr>                          <tr>
293                            <td>                            <td>
294                              <span class="cvs_footer">                              <span class="cvs_footer">
295                                <a href="http://www.linuxsampler.org/libgig_cvshistory.php">More ...</a>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>
296                              </span>                              </span>
297                            </td>                            </td>
298                          </tr>                          </tr>
299                        </tbody>                        </tbody>
300                      </table>                      </table>
301                    </td>                    </td>
302                    <td valign="top">                    <td valign="top" width=50%>
303                      <table class="cvs_project">                      <table class="cvs_project" width=100%>
304                        <thead>                        <thead>
305                          <tr>                          <tr>
306                            <th scope=col>liblscp</th>                            <th scope=col>
307                                <a href="faq.html#aga">jsampler</a>
308                              </th>
309                          </tr>                          </tr>
310                        </thead>                        </thead>
311                        <tbody>                        <tbody>
312                          <tr>                          <tr>
313                            <td>                            <td>
314                              <div id="cvs_content">                              <div id="cvs_content">
315                                <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>
316                              </div>                              </div>
317                            </td>                            </td>
318                          </tr>                          </tr>
319                          <tr>                          <tr>
320                            <td>                            <td>
321                              <span class="cvs_footer">                              <span class="cvs_footer">
322                                <a href="http://www.linuxsampler.org/liblscp_cvshistory.php">More ...</a>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>
323                              </span>                              </span>
324                            </td>                            </td>
325                          </tr>                          </tr>
326                        </tbody>                        </tbody>
327                      </table>                      </table>
328                    </td>                    </td>
329                    <td valign="top">                  </tr>
330                      <table class="cvs_project">                  <tr>
331                      <td valign="top" width=50%>
332                        <table class="cvs_project" width=100%>
333                        <thead>                        <thead>
334                          <tr>                          <tr>
335                            <th scope=col>jlscp</th>                            <th scope=col>
336                                <a href="faq.html#aga">jlscp</a>
337                              </th>
338                          </tr>                          </tr>
339                        </thead>                        </thead>
340                        <tbody>                        <tbody>
# Line 307  Line 348 
348                          <tr>                          <tr>
349                            <td>                            <td>
350                              <span class="cvs_footer">                              <span class="cvs_footer">
351                                <a href="http://www.linuxsampler.org/jlscp_cvshistory.php">More ...</a>                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>
352                              </span>                              </span>
353                            </td>                            </td>
354                          </tr>                          </tr>
# Line 325  Line 366 
366    
367   </div>   </div>
368  <CENTER>  <CENTER>
369  Last Sync: <?php readfile("date.txt"); ?>  Last Webserver Sync: <?php readfile("date.txt"); ?>
370  </CENTER>  </CENTER>
371    
372    

Legend:
Removed from v.1273  
changed lines
  Added in v.1935

  ViewVC Help
Powered by ViewVC