-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merging changes from repo (I forgot to do a git pull before making la…
…test changes)
- Loading branch information
Showing
19 changed files
with
819 additions
and
720 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
include_once '../conf/config.inc.php'; // app config | ||
|
||
$feeds = ' | ||
<h3>Video Podcast</h3> | ||
<ul class="feeds no-style"> | ||
<li class="itunes"> | ||
<a href="http://itunes.apple.com/us/podcast/usgs-earthquake-science-center/id413770595"> | ||
iTunes | ||
</a> | ||
</li> | ||
<li class="xml"> | ||
<a href="' . $GLOBALS['MOUNT_PATH'] . '/feed"> | ||
RSS Feed | ||
</a> | ||
</li> | ||
</ul> | ||
'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.feeds { | ||
display: flex; | ||
|
||
a { | ||
padding: 2px 0 2px 25px; | ||
background-repeat: no-repeat; | ||
background-size: 20px; | ||
background-position: 0px 4px; | ||
margin-right: 1em; | ||
} | ||
|
||
.itunes a { | ||
background-image: url('../img/itunes.png'); | ||
} | ||
.xml a { | ||
background-image: url('../img/xml.png'); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
@import '_variables.scss'; | ||
@import '_feeds.scss'; | ||
|
||
dl { | ||
> dd { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="/library/com/leaflet-0.7.1/leaflet.css"> | ||
<link rel="stylesheet" href="/library/com/leaflet-0.7.1/leaflet.markercluster.css"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="print.css" media="print"> | ||
<script src="/template/js/jquery-1.7.1.min.js"></script> | ||
<meta charset="utf-8"> | ||
<title>Live Webcast Viewers</title> | ||
<link rel="stylesheet" href="/library/com/leaflet-0.7.1/leaflet.css"> | ||
<link rel="stylesheet" href="/library/com/leaflet-0.7.1/leaflet.markercluster.css"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="print.css" media="print"> | ||
<script src="/template/js/jquery-1.7.1.min.js"></script> | ||
<meta charset="utf-8"> | ||
<title>Live Webcast Viewers</title> | ||
</head> | ||
<body> | ||
<main> | ||
<div id="map"></div> | ||
</main> | ||
<section class="sidebar"> | ||
<header id="title" class="sidebar-container"> | ||
<h1>Live Webcast Viewers</h1> | ||
<p><?php print date('l, F j, Y'); ?> <time></time></p> | ||
</header> | ||
<section id="video" class="sidebar-container"> | ||
<video src="mplive?streamer=rtmp://video2.wr.usgs.gov/live" width="500" height="281" controls></video> | ||
</section> | ||
<section id="status" class="sidebar-container"> | ||
<h2>Loading…</h2> | ||
<p class="expand hide" title="Expand table">Expand/Collapse</p> | ||
</section> | ||
<section id="details" class="sidebar-container"> | ||
<div class="fade-top"></div> | ||
<table></table> | ||
<div class="fade-bottom"></div> | ||
</section> | ||
<section id="alerts" class="sidebar-container"></section> | ||
<section id="options" class="sidebar-container"> | ||
<input type="checkbox" id="extent" checked="checked"> | ||
<label for="extent">Reposition map when webcast viewers are updated</label> | ||
</section> | ||
</section> | ||
<script src="/library/com/leaflet-0.7.1/leaflet.js"></script> | ||
<script src="/library/com/leaflet-0.7.1/leaflet.markercluster.js"></script> | ||
<script src="/template/widgets/jwplayer/jwplayer.js"></script> | ||
<script src="/template/widgets/jwplayer/script.js"></script> | ||
<script src="script.js"></script> | ||
<main> | ||
<div id="map"></div> | ||
</main> | ||
<section class="sidebar"> | ||
<header id="title" class="sidebar-container"> | ||
<h1>Live Webcast Viewers</h1> | ||
<p><?php print date('l, F j, Y'); ?> <time></time></p> | ||
</header> | ||
<section id="video" class="sidebar-container"> | ||
<video src="mplive?streamer=rtmp://video2.wr.usgs.gov/live" width="500" height="281" controls></video> | ||
</section> | ||
<section id="status" class="sidebar-container"> | ||
<h2>Loading…</h2> | ||
<p class="expand hide" title="Expand table">Expand/Collapse</p> | ||
</section> | ||
<section id="details" class="sidebar-container"> | ||
<div class="fade-top"></div> | ||
<table></table> | ||
<div class="fade-bottom"></div> | ||
</section> | ||
<section id="alerts" class="sidebar-container"></section> | ||
<section id="options" class="sidebar-container"> | ||
<input type="checkbox" id="extent" checked="checked"> | ||
<label for="extent">Reposition map when webcast viewers are updated</label> | ||
</section> | ||
</section> | ||
<script src="/library/com/leaflet-0.7.1/leaflet.js"></script> | ||
<script src="/library/com/leaflet-0.7.1/leaflet.markercluster.js"></script> | ||
<script src="/template/widgets/jwplayer/jwplayer.js"></script> | ||
<script src="/template/widgets/jwplayer/script.js"></script> | ||
<script src="script.js"></script> | ||
</body> | ||
</html> | ||
</html> |
Oops, something went wrong.