jellyfin-web/dashboard-ui/librarypathmapping.html

36 lines
1.5 KiB
HTML
Raw Normal View History

2016-04-14 09:30:37 -07:00
<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">
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<p>${PathSubstitutionHelp}</p>
2014-01-29 22:20:18 -07:00
2016-03-15 22:33:31 -07:00
<div class="pathSubstitutions"></div>
</div>
2014-01-29 22:20:18 -07:00
2016-03-15 22:33:31 -07:00
<br />
2014-01-29 22:20:18 -07:00
2016-03-15 22:33:31 -07:00
<form class="libraryPathMappingForm">
2014-01-29 13:57:17 -07:00
2016-03-15 22:33:31 -07:00
<div>
<h3 class="detailSectionHeader">${ButtonAddPathSubstitution}</h3>
2014-01-29 22:20:18 -07:00
<div>
2016-03-15 22:33:31 -07:00
<label for="txtFrom">${LabelFrom}</label>
<input id="txtFrom" type="text" required="required" data-mini="true" />
<div class="fieldDescription labelFromHelp"></div>
2014-01-29 22:20:18 -07:00
</div>
2016-03-15 22:33:31 -07:00
<br />
<div>
<label for="txtTo">${LabelTo}</label>
<input id="txtTo" type="text" required="required" data-mini="true" />
<div class="fieldDescription">${LabelToHelp}</div>
</div>
<br />
2016-07-23 11:43:07 -07:00
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">add</i><span>${ButtonAdd}</span></button>
2016-03-15 22:33:31 -07:00
</div>
2014-01-29 13:57:17 -07:00
2016-03-15 22:33:31 -07:00
</form>
2014-01-29 13:57:17 -07:00
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>