Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tvgids
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
tvgids
Commits
ab373e10
Commit
ab373e10
authored
Jan 04, 2014
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added help popup
parent
1d54742e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
66 additions
and
0 deletions
+66
-0
guide.coffee
guide.coffee
+3
-0
index.php
index.php
+12
-0
style.sass
style.sass
+51
-0
No files found.
guide.coffee
View file @
ab373e10
...
...
@@ -255,6 +255,9 @@ AppView = Backbone.View.extend(
$
(
'#tomorrow'
).
click
(
->
Settings
.
set
(
day
:
1
))
$
(
'#overmorrow'
).
click
(
->
Settings
.
set
(
day
:
2
))
$
(
'#help'
).
click
((
e
)
->
e
.
stopPropagation
();
$
(
'#help-popup'
).
show
())
$
(
document
).
click
(
->
$
(
'#help-popup'
).
hide
())
Channels
.
fetch
()
@
centerIndicator
()
@
updateIndicator
()
...
...
index.php
View file @
ab373e10
...
...
@@ -72,6 +72,18 @@ function getwday($day) {
<a
href=
"javascript:void(0);"
id=
"overmorrow"
class=
"navitem"
>
<?php
echo
getwday
(
2
)
?>
</a>
<a
href=
"settings.php"
class=
"navitem"
>
Selecteer zenders
</a>
<div
id=
"help"
class=
"navitem help"
>
<i
class=
"icon-info-sign"
title=
"Gebruiksaanwijzing"
></i>
<div
class=
"popup"
id=
"help-popup"
>
<ul>
<li>
Klik op een programma om details te zien.
</li>
<li>
Klik op
<i
class=
"icon-heart"
></i>
bij een programma om deze
in je favorieten te zetten. Dit wordt lokaal
opgeslagen, dus je moet op elke andere computer je
favorieten opnieuw instellen.
</li>
</ul>
</div>
</div>
</div>
<div
id=
"program-details"
class=
"program-details"
>
...
...
style.sass
View file @
ab373e10
...
...
@@ -37,6 +37,57 @@ html, body
color
:
#666
cursor
:
default
.help
position
:
relative
cursor
:
pointer
.popup
cursor
:
default
background-color
:
white
border-radius
:
6px
padding
:
0
15px
font
:
12px
/
18px
Helvetica
position
:
absolute
left
:
8px
top
:
39px
color
:
#333
width
:
300px
display
:
none
ul
padding-left
:
15px
// Arrow up (from Twitter Bootstrap)
background-color
:
white
border
:
1px
solid
#ccc
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.2
)
border-right-width
:
2px
border-bottom-width
:
2px
border-radius
:
6px
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0
.2
)
background-clip
:
padding-box
&
:before
position
:
absolute
top
:
-7px
left
:
9px
display
:
inline-block
border-right
:
7px
solid
transparent
border-bottom
:
7px
solid
#ccc
border-left
:
7px
solid
transparent
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0
.2
)
content
:
''
&
:after
position
:
absolute
top
:
-6px
left
:
10px
display
:
inline-block
border-right
:
6px
solid
transparent
border-bottom
:
6px
solid
#ffffff
border-left
:
6px
solid
transparent
content
:
''
.guide
width
:
100%
max-height
:
100%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment