Changes to be committed:

- hotfix für einzelansicht der news
	modified:   htaccess/cwsvjudo.bplaced.net/.htaccess
	new file:   htaccess/cwsvjudo.bplaced.net/.htaccess-backup2018-08-14
- Hilfssfunktion für saubere Url
	modified:   phpLib/cwsvJudo/miscAssis.php
- news jetzt mit struturierten daten (article)
	modified:   phpLib/cwsvJudo/newsLib.php
	modified:   phpLib/cwsvJudo/newsTableHtml.php
- kleinere korrekturen und erweiterungen:
	modified:   phpLib/cwsvJudo/wkKalender.php
	modified:   src/css/cwsvJudo-2018-layout.css
	modified:   src/md/news.md
	modified:   src/md/verein.md
	modified:   wkParticipo/admin/newsLetter.php
	modified:   wkParticipo/showWkEvent.php
This commit is contained in:
marko
2018-08-14 11:33:26 +02:00
parent b57ce57fe1
commit 851213165b
11 changed files with 200 additions and 13 deletions

View File

@@ -44,6 +44,7 @@ body > * {
.sideNotes{
float: right;
width: 33%;
clear: right;
}
.footerBar{
clear: both;

View File

@@ -8,5 +8,5 @@ keywords:
- News
description: "Bekanntmachungen und Meldungen der Judoka des Chemnitzer WSV"
...
<?php if($_GET['jahr']) $options['jahr']=$_GET['jahr']; else $options['limit']=6; echoNewsTableHtml( $options );?>
<?php if($_GET['newsId']){$options['newsId']=$_GET['newsId']; echoNewsTableHtml( $options );}?>
<?php $options=array(); if($_GET['jahr']) $options['jahr']=$_GET['jahr']; else $options['limit']=6; echoNewsTableHtml( $options );?>

View File

@@ -6,7 +6,7 @@ keywords:
- Judo
- Chemnitz
- Chemnitzer Freizeit- und Wohngebietssportverein
description: "Informationen und weiterführende Links des Chemniitzer Freizeit- und Wohngebitssportvereines"
description: "Informationen und weiterführende Links des Chemnitzer Freizeit- und Wohngebitssportvereines"
canonicalLink: "http://cwsvjudo.bplaced.net/verein"
ampVersionLink: "http://amp.cwsvjudo.bplaced.net/verein"
...