Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Add "USING YOUR SKY BOX" section
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed May 26, 2020
1 parent f0b66ed commit bc4e16b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
5 changes: 4 additions & 1 deletion click.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ function toPage(frompage, topage) {
$('main').addClass('bground2');
break;
case 'fyi':
$('main').addClass('bground2')
$('main').addClass('bground2');
break;
case 'skybox':
$('main').addClass('bground2');
break;
}

Expand Down
23 changes: 22 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@
</section>
<!--Services-->
<section class="menulisting" id="services">
<li onclick="window.location.href = 'https://olddigibox.github.io/sky-web-epg/video/using_your_sky_box.mp4'">
<li onclick="toPage('services', 'skybox')">
<div class="num">1</div>
USING YOUR SKY BOX
</li>
Expand Down Expand Up @@ -1286,6 +1286,27 @@
<a>Favourites</a>
</div>
</section>
<section class="menulisting" id="skybox">
<div class="titles">USING YOUR SKY BOX</div>
<div class="ltb">
<header>
HELP INFORMATION
</header>
<main>
• For information on recent changes refer to Sky magazine or channel 999 <br />
• Press 'tv guide' to find out what's on over the next seven days<br />
• To set a Reminder, Autoview or Series Link, highlight a future programme and press 'select'<br />
• Press 'box office' to see what's on and to order an event<br />
• To set up Parental Control press 'services' and choose '3'<br />
• For any problems or for more information refer to the 'Using Your Sky Box' booklet
</main>
</div>
<div class="back">
<a>Press</a>
<a style="background-color: yellow; color: black" onclick="toPage('skybox', 'services')">BACK UP</a>
<a>to return</a>
</div>
</section>
<section class="menulisting" id="systemsetup">
<div class="titles">SYSTEM SETUP</div>
<li>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ li .num {
/* Large Text Box */

.ltb {
width: 100%;
width: 150%;
height: 100%;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit bc4e16b

Please sign in to comment.