/[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 1284 by schoenebeck, Fri Aug 10 15:22:21 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" width=100%>
136                <tbody>                <tbody>
137                  <tr>                  <tr>
138                    <td valign=top>                    <td valign="top" width=50%>
139                      <p class="default">                      <table class="cvs_project" width=100%>
140                        <?php include("news_internal.php?max_items=3"); ?>                        <thead>
141                      </p>                          <tr>
142                      <p class="default">                            <th scope=col>linuxsampler</th>
143                        <a href="http://www.linuxsampler.org/news_history.php">More News...</a>                          </tr>
144                      </p>                        </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/cvshistory.php?subproject=linuxsampler">More ...</a>
159                                </span>
160                              </td>
161                            </tr>
162                          </tfoot>
163                        </table>
164                    </td>                    </td>
165                    <td valign="top">                    <td valign="top" width=50%>
166                        <table class="cvs_project" width=100%>
   
                     <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 include("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/cvshistory.php?subproject=gigedit">More ...</a>
184                                </span>
185                              </td>
186                          </tr>                          </tr>
187                        </tbody>                        </tbody>
188                      </table>                      </table>
189                      </td>
190                      <br>                  </tr>
191                    <tr>
192                      <table>                    <td valign="top" width=50%>
193                        <table class="cvs_project" width=100%>
194                        <thead>                        <thead>
195                          <tr>                          <tr>
196                            <th scope=col>Latest Commits QSampler (GUI)</th>                            <th scope=col>libgig</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/qsampler_latest.html"); ?>                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>
204                              </span>                              </div>
205                            </td>                            </td>
206                          </tr>                          </tr>
207                          <tr>                          <tr>
208                            <td><a href="http://www.linuxsampler.org/qsampler_cvshistory.php">More... (QSampler CVS History)</a></td>                            <td>
209                                <span class="cvs_footer">
210                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>
211                                </span>
212                              </td>
213                            </tr>
214                          </tbody>
215                        </table>
216                      </td>
217                      <td valign="top" width=50%>
218                        <table class="cvs_project" width=100%>
219                          <thead>
220                            <tr>
221                              <th scope=col>qsampler</th>
222                            </tr>
223                          </thead>
224                          <tbody>
225                            <tr>
226                              <td>
227                                <div id="cvs_content">
228                                  <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>
229                                </div>
230                              </td>
231                            </tr>
232                            <tr>
233                              <td>
234                                <span class="cvs_footer">
235                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>
236                                </span>
237                              </td>
238                            </tr>
239                          </tbody>
240                        </table>
241                      </td>
242                    </tr>
243                    <tr>
244                      <td valign="top" width=50%>
245                        <table class="cvs_project" width=100%>
246                          <thead>
247                            <tr>
248                              <th scope=col>liblscp</th>
249                            </tr>
250                          </thead>
251                          <tbody>
252                            <tr>
253                              <td>
254                                <div id="cvs_content">
255                                  <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>
256                                </div>
257                              </td>
258                            </tr>
259                            <tr>
260                              <td>
261                                <span class="cvs_footer">
262                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>
263                                </span>
264                              </td>
265                            </tr>
266                          </tbody>
267                        </table>
268                      </td>
269                      <td valign="top" width=50%>
270                        <table class="cvs_project" width=100%>
271                          <thead>
272                            <tr>
273                              <th scope=col>jsampler</th>
274                            </tr>
275                          </thead>
276                          <tbody>
277                            <tr>
278                              <td>
279                                <div id="cvs_content">
280                                  <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>
281                                </div>
282                              </td>
283                            </tr>
284                            <tr>
285                              <td>
286                                <span class="cvs_footer">
287                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>
288                                </span>
289                              </td>
290                            </tr>
291                          </tbody>
292                        </table>
293                      </td>
294                    </tr>
295                    <tr>
296                      <td valign="top" width=50%>
297                        <table class="cvs_project" width=100%>
298                          <thead>
299                            <tr>
300                              <th scope=col>jlscp</th>
301                            </tr>
302                          </thead>
303                          <tbody>
304                            <tr>
305                              <td>
306                                <div id="cvs_content">
307                                  <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>
308                                </div>
309                              </td>
310                            </tr>
311                            <tr>
312                              <td>
313                                <span class="cvs_footer">
314                                  <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>
315                                </span>
316                              </td>
317                          </tr>                          </tr>
318                        </tbody>                        </tbody>
319                      </table>                      </table>
   
                     <br>  
   
   
320                    </td>                    </td>
321                  </tr>                  </tr>
322                </tbody>                </tbody>
# Line 192  Line 324 
324    
325    
326                  </div>                  </div>
327                  </td></tr></table>                  </td>
328    </tr></table>
329    
330   </div>   </div>
331  <CENTER>  <CENTER>
332  Last Sync: <?php readfile("date.txt"); ?>  Last Webserver Sync: <?php readfile("date.txt"); ?>
333  </CENTER>  </CENTER>
334    
335    

Legend:
Removed from v.1268  
changed lines
  Added in v.1284

  ViewVC Help
Powered by ViewVC