Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
ae4c83af
Commit
ae4c83af
authored
13 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Patches
Plain Diff
moved scanning to controls bar
parent
368412a7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/media/css/music.css
+5
-0
5 additions, 0 deletions
apps/media/css/music.css
apps/media/templates/music.php
+6
-7
6 additions, 7 deletions
apps/media/templates/music.php
with
11 additions
and
7 deletions
apps/media/css/music.css
+
5
−
0
View file @
ae4c83af
...
@@ -34,3 +34,8 @@ tr td { border-top:1px solid #eee; height:2.2em; }
...
@@ -34,3 +34,8 @@ tr td { border-top:1px solid #eee; height:2.2em; }
tr
.artist
img
{
vertical-align
:
middle
;
}
tr
.artist
img
{
vertical-align
:
middle
;
}
tr
.album
td
.artist
{
padding-left
:
1em
;
}
tr
.album
td
.artist
{
padding-left
:
1em
;
}
tr
.song
td
.artist
{
padding-left
:
2em
;
}
tr
.song
td
.artist
{
padding-left
:
2em
;
}
#scan
{
position
:
absolute
;
right
:
13em
;
top
:
0em
;
}
#scan
.start
{
position
:
relative
;
display
:
inline
;
float
:
right
;
}
#scan
.stop
{
position
:
relative
;
display
:
inline
;
float
:
right
;
}
#scan
#scanprogressbar
{
position
:
relative
;
display
:
inline-block
;
width
:
10em
;
height
:
1.5em
;
top
:
.4em
;
}
This diff is collapsed.
Click to expand it.
apps/media/templates/music.php
+
6
−
7
View file @
ae4c83af
...
@@ -19,18 +19,17 @@
...
@@ -19,18 +19,17 @@
</div>
</div>
<div
class=
"player"
id=
"jp-player"
></div>
<div
class=
"player"
id=
"jp-player"
></div>
<div
id=
"scan"
>
<input
type=
"button"
class=
"start"
value=
"
<?php
echo
$l
->
t
(
'Rescan Collection'
)
?>
"
/>
<input
type=
"button"
class=
"stop"
style=
"display:none"
value=
"
<?php
echo
$l
->
t
(
'Pause'
)
?>
"
/>
<div
id=
"scanprogressbar"
></div>
</div>
</div>
</div>
<ul
id=
"leftcontent"
></ul>
<ul
id=
"leftcontent"
></ul>
<div
id=
"rightcontent"
>
<div
id=
"rightcontent"
>
<div
id=
"scan"
>
<p
id=
"scancount"
style=
"display:none"
><span
class=
"songCount"
>
0
</span>
<?php
echo
$l
->
t
(
'Songs scanned'
)
?>
</p>
<input
type=
"button"
class=
"start"
value=
"
<?php
echo
$l
->
t
(
'Rescan Collection'
)
?>
"
/>
<input
type=
"button"
class=
"stop"
style=
"display:none"
value=
"
<?php
echo
$l
->
t
(
'Pause'
)
?>
"
/>
<div
id=
"scanprogressbar"
></div>
</div>
<table
id=
"collection"
>
<table
id=
"collection"
>
<thead>
<thead>
<tr>
<tr>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment