slitaz-forge rev 208
people: xhtml validate
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 23 18:32:12 2012 +0100 (2012-03-23) |
parents | 89896ba4b2b3 |
children | c088e00661ed |
files | people/index.php |
line diff
1.1 --- a/people/index.php Fri Mar 23 18:11:34 2012 +0100 1.2 +++ b/people/index.php Fri Mar 23 18:32:12 2012 +0100 1.3 @@ -22,6 +22,17 @@ 1.4 })(); 1.5 /* ]]> */ 1.6 </script> 1.7 + <style type="text/css"> 1.8 + ul span { 1.9 + color: #666; 1.10 + font-size: 11px; 1.11 + font-weight: normal; 1.12 + display: block; 1.13 + padding: 2px 0; 1.14 + } 1.15 + ul { list-style-type: square; } 1.16 + ul span a { color: #666; } 1.17 + </style> 1.18 </head> 1.19 <body> 1.20 1.21 @@ -69,18 +80,18 @@ 1.22 <p> 1.23 You can help us maintain and improve this service with a small 1.24 donation to the SliTaz association: 1.25 - <!-- PayPal Button --> 1.26 - <form action="https://www.paypal.com/cgi-bin/webscr" method="post" 1.27 - style="display: inline;"> 1.28 - <input type="hidden" name="cmd" value="_s-xclick" /> 1.29 - <input type="hidden" name="hosted_button_id" value="4885025" /> 1.30 - <input type="image" src="images/paypal.png" name="submit" 1.31 - alt="PayPal - The safer, easier way to pay online!" /> 1.32 - </form> 1.33 - <!-- Flattr Button --> 1.34 - <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" 1.35 - href="http://www.slitaz.org/"></a> 1.36 </p> 1.37 + <!-- PayPal Button --> 1.38 + <form action="https://www.paypal.com/cgi-bin/webscr" method="post" 1.39 + style="display: inline;"> 1.40 + <input type="hidden" name="cmd" value="_s-xclick" /> 1.41 + <input type="hidden" name="hosted_button_id" value="4885025" /> 1.42 + <input type="image" src="images/paypal.png" name="submit" 1.43 + alt="PayPal - The safer, easier way to pay online!" /> 1.44 + </form> 1.45 + <!-- Flattr Button --> 1.46 + <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" 1.47 + href="http://www.slitaz.org/"></a> 1.48 </div> 1.49 </div> 1.50 1.51 @@ -89,18 +100,6 @@ 1.52 1.53 <h2>SliTaz people</h2> 1.54 1.55 -<style type="text/css"> 1.56 -ul span { 1.57 - color: #666; 1.58 - font-size: 11px; 1.59 - font-weight: normal; 1.60 - display: block; 1.61 - padding: 2px 0; 1.62 -} 1.63 -ul { list-style-type: square; } 1.64 -ul span a { color: #666; } 1.65 -</style> 1.66 - 1.67 <ul> 1.68 <?php 1.69 if ($handle = opendir('/home')) {