/[svn]/web/trunk/www.linuxsampler.org/svnhistory.php
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/svnhistory.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

web/trunk/www.linuxsampler.org/cvshistory.php revision 1936 by schoenebeck, Sun Jul 12 17:41:37 2009 UTC web/trunk/www.linuxsampler.org/svnhistory.php revision 2750 by schoenebeck, Wed Apr 29 11:09:54 2015 UTC
# Line 98  Line 98 
98    
99  <body>  <body>
100    
101          <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>
102    
103                  <h1><span class="hidden">The LinuxSampler Project</span></h1>                  <h1><span class="hidden">The LinuxSampler Project</span></h1>
104    
# Line 120  Line 120 
120                          <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>
121                          <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>
122    
123  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="10" height="20">  <div class="boxed">
   
124  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
125  <input type="hidden" name="cmd" value="_s-xclick">  <input type="hidden" name="cmd" value="_s-xclick">
126  <input type="hidden" name="hosted_button_id" value="6746056">  <input type="hidden" name="hosted_button_id" value="6746056">
127  <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!">  <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!">
128  <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">
129  </form>  </form>
   
130  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
131  <input type="hidden" name="cmd" value="_s-xclick">  <input type="hidden" name="cmd" value="_s-xclick">
132  <input type="hidden" name="hosted_button_id" value="6746149">  <input type="hidden" name="hosted_button_id" value="6746149">
133  <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!">
134  <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">
135  </form>  </form>
136    <table><tr>
137    <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
138    <td>Or donate Bitcoins at:</td>
139    </tr></table>
140    <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
141    <hr>
142    <a href="donations.html">Why donate?</a>
143    </div>
144    
145                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
146                          <div id="contents">                          <div id="contents">
147    
148                          <h2>                          <h2>
149              <?php              <?php
150                if (isset($HTTP_GET_VARS['subproject']))                if (isset($_GET['subproject']))
151                    echo $HTTP_GET_VARS['subproject'];                    echo $_GET['subproject'];
152              ?>              ?>
153              CVS History              Subversion History
154              </h2>              </h2>
155    
156              <p class="default">              <p class="default">
157                <?php                <?php
158                  if (isset($HTTP_GET_VARS['subproject'])) {                  if (isset($_GET['subproject'])) {
159                      if (                      if (
160                          $HTTP_GET_VARS['subproject'] == "linuxsampler" ||                          $_GET['subproject'] == "linuxsampler" ||
161                          $HTTP_GET_VARS['subproject'] == "qsampler" ||                          $_GET['subproject'] == "qsampler" ||
162                          $HTTP_GET_VARS['subproject'] == "jsampler" ||                          $_GET['subproject'] == "jsampler" ||
163                          $HTTP_GET_VARS['subproject'] == "gigedit" ||                          $_GET['subproject'] == "gigedit" ||
164                          $HTTP_GET_VARS['subproject'] == "libgig" ||                          $_GET['subproject'] == "libgig" ||
165                          $HTTP_GET_VARS['subproject'] == "liblscp" ||                          $_GET['subproject'] == "liblscp" ||
166                          $HTTP_GET_VARS['subproject'] == "jlscp"                          $_GET['subproject'] == "doc" ||
167                            $_GET['subproject'] == "jlscp"
168                      ) {                      ) {
169                          readfile("http://cvs.linuxsampler.org/log/" . $HTTP_GET_VARS['subproject'] . "_history.html");                          readfile("log/" . $_GET['subproject'] . "_history.html");
170                      }                      }
171                  }                  }
172                ?>                ?>

Legend:
Removed from v.1936  
changed lines
  Added in v.2750

  ViewVC Help
Powered by ViewVC