Merge /media/sdb1/gitRepositories/judo into redesign2018
Conflicts: homepage/redesign2018/markdownExperiment/src/yaml/images.yaml homepage/redesign2018/markdownExperiment/src/yaml/navTargets.yaml
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
RES_LIST = 64 128 256 512
|
||||
|
||||
cssFiles = $(wildcard css/*.css)
|
||||
mdFiles = $(wildcard md/*.md)
|
||||
phpFiles = $(patsubst md/%.md, build/%.php, $(mdFiles))
|
||||
ampFiles = $(patsubst md/%.md, build/amp/%.php, $(mdFiles))
|
||||
cssFiles = $(wildcard src/css/*.css)
|
||||
mdFiles = $(wildcard src/md/*.md)
|
||||
phpFiles = $(patsubst src/md/%.md, build/%.php, $(mdFiles))
|
||||
ampFiles = $(patsubst src/md/%.md, build/amp/%.php, $(mdFiles))
|
||||
phpLibFiles = $(wildcard phpLib/cwsvJudo/*.php) phpLib/phpcount/phpcount.php
|
||||
configFiles = $(wildcard config/*.php)
|
||||
|
||||
@@ -50,7 +50,7 @@ build/css/cwsvJudo.css: $(cssFiles)
|
||||
# cat $^ | ./node_modules/.bin/csso -o $@
|
||||
cat $^ | csso -o $@
|
||||
|
||||
build/%.php: md/%.md build/yaml/%.yaml pandocTemplate/cwsvJudo.html5.pandocTemplate
|
||||
build/%.php: src/md/%.md build/yaml/%.yaml pandocTemplate/cwsvJudo.html5.pandocTemplate
|
||||
mkdir -p build
|
||||
pandoc \
|
||||
--standalone \
|
||||
@@ -59,7 +59,7 @@ build/%.php: md/%.md build/yaml/%.yaml pandocTemplate/cwsvJudo.html5.pandocTempl
|
||||
--output=$@ \
|
||||
$< $(word 2,$^)
|
||||
|
||||
build/amp/%.php: md/%.md build/yaml/%.yaml pandocTemplate/cwsvJudo.amp.pandocTemplate
|
||||
build/amp/%.php: src/md/%.md build/yaml/%.yaml pandocTemplate/cwsvJudo.amp.pandocTemplate
|
||||
mkdir -p $(dir $@)
|
||||
pandoc \
|
||||
--standalone \
|
||||
@@ -71,7 +71,9 @@ build/amp/%.php: md/%.md build/yaml/%.yaml pandocTemplate/cwsvJudo.amp.pandocTem
|
||||
# sed --in-place 's/<img \(.*\)\/>/<amp-img \1 layout=\"responsive\"><noscript><img \1\/><\/noscript><\/amp-img>/g;' $@
|
||||
sed --in-place 's/<img \(.*\)\/>/<amp-img \1 layout=\"responsive\"><\/amp-img>/g;' $@
|
||||
|
||||
build/yaml/%.yaml: yaml/images.yaml yaml/navTargets.yaml yaml/mainNav.yaml yaml/%.subNav.yaml
|
||||
|
||||
# @toDo: Verzeichnisstruktur überdenken
|
||||
build/yaml/%.yaml: src/yaml/images.yaml src/yaml/navTargets.yaml src/yaml/mainNav.yaml src/yaml/%.subNav.yaml
|
||||
mkdir -p build/yaml
|
||||
python tools/yamlMerge.py $^ > $@
|
||||
|
||||
|
||||
10
homepage/redesign2018/markdownExperiment/readMe.md
Normal file
10
homepage/redesign2018/markdownExperiment/readMe.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Homepage der Judoka des CWSV
|
||||
|
||||
## Verzeichnisstruktur
|
||||
|
||||
`src`
|
||||
: (Handgeschriebene) Quellen (Quellcodes)
|
||||
|
||||
`res`
|
||||
: nicht selber erzeugte Quellen (z.B. Graphiken)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
lang: de
|
||||
title: Videos und Bilder der Judoka des Chemnitzer Freizeit- und Wohngebiets­sportverein e. V.
|
||||
title: Videos und Bilder der Judoka des Chemnitzer Freizeit- und Wohngebiets­sportvereines e. V.
|
||||
author: marko
|
||||
keywords:
|
||||
- Judo
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
lang: de
|
||||
title: Videos und Bilder der Judoka des Chemnitzer Freizeit- und Wohngebiets­sportverein e. V.
|
||||
title: Videos und Bilder der Judoka des Chemnitzer Freizeit- und Wohngebiets­sportvereines e. V.
|
||||
description: "Alben mit Bildern und Videos von Wettkämpfen, Feiern oder anderen Veranstaltungen der Judoka des Chemniter WSV"
|
||||
author: marko
|
||||
keywords:
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
lang: de
|
||||
title: Kontaktformationen des CWSV
|
||||
title: Kontaktformationen des Chemnitzer Freizeit- und Wohngebiets­sportvereines e. V.
|
||||
author: marko
|
||||
keywords:
|
||||
- Judo
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
lang: de
|
||||
title: Trainingszeiten und -orte der Judoka des Chemnitzer Freizeit- und Wohngebiets­sportverein e. V.
|
||||
title: Trainingszeiten und -orte der Judoka des Chemnitzer Freizeit- und Wohngebiets­sportvereines e. V.
|
||||
author: marko
|
||||
keywords:
|
||||
- Judo
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
subNav:
|
||||
- *home
|
||||
- *training
|
||||
- *verein
|
||||
- *wkKalender
|
||||
- {caption: "Galerien <?php echo(date('Y'));?>", icon: *iconGallery, url: "/galerien?jahr=<?php echo(date('Y'));?>"}
|
||||
- *feierGalerien
|
||||
- *zeltenGalerien
|
||||
...
|
||||
@@ -63,4 +63,9 @@ iconDownloads: &iconDownloads
|
||||
height: "200"
|
||||
alt: "Links"
|
||||
src: "http://cwsvjudo.bplaced.net/ressourcen/graphiken/icons/downloadIcon.svg"
|
||||
iconExtrasStern: &iconExtrasStern
|
||||
width: "100"
|
||||
height: "100"
|
||||
alt: "Extras"
|
||||
src: "http://cwsvjudo.bplaced.net/ressourcen/graphiken/icons/star.svg"
|
||||
...
|
||||
@@ -6,5 +6,5 @@ subNav:
|
||||
- *galerien
|
||||
- *kontakt
|
||||
- *judoWiki
|
||||
- {url: "/extras", caption: "Extras"}
|
||||
- *extras
|
||||
...
|
||||
@@ -42,10 +42,14 @@ kontakt: &kontakt
|
||||
caption: "Kontakt"
|
||||
url: "/kontakt"
|
||||
icon: *iconContact
|
||||
extras: &extras
|
||||
caption: "Extras"
|
||||
url: "/extras"
|
||||
icon: *iconExtrasStern
|
||||
impressum: &impressum
|
||||
caption: "Impressum"
|
||||
url: "/impressum"
|
||||
dateschutz: &datenschutz
|
||||
datenschutz: &datenschutz
|
||||
caption: "Datenschutz"
|
||||
url: "/datenschutz"
|
||||
quiz: &quiz
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
//var_dump($_POST);
|
||||
require_once('./local/db.php.inc');
|
||||
require_once('./local/wkParticipoConf.php.inc');
|
||||
require_once('./auth.php');
|
||||
@@ -25,7 +26,8 @@
|
||||
);
|
||||
$result = $mysqli->query($query);
|
||||
if(!$result){
|
||||
echo "Fehler bei der Meldung: " . mysql_error(); die($query);
|
||||
//echo "Fehler bei der Meldung: " . mysql_error(); die($query);
|
||||
echo "Fehler bei der Meldung: "; die($query);
|
||||
}
|
||||
$message['success'] =
|
||||
"Neue Fahrt für eventId " . $_POST['f']['eventId'] . " mit " . $_POST['f']['anzPlaetze'] . " hinzugefügt";
|
||||
|
||||
@@ -1257,11 +1257,11 @@ $retHtml = "";
|
||||
).
|
||||
"</form></dd>"
|
||||
).
|
||||
"<dt" . ( ($anzPlätze<count($starters)) ? " style=\"color: red\"" : "" ) . ">Anzahl Plätze</dt><dd>" . $anzPlätze . "</dd>".
|
||||
"<dt" . ( ($anzPlätze<count($starters)) ? " style=\"color: red\"" : "" ) . ">Anzahl Mitfahrgelegenheiten</dt><dd>" . $anzPlätze . "</dd>".
|
||||
(empty($_SESSION['login'])?
|
||||
"<dd>Das Anbieten von Mitfahrgelegenheiten ist nur eingeloggt möglich!</dd>"
|
||||
:"<dd><form action=\"./addFahrt.php\" method=\"post\">".
|
||||
"<input type=\"hidden\" name=\"f[eventId]\" value=" . ( isset( $aWkEvent['id'] ) ? $aWkEvent['id'] : "" ) . "\" />".
|
||||
"<input type=\"hidden\" name=\"f[eventId]\" value=\"" . ( isset( $aWkEvent['id'] ) ? $aWkEvent['id'] : "" ) . "\" />".
|
||||
($aWkEvent['Datum'] > date("Y-m-d")?
|
||||
"<button type=\"submit\">Mitfahr­gelegenheit anbieten</button>"
|
||||
:"<button type=\"submit\" disabled>ist es leider zu spät, noch Mitfahrgelegenheiten hinzuzufügen.</button>"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
subNav:
|
||||
- *home
|
||||
- *training
|
||||
- *verein
|
||||
- *wkKalender
|
||||
- *feierGalerien
|
||||
- *zeltenGalerien
|
||||
...
|
||||
Reference in New Issue
Block a user