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>
|
2014-12-26 10:45:06 -07:00
|
|
|
|
<div id="libraryPathMappingPage" data-role="page" class="page type-interior mediaLibraryPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup">
|
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></th>
|
|
|
|
|
<th>${HeaderFrom}</th>
|
|
|
|
|
<th>${HeaderTo}</th>
|
|
|
|
|
</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 />
|
|
|
|
|
<p>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<button type="submit" data-mini="true" data-icon="plus">${ButtonAdd}</button>
|
2014-01-29 22:20:18 -07:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2014-01-29 13:57:17 -07:00
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$('.libraryPathMappingForm').off('submit', LibraryPathMappingPage.onSubmit).on('submit', LibraryPathMappingPage.onSubmit);
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|