mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 06:05:56 -05:00
Add CCRDudes patches for xhtml compliance
This commit is contained in:
parent
cda4b67de1
commit
2193e14c98
@ -8,6 +8,7 @@
|
||||
@ispage index.html:<script type="text/javascript" src="lib-js/script.aculo.us/effects.js"></script>:@
|
||||
@ispage index.html:<script type="text/javascript" src="util.js"></script>:@
|
||||
@ispage index.html:<script type="text/javascript" src="status.js"></script>:@
|
||||
@ispage index.html:<link rel="stylesheet" type="text/css" href="index.css"/>:@
|
||||
@ispage config.html:<script type="text/javascript" src="lib-js/prototype.js"></script>:@
|
||||
@ispage config.html:<script type="text/javascript" src="lib-js/script.aculo.us/scriptaculous.js"></script>:@
|
||||
@ispage config.html:<script type="text/javascript" src="util.js"></script>:@
|
||||
|
@ -1,37 +1,4 @@
|
||||
@include hdr.html@
|
||||
<style type="text/css">
|
||||
#service, #stat {
|
||||
width: 70ex;
|
||||
}
|
||||
#thread {
|
||||
width: 80ex;
|
||||
}
|
||||
#server_stopped_message {
|
||||
position: absolute;
|
||||
background-color: yellow;
|
||||
padding: 1em;
|
||||
/* border: 1px solid #8CACBB;*/
|
||||
font-size: 120%;
|
||||
margin-bottom: 1em;
|
||||
z-index: 100;
|
||||
|
||||
}
|
||||
#grey_screen {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 1000px;
|
||||
background-color: #000;
|
||||
filter:alpha(opacity=60);
|
||||
opacity: 0.6;
|
||||
z-index: 10;
|
||||
}
|
||||
#button_stop_server, #button_start_scan, #button_start_full_scan {
|
||||
width: 10em;
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<h2>Server Status</h2>
|
||||
|
||||
|
@ -2,7 +2,7 @@ CC=gcc
|
||||
CFLAGS := $(CFLAGS) -g -I/sw/include -DHAVE_CONFIG_H -I. -I.. -DHOST='"foo"' -DHAVE_SQL -DHAVE_CONFIG_H
|
||||
LDFLAGS := $(LDFLAGS) -L/sw/lib -lid3tag -logg -lvorbisfile -lFLAC -lvorbis -ltag_c -lsqlite -lsqlite3 -lm -framework CoreFoundation
|
||||
TARGET = scanner
|
||||
OBJECTS=scanner-driver.o restart.o err.o scan-aif.o scan-wma.o scan-aac.o scan-wav.o scan-flac.o scan-ogg.o scan-mp3.o scan-url.o scan-mpc.o os-unix.o conf.o ll.o xml-rpc.o webserver.o uici.o rend-win32.o configfile.o db-generic.o db-sql-sqlite3.o db-sql-sqlite2.o db-sql.o smart-parser.o plugin.o dispatch.o dynamic-art.o db-sql-updates.o
|
||||
OBJECTS=scanner-driver.o restart.o err.o scan-aif.o scan-wma.o scan-aac.o scan-wav.o scan-flac.o scan-ogg.o scan-mp3.o scan-url.o scan-mpc.o os-unix.o conf.o ll.o xml-rpc.o webserver.o uici.o rend-win32.o configfile.o db-generic.o db-sql-sqlite3.o db-sql-sqlite2.o db-sql.o smart-parser.o plugin.o dynamic-art.o db-sql-updates.o
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
$(CC) -o $(TARGET) $(LDFLAGS) $(OBJECTS)
|
||||
|
Loading…
Reference in New Issue
Block a user