mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
17 lines
580 B
HTML
17 lines
580 B
HTML
<div id="editItemMetadataPage" data-role="page" class="page libraryPage metadataEditorPage noSecondaryNavPage" data-contextname="${HeaderMetadataManager}" data-require="scripts/editorsidebar,scripts/edititemmetadata">
|
|
|
|
<style>
|
|
#editItemMetadataPage .editMetadataForm {
|
|
max-width: 100%;
|
|
}
|
|
</style>
|
|
<div class="editPageSidebar" style="overflow:auto;">
|
|
<div class="libraryTree">
|
|
<ul></ul>
|
|
</div>
|
|
</div>
|
|
<div data-role="content">
|
|
<div class="editPageInnerContent">
|
|
</div>
|
|
</div>
|
|
</div> |