/[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 2213 by schoenebeck, Mon Jul 18 18:29:39 2011 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 150  Line 150 
150  </form>  </form>
151  <a href="donations.html">Why donate?</a>  <a href="donations.html">Why donate?</a>
152  </div>  </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 readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>              <?php $_GET['max_items'] = "6";
176                      include("news_internal.php"); ?>
177              <span class="news_footer">              <span class="news_footer">
178                <a href="http://www.linuxsampler.org/news_history.php">More ...</a>                <a href="news_history.php">More ...</a>
179              </span>              </span>
180    
181              <h2>Latest CVS Commits</h2>              <h2>Latest Subversion Commits</h2>
182    
183              <table class="cvs" width=100%>              <table class="cvs">
184                <tbody>                <tbody>
185                  <tr>                  <tr>
186                    <td valign="top" width=50%>                    <td valign="top" width=50%>
# Line 178  Line 196 
196                          <tr>                          <tr>
197                            <td>                            <td>
198                              <div id="cvs_content">                              <div id="cvs_content">
199                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("log/linuxsampler_latest.html"); ?>
200                              </div>                              </div>
201                            </td>                            </td>
202                          </tr>                          </tr>
# Line 187  Line 205 
205                          <tr>                          <tr>
206                            <td>                            <td>
207                              <span class="cvs_footer">                              <span class="cvs_footer">
208                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>                                <a href="svnhistory.php?subproject=linuxsampler">More ...</a>
209                              </span>                              </span>
210                            </td>                            </td>
211                          </tr>                          </tr>
# Line 207  Line 225 
225                          <tr>                          <tr>
226                            <td>                            <td>
227                              <div id="cvs_content">                              <div id="cvs_content">
228                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>                                <?php readfile("log/gigedit_latest.html"); ?>
229                              </div>                              </div>
230                            </td>                            </td>
231                          </tr>                          </tr>
232                          <tr>                          <tr>
233                            <td>                            <td>
234                              <span class="cvs_footer">                              <span class="cvs_footer">
235                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>                                <a href="svnhistory.php?subproject=gigedit">More ...</a>
236                              </span>                              </span>
237                            </td>                            </td>
238                          </tr>                          </tr>
# Line 236  Line 254 
254                          <tr>                          <tr>
255                            <td>                            <td>
256                              <div id="cvs_content">                              <div id="cvs_content">
257                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>                                <?php readfile("log/libgig_latest.html"); ?>
258                              </div>                              </div>
259                            </td>                            </td>
260                          </tr>                          </tr>
261                          <tr>                          <tr>
262                            <td>                            <td>
263                              <span class="cvs_footer">                              <span class="cvs_footer">
264                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>                                <a href="svnhistory.php?subproject=libgig">More ...</a>
265                              </span>                              </span>
266                            </td>                            </td>
267                          </tr>                          </tr>
# Line 263  Line 281 
281                          <tr>                          <tr>
282                            <td>                            <td>
283                              <div id="cvs_content">                              <div id="cvs_content">
284                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("log/qsampler_latest.html"); ?>
285                              </div>                              </div>
286                            </td>                            </td>
287                          </tr>                          </tr>
288                          <tr>                          <tr>
289                            <td>                            <td>
290                              <span class="cvs_footer">                              <span class="cvs_footer">
291                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>                                <a href="svnhistory.php?subproject=qsampler">More ...</a>
292                              </span>                              </span>
293                            </td>                            </td>
294                          </tr>                          </tr>
# Line 292  Line 310 
310                          <tr>                          <tr>
311                            <td>                            <td>
312                              <div id="cvs_content">                              <div id="cvs_content">
313                                <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>                                <?php readfile("log/liblscp_latest.html"); ?>
314                              </div>                              </div>
315                            </td>                            </td>
316                          </tr>                          </tr>
317                          <tr>                          <tr>
318                            <td>                            <td>
319                              <span class="cvs_footer">                              <span class="cvs_footer">
320                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>                                <a href="svnhistory.php?subproject=liblscp">More ...</a>
321                              </span>                              </span>
322                            </td>                            </td>
323                          </tr>                          </tr>
# Line 319  Line 337 
337                          <tr>                          <tr>
338                            <td>                            <td>
339                              <div id="cvs_content">                              <div id="cvs_content">
340                                <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>                                <?php readfile("log/jsampler_latest.html"); ?>
341                              </div>                              </div>
342                            </td>                            </td>
343                          </tr>                          </tr>
344                          <tr>                          <tr>
345                            <td>                            <td>
346                              <span class="cvs_footer">                              <span class="cvs_footer">
347                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>                                <a href="svnhistory.php?subproject=jsampler">More ...</a>
348                              </span>                              </span>
349                            </td>                            </td>
350                          </tr>                          </tr>
# Line 348  Line 366 
366                          <tr>                          <tr>
367                            <td>                            <td>
368                              <div id="cvs_content">                              <div id="cvs_content">
369                                <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>                                <?php readfile("log/jlscp_latest.html"); ?>
370                              </div>                              </div>
371                            </td>                            </td>
372                          </tr>                          </tr>
373                          <tr>                          <tr>
374                            <td>                            <td>
375                              <span class="cvs_footer">                              <span class="cvs_footer">
376                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>                                <a href="svnhistory.php?subproject=jlscp">More ...</a>
377                              </span>                              </span>
378                            </td>                            </td>
379                          </tr>                          </tr>

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

  ViewVC Help
Powered by ViewVC