/[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 1947 by schoenebeck, Wed Jul 15 09:13:06 2009 UTC revision 2479 by persson, Sat Oct 26 11:51:13 2013 UTC
# Line 112  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 148  Line 148 
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!">  <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">  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
150  </form>  </form>
151    <table><tr>
152    <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
153    <td>Or donate Bitcoins at:</td>
154    </tr></table>
155    <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
156    <hr>
157  <a href="donations.html">Why donate?</a>  <a href="donations.html">Why donate?</a>
158  </div>  </div>
159    <p>
160    <div class="">
161    <center>
162    <script type="text/javascript"><!--
163    google_ad_client = "pub-3408196773880325";
164    /* 120x600, created 8/3/09 */
165    google_ad_slot = "2910827959";
166    google_ad_width = 120;
167    google_ad_height = 600;
168    //-->
169    </script>
170    <script type="text/javascript"
171    src="//pagead2.googlesyndication.com/pagead/show_ads.js">
172    </script>
173    </center>
174    </div>
175    
176    
177                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
178                          <div id="contents">                          <div id="contents">
179    
180                          <h2>News</h2>                          <h2>News</h2>
181              <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>              <?php $_GET['max_items'] = "7";
182                      include("news_internal.php"); ?>
183              <span class="news_footer">              <span class="news_footer">
184                <a href="http://www.linuxsampler.org/news_history.php">More ...</a>                <a href="news_history.php">More ...</a>
185              </span>              </span>
186    
187              <h2>Latest CVS Commits</h2>              <h2>Latest Subversion Commits</h2>
188    
189              <table class="cvs" width=100%>              <table class="cvs">
190                <tbody>                <tbody>
191                  <tr>                  <tr>
192                    <td valign="top" width=50%>                    <td valign="top" width=50%>
# Line 178  Line 202 
202                          <tr>                          <tr>
203                            <td>                            <td>
204                              <div id="cvs_content">                              <div id="cvs_content">
205                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("log/linuxsampler_latest.html"); ?>
206                              </div>                              </div>
207                            </td>                            </td>
208                          </tr>                          </tr>
# Line 187  Line 211 
211                          <tr>                          <tr>
212                            <td>                            <td>
213                              <span class="cvs_footer">                              <span class="cvs_footer">
214                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>                                <a href="svnhistory.php?subproject=linuxsampler">More ...</a>
215                              </span>                              </span>
216                            </td>                            </td>
217                          </tr>                          </tr>
# Line 207  Line 231 
231                          <tr>                          <tr>
232                            <td>                            <td>
233                              <div id="cvs_content">                              <div id="cvs_content">
234                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>                                <?php readfile("log/gigedit_latest.html"); ?>
235                              </div>                              </div>
236                            </td>                            </td>
237                          </tr>                          </tr>
238                          <tr>                          <tr>
239                            <td>                            <td>
240                              <span class="cvs_footer">                              <span class="cvs_footer">
241                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>                                <a href="svnhistory.php?subproject=gigedit">More ...</a>
242                              </span>                              </span>
243                            </td>                            </td>
244                          </tr>                          </tr>
# Line 236  Line 260 
260                          <tr>                          <tr>
261                            <td>                            <td>
262                              <div id="cvs_content">                              <div id="cvs_content">
263                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>                                <?php readfile("log/libgig_latest.html"); ?>
264                              </div>                              </div>
265                            </td>                            </td>
266                          </tr>                          </tr>
267                          <tr>                          <tr>
268                            <td>                            <td>
269                              <span class="cvs_footer">                              <span class="cvs_footer">
270                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>                                <a href="svnhistory.php?subproject=libgig">More ...</a>
271                              </span>                              </span>
272                            </td>                            </td>
273                          </tr>                          </tr>
# Line 263  Line 287 
287                          <tr>                          <tr>
288                            <td>                            <td>
289                              <div id="cvs_content">                              <div id="cvs_content">
290                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("log/qsampler_latest.html"); ?>
291                              </div>                              </div>
292                            </td>                            </td>
293                          </tr>                          </tr>
294                          <tr>                          <tr>
295                            <td>                            <td>
296                              <span class="cvs_footer">                              <span class="cvs_footer">
297                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>                                <a href="svnhistory.php?subproject=qsampler">More ...</a>
298                              </span>                              </span>
299                            </td>                            </td>
300                          </tr>                          </tr>
# Line 292  Line 316 
316                          <tr>                          <tr>
317                            <td>                            <td>
318                              <div id="cvs_content">                              <div id="cvs_content">
319                                <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>                                <?php readfile("log/liblscp_latest.html"); ?>
320                              </div>                              </div>
321                            </td>                            </td>
322                          </tr>                          </tr>
323                          <tr>                          <tr>
324                            <td>                            <td>
325                              <span class="cvs_footer">                              <span class="cvs_footer">
326                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>                                <a href="svnhistory.php?subproject=liblscp">More ...</a>
327                              </span>                              </span>
328                            </td>                            </td>
329                          </tr>                          </tr>
# Line 319  Line 343 
343                          <tr>                          <tr>
344                            <td>                            <td>
345                              <div id="cvs_content">                              <div id="cvs_content">
346                                <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>                                <?php readfile("log/jsampler_latest.html"); ?>
347                              </div>                              </div>
348                            </td>                            </td>
349                          </tr>                          </tr>
350                          <tr>                          <tr>
351                            <td>                            <td>
352                              <span class="cvs_footer">                              <span class="cvs_footer">
353                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>                                <a href="svnhistory.php?subproject=jsampler">More ...</a>
354                              </span>                              </span>
355                            </td>                            </td>
356                          </tr>                          </tr>
# Line 348  Line 372 
372                          <tr>                          <tr>
373                            <td>                            <td>
374                              <div id="cvs_content">                              <div id="cvs_content">
375                                <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>                                <?php readfile("log/jlscp_latest.html"); ?>
376                              </div>                              </div>
377                            </td>                            </td>
378                          </tr>                          </tr>
379                          <tr>                          <tr>
380                            <td>                            <td>
381                              <span class="cvs_footer">                              <span class="cvs_footer">
382                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>                                <a href="svnhistory.php?subproject=jlscp">More ...</a>
383                              </span>                              </span>
384                            </td>                            </td>
385                          </tr>                          </tr>

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

  ViewVC Help
Powered by ViewVC