X-Relay: mailgw01
From: root@data01.opd.xres.de (Cron Daemon)
To: k.springer@activate.de
Subject: Cron <root@data01> /usr/bin/php5 /var/www/xres_opd/utility/zf_cli.php
 //backend/baquote/generate
Content-Type: text/plain; charset=UTF-8
X-Cron-Env: <MAILTO=k.springer@activate.de>
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=root>
Message-Id: <20140903102002.11D2B9F95@data01.opd.xres.de>
Date: Wed,  3 Sep 2014 12:20:02 +0200 (CEST)

<!DOCTYPE html><head><style type="text/css"><!--body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.menu {
    height: 40px;
    margin: 5px;
    border: 1px solid #000;
}

span {
    display: block;
    float: left;
    margin: 9px;
    padding: 3px;
    background-color: #ddd;
    border: 1px solid #000;
    width: 90px;
    height: 14px;
    cursor: pointer;
}

span.searchLevelTwo, span.filterLevelTwo, span.backToLevelOne {
    width: 130px;
}

input {
    display: block;
    float:left;
    margin: 9px;
    padding: 3px;
    color: #000;
    border: 1px solid #000;
}

div.header {
    margin-top:1px;
    padding: 5px;
    color: #FFFFFF;
}

div.data {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #F0F0FF;
    padding: 5px;
    border: 1px solid #7099C5"
}

div.click {
    display: inline;
    cursor: pointer;
    font-weight: bold;
}--></style><script type="text/javascript" src="../../xadmin/js/jquery14/jquery-1.4.2.min.js"></script><script type="text/javascript" src="../../xadmin/js/jquery14/jquery-ui-1.8.4.custom.min.js"></script><script type="text/javascript">// Shows all entries that are of this debug id, hides all other
function showEntries(currentId) {
    $("div.header").hide();
    $("div.data").hide();
    $("div[class$=" + currentId + "]").show();
    $("input.searchLevelTwo").val(currentId);
}

// Shows all entries
function showAllEntries() {
    $("div.header").show();
    $("div.data").show();
}

// searches for a certain pattern
function search() {
    var searchText = $("input.search").val(); // Input field text

    var objectArray = new Array();
    var dataBlocks = $("div.data");
    var arrayLength = dataBlocks.length

    // Iterating through the items and scanning the html code
    for (var i = 0; i < arrayLength; i++) {
        if (dataBlocks[i].innerHTML.search(searchText) > -1) {
            // We found an entry and remember the id
            var id = dataBlocks[i].getAttribute('class').replace("data ", "").replace("header ", "");
            objectArray[id] = id;
        }
    }

    // Hiding everything
    $("div.header").hide();
    $("div.data").hide();

    // Showing the ones we want
    for (var key in objectArray) {
        $("div." + key).show();
    }
}

// Links ot the level 2 logs ans filters the given ID
function searchLevelTwo() {
    var searchText = $("input.searchLevelTwo").val(); // Input field text
    var newURL = window.location.href.replace('debugLog', 'debugLogLevelTwo')+ '?id=' + searchText;
    window.location.href = newURL;
}

// Grabs the parameter from the url and filters the level two log for that one
function filterLevelTwo()
{
    var url = window.location.href;
    var id = url.substr(url.indexOf('?id=') + 4);
    $("input.filterLevelTwo").val(id);

    showEntries(id);
}

function backToLevelOne()
{
    var newURL = window.location.href.replace('debugLogLevelTwo', 'debugLog');
    newURL = newURL.substr(0, newURL.indexOf('?id='));
    window.location.href = newURL;
}

function toDbEntry(processId)
{
    var newURL = window.location.href.substr(0, window.location.href.indexOf('/xres/'));
    newURL = newURL + '/xres/showLogEntry.php?processid=' + processId;
    console.log(newURL);
    window.location.href = newURL;
}

function backToMainPage()
{
    window.history.back();
}</script></head><body><div class="header 14097396020464" style="background-color: #026461">Entry ID: 14097396020464 Time: 03.09.2014 12:20:02 Runtime: 0.00s <div class="click" onclick=showEntries(14097396020464)>(click to select)</div><br><b>Mongo_Adapter::connect</b><br>Mongo DB not connected</div><pre><div class="data 14097396020464">Mongo Logging not enabled in config</div></pre>

