X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=b37ab51d93f729142d5a1274cd1d818aa6ef1587;hb=274c2053a765e8b3cfecd046f60cc4b057971d35;hp=c1d366072753d374a9be4b8e8c349ac8d29970ac;hpb=aaafc8b77f4965c7f8a011ca0f2f18341766e94a;p=mirrors%2FSokoMan.git diff --git a/index.php b/index.php index c1d3660..b37ab51 100755 --- a/index.php +++ b/index.php @@ -73,6 +73,10 @@ class HTML { return "$title"; } + function img_link($src, $link='#void', $title='img_link', $internal=true, $translate=true, $options='width=64') { + return $this->link($this->img($src,$title,$options),$link,$internal,$translate); + } + function input($name=false, $value=false, $type='text', $placeholder=false, $options=false, $prefix='') { $html = T($prefix)."img($src, $table[$id][$column]); + $table[$id][$type.'_image']=$this->img_link($src, $src, $table[$id][$column], false, false); } } } function render_barcode($barcode,$opts=false) { - return $this->link($this->img($this->internal_url("barcode/$barcode"),$barcode,$opts),"barcode/$barcode",true,false); + return $this->img_link($this->internal_url("barcode/$barcode"),$this->internal_url("barcode/$barcode"),$barcode,false,false,$opts); } function table_add_barcodes(&$table) {