jellyfin-web/dashboard-ui/serversecurity.html

61 lines
2.4 KiB
HTML
Raw Normal View History

2014-07-10 21:27:46 -07:00
<!DOCTYPE html>
<html>
<head>
2015-01-18 12:53:34 -07:00
<title>${TitleAdvanced}</title>
2014-07-10 21:27:46 -07:00
</head>
<body>
2015-06-23 15:13:06 -07:00
<div id="serverSecurityPage" data-role="page" class="page type-interior advancedConfigurationPage" data-require="scripts/serversecurity,detailtablecss">
2014-07-10 21:27:46 -07:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2015-01-18 12:53:34 -07:00
<a href="advanced.html" data-role="button">${TabGeneral}</a>
2015-01-18 21:29:57 -07:00
<a href="dashboardhosting.html" data-role="button">${TabHosting}</a>
2014-07-10 21:27:46 -07:00
<a href="#" data-role="button" class="ui-btn-active">${TabSecurity}</a>
</div>
2015-01-18 21:29:57 -07:00
<h2>
2014-07-11 19:31:08 -07:00
<span>${HeaderApiKeys}</span>
2015-01-18 12:53:34 -07:00
<button class="btnNewKey" style="margin: -4px 0 0 2em; vertical-align: top;" data-icon="plus" data-mini="true" data-inline="true" type="button">${ButtonNew}</button>
2014-07-11 19:31:08 -07:00
</h2>
<p>${HeaderApiKeysHelp}</p>
<br />
<table data-role="table" data-mode="reflow" class="tblApiKeys stripedTable ui-responsive table-stroke" style="display: table;">
<thead>
<tr>
<th></th>
<th>${HeaderApiKey}</th>
<th>${HeaderApp}</th>
<th>${HeaderDevice}</th>
<th>${HeaderUser}</th>
<th>${HeaderDateIssued}</th>
</tr>
</thead>
2014-07-19 21:46:29 -07:00
<tbody class="resultBody"></tbody>
2014-07-11 19:31:08 -07:00
</table>
2014-07-10 21:27:46 -07:00
</div>
</div>
2014-07-11 19:31:08 -07:00
<div data-role="panel" class="newKeyPanel" data-position="right" data-display="overlay" data-position-fixed="true">
<form class="newKeyForm">
<h3>${HeaderNewApiKey}</h3>
<p>${HeaderNewApiKeyHelp}</p>
<div>
<label for="txtAppName">${LabelAppName}</label>
<input type="text" id="txtAppName" required="required" />
<div class="fieldDescription">${LabelAppNameExample}</div>
</div>
<br />
<p>
<button type="submit" data-icon="plus" data-mini="true" data-theme="b">${ButtonCreate}</button>
</p>
</form>
</div>
2014-07-10 21:27:46 -07:00
</div>
</body>
</html>