mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
28 lines
1.0 KiB
HTML
28 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleSupport}</title>
|
|
</head>
|
|
<body>
|
|
<div id="logPage" data-role="page" class="page type-interior" data-require="scripts/logpage">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
<a href="support.html" data-role="button">${TabGeneral}</a>
|
|
<a href="log.html" data-role="button" class="ui-btn-active">${TabLogs}</a>
|
|
<a href="supporter.html" data-role="button" class="tabSupporterMembership">${TabDonate}</a>
|
|
<a href="supporterkey.html" data-role="button" class="tabSupporterMembership">${TabSupporterKey}</a>
|
|
<a href="about.html" data-role="button">${TabAbout}</a>
|
|
</div>
|
|
|
|
<p>${HeaderServerLogFiles}</p>
|
|
<div class="serverLogs readOnlyContent">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|