33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>SmartPlaylist</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="SmartPlaylistConfigPage" data-role="page" class="page type-interior pluginConfigurationPage" data-require="emby-input,emby-button,emby-select,emby-checkbox" data-controller="__plugin/configPage.js">
|
||
|
<div data-role="content">
|
||
|
<div class="content-primary">
|
||
|
<form id="SmartPlaylistConfigForm">
|
||
|
<div class="inputContainer">
|
||
|
<label class="inputLabel inputLabelUnfocused" for="InitialProgram">Initial Program</label>
|
||
|
<div class="fieldDescription">A program which can set up the environment</div>
|
||
|
<textarea id="InitialProgram" class="emby-input smartplaylist-monospace" name="InitialProgram" rows="16" cols="120"></textarea>
|
||
|
</div>
|
||
|
<div>
|
||
|
<button is="emby-button" type="submit" class="raised button-submit block emby-button">
|
||
|
<span>Save</span>
|
||
|
</button>
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<style>
|
||
|
.smartplaylist-monospace {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
</style>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|