Kleinere Korrekturen
- alten expCounter-Code entfernt geändert: homepage/redesign2018/markdownExperiment/phpLib/imgGallery/index.php.tmpl - Korrektur des echoTargets geändert: homepage/redesign2018/markdownExperiment/src/Makefiles/Makefile.vidstabTest
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
require_once($basePath."/config/phpcount.config.php");
|
require_once($basePath."/config/phpcount.config.php");
|
||||||
require_once($basePath."/config/cwsvJudo.config.php");
|
require_once($basePath."/config/cwsvJudo.config.php");
|
||||||
|
|
||||||
|
include_once("config.inc.php");
|
||||||
|
|
||||||
require_once($basePath."/ressourcen/phpLib/phpcount/phpcount.php");
|
require_once($basePath."/ressourcen/phpLib/phpcount/phpcount.php");
|
||||||
|
|
||||||
function startsWith($haystack, $needle){
|
function startsWith($haystack, $needle){
|
||||||
@@ -314,14 +317,8 @@ return $retVal;
|
|||||||
imgList,
|
imgList,
|
||||||
{
|
{
|
||||||
onslide: function (index, slide) {
|
onslide: function (index, slide) {
|
||||||
var counterUrl = "/expCounter/counter.php";
|
|
||||||
var pageUrl = encodeURIComponent( window.location.href ) + "?index=" + index.toString();
|
var pageUrl = encodeURIComponent( window.location.href ) + "?index=" + index.toString();
|
||||||
var pageTitle = document.title + " [" + index.toString() + "]";
|
var pageTitle = document.title + " [" + index.toString() + "]";
|
||||||
var callUrl = counterUrl + "?jscode_version=1.2&chCounter_mode=js&status=active&visible=0&page_title=" + pageTitle + "&page_url=" + pageUrl;
|
|
||||||
|
|
||||||
var xmlHttp = new XMLHttpRequest();
|
|
||||||
xmlHttp.open("GET", callUrl, true); // true for asynchronous
|
|
||||||
xmlHttp.send(null);
|
|
||||||
},
|
},
|
||||||
startSlideshow: true,
|
startSlideshow: true,
|
||||||
stretchImages: true,
|
stretchImages: true,
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ thumbnails: $(jpegThumbs)
|
|||||||
echo:
|
echo:
|
||||||
@echo $(webmVideos)
|
@echo $(webmVideos)
|
||||||
@echo $(firstPassLogs)
|
@echo $(firstPassLogs)
|
||||||
@echo $(targetSourceDir)
|
@echo $(targetSourceDirectories)
|
||||||
|
|
||||||
|
|
||||||
# Erzeugen der Targets
|
# Erzeugen der Targets
|
||||||
|
|||||||
Reference in New Issue
Block a user