diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-01 19:14:20 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-01 19:14:20 +0200 |
commit | bc83b07e4aa4c68f63f4e1b9f6f00757388ea13c (patch) | |
tree | ccb9a45430645ea80bca1b3717e453e254229a0e /examples/tg16/infoscreens | |
parent | 1d2470a411e5eaac7e5a1c5d5b6b81e92c92f4a8 (diff) | |
parent | 3dc8afb739a03459393d3cda79bd16cefff15cae (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'examples/tg16/infoscreens')
-rw-r--r-- | examples/tg16/infoscreens/bg.png | bin | 0 -> 93502 bytes | |||
-rw-r--r-- | examples/tg16/infoscreens/display1.html | 58 | ||||
-rw-r--r-- | examples/tg16/infoscreens/display2.html | 58 |
3 files changed, 116 insertions, 0 deletions
diff --git a/examples/tg16/infoscreens/bg.png b/examples/tg16/infoscreens/bg.png Binary files differnew file mode 100644 index 0000000..d02dbc9 --- /dev/null +++ b/examples/tg16/infoscreens/bg.png diff --git a/examples/tg16/infoscreens/display1.html b/examples/tg16/infoscreens/display1.html new file mode 100644 index 0000000..05dd134 --- /dev/null +++ b/examples/tg16/infoscreens/display1.html @@ -0,0 +1,58 @@ +<html> +<head> +<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Droid+Sans" /> +<style> +body { + background-image: url("bg.png"); + background-repeat: no-repeat; + font-family: 'Droid Sans'; + font-size: 30px; + margin: 0 0 0 0; +} + +div { + //border:1px solid red; + border: none; +} + +#container { + width: 1079px; + height: 1920px; +} + +#logo-constraint { + width: 854px; + height: 250px; +} + +#frame { + width: 854px; + height: 680px; + border: none; +} + +#header { + text-align: center; +} + +#content { + width: 855px; +} +</style> +</head> +<body> + <div id="container"> + <div id="logo-constraint"></div> + + <div id="content"> + <h1 id="header">Social Networks</h1> + <iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1601social_html"></iframe> + </div> + + <div id="content"> + <h1 id="header">Games</h1> + <iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1602games_html"></iframe> + </div> + </div> +<body> +</html> diff --git a/examples/tg16/infoscreens/display2.html b/examples/tg16/infoscreens/display2.html new file mode 100644 index 0000000..aac5617 --- /dev/null +++ b/examples/tg16/infoscreens/display2.html @@ -0,0 +1,58 @@ +<html> +<head> +<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Droid+Sans" /> +<style> +body { + background-image: url("bg.png"); + background-repeat: no-repeat; + font-family: 'Droid Sans'; + font-size: 30px; + margin: 0 0 0 0; +} + +div { + //border:1px solid red; + border: none; +} + +#container { + width: 1079px; + height: 1920px; +} + +#logo-constraint { + width: 854px; + height: 250px; +} + +#frame { + width: 854px; + height: 680px; + border: none; +} + +#header { + text-align: center; +} + +#content { + width: 855px; +} +</style> +</head> +<body> + <div id="container"> + <div id="logo-constraint"></div> + + <div id="content"> + <h1 id="header">Gaming Platform</h1> + <iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1603progom_html"></iframe> + </div> + + <div id="content"> + <h1 id="header">Web Browsers</h1> + <iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1604bowsers_html"></iframe> + </div> + </div> +<body> +</html> |