mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update connect
This commit is contained in:
parent
2696d8eb73
commit
0910dce389
7 changed files with 97 additions and 46 deletions
|
@ -23,25 +23,27 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<h2 id="headerUploadNewImage" style="display: none;">${HeaderUploadNewImage}</h2>
|
||||
<form id="uploadUserImageForm">
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li id="fldNewImage">
|
||||
<p>${ImageUploadAspectRatioHelp}</p>
|
||||
<input type="file" accept="image/*" id="uploadUserImage" name="uploadUserImage" onchange="UserImagePage.onFileUploadChange(this);" />
|
||||
<div class="newImageSection" style="display:none;">
|
||||
<h2 id="headerUploadNewImage" style="display: none;">${HeaderUploadNewImage}</h2>
|
||||
<form id="uploadUserImageForm">
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li id="fldNewImage">
|
||||
<p>${ImageUploadAspectRatioHelp}</p>
|
||||
<input type="file" accept="image/*" id="uploadUserImage" name="uploadUserImage" onchange="UserImagePage.onFileUploadChange(this);" />
|
||||
|
||||
<div id="userImageDropZone" class="imageDropZone">
|
||||
<h3>${LabelDropImageHere}</h3>
|
||||
<output id="userImageOutput"></output>
|
||||
</div>
|
||||
<div id="userImageDropZone" class="imageDropZone">
|
||||
<h3>${LabelDropImageHere}</h3>
|
||||
<output id="userImageOutput"></output>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
<li id="fldNewImagePreview"></li>
|
||||
<li id="fldUpload" style="display: none;">
|
||||
<button type="submit" data-icon="picture">${ButtonUpload}</button>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</li>
|
||||
<li id="fldNewImagePreview"></li>
|
||||
<li id="fldUpload" style="display: none;">
|
||||
<button type="submit" data-icon="picture">${ButtonUpload}</button>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue