pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file icons.php

Documentation is available at icons.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2004-2005 The PEAR Group                               |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Author: Martin Jansen <mj@php.net>                                   |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20.  
  21. response_header("Support - Icons");
  22. ?>
  23.  
  24.  
  25. <p>What programming tool would be complete without a set of icons to
  26. put on your webpage, telling the world what makes your site tick?</p>
  27.  
  28. <table cellpadding="5" cellspacing="1">
  29. <tr bgcolor="#e0e0e0">
  30.     <td><img src="/gifs/pear-power.gif" width="88" height="31" alt="Powered by PEAR, GIF format"  /><br /></td>
  31.     <td>Powered by PEAR, GIF format<br />g<small>88 x 31 pixels<br />854 bytes<br /></small></td>
  32. </tr>
  33. <tr bgcolor="#e0e0e0">
  34.     <td><img src="/gifs/pear-power.png" width="88" height="31" alt="Powered by PEAR, PNG format"  /><br /></td>
  35.     <td>Powered by PEAR, PNG format<br />g<small>88 x 31 pixels<br />1445 bytes<br /></small></td>
  36. </tr>
  37. <tr bgcolor="#e0e0e0">
  38.     <td><img src="/gifs/pear-icon.gif" width="32" height="32" alt="32x32 PEAR icon, GIF format"  /><br /></td>
  39.     <td>32x32 PEAR icon, GIF format<br />g<small>32 x 32 pixels<br />412 bytes<br /></small></td>
  40. </tr>
  41. <tr bgcolor="#e0e0e0">
  42.     <td><img src="/gifs/pear-icon.png" width="32" height="32" alt="32x32 PEAR icon, PNG format"  /><br /></td>
  43.     <td>32x32 PEAR icon, PNG format<br />g<small>32 x 32 pixels<br />927 bytes<br /></small></td>
  44. </tr>
  45. <tr bgcolor="#e0e0e0">
  46.     <td><img src="/gifs/pear-blogbutton1.png" width="80" height="15" alt="80x15 PEAR blog button, PNG format"  /><br /></td>
  47.     <td>80x15 PEAR weblog button, PNG format<br />g<small>80 x 15 pixels<br />282 bytes<br /></small></td>
  48. </tr>
  49. <tr bgcolor="#e0e0e0">
  50.     <td><img src="/gifs/pear-blogbutton2.png" width="80" height="15" alt="80x15 PEAR blog button, PNG format"  /><br /></td>
  51.     <td>80x15 PEAR weblog button, PNG format<br />g<small>80 x 15 pixels<br />581 bytes<br /></small></td>
  52. </tr>
  53. <tr bgcolor="#e0e0e0">
  54.     <td><img src="/gifs/pear-eps.png" width="90" height="45" alt="PEAR vector graphic, EPS format"  /><br /></td>
  55.     <td><a href="pear.eps.gz">PEAR logo vector graphic</a>, EPS format<br /><small>compressed, variable size<br />16343 bytes</small></td>
  56. </tr>
  57. <tr bgcolor="#e0e0e0">
  58.     <td><img src="/gifs/pear-poster.png" width="90" height="127" alt="PEAR poster, PDF format"  /><br /></td>
  59.     <td><a href="/downloads/pear-poster.pdf">PEAR Poster</a>, PDF format<br /><small>for printing<br />18289 bytes</small></td>
  60. </tr>
  61. <tr bgcolor="#e0e0e0">
  62.     <td colspan="2"><a href="/downloads/pear-folder.ico">PEAR Folder ICO</a> by Philippe Jausions <small>137750 bytes</small></td>
  63. </tr>
  64. <tr bgcolor="#e0e0e0">
  65.     <td colspan="2"><a href="/downloads/pear-folder.svg">PEAR Folder SVG</a> by Philippe Jausions <small> 11635 bytes</small></td>
  66. </tr>
  67. <tr bgcolor="#e0e0e0">
  68.     <td colspan="2"><a href="/downloads/pear-logos.svg">PEAR Logo SVG</a> by Philippe Jausions <small> 11343 bytes</small></td>
  69. </tr>
  70.  
  71. </table>
  72.  
  73. <p><b>Note:</b> Please do not just include these icons directly but
  74. download them and save them locally in order to keep HTTP traffic
  75. low.</p>
  76.  
  77. <?php
  78. response_footer();

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.