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

  ViewVC Help
Powered by ViewVC