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

support api without /mediabrowser

This commit is contained in:
Luke Pulverenti 2015-01-17 14:30:23 -05:00
parent 3ee2a15358
commit 248c09b642
4 changed files with 20 additions and 19 deletions

View file

@ -82,17 +82,8 @@
</div>
</div>
<div data-role="collapsible" data-collapsed="true" style="margin-top: 1em;">
<h3>${HeaderLinks}</h3>
<div>
<p><a href="http://mediabrowser.tv/community" target="_blank">${LinkCommunity}</a></p>
<p><a href="https://github.com/MediaBrowser/MediaBrowser" target="_blank">${LinkGithub}</a></p>
<p><a href="../swagger-ui/index.html" target="_blank">${LinkApiDocumentation}</a></p>
</div>
</div>
<div data-role="collapsible" data-collapsed="true">
<h3>${HeaderSystemPaths}</h3>
<h3>${HeaderPaths}</h3>
<div>
<p>
<b>${LabelCache}</b><br />
@ -173,6 +164,16 @@
</div>
</div>
</div>
<div style="margin-top:70px;text-align:center;">
<div style="height:1px;" class="ui-bar-inherit"></div>
<div style="margin-top:1em;">
<a href="http://mediabrowser.tv" target="_blank" style="margin-left:1em;text-decoration:none;">Media Browser</a>
<a href="http://mediabrowser.tv/community" target="_blank" style="margin-left:1em;text-decoration:none;">${LinkCommunity}</a>
<a href="https://github.com/MediaBrowser/MediaBrowser" target="_blank" style="margin-left:1em;text-decoration:none;">${LinkGithub}</a>
<a href="../swagger-ui/index.html" target="_blank" style="margin-left:1em;text-decoration:none;">${LinkApi}</a>
</div>
</div>
</div>
</div>
</div>