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
10933601
Commit
10933601
authored
2 years ago
by
Falk Rehse
Browse files
Options
Downloads
Patches
Plain Diff
Remove Grillstation
parent
2fe7ebd3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
panels/mensaPlan/script.js
+1
-12
1 addition, 12 deletions
panels/mensaPlan/script.js
panels/mensaPlan/template.html
+0
-7
0 additions, 7 deletions
panels/mensaPlan/template.html
with
1 addition
and
19 deletions
panels/mensaPlan/script.js
+
1
−
12
View file @
10933601
this
.
tabtime
=
20
;
this
.
tabtime
=
20
;
this
.
checkShowCondition
=
function
()
{
this
.
checkShowCondition
=
function
()
{
return
4
*
this
.
tabtime
;
return
3
*
this
.
tabtime
;
}
}
this
.
show
=
function
()
{
this
.
show
=
function
()
{
...
@@ -16,9 +16,6 @@ this.show = function() {
...
@@ -16,9 +16,6 @@ this.show = function() {
currentTab
=
2
;
currentTab
=
2
;
break
;
break
;
case
2
:
case
2
:
currentTab
=
3
;
break
;
case
3
:
currentTab
=
0
;
currentTab
=
0
;
break
;
break
;
default
:
default
:
...
@@ -97,11 +94,9 @@ this.loaded = function(panel, config) {
...
@@ -97,11 +94,9 @@ this.loaded = function(panel, config) {
function
fillTable
(
json
)
{
function
fillTable
(
json
)
{
document
.
getElementById
(
"
mensaPlanTitleBar
"
).
innerHTML
=
calcTextDisplay
();
document
.
getElementById
(
"
mensaPlanTitleBar
"
).
innerHTML
=
calcTextDisplay
();
var
tableBody1
=
document
.
getElementById
(
"
mensaPlanTable1Body
"
);
var
tableBody1
=
document
.
getElementById
(
"
mensaPlanTable1Body
"
);
var
tableBody2
=
document
.
getElementById
(
"
mensaPlanTable2Body
"
);
var
tableBody3
=
document
.
getElementById
(
"
mensaPlanTable3Body
"
);
var
tableBody3
=
document
.
getElementById
(
"
mensaPlanTable3Body
"
);
var
tableBody4
=
document
.
getElementById
(
"
mensaPlanTable4Body
"
);
var
tableBody4
=
document
.
getElementById
(
"
mensaPlanTable4Body
"
);
tableBody1
.
innerHTML
=
""
;
// clear
tableBody1
.
innerHTML
=
""
;
// clear
tableBody2
.
innerHTML
=
""
;
// clear
tableBody3
.
innerHTML
=
""
;
// clear
tableBody3
.
innerHTML
=
""
;
// clear
tableBody4
.
innerHTML
=
""
;
// clear
tableBody4
.
innerHTML
=
""
;
// clear
var
a
=
0
;
var
a
=
0
;
...
@@ -154,12 +149,6 @@ this.loaded = function(panel, config) {
...
@@ -154,12 +149,6 @@ this.loaded = function(panel, config) {
var
cell
=
row
.
insertCell
(
0
);
var
cell
=
row
.
insertCell
(
0
);
cell
.
innerHTML
=
handleGericht
(
gericht
.
title
.
de
);
cell
.
innerHTML
=
handleGericht
(
gericht
.
title
.
de
);
break
;
break
;
case
"
8
"
:
// Grillstation
var
row
=
tableBody2
.
insertRow
(
b
);
b
++
;
var
cell
=
row
.
insertCell
(
0
);
cell
.
innerHTML
=
handleGericht
(
gericht
.
title
.
de
);
break
;
case
"
16
"
:
// Beilagen
case
"
16
"
:
// Beilagen
var
beilagen
=
gericht
.
title
.
de
.
split
(
"
;
"
);
var
beilagen
=
gericht
.
title
.
de
.
split
(
"
;
"
);
for
(
var
j
=
0
;
j
<
beilagen
.
length
;
j
++
)
{
for
(
var
j
=
0
;
j
<
beilagen
.
length
;
j
++
)
{
...
...
This diff is collapsed.
Click to expand it.
panels/mensaPlan/template.html
+
0
−
7
View file @
10933601
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
<div
id=
"mensaPlanTitleBar"
></div>
<div
id=
"mensaPlanTitleBar"
></div>
<ul>
<ul>
<li><a
href=
"#tab-1"
>
Normale Counter
</a></li>
<li><a
href=
"#tab-1"
>
Normale Counter
</a></li>
<li><a
href=
"#tab-2"
>
Grill Counter
</a></li>
<li><a
href=
"#tab-3"
>
Sonstige Counter
</a></li>
<li><a
href=
"#tab-3"
>
Sonstige Counter
</a></li>
<li><a
href=
"#tab-4"
>
Beilagen
</a></li>
<li><a
href=
"#tab-4"
>
Beilagen
</a></li>
</ul>
</ul>
...
@@ -12,12 +11,6 @@
...
@@ -12,12 +11,6 @@
</tbody>
</tbody>
</table>
</table>
</div>
</div>
<div
id=
"tab-2"
>
<table
id=
"mensaPlanTable2"
style=
"width:100%;height:100%"
class=
"mensaPlanTable"
>
<tbody
id=
"mensaPlanTable2Body"
>
</tbody>
</table>
</div>
<div
id=
"tab-3"
>
<div
id=
"tab-3"
>
<table
id=
"mensaPlanTable3"
style=
"width:100%;height:100%"
class=
"mensaPlanTable"
>
<table
id=
"mensaPlanTable3"
style=
"width:100%;height:100%"
class=
"mensaPlanTable"
>
<tbody
id=
"mensaPlanTable3Body"
>
<tbody
id=
"mensaPlanTable3Body"
>
...
...
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