2016-06-23 10:04:18 -07:00
|
|
|
|
<div id="wizardComponentsPage" data-role="page" class="page standalonePage wizardPage">
|
|
|
|
|
|
2017-05-06 12:42:17 -07:00
|
|
|
|
<div class="padded-left padded-right padded-top">
|
2016-06-23 10:04:18 -07:00
|
|
|
|
|
|
|
|
|
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
|
|
|
|
|
<form>
|
|
|
|
|
|
|
|
|
|
<h1>
|
|
|
|
|
${SetupFFmpeg}
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
<div>${SetupFFmpegHelp}</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="width: 24px; height: 24px; border-radius: 1000px; background: #52B54B; color: #fff; display: flex; align-items: center; justify-content: center;">1</div>
|
|
|
|
|
<div style="margin-left: .5em;">${DownloadFFmpeg}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin-left:34px;">
|
|
|
|
|
<p class="suggestedLocation"></p>
|
|
|
|
|
<div class="downloadInstructions"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="width: 24px; height: 24px; border-radius: 1000px; background: #52B54B; color: #fff; display: flex; align-items: center; justify-content: center;">2</div>
|
2016-12-22 14:52:18 -07:00
|
|
|
|
<div style="margin-left: .5em;">${UnzipFFmpegFile}</div>
|
2016-06-23 10:04:18 -07:00
|
|
|
|
</div>
|
2016-12-22 14:52:18 -07:00
|
|
|
|
<div style="margin: 1em 0 1.5em 2.3em;" class="markExec hide">${MarkFFmpegExec}</div>
|
2016-06-23 10:04:18 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="width: 24px; height: 24px; border-radius: 1000px; background: #52B54B; color: #fff; display: flex; align-items: center; justify-content: center;">3</div>
|
|
|
|
|
<div style="margin-left:.5em;">${EnterFFmpegLocation}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-06-29 09:31:01 -07:00
|
|
|
|
<br /><br />
|
2017-08-02 00:17:32 -07:00
|
|
|
|
<div class="inputContainer fldEncoderPath">
|
2016-06-23 10:04:18 -07:00
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
|
|
|
|
<input is="emby-input" class="txtEncoderPath" label="${LabelffmpegPath}" autocomplete="off" required />
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectEncoderPath" class="autoSize"><i class="md-icon">search</i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
<div>${LabelffmpegPathHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="wizardNavigation">
|
2016-09-09 09:58:08 -07:00
|
|
|
|
<button is="emby-button" type="button" onclick="history.back();" class="raised button-cancel">
|
2016-07-23 11:43:07 -07:00
|
|
|
|
<i class="md-icon">arrow_back</i>
|
|
|
|
|
<span>${LabelPrevious}</span>
|
|
|
|
|
</button>
|
2016-09-09 09:58:08 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit">
|
2016-07-23 11:43:07 -07:00
|
|
|
|
<span>${LabelNext}</span>
|
|
|
|
|
<i class="md-icon">arrow_forward</i>
|
|
|
|
|
</button>
|
2016-06-23 10:04:18 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|