1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/librarypathmapping.html

62 lines
2.5 KiB
HTML
Raw Normal View History

2014-01-29 15:57:17 -05:00
<!DOCTYPE html>
<html>
<head>
2014-04-08 00:17:18 -04:00
<title>${TitleMediaLibrary}</title>
2014-01-29 15:57:17 -05:00
</head>
<body>
2015-06-08 17:32:20 -04:00
<div id="libraryPathMappingPage" data-role="page" class="page type-interior mediaLibraryPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="scripts/librarypathmapping">
2014-01-29 15:57:17 -05:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-04-08 00:17:18 -04:00
<a href="library.html" data-role="button">${TabFolders}</a>
<a href="#" data-role="button" class="ui-btn-active">${TabPathSubstitution}</a>
2014-04-03 18:50:04 -04:00
<a href="librarysettings.html" data-role="button">${TabAdvanced}</a>
2014-01-29 15:57:17 -05:00
</div>
2014-01-30 00:20:18 -05:00
<div class="readOnlyContent">
2014-04-08 00:17:18 -04:00
<p>${PathSubstitutionHelp}</p>
2014-01-30 00:20:18 -05: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 12:45:06 -05:00
<tbody class="tbodyPathSubstitutions"></tbody>
</table>
</div>
2014-01-30 00:20:18 -05:00
<br />
<form class="libraryPathMappingForm">
2014-01-29 15:57:17 -05:00
2014-01-30 00:20:18 -05:00
<div>
2015-01-18 00:45:10 -05:00
<h3 class="detailSectionHeader">${ButtonAddPathSubstitution}</h3>
2014-01-30 00:20:18 -05:00
<div>
2014-04-08 00:17:18 -04:00
<label for="txtFrom">${LabelFrom}</label>
2014-01-30 00:20:18 -05:00
<input id="txtFrom" type="text" required="required" data-mini="true" />
2014-04-08 00:17:18 -04:00
<div class="fieldDescription">${LabelFromHelp}</div>
2014-01-30 00:20:18 -05:00
</div>
<br />
<div>
2014-04-08 00:17:18 -04:00
<label for="txtTo">${LabelTo}</label>
2014-01-30 00:20:18 -05:00
<input id="txtTo" type="text" required="required" data-mini="true" />
2014-04-08 00:17:18 -04:00
<div class="fieldDescription">${LabelToHelp}</div>
2014-01-30 00:20:18 -05:00
</div>
<br />
<p>
2014-04-08 00:17:18 -04:00
<button type="submit" data-mini="true" data-icon="plus">${ButtonAdd}</button>
2014-01-30 00:20:18 -05:00
</p>
</div>
2014-01-29 15:57:17 -05:00
</form>
</div>
</div>
</div>
</body>
</html>