/[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 1270 by schoenebeck, Tue Aug 7 21:43:37 2007 UTC revision 1273 by schoenebeck, Wed Aug 8 02:30:23 2007 UTC
# Line 125  Line 125 
125                          <div id="contents">                          <div id="contents">
126    
127                          <h2>News</h2>                          <h2>News</h2>
128                <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>
129                <span class="news_footer">
130                  <a href="http://www.linuxsampler.org/news_history.php">More ...</a>
131                </span>
132    
133              <table>              <h2>Latest CVS Commits</h2>
134    
135                <table class="cvs">
136                <tbody>                <tbody>
137                  <tr>                  <tr>
138                    <td valign=top>                    <td valign="top">
139                      <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>                      <table class="cvs_project">
140                      <span class="news_footer">                        <thead>
141                        <a href="http://www.linuxsampler.org/news_history.php">More News...</a>                          <tr>
142                      </span>                            <th scope=col>linuxsampler</th>
143                            </tr>
144                          </thead>
145                          <tbody>
146                            <tr>
147                              <td>
148                                <div id="cvs_content">
149                                  <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>
150                                </div>
151                              </td>
152                            </tr>
153                          </tbody>
154                          <tfoot>
155                            <tr>
156                              <td>
157                                <span class="cvs_footer">
158                                  <a href="http://www.linuxsampler.org/linuxsampler_cvshistory.php">More ...</a>
159                                </span>
160                              </td>
161                            </tr>
162                          </tfoot>
163                        </table>
164                    </td>                    </td>
165                    <td valign="top">                    <td valign="top">
166                        <table class="cvs_project">
   
                     <table>  
167                        <thead>                        <thead>
168                          <tr>                          <tr>
169                            <th scope=col>Latest Commits LinuxSampler (Engine)</th>                            <th scope=col>gigedit</th>
170                          </tr>                          </tr>
171                        </thead>                        </thead>
172                        <tbody>                        <tbody>
173                          <tr>                          <tr>
174                            <td>                            <td>
175                              <span class="default">                              <div id="cvs_content">
176                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>
177                              </span>                              </div>
178                            </td>                            </td>
179                          </tr>                          </tr>
180                          <tr>                          <tr>
181                            <td><a href="http://www.linuxsampler.org/linuxsampler_cvshistory.php">More... (LinuxSampler CVS History)</a></td>                            <td>
182                                <span class="cvs_footer">
183                                  <a href="http://www.linuxsampler.org/gigedit_cvshistory.php">More ...</a>
184                                </span>
185                              </td>
186                          </tr>                          </tr>
187                        </tbody>                        </tbody>
188                      </table>                      </table>
189                      </td>
190                      <br>                    <td valign="top">
191                        <table class="cvs_project">
                     <table>  
192                        <thead>                        <thead>
193                          <tr>                          <tr>
194                            <th scope=col>Latest Commits QSampler (GUI)</th>                            <th scope=col>qsampler</th>
195                          </tr>                          </tr>
196                        </thead>                        </thead>
197                        <tbody>                        <tbody>
198                          <tr>                          <tr>
199                            <td>                            <td>
200                              <span class="default">                              <div id="cvs_content">
201                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
202                              </span>                              </div>
203                            </td>                            </td>
204                          </tr>                          </tr>
205                          <tr>                          <tr>
206                            <td><a href="http://www.linuxsampler.org/qsampler_cvshistory.php">More... (QSampler CVS History)</a></td>                            <td>
207                                <span class="cvs_footer">
208                                  <a href="http://www.linuxsampler.org/qsampler_cvshistory.php">More ...</a>
209                                </span>
210                              </td>
211                            </tr>
212                          </tbody>
213                        </table>
214                      </td>
215                      <td>
216                        <table class="cvs_project">
217                          <thead>
218                            <tr>
219                              <th scope=col>jsampler</th>
220                            </tr>
221                          </thead>
222                          <tbody>
223                            <tr>
224                              <td>
225                                <div id="cvs_content">
226                                  <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>
227                                </div>
228                              </td>
229                            </tr>
230                            <tr>
231                              <td>
232                                <span class="cvs_footer">
233                                  <a href="http://www.linuxsampler.org/jsampler_cvshistory.php">More ...</a>
234                                </span>
235                              </td>
236                            </tr>
237                          </tbody>
238                        </table>
239                      </td>
240                    </tr>
241                    <tr>
242                      <td valign="top">
243                        <table class="cvs_project">
244                          <thead>
245                            <tr>
246                              <th scope=col>libgig</th>
247                            </tr>
248                          </thead>
249                          <tbody>
250                            <tr>
251                              <td>
252                                <div id="cvs_content">
253                                  <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>
254                                </div>
255                              </td>
256                            </tr>
257                            <tr>
258                              <td>
259                                <span class="cvs_footer">
260                                  <a href="http://www.linuxsampler.org/libgig_cvshistory.php">More ...</a>
261                                </span>
262                              </td>
263                            </tr>
264                          </tbody>
265                        </table>
266                      </td>
267                      <td valign="top">
268                        <table class="cvs_project">
269                          <thead>
270                            <tr>
271                              <th scope=col>liblscp</th>
272                            </tr>
273                          </thead>
274                          <tbody>
275                            <tr>
276                              <td>
277                                <div id="cvs_content">
278                                  <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>
279                                </div>
280                              </td>
281                            </tr>
282                            <tr>
283                              <td>
284                                <span class="cvs_footer">
285                                  <a href="http://www.linuxsampler.org/liblscp_cvshistory.php">More ...</a>
286                                </span>
287                              </td>
288                            </tr>
289                          </tbody>
290                        </table>
291                      </td>
292                      <td valign="top">
293                        <table class="cvs_project">
294                          <thead>
295                            <tr>
296                              <th scope=col>jlscp</th>
297                            </tr>
298                          </thead>
299                          <tbody>
300                            <tr>
301                              <td>
302                                <div id="cvs_content">
303                                  <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>
304                                </div>
305                              </td>
306                            </tr>
307                            <tr>
308                              <td>
309                                <span class="cvs_footer">
310                                  <a href="http://www.linuxsampler.org/jlscp_cvshistory.php">More ...</a>
311                                </span>
312                              </td>
313                          </tr>                          </tr>
314                        </tbody>                        </tbody>
315                      </table>                      </table>
   
                     <br>  
   
   
316                    </td>                    </td>
317                  </tr>                  </tr>
318                </tbody>                </tbody>
# Line 190  Line 320 
320    
321    
322                  </div>                  </div>
323                  </td></tr></table>                  </td>
324    </tr></table>
325    
326   </div>   </div>
327  <CENTER>  <CENTER>

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

  ViewVC Help
Powered by ViewVC