Added basic option to specify alternative IA CDN servers within the settings panel.
This commit is contained in:
parent
08d2bf8bc9
commit
e9c474eaf0
6 changed files with 98 additions and 5 deletions
|
|
@ -16,6 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
<link rel="stylesheet" type="text/css" href="/css/panel/settings.css">
|
||||
<div id="settings-panel">
|
||||
<h2>Client Settings</h2>
|
||||
<h4>Player Settings</h4>
|
||||
<span id="settings-panel-youtube-source" class="settings-panel-setting">
|
||||
<p>Youtube Player Type:</p>
|
||||
<select>
|
||||
|
|
@ -23,5 +24,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
<option value="embed">Official Embed</option>
|
||||
</select>
|
||||
</span>
|
||||
<span id="settings-panel-ia-server" class="settings-panel-setting">
|
||||
<p>Internet Archive CDN Server:</p>
|
||||
<input placeholder="Source Default">
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue