Merge branch 'promoInfo'

Conflicts:
	shiai/teilnehmerListe.fods
This commit is contained in:
marko
2019-03-23 08:46:56 +01:00
246 changed files with 22023 additions and 2204 deletions

View File

@@ -37,7 +37,14 @@ $endif$
$if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
$endif$
$if(description)$
$if(phpTitleString)$
<title><?php echo( $phpTitleString$ );?></title>
$else$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
$endif$
$if(phpDescriptionString)$
<meta name="description" content="<?php echo( $phpDescriptionString$ );?>" />
$else$
<meta name="description" content="$description$" />
$endif$
$if(canonicalLink)$
@@ -46,7 +53,6 @@ $endif$
$if(ampVersionLink)$
<link rel="amphtml" href="$ampVersionLink$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<?php require_once($$basePath."/pages/shared/favicon.html.inc");?>
<style amp-custom>
code{white-space: pre;}
@@ -242,7 +248,7 @@ $body$
<li>
Der CWSV ist anerkannter Stützpunktverein des Bundesprogrammes „Integration durch Sport”
<div>
<a href="http://www.integration-durch-sport.de" title="Integration durch Sport">
<a href="https://integration.dosb.de/" title="Integration durch Sport">
<amp-img layout="responsive" src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/IntegrationDurchSport2018.250x.png" title="Integration durch Sport - Anerkannter Stützpunktverein" alt="Integration durch Sport - Anerkannter Stützpunktverein" width="250" height="416"></amp-img>
</a>
</div>

View File

@@ -50,6 +50,11 @@ $if(phpTitleString)$
$else$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
$endif$
$if(phpDescriptionString)$
<meta name="description" content="<?php echo( $phpDescriptionString$ );?>" />
$else$
<meta name="description" content="$description$" />
$endif$
$if(css)$
<style>
$for(css)$
@@ -241,7 +246,7 @@ $body$
<li>
Der CWSV ist anerkannter Stützpunktverein des Bundesprogrammes „Integration durch Sport”
<div>
<a href="http://www.integration-durch-sport.de" title="Integration durch Sport">
<a href="https://integration.dosb.de/" title="Integration durch Sport">
<img src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/IntegrationDurchSport2018.250x.png" title="Integration durch Sport - Anerkannter Stützpunktverein" alt="Integration durch Sport - Anerkannter Stützpunktverein" width="250" height="416">
</a>
</div>