Searched refs:alt (Results 1 – 10 of 10) sorted by relevance
/web-php/ |
H A D | software.php | 15 <?php echo make_image("logos/php-icon-white.gif", $alt = "php.net", "left") ?> variable 20 <?php echo make_image("pear-icon.png", $alt = "pear.php.net", "left") ?> variable 25 <?php echo make_image("pecl-icon.png", $alt = "pecl.php.net", "left") ?> variable
|
/web-php/include/ |
H A D | layout.inc | 70 function make_image($file, $alt = false, $align = false, $extras = false, 94 return sprintf('<img src="%s/%s" alt="%s"%s%s%s>', 97 ($alt ?: ''), 105 function print_image($file, $alt = false, $align = false, $extras = false, 108 echo make_image($file, $alt, $align, $extras, $dir); 112 // image from the news dir with an alt and an URL) 113 function news_image($URL, $image, $alt, $print = true) 115 $str = "<a href=\"$URL\">" . make_image("news/$image", $alt, "right") . "</a>"; 123 function make_submit($file, $alt = false, $align = false, $extras = false, 129 $img = make_image($file, $alt, $align, $extras, $dir, false);
|
H A D | shared-manual.inc | 172 '<img src="/images/notes-edit@2x.png" height="12" width="12" alt="edit note">', 179 '<img src="/images/notes-reject@2x.png" height="12" width="12" alt="reject note">', 186 '<img src="/images/notes-delete@2x.png" height="12" width="12" alt="delete note">',
|
H A D | footer.inc | 107 <a id="toTop" href="javascript:;"><span id="toTopHover"></span><img width="40" height="40" alt="To …
|
H A D | header.inc | 135 <img src="<?= $entry->image ?>" alt="<?= $entry->name ?>">
|
/web-php/styles/ |
H A D | i-love-markdown.css | 178 content: '![' attr(alt) '](' attr(src) ' "' attr(title) '")';
|
/web-php/releases/8.1/ |
H A D | release.inc | 26 <img src="/images/php8/logo_php8_1.svg" alt="php8.1" height="126" width="343"> 547 <img src="/images/php8/php81_performance.svg" alt="">
|
/web-php/releases/8.2/ |
H A D | release.inc | 26 <img src="/images/php8/logo_php8_2.svg" alt="PHP 8.2" height="126" width="343">
|
/web-php/releases/8.3/ |
H A D | release.inc | 26 <img src="/images/php8/logo_php8_3.svg" alt="PHP 8.3" height="126" width="343">
|
/web-php/releases/8.4/ |
H A D | release.inc | 27 <img src="/images/php8/logo_php8_4.svg" alt="PHP 8.4" height="126" width="343">
|
Completed in 26 milliseconds