mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
17 lines
524 B
HTML
17 lines
524 B
HTML
<div id="syncPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${TabCameraUpload}" data-menubutton="false">
|
|
|
|
<div data-role="content">
|
|
<form class="userProfileSettingsForm" style="margin: 0 auto;">
|
|
|
|
<h1>
|
|
${HeaderCameraUpload}
|
|
</h1>
|
|
|
|
<br />
|
|
<p>${SelectCameraUploadServers}</p>
|
|
|
|
<div class="checkboxList uploadServerList">
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div> |