2014-01-29 13:57:17 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<title>${TitleMediaLibrary}</title>
|
2014-01-29 13:57:17 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-10-26 11:23:46 -07:00
|
|
|
|
<div id="libraryPathMappingPage" data-role="page" class="page type-interior librarySectionPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="jqmtable,scripts/librarypathmapping">
|
2014-01-29 13:57:17 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<a href="library.html" data-role="button">${TabFolders}</a>
|
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabPathSubstitution}</a>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="librarysettings.html" data-role="button">${TabAdvanced}</a>
|
2014-01-29 13:57:17 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2014-01-29 22:20:18 -07:00
|
|
|
|
<div class="readOnlyContent">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<p>${PathSubstitutionHelp}</p>
|
2014-01-29 22:20:18 -07:00
|
|
|
|
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<table id="tblPaths" data-role="table" data-mode="reflow" class="ui-responsive">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>${HeaderFrom}</th>
|
|
|
|
|
<th>${HeaderTo}</th>
|
2015-09-06 12:09:36 -07:00
|
|
|
|
<th></th>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
2014-12-26 10:45:06 -07:00
|
|
|
|
<tbody class="tbodyPathSubstitutions"></tbody>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</table>
|
|
|
|
|
</div>
|
2014-01-29 22:20:18 -07:00
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<form class="libraryPathMappingForm">
|
2014-01-29 13:57:17 -07:00
|
|
|
|
|
2014-01-29 22:20:18 -07:00
|
|
|
|
<div>
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<h3 class="detailSectionHeader">${ButtonAddPathSubstitution}</h3>
|
2014-01-29 22:20:18 -07:00
|
|
|
|
<div>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="txtFrom">${LabelFrom}</label>
|
2014-01-29 22:20:18 -07:00
|
|
|
|
<input id="txtFrom" type="text" required="required" data-mini="true" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<div class="fieldDescription">${LabelFromHelp}</div>
|
2014-01-29 22:20:18 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="txtTo">${LabelTo}</label>
|
2014-01-29 22:20:18 -07:00
|
|
|
|
<input id="txtTo" type="text" required="required" data-mini="true" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<div class="fieldDescription">${LabelToHelp}</div>
|
2014-01-29 22:20:18 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2015-09-06 12:09:36 -07:00
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="add"></iron-icon><span>${ButtonAdd}</span></paper-button>
|
|
|
|
|
</button>
|
2014-01-29 22:20:18 -07:00
|
|
|
|
</div>
|
2014-01-29 13:57:17 -07:00
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|