Update service portal with new theme

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10610 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2011-09-22 18:36:10 +00:00
parent 3c32fd1eaa
commit c367e91075
2 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@ function initServicePage() {
includeCss("css/jquery.jqplot.css");
// Load custom stylesheet
includeCss("css/service.css");
includeCss("css/style.css");
// Reuqired JQuery plugins
includeJs("js/jquery/jquery.dataTables.min.js");

View File

@ -34,8 +34,7 @@ echo
if (isset($_SESSION['srv_username'])){
echo
"<div>
<span style='color: white;'>User: {$_SESSION['srv_username']}</span>
<a href='lib/srv_logout.php'>Log out</a>
<span style='padding: 0 6px; color: white; font-weight: bold;'>{$_SESSION['srv_username']}</span> | <a id='xcat_settings'>Settings</a> | <a href='lib/logout.php'>Log out</a>
</div>";
}