Home
last modified time | relevance | path

Searched refs:img (Results 26 – 28 of 28) sorted by last modified time

12

/dokuwiki/lib/plugins/acl/
H A Dstyle.css35 #acl__tree ul img {
39 [dir=rtl] #acl__tree ul img {
/dokuwiki/lib/plugins/config/
H A Dstyle.css69 #config__manager td.label img {
74 [dir=rtl] #config__manager td.label img {
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php208 '<img src="//www.gravatar.com/avatar/' . $mailid .
238 $img = '<a href="' . hsc($screen) . '" target="_blank" class="extension_screenshot">' .
239 '<img alt="' . $title . '" width="120" height="70" src="' . hsc($thumb) . '" />' .
242 $img = '<img alt="" width="120" height="70" src="' . DOKU_BASE .
245 $img = '<img alt="" width="120" height="70" src="' . DOKU_BASE .
248 $html = '<div class="screenshot" >' . $img . '<span></span></div>' . DOKU_LF;

12