mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
removed admin.css and display.css as not required anymore
Temporary switch dashpoard to display/index.php
This commit is contained in:
@@ -92,7 +92,7 @@ include ("../lang.inc.php");
|
|||||||
<!-- Sidebar menu -->
|
<!-- Sidebar menu -->
|
||||||
<div class="sidebar" >
|
<div class="sidebar" >
|
||||||
<ul class="panel-group nav" id="nav">
|
<ul class="panel-group nav" id="nav">
|
||||||
<li><a class="" href="?"><i class="fa fa-tachometer fa-lg"></i><span><?php print T_("Dashboard") ;?></span></a></li>
|
<li><a class="" href="?page=../display/index.php"><i class="fa fa-tachometer fa-lg"></i><span><?php print T_("Dashboard") ;?></span></a></li>
|
||||||
<li class="has_sub"><a href="" class=""><i class="fa fa-list-alt fa-lg"></i><span class="arrow"><?php print T_("Questionnairies") ;?></span></a>
|
<li class="has_sub"><a href="" class=""><i class="fa fa-list-alt fa-lg"></i><span class="arrow"><?php print T_("Questionnairies") ;?></span></a>
|
||||||
<ul style="<?php if ($g == 1) echo "display:block";?>">
|
<ul style="<?php if ($g == 1) echo "display:block";?>">
|
||||||
<li><a href="?g=1&page=<?php echo LIME_URL ;?>admin/admin.php?action=newsurvey"><i class="fa fa-file-text-o lime fa-fw"></i><?php print T_("Create an instrument in Limesurvey") ;?></a></li>
|
<li><a href="?g=1&page=<?php echo LIME_URL ;?>admin/admin.php?action=newsurvey"><i class="fa fa-file-text-o lime fa-fw"></i><?php print T_("Create an instrument in Limesurvey") ;?></a></li>
|
||||||
|
|||||||
@@ -1,42 +0,0 @@
|
|||||||
#menu ul{
|
|
||||||
list-style: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
#menu ul ul{
|
|
||||||
list-style: square inside;
|
|
||||||
margin: 5px;
|
|
||||||
marker-offset: auto;
|
|
||||||
}
|
|
||||||
#menu h3 {
|
|
||||||
font-size: 100%;
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu {
|
|
||||||
position : absolute;
|
|
||||||
width : 20%;
|
|
||||||
height : 100%;
|
|
||||||
top : 0;
|
|
||||||
right : 0;
|
|
||||||
bottom : auto;
|
|
||||||
left : 0;
|
|
||||||
overflow: auto;
|
|
||||||
font-size: 0.8em;
|
|
||||||
/*border-bottom: 1px solid #aaa;*/
|
|
||||||
}
|
|
||||||
#main {
|
|
||||||
position : absolute;
|
|
||||||
top : 0;
|
|
||||||
left : 20%;
|
|
||||||
bottom : auto;
|
|
||||||
width : 80%;
|
|
||||||
height : 100%;
|
|
||||||
}
|
|
||||||
.embeddedobject {
|
|
||||||
width:100%;
|
|
||||||
height:100%;
|
|
||||||
position:absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
h1 {font-family: Arial, sans-serif; font-size: 400%; text-align: center;}
|
|
||||||
h2 {font-family: Arial, sans-serif; font-size: 1100%; text-align: center;}
|
|
||||||
h3 {font-family: Arial, sans-serif; font-size: 150%; text-align: center;}
|
|
||||||
p {font-family: Arial, sans-serif; font-size: 100%;}
|
|
||||||
@@ -108,7 +108,7 @@ if ($shift_id == 0)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$dt1 = $display_type + 1;
|
$dt1 = $display_type + 1;
|
||||||
xhtml_head(T_("Display"),true,array("../css/display.css"),false,false,"6;url=?shift_id=$shift_id&questionnaire_id=$questionnaire_id&display_type=$dt1");
|
xhtml_head(T_("Display"),true,array("../include/bootstrap/css/bootstrap.min.css","../include/bootstrap/css/bootstrap-theme.min.css","../css/custom.css"),false,false,"6;url=?shift_id=$shift_id&questionnaire_id=$questionnaire_id&display_type=$dt1");
|
||||||
|
|
||||||
if ($shift_id == 0 || $questionnaire_id == 0)
|
if ($shift_id == 0 || $questionnaire_id == 0)
|
||||||
display_none();
|
display_none();
|
||||||
|
|||||||
Reference in New Issue
Block a user