Skip to content
Snippets Groups Projects
Commit 9465c23d authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

- htaccess less redirect entfernt

+ CZI default config hinzugefügt
* versucht ufc script zu fixen..
parent 3f3d4d51
No related branches found
No related tags found
No related merge requests found
{
"type": "xsplit",
"cut": 35,
"left": {
"type": "panel",
"name": "departure",
"config": "oh14"
},
"right": {
"type": "ysplit",
"cut": 30,
"up": {
"type": "panel",
"name": "clock"
},
"down": {
"type": "cycler",
"duration": 5,
"panels": [
{
"type": "panel",
"name": "werbung",
"config": {
"files": [
{
"filename": "OpenSourceInfoscreen.jpg",
"startdate": "NEVER",
"enddate": "NEVER"
},
{
"filename": "Folie1.png",
"startdate": "NEVER",
"enddate": "11.11.2017"
},
{
"filename": "Folie2.png",
"startdate": "NEVER",
"enddate": "11.11.2017"
},
{
"filename": "Folie3.png",
"startdate": "NEVER",
"enddate": "11.11.2017"
},
{
"filename": "Folie4.png",
"startdate": "NEVER",
"enddate": "11.11.2017"
},
{
"filename": "MK_DD_Poster_quer.png",
"startdate": "NEVER",
"enddate": "16.12.2017"
},
{
"filename": "Hackathon2017.png",
"startdate": "NEVER",
"enddate": "9.12.2017"
},
{
"filename": "xmas17small.png",
"startdate": "NEVER",
"enddate": "15.12.2017"
}
]
}
},
{
"type": "panel",
"name": "ufc"
},
{
"type": "panel",
"name": "mensaPlan"
},
{
"type": "panel",
"name": "lsfView"
}
]
}
}
}
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="favicon.png" type="image/x-icon" rel="icon"/> <link href="favicon.png" type="image/x-icon" rel="icon"/>
<link rel="stylesheet" href="css/font.css"/> <link rel="stylesheet" href="css/font.css"/>
<link rel="stylesheet" href="css/design.less"/> <link rel="stylesheet" href="less/style.php?name=css/design.less"/>
<link rel="stylesheet" href="css/marquee.less"/> <link rel="stylesheet" href="less/style.php?name=css/marquee.less"/>
<link rel="stylesheet" href="css/jquery.ui.css"/> <link rel="stylesheet" href="css/jquery.ui.css"/>
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script> <script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script> <script type="text/javascript" src="js/jquery-ui.min.js"></script>
......
...@@ -347,7 +347,7 @@ layout.insertTemplate = function (wrap) { ...@@ -347,7 +347,7 @@ layout.insertTemplate = function (wrap) {
}); });
t.css = $("<link>").attr("rel", "stylesheet").attr("href", "panels/" + n + "/style.less").attr("data-template", t.name); t.css = $("<link>").attr("rel", "stylesheet").attr("href", "less/style.php?name=panels/" + n + "/style.less").attr("data-template", t.name);
t.css.on("load", function () { t.css.on("load", function () {
......
...@@ -13,7 +13,7 @@ this.loaded=function(panel,config) { ...@@ -13,7 +13,7 @@ this.loaded=function(panel,config) {
} else { } else {
semesterString = "winter"+new Date().getFullYear(); semesterString = "winter"+new Date().getFullYear();
} }
$.ajax("https://ufc.tu-dortmund.de/semesters/"+semesterString+".json",{ $.ajax("https://ufc.tu-dortmund.de/semesters/current.json",{
async:false async:false
}) })
.done(function(e) { .done(function(e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment