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

html rename start

This commit is contained in:
Luke Pulverenti 2013-03-26 14:56:41 -04:00
parent 4c2138c09c
commit f1b011fa18
132 changed files with 0 additions and 0 deletions

View file

@ -1,24 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>User Profiles</title>
</head>
<body>
<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesConfigurationPage">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<p id="pAddUser">
<button type="button" data-icon="plus" onclick="Dashboard.navigate('editUser.html');">
Add User
</button>
</p>
<ul id="ulUserProfiles" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="minus"></ul>
</div>
</div>
</div>
</div>
</body>
</html>