Übernahme woanders erstellter Änderungen

This commit is contained in:
marko
2018-06-25 20:09:57 +02:00
parent da8db3324b
commit d9ee5aea30
63 changed files with 4223 additions and 297 deletions

View File

@@ -18,8 +18,7 @@
galleryRedirector();
PHPCount::AddHit("$title$");
?>
PHPCount::AddHit("$title$");?>
<!DOCTYPE html>
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
<head>
@@ -41,9 +40,13 @@ $if(ampVersionLink)$
<link rel="amphtml" href="$ampVersionLink$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
<style>code{white-space: pre;}</style>
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "" ""; }</style>
<style>
q { quotes: "“" "”" "" ""; }
.fontSizeXxSmall{font-size: xx-small;}
.displayNone{display: none;}
</style>
$endif$
$if(highlighting-css)$
<style type="text/css">
@@ -53,17 +56,48 @@ $endif$
$for(css)$
<link rel="stylesheet" href="/$css$">
$endfor$
$for(extraCss)$
<link rel="stylesheet" href="$extraCss$">
$endfor$
$if(math)$
$math$
$endif$
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "WebSite",
"name": "$title$",
"alternateName": "$description$",
"url": "http://cwsvjudo.bplaced.net",
"image": "http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.256w.png"
}
</script>
$if(jsonSdFiles)$
<script type='application/ld+json'>
$for(jsonSdFiles)$
<?php include($$basePath."/ressourcen/structuredData/json/$jsonSdFiles$");?>
$endfor$
</script>
$endif$
$if(jsLibs)$
$for(jsLibs)$
<script src="$jsLibs$" type="text/javascript"></script>
$endfor$
$endif$
<link rel="alternate" type="application/rss+xml" href="/rss">
<?php require_once($$basePath."/pages/shared/favicon.html.inc");?>
$for(header-includes)$
$header-includes$
$header-includes$
$endfor$
</head>
<body>
<!-- Kopfzeile mit Titel, Promobildern und Breadcrumbs -->
<header class="cwsvHeader">
<img width="200" height="140" title="Judo im Chemnitzer WSV" alt="Judo im Chemnitzer WSV - Promo" src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/banner/bannerlogo.1.jpg" />
<img
width="200" height="140"
title="Judo im Chemnitzer WSV" alt="Judo im Chemnitzer WSV - Promo"
src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/banner/bannerlogo.1.jpg"
/>
<span>Judo</span>
<span class="breadcrumbs"></span>
<img