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

  ViewVC Help
Powered by ViewVC