Example #1
0
<html>
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta charset="UTF-8">
    <meta name="author" content="KETSE">
    <meta name="description" content="Casebox">
    <meta name="robots" content="noindex">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

<?php 
echo '<link rel="stylesheet" type="text/css" href="/libx/ext/packages/ext-theme-' . $theme . '/build/resources/ext-theme-' . $theme . '-all' . $rtl . '.css" />
    <link rel="stylesheet" type="text/css" href="/libx/extjs-ace/styles.css" />
    <link rel="stylesheet" type="text/css" href="' . $coreUrl . getMinifyGroupUrl('css') . '" />' . "\n";
// Custom CSS for the core
$css = Config::getCssList();
if (!empty($css)) {
    echo '<link rel="stylesheet" type="text/css" href="' . $coreUrl . getMinifyGroupUrl($coreName . '_css') . '" />' . "\n";
}
echo '<title>' . $projectTitle . '</title>' . "\n";
$colors = Users::getColors();
$rez = array();
foreach ($colors as $id => $c) {
    $rez[] = '.user-color-' . $id . "{background-color: {$c}}";
}
$rez = implode("\n", $rez);
echo "<style>{$rez}</style>";
?>
<style>
#loading {
    position: absolute;