Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Infoscreen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evy Storozhenko
Infoscreen
Commits
26da84fa
Commit
26da84fa
authored
9 years ago
by
Tilman Vatteroth
Browse files
Options
Downloads
Patches
Plain Diff
immer config verlegt
dinge
parent
83e4167d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
config/panel/departure/default.json
+0
-13
0 additions, 13 deletions
config/panel/departure/default.json
config/panel/departure/oh14.json
+0
-15
0 additions, 15 deletions
config/panel/departure/oh14.json
index.php
+10
-9
10 additions, 9 deletions
index.php
style.php
+3
-3
3 additions, 3 deletions
style.php
with
13 additions
and
40 deletions
config/panel/departure/default.json
deleted
100755 → 0
+
0
−
13
View file @
83e4167d
{
"max"
:
"20"
,
"stops"
:
[
"Dortmund:Hbf"
],
"filter"
:
{
"bl"
:
{
"type"
:
[
"Bus"
]
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/panel/departure/oh14.json
deleted
100755 → 0
+
0
−
15
View file @
83e4167d
{
"max"
:
"20"
,
"stops"
:
[
"Dortmund:Universität S"
,
"Dortmund:Josef-von-Fraunhover Straße"
,
"Dortmund:Meitnerweg"
],
"filter"
:
{
"bl"
:
{
"type"
:
[
"H-Bahn"
]
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
index.php
+
10
−
9
View file @
26da84fa
...
...
@@ -4,33 +4,34 @@
<title>
Infoboard
</title>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
href=
"favicon.ico"
type=
"image/x-icon"
rel=
"icon"
>
<link
href=
"favicon.ico"
type=
"image/x-icon"
rel=
"shortcut icon"
>
<!--
<link href="favicon.ico" type="image/x-icon" rel="icon">
<link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
-->
<link
rel=
"stylesheet"
href=
"css/font.css"
>
<link
rel=
"stylesheet"
href=
"css/design.css"
>
<link
rel=
"stylesheet"
href=
"css/marquee.css"
>
<script
type=
"text/javascript"
src=
"js/jquery-2.1.4.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.textfill.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/marquee.js"
></script>
<script
type=
"text/javascript"
src=
"js/panelAPI.js"
></script>
<script
type=
"text/javascript"
src=
"js/webfontloader.js"
></script>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
var
fontsReady
=
false
;
WebFontConfig
=
{
$
(
document
).
ready
(
function
(){
window
.
fontsReady
=
false
;
WebFont
.
load
(
{
custom
:
{
families
:
[
'
time-medium
'
,
'
time-fat
'
,
'
vrr
'
],
urls
:
[
'
css/font.css
'
]
},
active
:
function
()
{
fontsReady
=
true
;
window
.
fontsReady
=
true
;
}
};
$
(
document
).
ready
(
function
(){
}
)
;
layout
.
loadLayout
(
"
<?=
isset
(
$_GET
[
"layout"
]
)
?
$_GET
[
"layout"
]
:
"oh14"
?>
"
);
});
//]]>
</script>
<script
src=
"js/webfontloader.js"
></script>
</head>
<body>
<div
data-container=
"main"
>
...
...
This diff is collapsed.
Click to expand it.
style.php
+
3
−
3
View file @
26da84fa
...
...
@@ -14,15 +14,15 @@ echo $less_file." not found";
return
;
}
if
(
!
file_exists
(
$css_file
))
{
//
if ( !file_exists($css_file))
//
{
$code
=
$less
->
compile
(
"[data-template=
$style
] {"
.
file_get_contents
(
$less_file
)
.
"}"
);
}
//
}
file_put_contents
(
"tmp/"
.
$style
.
".css"
,
$code
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment