mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
36 lines
1.5 KiB
HTML
36 lines
1.5 KiB
HTML
<div id="libraryPathMappingPage" data-role="page" class="page type-interior librarySectionPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="scripts/librarypathmapping">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<div class="readOnlyContent">
|
|
<p>${PathSubstitutionHelp}</p>
|
|
|
|
<div class="pathSubstitutions"></div>
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<form class="libraryPathMappingForm">
|
|
|
|
<div>
|
|
<h3 class="detailSectionHeader">${ButtonAddPathSubstitution}</h3>
|
|
<div>
|
|
<label for="txtFrom">${LabelFrom}</label>
|
|
<input id="txtFrom" type="text" required="required" data-mini="true" />
|
|
<div class="fieldDescription labelFromHelp"></div>
|
|
</div>
|
|
<br />
|
|
<div>
|
|
<label for="txtTo">${LabelTo}</label>
|
|
<input id="txtTo" type="text" required="required" data-mini="true" />
|
|
<div class="fieldDescription">${LabelToHelp}</div>
|
|
</div>
|
|
<br />
|
|
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">add</i><span>${ButtonAdd}</span></button>
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</div> |