2020-05-08 21:25:23 +02:00
|
|
|
<div class="formDialogHeader">
|
2022-02-24 19:03:42 +03:00
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1" title="${ButtonBack}"><span class="material-icons arrow_back" aria-hidden="true"></span></button>
|
2020-05-08 21:25:23 +02:00
|
|
|
<h3 class="formDialogHeaderTitle">
|
|
|
|
${HeaderUploadSubtitle}
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="formDialogContent">
|
|
|
|
<div class="dialogContentInner">
|
|
|
|
|
|
|
|
<form class="uploadSubtitleForm">
|
|
|
|
|
|
|
|
<div class="flex align-items-center" style="margin:1.5em 0;">
|
|
|
|
<h2 style="margin:0;">${HeaderAddUpdateSubtitle}</h2>
|
|
|
|
|
2022-07-14 17:59:23 -04:00
|
|
|
<button is="emby-button" type="button" class="raised raised-mini btnBrowse">
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons folder" aria-hidden="true"></span>
|
2020-05-08 21:25:23 +02:00
|
|
|
<span>${Browse}</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div class="subtitleEditor-dropZone fieldDescription">
|
|
|
|
<div id="labelDropSubtitle">${LabelDropSubtitleHere}</div>
|
|
|
|
<output id="subtitleOutput" class="flex align-items-center justify-content-center" style="position: absolute;top:0;left:0;right:0;bottom:0;width:100%;"></output>
|
|
|
|
<input type="file" accept=".sub,.srt,.vtt,.ass,.ssa" id="uploadSubtitle" name="uploadSubtitle" style="position: absolute;top:0;left:0;right:0;bottom:0;width:100%;opacity:0;"/>
|
|
|
|
</div>
|
|
|
|
<div id="fldUpload" class="hide">
|
|
|
|
<br />
|
|
|
|
<div class="checkboxContainer">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkIsForced" />
|
|
|
|
<span>${LabelIsForced}</span>
|
|
|
|
</label>
|
2023-07-23 21:34:24 +02:00
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkIsHearingImpaired" />
|
|
|
|
<span>${LabelIsHearingImpaired}</span>
|
|
|
|
</label>
|
2020-05-08 21:25:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="selectContainer flex-grow">
|
2022-11-06 00:17:43 +03:00
|
|
|
<select is="emby-select" id="selectLanguage" required="required" label="${LabelLanguage}"></select>
|
2020-05-08 21:25:23 +02:00
|
|
|
</div>
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
|
|
|
<span>${Upload}</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|