예제 #1
0
</head>
<body>
<h2>Operating Session vs Day</h2>  
<a href="index.php">Back to main page</a>
<p>

<?php 
require_once 'access.php';
require_once 'utilities.php';
require_once 'formatting.php';
require_once 'parsers.php';
// Over-ride globals for full visibility here
$event_tools_show_min_value = 0;
$event_tools_replace_on_data_warn = TRUE;
// TRUE replace with text, FALSE leave as is
$event_tools_replace_on_data_error = TRUE;
// TRUE replace with text, FALSE leave as is
$where = parse_layout_query();
$order = parse_order();
if ($where == NONE) {
    $where = "";
}
if ($where != "") {
    $where = " WHERE " . $where;
}
format_all_ops_by_day("edit_layouts_all.php?layoutid=", $where, $order);
?>
</body>
</html>
예제 #2
0
    
    /* sessions with "bonus" status show green  */
    .et-faobd-session-status-50 { background: #80FF80; }
    
    
</style>

<?php 
require_once 'access.php';
require_once 'utilities.php';
require_once 'formatting.php';
require_once 'parsers.php';
// Over-ride globals for full visibility here
$event_tools_show_min_value = 0;
$event_tools_replace_on_data_warn = TRUE;
// TRUE replace with text, FALSE leave as is
$event_tools_replace_on_data_error = TRUE;
// TRUE replace with text, FALSE leave as is
$where = parse_layout_query();
$order = parse_order();
if ($where == NONE) {
    $where = "";
}
if ($where != "") {
    $where = " WHERE " . $where;
}
format_all_ops_by_day("edit_layouts_all.php?layoutid=", $where, $order, NONE, "layout_photo_url");
?>
</body>
</html>