WebmasterMustang
Mitglied
Und der Titel "Galerie-Menü" unter Bild 1. Wie wird dieser dann Grösser?
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Habe dafür mal etwas ausgearbeitet:Bild1: Am liebsten auf eine Zeile der text und daraus resultiert der Abstand
jQuery(document).ready(function() {
var wmax = 0;
jQuery("table:first div").has("a").each(function(){
if($(this).width() > wmax) wmax = jQuery(this).width();
});
jQuery("table:first div").has("a").width(wmax);
});
$header =
"<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
<html style='height:100%'>
<head>
<title>$Title</title>
<meta http-equiv='Content-Type' content='text/html;charset=ISO-8859-1'>
<meta name=”keywords” content=”Copy & Show Gallery” />
<script language=\"javascript\" type=\"text/javascript\">
<!--\n
$header =
"<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
<html style='height:100%'>
<head>
<title>$Title</title>
<meta http-equiv='Content-Type' content='text/html;charset=ISO-8859-1'>
<meta name=”keywords” content=”Copy & Show Gallery” />
<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js\"></script>
<script language=\"javascript\" type=\"text/javascript\">
<!--\n
jQuery(document).ready(function() {
var wmax = 0;
jQuery(\"table:first div\").has(\"a\").each(function(){
if($(this).width() > wmax) wmax = jQuery(this).width();
});
jQuery(\"table:first div\").has(\"a\").width(wmax);
});
if ($slimbox)
{
$header=$header . jQuery() . "\n" . Slimbox2() . "\n" . "
if ($slimbox)
{
$header=$header . Slimbox2() . "\n" . "
if($sort_subgaleries == 1)
{
usort($dirs_only,"cmp");
}
else if($sort_subgaleries == -1)
{
usort($dirs_only,"cmp");
$dirs_only=array_reverse($dirs_only);
}
for($i = 0; $i < count($dirs_only); $i++)
{
// usw. bis:
$breadcrumb .="</span><br><hr noshade>";
$out ="<table style='margin: auto;'><tr><td style='text-align: center'>" . $out . "</td></tr></table>";
if($sort_subgaleries == 1)
{
usort($dirs_only,"cmp");
}
else if($sort_subgaleries == -1)
{
usort($dirs_only,"cmp");
$dirs_only=array_reverse($dirs_only);
}
for($i = 0; $i < count($dirs_only); $i++)
{
if(isset($_GET["gallery"]) && $dirs_only[$i] !="" )
$gpath=$gallery . "/" .$dirs_only[$i];
else
$gpath = $dirs_only[$i];
$src = getThumbnailSource($gpath,"_title.jpg",$max_sidelength_galleries);
if($src != null)
$img = "<img class='thumbnail_Galerien' src='$src'>";
else $img ="";
$out .="\n<div style='vertical-align: bottom; padding: 5px; display: inline-block'>";
if ($gallery == $dirs_only[$i])
$out .= $img . "<br><span class='subgallery_aktuelle_Galerie'>".htmlentities($dirs_only[$i])."</span>";
else
{
if(file_exists($gpath."/"."redirect.txt"))
{
$redirectUrl=file_get_contents($gpath."/"."redirect.txt");
$out .= "<a href = '".$redirectUrl."'>".$img."</a><br><a class ='subgallery_link' href = '".$redirectUrl."'>".$dirs_only[$i]."</a>";
}
else
{
$out .= "<a href = '?gallery=".($gpath)."'>".$img."</a><br><a class ='subgallery_link' href = '?gallery=".($gpath)."'>".$dirs_only[$i]."</a>";
}
}
$out .= "</div>";
}
$breadcrumb .="</span><br><hr noshade>";
$out ="<table style='margin: auto;'><tr><td style='text-align: center'>" . $out . "</td></tr></table>";
$dir = php4scandir($path);
for($i = 0; $i <= count($dir); $i++)
{
if ($dir[$i]!="." && $dir[$i]!=".."){ //.. und . nicht von is_dir prüfen lassen. (könnte als Sicherheitsproblem angesehen werden)
if((is_dir($path ."/".$dir[$i])) && ($dir[$i]!="thumbnails") && !in_array($dir[$i],$ignore_folders) )
$dirs_only[] = $dir[$i];
}
}
$dir = php4scandir($path);
for($i = 0; $i <= count($dir); $i++)
{
if ($dir[$i]!="." && $dir[$i]!=".."){ //.. und . nicht von is_dir prüfen lassen. (könnte als Sicherheitsproblem angesehen werden)
if((is_dir($path ."/".$dir[$i])) &&
($dir[$i]!="thumbnails") &&
!in_array($dir[$i],$ignore_folders) &&
$dir[$i] != ''
)
$dirs_only[] = $dir[$i];
}
}
// Bildbeschreibung (aus Exifs, Feld "Description") anzeigen? (true/false)
$view_description=true;