Reenabled width and heigth in gallery table
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
/// Einbinden der Konfiguration, insbesondere Basisvariablen,
|
||||
/// Einbinden der Konfiguration, insbesondere Basisvariablen,
|
||||
/// relative Pfadangabe
|
||||
/// - jedes Verzeichnis sollte seine eigene haben
|
||||
/// - theoretisch sollte es bereits von der aufrufenden Datei
|
||||
/// - theoretisch sollte es bereits von der aufrufenden Datei
|
||||
/// eingebunden sein
|
||||
require_once("./config.inc.php");
|
||||
// include_once("./config.inc.php");
|
||||
@@ -15,9 +15,9 @@
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/newsTableHtml.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/galleryRedirector.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/phpcount/phpcount.php");
|
||||
|
||||
|
||||
galleryRedirector();
|
||||
|
||||
|
||||
$if(phpTitleString)$
|
||||
PHPCount::AddHit($phpTitleString$." (Amp)");?>
|
||||
$else$
|
||||
@@ -87,7 +87,7 @@ $endfor$
|
||||
.hamburger {
|
||||
padding-left: .5em;
|
||||
padding-right: .5em;
|
||||
}
|
||||
}
|
||||
#mainNav > a > span{
|
||||
width: 2em;
|
||||
}
|
||||
@@ -112,7 +112,7 @@ $for(header-includes)$
|
||||
$endfor$
|
||||
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
||||
<script async custom-element="amp-sidebar" src="https://cdn.ampproject.org/v0/amp-sidebar-0.1.js"></script>
|
||||
<script type='application/ld+json'>
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "WebSite",
|
||||
@@ -147,37 +147,37 @@ $endif$
|
||||
<!-- Kopfzeile mit Titel, Promobildern und Breadcrumbs -->
|
||||
<header class="cwsvHeader">
|
||||
<div role="button" on="tap:sidebar1.toggle" tabindex="0" class="hamburger">☰</div>
|
||||
<amp-img layout="responsive"
|
||||
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"
|
||||
<amp-img layout="responsive"
|
||||
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"
|
||||
></amp-img>
|
||||
<span>
|
||||
<span>Judo</span>
|
||||
<span><?php $$zitat = getRandomCite( getCwsvJudoDbConn() ); echo($$zitat['zitat']);?></span>
|
||||
</span>
|
||||
<amp-img layout="responsive"
|
||||
width="64" height="52"
|
||||
<amp-img layout="responsive"
|
||||
width="128" height="104"
|
||||
title="Judo im Chemnitzer WSV"
|
||||
alt="Judo im Chemnitzer WSV - Logo"
|
||||
src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.64w.png"
|
||||
srcset="http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.128w.png 2x, http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.x256.png 4x"
|
||||
src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.128w.png"
|
||||
srcset=http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.x256.png 2x"
|
||||
></amp-img>
|
||||
</header>
|
||||
|
||||
$if(mainNav)$
|
||||
<nav id="mainNav">
|
||||
$for(mainNav)$
|
||||
<a href="$mainNav.url$"
|
||||
<a href="$mainNav.url$"
|
||||
$if(mainNav.caption)$title="$mainNav.caption$" $endif$
|
||||
$if(mainNav.active)$class="activeNav" $endif$
|
||||
>
|
||||
$if(mainNav.icon)$
|
||||
<span><amp-img layout="responsive"
|
||||
<span><amp-img layout="responsive"
|
||||
src="$if(mainNav.icon.src)$$mainNav.icon.src$$else$$mainNav.icon$$endif$"
|
||||
$if(mainNav.caption)$
|
||||
alt="$mainNav.caption$"
|
||||
alt="$mainNav.caption$"
|
||||
$else$
|
||||
$if(mainNav.icon.alt)$
|
||||
alt="$mainNav.icon.alt$"
|
||||
@@ -238,7 +238,7 @@ $body$
|
||||
<a class="touchLink" title="Möglichkeiten mit dem Chemnitzer Freizeit- und Wohngebietssportverein in Kontakt zu treten" href="/kontakt" >Kontakt</a>
|
||||
<a class="touchLink" title="Impressum" href="/impressum" >Impressum</a>
|
||||
<a class="touchLink" title="Datenschutz" href="/datenschutz" >Datenschutz</a>
|
||||
<a class="touchLink"
|
||||
<a class="touchLink"
|
||||
title="News-Feed Abonnieren"
|
||||
href="http://cwsvjudo.bplaced.net/rss"
|
||||
>Newsfeed
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
/// Einbinden der Konfiguration, insbesondere Basisvariablen,
|
||||
/// Einbinden der Konfiguration, insbesondere Basisvariablen,
|
||||
/// relative Pfadangabe
|
||||
/// - jedes Verzeichnis sollte seine eigene haben
|
||||
/// - theoretisch sollte es bereits von der aufrufenden Datei
|
||||
/// - theoretisch sollte es bereits von der aufrufenden Datei
|
||||
/// eingebunden sein
|
||||
require_once("./config.inc.php");
|
||||
require_once($$basePath."/config/phpcount.config.php");
|
||||
@@ -15,9 +15,9 @@
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/newsLib.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/galleryRedirector.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/phpcount/phpcount.php");
|
||||
|
||||
|
||||
galleryRedirector();
|
||||
|
||||
|
||||
$if(phpTitleString)$
|
||||
PHPCount::AddHit($phpTitleString$);?>
|
||||
$else$
|
||||
@@ -78,7 +78,7 @@ $endfor$
|
||||
$if(math)$
|
||||
$math$
|
||||
$endif$
|
||||
<script type='application/ld+json'>
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "WebSite",
|
||||
@@ -117,36 +117,36 @@ $endfor$
|
||||
<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"
|
||||
<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>
|
||||
<span>Judo</span>
|
||||
<span><?php $$zitat = getRandomCite( getCwsvJudoDbConn() ); echo($$zitat['zitat']);?></span>
|
||||
</span>
|
||||
<img
|
||||
width="64" height="52"
|
||||
<img
|
||||
width="128" height="104"
|
||||
title="Judo im Chemnitzer WSV"
|
||||
alt="Judo im Chemnitzer WSV - Logo"
|
||||
src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.64w.png"
|
||||
srcset="http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.128w.png 2x, http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.x256.png 4x"
|
||||
src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.128w.png"
|
||||
srcset=http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.x256.png 2x"
|
||||
/>
|
||||
</header>
|
||||
|
||||
$if(mainNav)$
|
||||
<nav id="mainNav">
|
||||
$for(mainNav)$
|
||||
<a href="$mainNav.url$"
|
||||
<a href="$mainNav.url$"
|
||||
$if(mainNav.caption)$title="$mainNav.caption$" $endif$
|
||||
$if(mainNav.active)$class="activeNav" $endif$
|
||||
>
|
||||
$if(mainNav.icon)$
|
||||
<span><img
|
||||
<span><img
|
||||
src="$if(mainNav.icon.src)$$mainNav.icon.src$$else$$mainNav.icon$$endif$"
|
||||
$if(mainNav.caption)$
|
||||
alt="$mainNav.caption$"
|
||||
alt="$mainNav.caption$"
|
||||
$else$
|
||||
$if(mainNav.icon.alt)$
|
||||
alt="$mainNav.icon.alt$"
|
||||
@@ -176,15 +176,15 @@ $endif$
|
||||
$if(subNav)$
|
||||
<nav class="subNav">
|
||||
$for(subNav)$
|
||||
<a href="$subNav.url$"
|
||||
<a href="$subNav.url$"
|
||||
$if(subNav.caption)$title="$subNav.caption$" $endif$
|
||||
$if(subNav.active)$class="activeNav" $endif$
|
||||
>
|
||||
$if(subNav.icon)$
|
||||
<img
|
||||
<img
|
||||
src="$if(subNav.icon.src)$$subNav.icon.src$$else$$subNav.icon$$endif$"
|
||||
$if(subNav.caption)$
|
||||
alt="$subNav.caption$"
|
||||
alt="$subNav.caption$"
|
||||
$else$
|
||||
$if(subNav.icon.alt)$
|
||||
alt="$subNav.icon.alt$"
|
||||
@@ -207,7 +207,7 @@ $if(subNav)$
|
||||
$if(subNav.caption)$<span>$subNav.caption$</span>$endif$
|
||||
</a>
|
||||
$endfor$
|
||||
<a href="#mainNav"
|
||||
<a href="#mainNav"
|
||||
title="Hauptnavigation"
|
||||
>
|
||||
<img src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/icons/arrowRightDown.svg" alt="Menü" />
|
||||
@@ -232,11 +232,11 @@ $body$
|
||||
<aside class="sideNotes"><?php include_once( $$basePath."/pages/shared/sponsorlist.inc.html" );?></aside>
|
||||
|
||||
<footer class="footerBar">
|
||||
<a class="touchLink"
|
||||
<a class="touchLink"
|
||||
title="Seite auf HTML 5 Konformität prüfen"
|
||||
href="http://validator.w3.org/check?uri=<?php echo(urlencode(getCurPagesUrl()));?>"
|
||||
rel="nofollow"
|
||||
>Valid <img
|
||||
>Valid <img
|
||||
src="/ressourcen/graphiken/icons/HTML5_1Color_Black.svg"
|
||||
alt="HTML 5"
|
||||
title="HTML 5 Logo"
|
||||
@@ -245,10 +245,10 @@ $body$
|
||||
<a class="touchLink" title="Möglichkeiten mit dem Chemnitzer Freizeit- und Wohngebietssportverein in Kontakt zu treten" href="/kontakt" >Kontakt</a>
|
||||
<a class="touchLink" title="Impressum" href="<?php echo($$baseUrl);?>/impressum" >Impressum</a>
|
||||
<a class="touchLink" title="Datenschutz" href="<?php echo($$baseUrl);?>/datenschutz" >Datenschutz</a>
|
||||
<a class="touchLink"
|
||||
<a class="touchLink"
|
||||
title="News-Feed Abonnieren"
|
||||
href="http://cwsvjudo.bplaced.net/rss"
|
||||
><img
|
||||
><img
|
||||
src="/ressourcen/graphiken/icons/newsFeedIcon.svg"
|
||||
alt="Newsfeed"
|
||||
title="News Feed Icon"
|
||||
|
||||
@@ -8,7 +8,7 @@ global $cwsvJudoConfig;
|
||||
$messages=array();
|
||||
|
||||
//include_once($_SERVER['DOCUMENT_ROOT']."/config/db.inc");
|
||||
|
||||
|
||||
// Datenbankverbindung herstellen
|
||||
// $mysqlConn = @new mysqli($db_server, $db_user, $db_password, $db_name);
|
||||
$mysqlConn = @new mysqli(
|
||||
@@ -23,7 +23,7 @@ $messages=array();
|
||||
else{
|
||||
// mögliche Werte für das Jahr herausfinden
|
||||
$galJahresListe = array();
|
||||
|
||||
|
||||
$queryJahresListe = "
|
||||
SELECT DISTINCT DATE_FORMAT( datum, '%Y')
|
||||
AS jahr
|
||||
@@ -31,7 +31,7 @@ $messages=array();
|
||||
WHERE 1
|
||||
ORDER BY DATE_FORMAT( datum, '%Y' ) DESC;
|
||||
";
|
||||
|
||||
|
||||
$mysqlResults = $mysqlConn->query($queryJahresListe);
|
||||
if( !$mysqlResults ){
|
||||
$messages['error'][] = "Fehler bei Datenbankabfrage '".$queryJahresListe."'<br />";
|
||||
@@ -41,10 +41,10 @@ $messages=array();
|
||||
array_push( $galJahresListe, $mysqlResult['jahr']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// standardmäßig frage die letzten 12 Galerien ab
|
||||
$queryGals = "
|
||||
SELECT id,datum,name,url,typ,teaserBildUrl
|
||||
SELECT id,datum,name,url,typ,teaserBildUrl,promoImgWidth,promoImgHeight
|
||||
FROM cwsvjudo.wkGalerien
|
||||
WHERE 1
|
||||
ORDER BY datum DESC LIMIT 12
|
||||
@@ -55,29 +55,29 @@ $messages=array();
|
||||
$minDate = $galJahr."-01-01";
|
||||
$maxDate = $galJahr."-12-31";
|
||||
$queryGals = sprintf("
|
||||
SELECT id,datum,name,url,typ,teaserBildUrl
|
||||
SELECT id,datum,name,url,typ,teaserBildUrl,promoImgWidth,promoImgHeight
|
||||
FROM cwsvjudo.wkGalerien
|
||||
WHERE datum >= '%s' AND datum <= '%s' ORDER BY datum ASC;",
|
||||
$mysqlConn->real_escape_string($minDate),
|
||||
$mysqlConn->real_escape_string($maxDate)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
if($_GET['veranstaltungsArt']=="Feier"){
|
||||
$queryGals =
|
||||
"SELECT id,datum,name,url,typ,teaserBildUrl ".
|
||||
$queryGals =
|
||||
"SELECT id,datum,name,url,typ,teaserBildUrl,promoImgWidth,promoImgHeight ".
|
||||
"FROM cwsvjudo.wkGalerien ".
|
||||
"WHERE veranstaltungsArt = 'Feier' ORDER BY datum DESC;";
|
||||
}
|
||||
|
||||
|
||||
if($_GET['veranstaltungsArt']=="Zelten"){
|
||||
$queryGals =
|
||||
"SELECT id,datum,name,url,typ,teaserBildUrl ".
|
||||
$queryGals =
|
||||
"SELECT id,datum,name,url,typ,teaserBildUrl,promoImgWidth,promoImgHeight ".
|
||||
"FROM cwsvjudo.wkGalerien ".
|
||||
"WHERE veranstaltungsArt = 'Zelten' ORDER BY datum DESC;";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
$galListe = array();
|
||||
$mysqlResults = $mysqlConn->query($queryGals);
|
||||
if( !$mysqlResults ){
|
||||
@@ -89,7 +89,7 @@ $messages=array();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Für den Fall einer ampSeite darf ich kein form ohne https verwenden
|
||||
if( strpos( $_SERVER['ORIG_PATH_TRANSLATED'], "pages/amp" ) !== false ){
|
||||
if( !is_array($galJahresListe) )
|
||||
@@ -112,7 +112,7 @@ $messages=array();
|
||||
"<optgroup label=\"Jahresauswahl\">".
|
||||
"<option value=\"\"".($galJahr!="" ? "" : " selected")." >Neueste</option>"
|
||||
);
|
||||
|
||||
|
||||
if( !is_array($galJahresListe) )
|
||||
$messages['error'][] = "<div>Fehler bei der Jahreszahlenabfrage!</div>";
|
||||
else{
|
||||
@@ -130,15 +130,15 @@ $messages=array();
|
||||
"</noscript>".
|
||||
"</form>"
|
||||
);
|
||||
|
||||
|
||||
}// Ende responsiver Jahresselector
|
||||
|
||||
|
||||
echo(
|
||||
"<table class=\"galTable\">".
|
||||
"<thead><tr><th>Datum</th><th>Link zur Galerie</th></tr></thead>".
|
||||
"<tbody>"
|
||||
);
|
||||
|
||||
|
||||
if( !is_array($galListe) )
|
||||
$messages['error'][] = "<div>Fehler bei der Galerienabfrage!</div>";
|
||||
else{
|
||||
@@ -161,10 +161,20 @@ $messages=array();
|
||||
"<td >".
|
||||
"<a href=\"".mb_convert_encoding($gal['url'], 'UTF-8', 'ISO-8859-1')."?galId=".$gal['id']."\">"
|
||||
);
|
||||
$tempString = ($gal['teaserBildUrl'] != "" ? "<div><img title=\"".mb_convert_encoding($gal['name'], 'UTF-8', 'ISO-8859-1')." - Bilder der Judoka des Chemnitzer WSV\" alt=\"Teaserbild ".mb_convert_encoding($gal['name'], 'UTF-8', 'ISO-8859-1')."\" src=\"".mb_convert_encoding($gal['teaserBildUrl'], 'UTF-8', 'ISO-8859-1')."\"/></div>" : "");
|
||||
|
||||
// width and height of the promoImg
|
||||
$width_height_string = "width=\"200\" height=\"133\"";
|
||||
if(
|
||||
is_positive_integer($gal['promoImgWidth'])
|
||||
&& is_positive_integer($gal['promoImgHeight'])
|
||||
){
|
||||
$width_height_string = "width=\"".strval($gal['promoImgWidth'])."\" height=\"".strval($gal['promoImgHeight'])."\"";
|
||||
}
|
||||
|
||||
$tempString = ($gal['teaserBildUrl'] != "" ? "<div><img title=\"".mb_convert_encoding($gal['name'], 'UTF-8', 'ISO-8859-1')." - Bilder der Judoka des Chemnitzer WSV\" alt=\"Teaserbild ".mb_convert_encoding($gal['name'], 'UTF-8', 'ISO-8859-1')."\" src=\"".mb_convert_encoding($gal['teaserBildUrl'], 'UTF-8', 'ISO-8859-1')."\" ".$width_height_string."/></div>" : "");
|
||||
//echo($_SERVER['ORIG_PATH_TRANSLATED']);
|
||||
if( strpos( $_SERVER['ORIG_PATH_TRANSLATED'], "pages/amp" ) !== false ){
|
||||
$tempString = str_replace("<img", "<amp-img layout=\"responsive\" width=\"200\" height=\"133\"", $tempString);
|
||||
$tempString = str_replace("<img", "<amp-img layout=\"responsive\" ", $tempString);
|
||||
$tempString = str_replace("/>", "></amp-img>", $tempString);
|
||||
}
|
||||
echo( $tempString );
|
||||
@@ -191,7 +201,7 @@ if( is_positive_integer($aGalleryId) ){
|
||||
$query="SELECT url FROM wkGalerien WHERE id = \"".$_aGalleryId."\" ORDER BY Datum ASC LIMIT 1;";
|
||||
$ergebnis = $db_connection->query( $query );
|
||||
$galleryLink = $ergebnis->fetchAll();
|
||||
|
||||
|
||||
return $galleryLink[0]['url'];
|
||||
$db_connection = NULL;
|
||||
}
|
||||
|
||||
@@ -10,6 +10,8 @@ $message = array();
|
||||
|
||||
$limit = is_positive_integer($someOptions['limit'])?$someOptions['limit']:1;
|
||||
|
||||
$headerRootLevel = is_positive_integer($someOptions['$headerRootLevel'])?$someOptions['$headerRootLevel']:1;
|
||||
|
||||
/// Eine Datenbankverbindung (über pdo) erstellen
|
||||
try{
|
||||
$db_connection = new PDO(
|
||||
@@ -22,24 +24,24 @@ $limit = is_positive_integer($someOptions['limit'])?$someOptions['limit']:1;
|
||||
catch(PDOException $db_error){
|
||||
$messages['errors'][] = "Error: " . $db_error->getMessage();
|
||||
}
|
||||
|
||||
|
||||
// News abfragen
|
||||
// @todo: woher das limit nehmen?
|
||||
// $newsList = getNews($db_connection, array('limit'=>$limit));
|
||||
$newsList = getNews($db_connection, $someOptions);
|
||||
|
||||
|
||||
$newsHeading = "Aktuelle Meldungen";
|
||||
//var_dump($options);
|
||||
if($someOptions['newsId']) $newsHeading=$newsList[0]['betreff'];
|
||||
if($someOptions['jahr']) $newsHeading="Nachrichten des Jahres ".$someOptions['jahr'];
|
||||
|
||||
echo("<h1>".$newsHeading."</h1>");
|
||||
|
||||
echo("<h".strval($headerRootLevel).">".$newsHeading."</h".$headerRootLevel.">");
|
||||
if( is_array( $newsList ) || is_object( $newsList ) )
|
||||
foreach($newsList as $news)
|
||||
echo( getHtmlNews($news, "headingLevel=2")."<hr />" );
|
||||
echo( getHtmlNews($news, "headingLevel=".strval($headerRootLevel+1))."<hr />" );
|
||||
else
|
||||
$messages['errors'][] = "Fehler: Keine Neuigkeiten gefunden!";
|
||||
|
||||
|
||||
// @todo: besser machen!
|
||||
if(!empty($messages))
|
||||
var_dump($messages);
|
||||
|
||||
@@ -31,6 +31,8 @@
|
||||
/* float: right;*/
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
.galTable time{
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
.wkInfoBox nav>ul{
|
||||
padding:0%;
|
||||
}
|
||||
.wkInfoBox nav{
|
||||
padding:1%;
|
||||
}
|
||||
.wkInfoBox nav>ul>li{
|
||||
padding:.25em;
|
||||
margin:.25em;
|
||||
box-shadow:.1em .1em .05em grey;
|
||||
background-color:#ff8100;
|
||||
border-radius:.5em;
|
||||
list-style-type:none;
|
||||
}
|
||||
.wkInfoBox{
|
||||
box-shadow:0 1px 3px #0000001f,0 1px 2px;
|
||||
}
|
||||
.wkInfoBox h1{
|
||||
background:#ff8100;
|
||||
font-size:1.2em;margin:0;
|
||||
}
|
||||
.wkInfoBox h2{
|
||||
background:#ff8100;
|
||||
font-size:1.1em;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
@@ -12,16 +12,16 @@ jsonSdFiles:
|
||||
- cwsvJudo.json
|
||||
...
|
||||
|
||||
# Willkommen
|
||||
# Herzlich willkommen
|
||||
|
||||
auf der Website des Judo-Teams des [Chem­nitzer Frei­zeit- und Wohng­ebiets­sport­vereines e. V.][cwsvHomepage]
|
||||
Hier findet ihr Informationen zu unseren [Trainingszeiten][cwsvJudoTraining]
|
||||
Hier findet ihr Informationen zu unseren [Trainingszeiten][cwsvJudoTraining]
|
||||
und [Wettkampfterminen][cwsvJudoWettkampfKalender].
|
||||
|
||||
Ein kleines Wiki bietet [Wissenswertes über Judo][cwsvJudoWiki], wie
|
||||
Ein kleines Wiki bietet [Wissenswertes über Judo][cwsvJudoWiki], wie
|
||||
zum Beispiel das [Programm für die Gürtelprüfungen][cwsvJudoWikiKyu].
|
||||
|
||||
<?php $options['limit']=6; echoNewsTableHtml( $options );?>
|
||||
<?php $options=array(); $options['limit']=6; $options['headerRootLevel']=1; echoNewsTableHtml( $options ); ?>
|
||||
|
||||
[cwsvHomepage]: http://www.cwsv-sport.de "Homepage des Chemnitzer Freizeit- und Wohngebietssportvereines"
|
||||
[cwsvJudoTraining]: http://cwsvjudo.bplaced.net/trainingszeiten "Trainingszeiten der Judoka des Chemnitzer Freizeit- und Wohngebietssportvereines"
|
||||
|
||||
@@ -1,31 +1,32 @@
|
||||
---
|
||||
lang: de
|
||||
title: Kontaktformationen des Chemnitzer Freizeit- und Wohngebiets­sportvereines e. V.
|
||||
title: Kontaktformationen des Chemnitzer WSV e. V.
|
||||
author: marko
|
||||
keywords:
|
||||
- Judo
|
||||
- Chemnitz
|
||||
- Kontakt
|
||||
- Chemnitzer Freizeit- und Wohngebietssportverein
|
||||
- Chemnitz
|
||||
- Judo
|
||||
description: "Verschiedene Möglichkeiten Kontakt mit dem Chemnitzer Freizeit- und Wohngebietssportverein e. V. aufzunehmen"
|
||||
canonicalLink: "http://cwsvjudo.bplaced.net/kontakt"
|
||||
ampVersionLink: "http://amp.cwsvjudo.bplaced.net/kontakt"
|
||||
...
|
||||
# Kontakt
|
||||
# ✉ Kontaktformationen
|
||||
|
||||
Hier findet Ihr [eMail-Adressen](#email), [Telephonnummern](#telephon)
|
||||
Hier findet Ihr [eMail-Adressen](#email), [Telephonnummern](#telephon)
|
||||
und [Adressen](#adressen), um mit uns in Kontakt zu treten.
|
||||
|
||||
## E-Mail
|
||||
|
||||
- [eMail an den Chemnitzer Freizeit- und Wohngebietssportverein e. V.(cwsv.sb@web.de)](mailto:cwsv.sb@web.de)
|
||||
- Link zum [Kontaktformular][cwsvKontaktFormular] auf der Homepage
|
||||
- Link zum [Kontaktformular][cwsvKontaktFormular] auf der Homepage
|
||||
des Chemnitzer Freizeit- und Wohngebietssportvereines
|
||||
- {.pngAddress width="420" height="60"}
|
||||
|
||||
## Adressen
|
||||
|
||||
- CWSV - Verwaltung ([Karte][cwsvVerwaltungKarte])
|
||||
- Strasse Usti nad Labem 42
|
||||
- Straße Usti nad Labem 42
|
||||
- 09119 Chemnitz
|
||||
- Mo 8:00-16:30, Di 10:00-17:00, Mi 8:00-17:00, Do 10:00-17:00
|
||||
|
||||
@@ -38,4 +39,3 @@ des Chemnitzer Freizeit- und Wohngebietssportvereines
|
||||
|
||||
[cwsvKontaktFormular]: http://www.cwsv-sport.de/Kontakt.htm "Karte der Verwaltung des Chemnitzer WSV"
|
||||
[cwsvVerwaltungKarte]: http://www.openstreetmap.org/?mlat=50.807643&mlon=12.882060#map=17/50.807643/12.882060
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user