Laufende Arbeiten am reDesign2018
- urlRewriting für "schönere" URL neue Datei: markdownExperiment/.htaccess neue Datei: markdownExperiment/.htaccess-phpAppender - Ergänzungen im buildProzess geändert: markdownExperiment/Makefile - Umstellung auf externe yamlNavTargets - buildFiles sind wiederherstellbar und müsen nicht getrackt werden gelöscht: markdownExperiment/build/.uploadMarker/css/cwsvJudo.css gelöscht: markdownExperiment/build/.uploadMarker/kontakt.php gelöscht: markdownExperiment/build/.uploadMarker/verein.php gelöscht: markdownExperiment/build/.uploadMarker/wkKalender.php gelöscht: markdownExperiment/build/css/cwsvJudo.css gelöscht: markdownExperiment/build/kontakt.php gelöscht: markdownExperiment/build/verein.php gelöscht: markdownExperiment/build/wkKalender.php - ein config Verzeichnis für .. configDateien neue Datei: markdownExperiment/config/.htaccess neue Datei: markdownExperiment/config/cwsvJudo.config.php neue Datei: markdownExperiment/config/db.inc neue Datei: markdownExperiment/config/phpcount.config.php - Änderungen/Ergänzungen/Verbesserungen am cssDesign neue Datei: markdownExperiment/css/cwsvJudo-2018-galTable.css geändert: markdownExperiment/css/cwsvJudo-2018-mainNav.css neue Datei: markdownExperiment/css/cwsvJudo-2018-news.css geändert: markdownExperiment/css/cwsvJudo-2018-subNav.css geändert: markdownExperiment/css/cwsvJudo-2018-wkKalender.css - neue Seiten - Umstellung auf referenzierte navTargets neue Datei: markdownExperiment/md/galerien.md neue Datei: markdownExperiment/md/index.md neue Datei: markdownExperiment/md/indexTest.md geändert: markdownExperiment/md/kontakt.md neue Datei: markdownExperiment/md/trainingszeiten.md geändert: markdownExperiment/md/verein.md geändert: markdownExperiment/md/wkKalender.md - kleinere Änderungen geändert: markdownExperiment/pandocTemplate/cwsvJudo.html5.pandocTemplate - dynamische Inhalte werden mittels phpAufrufen realisiert neue Datei: markdownExperiment/phpLib/cwsvJudo/galTable.php geändert: markdownExperiment/phpLib/cwsvJudo/newsLib.php neue Datei: markdownExperiment/phpLib/cwsvJudo/newsTableHtml.php geändert: markdownExperiment/phpLib/cwsvJudo/wkKalender.php - neuer Counter neue Datei: markdownExperiment/phpLib/phpcount - Experimente zu Anchor/References in yamlFiles im Zusammenspiel mit pandoc neue Datei: markdownExperiment/temp/testingYamlRef/refTest.yaml neue Datei: markdownExperiment/temp/testingYamlRef/refTestB.yaml neue Datei: markdownExperiment/temp/testingYamlRef/refTestWikipedia.md neue Datei: markdownExperiment/temp/testingYamlRef/refTestWikipedia.yaml neue Datei: markdownExperiment/temp/testingYamlRef/yamltest.pandocTemplate - pythonTool zum Mergen von yamlFiles neue Datei: markdownExperiment/tools/yamlMerge.py - Auslagerungen von navTargets in eigene yamlFiles, damit mehrfach vorkommende Ziele referenziert werden können (DRY) neue Datei: markdownExperiment/index.yaml neue Datei: markdownExperiment/yaml/galerien.subNav.yaml neue Datei: markdownExperiment/yaml/index.subNav.yaml neue Datei: markdownExperiment/yaml/kontakt.subNav.yaml neue Datei: markdownExperiment/yaml/mainNav.yaml neue Datei: markdownExperiment/yaml/navTargets.yaml neue Datei: markdownExperiment/yaml/trainingszeiten.subNav.yaml neue Datei: markdownExperiment/yaml/verein.subNav.yaml neue Datei: markdownExperiment/yaml/wkKalender.subNav.yaml
This commit is contained in:
@@ -6,12 +6,19 @@
|
||||
/// - jedes Verzeichnis sollte seine eigene haben
|
||||
/// - theoretisch sollte es bereits von der aufrufenden Datei
|
||||
/// eingebunden sein
|
||||
// require_once("./config.inc.php");
|
||||
include_once("./config.inc.php");
|
||||
// require_once($$basePath."/ressourcen/phpLib/cwsvJudo/miscAssis.php");
|
||||
include_once($$basePath."/ressourcen/phpLib/cwsvJudo/miscAssis.php");
|
||||
include_once($$basePath."/ressourcen/phpLib/cwsvJudo/newsLib.php");
|
||||
include_once($$basePath."/ressourcen/phpLib/cwsvJudo/wkKalender.php");
|
||||
require_once("./config.inc.php");
|
||||
// include_once("./config.inc.php");
|
||||
require_once($$basePath."/config/phpcount.config.php");
|
||||
require_once($$basePath."/config/cwsvJudo.config.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/miscAssis.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/newsLib.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/wkKalender.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/galTable.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/newsTableHtml.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/newsTableHtml.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/phpcount/phpcount.php");
|
||||
|
||||
PHPCount::AddHit("$title$");
|
||||
?>
|
||||
-->
|
||||
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
||||
@@ -84,6 +91,12 @@ $if(subNav)$
|
||||
$if(subNav.caption)$<span>$subNav.caption$</span>$endif$
|
||||
</a>
|
||||
$endfor$
|
||||
<a href="#mainNav"
|
||||
title="Hauptnavigation"
|
||||
>
|
||||
<img src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/icons/arrowRightDown.svg" alt="Menü" />
|
||||
<span>zur Hauptnavigation</span>
|
||||
</a>
|
||||
</nav>
|
||||
$endif$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user