From: vasary.daniel Date: Mon, 30 Nov 2020 15:12:16 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=70e57788c7a062339eb5d7cd5c636dc77cef0cf0;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32073 --- diff --git a/server/-configuration/build-mediacube-modules.launch b/server/-configuration/build-mediacube-modules.launch index 9224ace2..11dc88b6 100644 --- a/server/-configuration/build-mediacube-modules.launch +++ b/server/-configuration/build-mediacube-modules.launch @@ -15,5 +15,5 @@ - + diff --git a/server/-configuration/debug-mediacube-mv-8888.launch b/server/-configuration/debug-mediacube-mv-8888.launch index d4284f2b..8b33e223 100644 --- a/server/-configuration/debug-mediacube-mv-8888.launch +++ b/server/-configuration/debug-mediacube-mv-8888.launch @@ -7,7 +7,7 @@ - + diff --git a/server/-configuration/log4j2.xml b/server/-configuration/log4j2.xml index 6d1a7865..48a1b66f 100644 --- a/server/-configuration/log4j2.xml +++ b/server/-configuration/log4j2.xml @@ -1,5 +1,5 @@ - + log/mediacube.log log/$${date:yyyy-MM}/mediacube-%d{MM-dd-yyyy}-%i.log.gz @@ -9,7 +9,7 @@ - + diff --git a/server/-configuration/remote-query-tsm.bat b/server/-configuration/remote-query-tsm.bat new file mode 100644 index 00000000..91148368 --- /dev/null +++ b/server/-configuration/remote-query-tsm.bat @@ -0,0 +1,33 @@ +@ECHO OFF + ECHO *** Begin *** + + ::Remote:: + SET REMOTE_LOCATION=/tmp + SET REMOTE_SERVER_HOSTKEY=ssh-ed25519 256 86:a9:96:f9:75:0c:b0:65:54:3d:2a:d0:d5:af:6e:ce + SET REMOTE_SERVER_ADDRESS=scp://root:AtKmnpp22b@192.168.0.15 + + CALL :query_and_sync + if %ERRORLEVEL% neq 0 exit /b %ERRORLEVEL% + + ECHO *** Completed *** + GOTO :eof + +:query_and_sync + ECHO --- Deploying source + c:\Programs\WinSCP\WinSCP.com /command ^ + "open %REMOTE_SERVER_ADDRESS% -hostkey=""%REMOTE_SERVER_HOSTKEY%""" ^ + "cd %REMOTE_LOCATION%" ^ + "lcd %~dp0" ^ + "call rm -f /tmp/tsm.txt" ^ + "call /root/getall-tsm.sh > /tmp/tsm.txt" ^ + "synchronize local -filemask=tsm.txt|*/" ^ + "exit" + IF %ERRORLEVEL% neq 0 ( + ECHO !!! Error + EXIT /b %ERRORLEVEL% + ) + GOTO :eof +@ECHO ON +pause + + diff --git a/server/-configuration/run-mediacube-server-mv.launch b/server/-configuration/run-mediacube-server-mv.launch index ebcd1ff6..d9eabdf7 100644 --- a/server/-configuration/run-mediacube-server-mv.launch +++ b/server/-configuration/run-mediacube-server-mv.launch @@ -19,12 +19,12 @@ - + - + - + diff --git a/server/-configuration/run-mediacube-server-user (1).launch b/server/-configuration/run-mediacube-server-user (1).launch new file mode 100644 index 00000000..2099db01 --- /dev/null +++ b/server/-configuration/run-mediacube-server-user (1).launch @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/server/-configuration/run-mediacube-server-user.launch b/server/-configuration/run-mediacube-server-user.launch index 878becd6..03628dff 100644 --- a/server/-configuration/run-mediacube-server-user.launch +++ b/server/-configuration/run-mediacube-server-user.launch @@ -22,9 +22,9 @@ - + - + diff --git a/server/-dependencies/jobengine.target b/server/-dependencies/jobengine.target index 7974a10f..996514ec 100644 --- a/server/-dependencies/jobengine.target +++ b/server/-dependencies/jobengine.target @@ -1,5 +1,5 @@ - + @@ -92,6 +92,12 @@ + + + + + + diff --git a/server/-dependencies/libs/db2jcc4.jar.old b/server/-dependencies/libs/db2jcc4.jar.old deleted file mode 100644 index ab7516fa..00000000 Binary files a/server/-dependencies/libs/db2jcc4.jar.old and /dev/null differ diff --git a/server/-dependencies/libs/db2jcc_license_cu.jar.old b/server/-dependencies/libs/db2jcc_license_cu.jar.old deleted file mode 100644 index aae778fc..00000000 Binary files a/server/-dependencies/libs/db2jcc_license_cu.jar.old and /dev/null differ diff --git a/server/-modules/MediaCube.iml b/server/-modules/MediaCube.iml deleted file mode 100644 index 36ec37c1..00000000 --- a/server/-modules/MediaCube.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/server/-modules/pom.xml b/server/-modules/pom.xml index ebf9f9bb..6a9557ce 100644 --- a/server/-modules/pom.xml +++ b/server/-modules/pom.xml @@ -7,13 +7,15 @@ 1.0.0 pom + ../user.mediacube.gui ../user.mediacube.metadata - ../user.jobengine.executors + ../user.jobengine.osgi.commons ../user.jobengine.osgi.db ../user.jobengine.osgi.server ../user.jobengine.osgi.services ../user.commons.log4j2 + ../user.commons.zk ../user.tsm.client ../-product diff --git a/server/-product/mediacube.product b/server/-product/mediacube.product index 4d01c51b..d436de6e 100644 --- a/server/-product/mediacube.product +++ b/server/-product/mediacube.product @@ -172,13 +172,14 @@ - - + + + diff --git a/server/-product/user.jobengine.product.iml b/server/-product/user.jobengine.product.iml deleted file mode 100644 index 36ec37c1..00000000 --- a/server/-product/user.jobengine.product.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/server/hu.user.mediacube.executors.tests/src/hu/user/mediacube/executors/tests/SmallTests.java b/server/hu.user.mediacube.executors.tests/src/hu/user/mediacube/executors/tests/SmallTests.java index 9127677a..1bd5fc3d 100644 --- a/server/hu.user.mediacube.executors.tests/src/hu/user/mediacube/executors/tests/SmallTests.java +++ b/server/hu.user.mediacube.executors.tests/src/hu/user/mediacube/executors/tests/SmallTests.java @@ -9,6 +9,7 @@ import java.nio.file.Path; import java.nio.file.Paths; import java.sql.Timestamp; import java.text.DecimalFormat; +import java.text.SimpleDateFormat; import java.time.Duration; import java.time.Instant; import java.time.LocalDateTime; @@ -22,6 +23,8 @@ import java.util.Collections; import java.util.Date; import java.util.HashMap; import java.util.HashSet; +import java.util.LinkedHashMap; +import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; @@ -30,9 +33,11 @@ import java.util.TreeSet; import org.apache.commons.io.FilenameUtils; import org.apache.commons.lang.StringUtils; +import org.apache.ibatis.jdbc.SQL; import org.junit.Test; import com.ibm.nosql.json.api.BasicDBList; +import com.ibm.nosql.json.api.BasicDBObject; import user.jobengine.db.Media; import user.jobengine.server.steps.ArchiveItem; @@ -807,4 +812,126 @@ public class SmallTests { Files.write(Paths.get("/opt/mv-missing-noptv.txt"), out); } + @Test + public void test9991() throws Exception { + BasicDBObject x = new BasicDBObject(); + + System.out.println(x.getString("d")); + } + + @Test + public void test9992() throws Exception { + SQL sql = new SQL(); + sql.SELECT("TITLE"); + sql.FROM("KUKA"); + sql.WHERE(String.format("REGEXP_LIKE(TITLE, '%s-[0-9]{2}$')", "CCC333")); + sql.AND().WHERE("1=1"); + System.out.println(sql.toString()); + } + + @Test + public void test9993() throws Exception { + System.out.println(Integer.parseInt("01")); + + System.out.println("xxx_V2".substring(0, "xxx_V2".indexOf("_" + "V2"))); + + } + + @Test + public void test9994() throws Exception { + // List tsm = Files.readAllLines(Paths.get("/opt/AMC/tsm-archived-from0903.txt")); + // List mc = Files.readAllLines(Paths.get("/opt/AMC/mc-archive-modified-from0903.txt")); + + List mreport = new ArrayList<>(); + List vreport = new ArrayList<>(); + + LinkedHashSet tsm = new LinkedHashSet<>(Files.readAllLines(Paths.get("/opt/AMC/tsm-all-withdate.txt"))); + LinkedHashSet mc = new LinkedHashSet<>(Files.readAllLines(Paths.get("/opt/AMC/mc-all-withdate.txt"))); + + // per jelek kiszedese + List jobs = Files.readAllLines(Paths.get("/opt/AMC/mc-job-2020-11.txt")); + + LinkedHashSet mcjob = new LinkedHashSet<>(); + jobs.stream().map(id -> { + if (id.contains(" / ")) + return id.split(" / "); + else + return id; + }).forEach(id -> mcjob.add(id.toString())); + + // List mc = Files.readAllLines(Paths.get("/opt/AMC/mc-all-modified.txt")); + Map tsmmap = new HashMap<>(); + for (String t : tsm) { + String[] tokens = t.split("\t"); + + String id = tokens[0].replace(".part", ""); + if (id.contains(".")) + id = id.substring(0, id.lastIndexOf(".")); + if (tsmmap.containsKey(id)) { + String tsmtime = tsmmap.get(id); + if (tsmtime.compareTo(tokens[1]) > 0) { + continue; + } + } + + tsmmap.put(id, tokens[1]); + } + + Map mcmap = new LinkedHashMap<>(); + for (String m : mc) { + + //System.out.println(m); + String[] tokens = m.split(";"); + + String id = tokens[0]; + if (mcmap.containsKey(id)) + throw new Exception("MC token exists " + id); + mcmap.put(id, tokens[1]); + } + + long missings = 0; + long vchecked = 0; + long vmissings = 0; + SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + Date start = df.parse("2020-09-01 00:00:00"); + Date end = df.parse("2020-10-01 00:00:00"); + for (String id : mcmap.keySet()) { + if (!mcjob.contains(id)) { + // System.out.println("Skipping " + id); + continue; + } + if (tsmmap.containsKey(id)) { + Date mcdate = df.parse(mcmap.get(id)); + Date tsmdate = df.parse(tsmmap.get(id)); + + if (mcdate.before(start) || mcdate.after(end)) + continue; + + vchecked++; + + if (!df.format(mcdate).substring(0, 10).equals(df.format(tsmdate).substring(0, 10)) && tsmdate.before(mcdate)) { + //System.out.println("Old version in TSM " + id + " mc " + df.format(mcdate) + " tsm " + df.format(tsmdate)); + vreport.add(id); + vmissings++; + } + } else { + System.out.println("Missing in TSM " + id); + mreport.add(id); + missings++; + } + } + + System.out.println(tsm.size() + " " + mc.size() + " " + missings + " vchecked" + vchecked + " vmissing" + vmissings); + Files.write(Paths.get("/opt/AMC/mreport.txt"), mreport); + Files.write(Paths.get("/opt/AMC/vreport.txt"), vreport); + } + + @Test + public void test9995() throws Exception { + try { + throw new Exception("AAA"); + } finally { + + } + } } diff --git a/server/hu.user.mediacube.indexer/indexer (1).iml b/server/hu.user.mediacube.indexer/indexer (1).iml deleted file mode 100644 index a643bf92..00000000 --- a/server/hu.user.mediacube.indexer/indexer (1).iml +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/hu.user.mediacube.indexer/indexer (2).iml b/server/hu.user.mediacube.indexer/indexer (2).iml deleted file mode 100644 index 75311229..00000000 --- a/server/hu.user.mediacube.indexer/indexer (2).iml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/hu.user.mediacube.indexer/indexer.iml b/server/hu.user.mediacube.indexer/indexer.iml deleted file mode 100644 index 3b8b11c2..00000000 --- a/server/hu.user.mediacube.indexer/indexer.iml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/user.commons.log4j2/src/user/commons/log4j2/filter/DailyMarkerFilter.java b/server/user.commons.log4j2/src/user/commons/log4j2/filter/DailyMarkerFilter.java new file mode 100644 index 00000000..c2677e2a --- /dev/null +++ b/server/user.commons.log4j2/src/user/commons/log4j2/filter/DailyMarkerFilter.java @@ -0,0 +1,119 @@ +package user.commons.log4j2.filter; + +import org.apache.logging.log4j.Level; +import org.apache.logging.log4j.Marker; +import org.apache.logging.log4j.core.Filter; +import org.apache.logging.log4j.core.LogEvent; +import org.apache.logging.log4j.core.config.plugins.Plugin; +import org.apache.logging.log4j.core.config.plugins.PluginAttribute; +import org.apache.logging.log4j.core.config.plugins.PluginFactory; +import org.apache.logging.log4j.core.filter.AbstractFilter; +import org.apache.logging.log4j.message.Message; +import org.apache.logging.log4j.util.PerformanceSensitive; + +@Plugin(name = "DailyMarkerFilter", category = "Core", elementType = "filter", printObject = true) +@PerformanceSensitive({ "allocation" }) +public final class DailyMarkerFilter extends AbstractFilter { + @PluginFactory + public static DailyMarkerFilter createFilter(@PluginAttribute("marker") String marker, @PluginAttribute("onMatch") Filter.Result match, + @PluginAttribute("onMismatch") Filter.Result mismatch) { + if (marker == null) { + LOGGER.error("A marker must be provided for MarkerFilter"); + return null; + } + return new DailyMarkerFilter(marker, match, mismatch); + } + + private final String name; + + private DailyMarkerFilter(String name, Filter.Result onMatch, Filter.Result onMismatch) { + super(onMatch, onMismatch); + this.name = name; + } + + @Override + public Filter.Result filter(LogEvent event) { + return filter(event.getMarker()); + } + + private Filter.Result filter(Marker marker) { + return (marker != null) && (marker.isInstanceOf(name)) ? onMatch : onMismatch; + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, Message msg, Throwable t) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, Object msg, Throwable t) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object... params) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0, Object p1) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0, Object p1, Object p2) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0, Object p1, Object p2, + Object p3) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0, Object p1, Object p2, Object p3, + Object p4) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0, Object p1, Object p2, Object p3, + Object p4, Object p5) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0, Object p1, Object p2, Object p3, + Object p4, Object p5, Object p6) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0, Object p1, Object p2, Object p3, + Object p4, Object p5, Object p6, Object p7) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0, Object p1, Object p2, Object p3, + Object p4, Object p5, Object p6, Object p7, Object p8) { + return filter(marker); + } + + @Override + public Filter.Result filter(org.apache.logging.log4j.core.Logger logger, Level level, Marker marker, String msg, Object p0, Object p1, Object p2, Object p3, + Object p4, Object p5, Object p6, Object p7, Object p8, Object p9) { + return filter(marker); + } + + @Override + public String toString() { + return name; + } +} diff --git a/server/user.commons.log4j2/user.commons.log4j2.iml b/server/user.commons.log4j2/user.commons.log4j2.iml deleted file mode 100644 index ebab1e58..00000000 --- a/server/user.commons.log4j2/user.commons.log4j2.iml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/user.jobengine.executors/.classpath b/server/user.jobengine.executors/.classpath index dd1b9a64..ce35eee7 100644 --- a/server/user.jobengine.executors/.classpath +++ b/server/user.jobengine.executors/.classpath @@ -2,6 +2,8 @@ + + diff --git a/server/user.jobengine.executors/amc/user/jobengine/server/steps/CancelableStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/CancelableStep.java new file mode 100644 index 00000000..6648866f --- /dev/null +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/CancelableStep.java @@ -0,0 +1,61 @@ +package user.jobengine.server.steps; + +import org.apache.commons.net.ftp.FTPClient; +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; + +import user.commons.StoreUri; +import user.commons.remotestore.FtpDirectoryLister; +import user.commons.remotestore.RemoteStoreProtocol; + +public class CancelableStep extends JobStep { + private static final Logger logger = LogManager.getLogger(); + int count = 10; + + @StepEntry + public Object[] execute(int param) throws Exception { + try { + getJobRuntime().setRelated("TESZT1"); + + // ftpTest(); + + for (int i = 0; i < count; i++) { + if (getJobRuntime().isWaitingCancel()) + break; + Thread.sleep(500); + int progress = (i + 1) * 100 / count; + setProgress(progress); + if (i == 1) + throw new Exception("xxx"); + } + } catch (Exception e) { + e.printStackTrace(); + throw e; + } + return null; + } + + void ftpTest() throws Exception { + StoreUri source = null; + StoreUri target = null; + try { + source = getManager().getStoreUri("MEDIACUBE_UPLOADS", RemoteStoreProtocol.LOCAL); + target = getManager().getStoreUri("NEXIO1", RemoteStoreProtocol.FTP); + source.addProgressListener(e -> setProgress(e.getProgress())); + logger.info("Uploading file PART_TEST.mxf"); + source.transferFrom(target, "PART_TEST.mxf", "PART_TEST.mxf"); + FTPClient client = ((FtpDirectoryLister) target.getLister()).connect(); + logger.info("Renaming file PART_TEST.mxf to RENAME_TEST.mxf"); + client.rename("PART_TEST.mxf", "RENAME_TEST.mxf"); + } catch (Exception e) { + logger.catching(e); + } finally { + if (target != null) + target.cleanUp(); + if (source != null) + source.cleanUp(); + } + + } + +} diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/DirMXFValidatorStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/DirMXFValidatorStep.java similarity index 71% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/DirMXFValidatorStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/DirMXFValidatorStep.java index bfb608c6..f26d679b 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/DirMXFValidatorStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/DirMXFValidatorStep.java @@ -8,10 +8,7 @@ import java.nio.file.Paths; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; -import user.commons.RemoteFile; -import user.commons.StoreUri; import user.commons.mediatool.MediaInfo; -import user.commons.remotestore.RemoteStoreProtocol; import user.jobengine.db.Media; public class DirMXFValidatorStep extends JobStep { @@ -19,14 +16,6 @@ public class DirMXFValidatorStep extends JobStep { @StepEntry public Object[] execute(String source) throws Exception { - - logger.info("get"); - StoreUri storeUri = getManager().getStoreUri("NEXIO2", RemoteStoreProtocol.FTP); - RemoteFile f = storeUri.getRemoteFile("DANITESZT02.mxf"); - logger.info("get done {}", f); - if (f != null) - return null; - Path path = Paths.get(source); DirectoryStream directoryStream = Files.newDirectoryStream(path); for (Path file : directoryStream) { @@ -43,7 +32,7 @@ public class DirMXFValidatorStep extends JobStep { fileName = fileName.substring(0, fileName.lastIndexOf(".")); if (file.toFile().length() == 0) { - logger.error("Zero length: {}", fileName); + logger.error("Zero: {}", fileName); continue; } @@ -64,7 +53,7 @@ public class DirMXFValidatorStep extends JobStep { logger.error("Unreadable: {}", fileName); } - logger.info("{}: MC farmes {}, FF frames {}", fileName, frames, mi.getFrames()); + logger.info("Valid: {} MC farmes {} FF frames {}", fileName, frames, mi.getFrames()); } return null; diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/FILEZILLA_AVIDTransferToStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/FILEZILLA_AVIDTransferToStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/FILEZILLA_AVIDTransferToStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/FILEZILLA_AVIDTransferToStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/FILEZILLA_PASARESTORETransferToStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/FILEZILLA_PASARESTORETransferToStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/FILEZILLA_PASARESTORETransferToStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/FILEZILLA_PASARESTORETransferToStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/FileCleanupStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/FileCleanupStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/FileCleanupStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/FileCleanupStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/FileValidatorStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/FileValidatorStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/FileValidatorStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/FileValidatorStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/ForkDownloadStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/ForkDownloadStep.java similarity index 96% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/ForkDownloadStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/ForkDownloadStep.java index 58378efb..8b72db9d 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/ForkDownloadStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/ForkDownloadStep.java @@ -30,7 +30,7 @@ public class ForkDownloadStep extends JobStep { public Object[] execute(String tempStoreName, String template, String expectedColorSpace, int limit) throws Exception { sendStatusReport(); - + //return null; DirectoryStream directoryStream = null; int count = limit; int allCount = 0; diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/ForkUploadStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/ForkUploadStep.java similarity index 95% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/ForkUploadStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/ForkUploadStep.java index 67010d4c..ada5e5b1 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/ForkUploadStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/ForkUploadStep.java @@ -188,7 +188,7 @@ public class ForkUploadStep extends JobStep { child.setDescription(escortFileName); - child.setRelated(downloadable.getString("title") + " / " + targetStore.getName()); + child.setRelated(downloadable.getString("title") + "|" + targetStore.getName()); EscortFiles.createCatchedFile(escortFile); } catch (Exception e) { logger.error(getSessionMarker(), e.getMessage()); diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/GenericArchiveCheckerStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/GenericArchiveCheckerStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/GenericArchiveCheckerStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/GenericArchiveCheckerStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/HarrisMissingMaterialCheckerStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/HarrisMissingMaterialCheckerStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/HarrisMissingMaterialCheckerStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/HarrisMissingMaterialCheckerStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/MetadataPersisterStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/MetadataPersisterStep.java similarity index 87% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/MetadataPersisterStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/MetadataPersisterStep.java index f0d1cb9f..43fd68c9 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/MetadataPersisterStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/MetadataPersisterStep.java @@ -1,6 +1,5 @@ package user.jobengine.server.steps; -import java.io.File; import java.nio.file.Path; import java.nio.file.Paths; import java.sql.Timestamp; @@ -41,20 +40,12 @@ public class MetadataPersisterStep extends JobStep { mediaId = tryGetMediaId(title, mediaId); } - long fileSize = 0; - try { - Path filePath = Paths.get(escortFilePath.getParent().toString(), fileName); - File file = filePath.toFile(); - if (file.exists()) - fileSize = file.length(); - } catch (Exception e) { - logger.error(getMarker(), e.getMessage()); - } + //TODO ha van mediaId, akkor update!!!!!!!!! Timestamp modified = downloadable.getTimestamp("modified"); Timestamp created = downloadable.getTimestamp("created"); long frames = downloadable.getLong("frames"); - + if (mediaId == 0) { String targetStoreName = getManager().getStore(targetStoreUri.getStoreId()).getName(); //ez elszallhat, mert nincs filetype vagy store @@ -74,9 +65,9 @@ public class MetadataPersisterStep extends JobStep { media.add(); //TODO + //mediaFile.setFileSize(fileSize); mediaFile.setMediaId(media.getId()); mediaFile.setLastModified(modified); - mediaFile.setFileSize(fileSize); mediaFile.add(); } else { Media media = manager.getMedia(mediaId); @@ -87,10 +78,10 @@ public class MetadataPersisterStep extends JobStep { manager.modify(media); //TODO + //mediaFile.setFileSize(fileSize); MediaFile mediaFile = manager.getSystemMediaFile(media); mediaFile.setRelativePath(fileName); mediaFile.setLastModified(modified); - mediaFile.setFileSize(fileSize); manager.modify(mediaFile); } diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO1TransferFromStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO1TransferFromStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO1TransferFromStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO1TransferFromStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO1TransferToStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO1TransferToStep.java similarity index 96% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO1TransferToStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO1TransferToStep.java index 201f22f1..5af53df1 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO1TransferToStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO1TransferToStep.java @@ -31,7 +31,7 @@ public class NEXIO1TransferToStep extends TransferStep { // } finally { // targetStoreUri.cleanUp(); // } - +/* try { FTPClient client = ((FtpDirectoryLister) targetStoreUri.getLister()).connect(); logger.info(getMarker(), "Reading target file list"); @@ -48,7 +48,7 @@ public class NEXIO1TransferToStep extends TransferStep { } finally { targetStoreUri.cleanUp(); } - +*/ return super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); } } diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO2TransferFromStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO2TransferFromStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO2TransferFromStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO2TransferFromStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO2TransferToStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO2TransferToStep.java similarity index 96% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO2TransferToStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO2TransferToStep.java index 7136b02b..20c81a68 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIO2TransferToStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIO2TransferToStep.java @@ -30,6 +30,7 @@ public class NEXIO2TransferToStep extends TransferStep { // } finally { // targetStoreUri.cleanUp(); // } +/* try { FTPClient client = ((FtpDirectoryLister) targetStoreUri.getLister()).connect(); logger.info(getMarker(), "Reading target file list"); @@ -46,7 +47,7 @@ public class NEXIO2TransferToStep extends TransferStep { } finally { targetStoreUri.cleanUp(); } - +*/ return super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); } } diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIOArchiveCheckerStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIOArchiveCheckerStep.java similarity index 94% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIOArchiveCheckerStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIOArchiveCheckerStep.java index 03cda26d..8beafb23 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIOArchiveCheckerStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIOArchiveCheckerStep.java @@ -6,7 +6,6 @@ import java.sql.Timestamp; import java.text.SimpleDateFormat; import java.time.Duration; import java.time.Instant; -import java.util.Date; import java.util.Iterator; import org.apache.logging.log4j.LogManager; @@ -68,7 +67,6 @@ public class NEXIOArchiveCheckerStep extends JobStep { private boolean checkModifiedByTime(String title, Timestamp modified, int lastModifiedHours) { //utolso modositas a mosthoz kepest //The result of this method can be a negative period if the end is before the start. - long modifiedHours = Duration.between(modified.toInstant(), Instant.now()).toHours(); if (modifiedHours < 0) { logger.info(getMarker(), "{} modification time greather than now", title); @@ -79,8 +77,6 @@ public class NEXIOArchiveCheckerStep extends JobStep { return false; } - logger.info(getMarker(), "Found modified media {} with NEXIO timestamp {}", title, df.format(new Date(modified.getTime()))); - return true; } diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIOMetadataPersisterStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIOMetadataPersisterStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/NEXIOMetadataPersisterStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/NEXIOMetadataPersisterStep.java diff --git a/server/user.jobengine.executors/amc/user/jobengine/server/steps/PASAPOOLTransferToStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/PASAPOOLTransferToStep.java new file mode 100644 index 00000000..cd505402 --- /dev/null +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/PASAPOOLTransferToStep.java @@ -0,0 +1,96 @@ +package user.jobengine.server.steps; + +import java.nio.file.Path; +import java.nio.file.Paths; + +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; + +import user.commons.StoreUri; +import user.commons.mediatool.MediaInfo; + +public class PASAPOOLTransferToStep extends TransferStep { + private static final Logger logger = LogManager.getLogger(); + private static final String CODEC_PROFILE_HIGH = "HIGH"; + private static final String CODEC_PROFILE_422 = "4:2:2"; + private static final String DISPLAY_ASPECT_16_9 = "16:9"; + private static final String DISPLAY_ASPECT_4_3 = "4:3"; + private StoreUri sourceStoreUri; + private String sourceFileName; + + @Override + @StepEntry + public Object[] execute(StoreUri sourceStoreUri, String sourceFileName, StoreUri targetStoreUri, String targetFileName) throws Exception { + this.sourceStoreUri = sourceStoreUri; + this.sourceFileName = sourceFileName; + return super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); + } + + @Override + protected StoreUri getTargetStoreUri() { + StoreUri result = null; + try { + Path filePath = Paths.get(sourceStoreUri.toString(true), sourceFileName); + MediaInfo mi = new MediaInfo(filePath); + mi.process(); + + if (isHD(mi)) { + result = getManager().getStoreUri("PEABLEBEACH", targetStoreUri.getProtocol()); + return result; + } + + if (isSD_HIGH_16_9(mi)) { + result = getManager().getStoreUri("SELENIOPOOL_16_9", targetStoreUri.getProtocol()); + return result; + } + + if (isSD_HIGH_4_3(mi)) { + result = getManager().getStoreUri("SELENIOPOOL_4_3", targetStoreUri.getProtocol()); + return result; + } + + if (isSD_MAIN_422(mi)) { + result = getManager().getStoreUri("PEABLEBEACH", targetStoreUri.getProtocol()); + return result; + } + } catch (Exception e) { + logger.error(getSessionMarker(), e.getMessage()); + result = targetStoreUri; + } + return result; + } + + // HD + // height = 1080 + // >PEABLEBEACH | \\10.170.100.21\media\BeachPool + private boolean isHD(MediaInfo mi) { + return mi.getHeight() == 1080; + } + + // SD - HIGH@HIGH / 16:9 + // height < 650 + // profile=High + // aspect=16:9 + // >SELENIOPOOL_16_9 | \\10.170.100.21\media\SelenioPool\16_9 + private boolean isSD_HIGH_16_9(MediaInfo mi) { + return mi.getHeight() < 650 && CODEC_PROFILE_HIGH.equals(mi.getCodecProfileName()) && DISPLAY_ASPECT_16_9.equals(mi.getDisplayAspect()); + } + + // SD - HIGH@HIGH / 4:3 + // height < 650 + // profile=High + // aspect=4:3 + // >SELENIOPOOL_4_3 | \\10.170.100.21\media\SelenioPool\4_3 + private boolean isSD_HIGH_4_3(MediaInfo mi) { + return mi.getHeight() < 650 && CODEC_PROFILE_HIGH.equals(mi.getCodecProfileName()) && DISPLAY_ASPECT_4_3.equals(mi.getDisplayAspect()); + } + + // SD - MAIN/422@HIGH + // height < 650 + // profile=High || profile=4:2:2 + // >PEABLEBEACH | \\10.170.100.21\media\BeachPool + private boolean isSD_MAIN_422(MediaInfo mi) { + return mi.getHeight() < 650 && (CODEC_PROFILE_HIGH.equals(mi.getCodecProfileName()) || CODEC_PROFILE_422.equals(mi.getCodecProfileName())); + } + +} diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/PBQuery.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/PBQuery.java similarity index 95% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/PBQuery.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/PBQuery.java index b441b0c7..458b1375 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/PBQuery.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/PBQuery.java @@ -230,10 +230,8 @@ public class PBQuery { continue; } - if (poolContent.contains(mediaName)) { - logger.info("Pool already contains {}", mediaName); + if (poolContent.contains(mediaName)) continue; - } String usageTime = getAttribute(mediaNode, "earliestUsageTime"); putEarliest(result, mediaName, usageTime); @@ -298,10 +296,8 @@ public class PBQuery { continue; } - if (poolContent.contains(mediaName)) { - logger.info("Pool already contains {}", mediaName); + if (poolContent.contains(mediaName)) continue; - } Node usageChild = mediaNode.getFirstChild(); if (usageChild == null) { diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/PeableBeachMissingMaterialCheckerStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/PeableBeachMissingMaterialCheckerStep.java similarity index 97% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/PeableBeachMissingMaterialCheckerStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/PeableBeachMissingMaterialCheckerStep.java index e580fa0d..56f633a2 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/PeableBeachMissingMaterialCheckerStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/PeableBeachMissingMaterialCheckerStep.java @@ -61,7 +61,7 @@ public class PeableBeachMissingMaterialCheckerStep extends JobStep { } /* if (1 == 1) { - + logger.info(getMarker(), "Kikapcsolva"); return null; } diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/RegisterUserRestoreStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/RegisterUserRestoreStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/RegisterUserRestoreStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/RegisterUserRestoreStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/RegisterVODRestoreStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/RegisterVODRestoreStep.java similarity index 85% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/RegisterVODRestoreStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/RegisterVODRestoreStep.java index 45ee400b..a7cb11f6 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/RegisterVODRestoreStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/RegisterVODRestoreStep.java @@ -19,19 +19,16 @@ public class RegisterVODRestoreStep extends JobStep { private static final String appendExtension = System.getProperty("missingmaterial.appendextension", ".mxf"); @StepEntry - public Object[] execute(BasicDBList basket) throws Exception { + public Object[] execute(String targetStoreName, BasicDBList basket) throws Exception { try { StoreUri sourceStoreUri = getManager().getStoreUri("TSM", RemoteStoreProtocol.TSM); - if (true) - throw new Exception("Teszt success"); - - StoreUri targetStoreUri = getManager().getStore("FILEZILLA_PASARESTORE").getTargetStoreUri(); + StoreUri targetStoreUri = getManager().getStore(targetStoreName).getTargetStoreUri(); StoreUri escortStoreUri = getManager().getStoreUri("MEDIACUBE_UPLOADS", RemoteStoreProtocol.LOCAL); - String targetStoreName = getManager().getStore(targetStoreUri.getStoreId()).getName(); int processed = 0; for (int i = 0; i < basket.size(); i++) { BasicDBObject item = (BasicDBObject) basket.get(i); + //logger.info(item.toPrettyString()); processRecord(targetStoreName, sourceStoreUri, targetStoreUri, escortStoreUri, item); processed++; int progress = processed * 100 / basket.size(); @@ -51,13 +48,19 @@ public class RegisterVODRestoreStep extends JobStep { String relativeTargetPath = item.getString("path"); Media media = getManager().getMedia(mediaTitle); + + if (media == null) { + logger.error("Media {} is not available", mediaTitle); + return; + } + String fileName = media.getTitle(); if (StringUtils.isNotBlank(appendExtension)) fileName += appendExtension; DownloadableMedia downloadable = DownloadableMedia.create(media.getTitle(), fileName, media.getModified(), media.getCreated(), media.getLength(), 0L, sourceStoreUri.getId(), targetStoreUri.getId(), media.getId()); - downloadable.put("skipValidation", true); + //downloadable.put("skipValidation", true); downloadable.put("relativeTargetPath", relativeTargetPath); String escortFileName = targetStoreName + "." + downloadable.getString("fileName"); String outputPath = null; diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/TSMTransferFromStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/TSMTransferFromStep.java similarity index 56% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/TSMTransferFromStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/TSMTransferFromStep.java index 6406269d..5b0f8f5c 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/TSMTransferFromStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/TSMTransferFromStep.java @@ -15,15 +15,12 @@ public class TSMTransferFromStep extends TransferStep { @StepEntry public Object[] execute(StoreUri sourceStoreUri, String sourceFileName, StoreUri targetStoreUri, String targetFileName) throws Exception { Object[] result = null; - try { - Path targetFile = Paths.get(targetStoreUri.toString(true), targetFileName); - if (targetFile.toFile().exists()) { - logger.info(getMarker(), "Using previously retrived file {}", targetFile); - } else { - result = super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); - } - } catch (Exception e) { - logger.error(getMarker(), e.getMessage()); + + Path targetFile = Paths.get(targetStoreUri.toString(true), targetFileName); + if (targetFile.toFile().exists()) { + logger.info(getMarker(), "Using previously retrived file {}", targetFile); + } else { + result = super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); } return result; } diff --git a/server/user.jobengine.executors/amc/user/jobengine/server/steps/TSMTransferToStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/TSMTransferToStep.java new file mode 100644 index 00000000..6c934658 --- /dev/null +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/TSMTransferToStep.java @@ -0,0 +1,18 @@ +package user.jobengine.server.steps; + +import user.commons.RemoteFile; +import user.commons.StoreUri; +import user.commons.remotestore.IDirectoryLister; + +public class TSMTransferToStep extends TransferStep { + @Override + @StepEntry + public Object[] execute(StoreUri sourceStoreUri, String sourceFileName, StoreUri targetStoreUri, String targetFileName) throws Exception { + Object[] result = super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); + + IDirectoryLister lister = targetStoreUri.getLister(); + RemoteFile remoteFile = lister.get(targetFileName); + + return result; + } +} diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/TransferStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/TransferStep.java similarity index 92% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/TransferStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/TransferStep.java index 332b2c65..39c338c3 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/TransferStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/TransferStep.java @@ -14,14 +14,12 @@ public class TransferStep extends JobStep { private static final String DOT_PART = ".part"; private static final Logger logger = LogManager.getLogger(); private static final boolean simulateTransferToTSM = Boolean.parseBoolean(System.getProperty("test.simulate.transfer.tsm", "false")); - - protected StoreUri configureTargetUri(StoreUri targetStoreUri) { - return targetStoreUri; - } + protected StoreUri targetStoreUri; @StepEntry public Object[] execute(StoreUri sourceStoreUri, String sourceFileName, StoreUri targetStoreUri, String targetFileName) throws Exception { try { + this.targetStoreUri = targetStoreUri; getJobRuntime().setCancelable(false); Store sourceStore = getManager().getStore(sourceStoreUri.getStoreId()); @@ -38,7 +36,7 @@ public class TransferStep extends JobStep { sourceStoreUri.addProgressListener(e -> setProgress(e.getProgress())); - configureTargetUri(targetStoreUri); + this.targetStoreUri = getTargetStoreUri(); tryCopy(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); } catch (Exception e) { logger.error(getMarker(), "Error in transfer of {} when copying from {} to {}.", sourceFileName, sourceStoreUri, targetStoreUri); @@ -63,6 +61,10 @@ public class TransferStep extends JobStep { return null; } + protected StoreUri getTargetStoreUri() { + return targetStoreUri; + } + protected String getTmpExtension() { return DOT_PART; } @@ -74,7 +76,6 @@ public class TransferStep extends JobStep { private void tryCopy(StoreUri sourceStoreUri, String sourceFileName, StoreUri targetStoreUri, String targetFileName) throws Exception { String currentTargetFileName = targetFileName; - //TODO a .tmp masolas most csak local lehet, kellene ftp-re is, kiveve NEXIO boolean renameAfterCopy = false; if (getTmpExtension() != null && RemoteStoreProtocol.LOCAL.equals(targetStoreUri.getProtocol())) { currentTargetFileName += getTmpExtension(); diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/TransferToFTPStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/TransferToFTPStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/TransferToFTPStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/TransferToFTPStep.java diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/VODTransferToStep.java b/server/user.jobengine.executors/amc/user/jobengine/server/steps/VODTransferToStep.java similarity index 64% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/VODTransferToStep.java rename to server/user.jobengine.executors/amc/user/jobengine/server/steps/VODTransferToStep.java index 7bf240fd..c80c99ca 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/VODTransferToStep.java +++ b/server/user.jobengine.executors/amc/user/jobengine/server/steps/VODTransferToStep.java @@ -4,17 +4,21 @@ import user.commons.StoreUri; public class VODTransferToStep extends TransferStep { private String relativeTargetPath; + private StoreUri targetStoreUri; @Override - protected StoreUri configureTargetUri(StoreUri targetStoreUri) { - targetStoreUri.setRootPath(relativeTargetPath); - return targetStoreUri; + protected StoreUri getTargetStoreUri() { + StoreUri result = getManager().getStoreUri(targetStoreUri.getId()); + result.setRootPath(relativeTargetPath); + return result; } @StepEntry public Object[] execute(StoreUri sourceStoreUri, String sourceFileName, StoreUri targetStoreUri, String relativeTargetPath, String targetFileName) throws Exception { + this.targetStoreUri = targetStoreUri; this.relativeTargetPath = relativeTargetPath; + return super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); } diff --git a/server/user.jobengine.executors/jobtemplates/mediavivantis/archive-recursive.xml b/server/user.jobengine.executors/jobtemplates/mediavivantis/archive-recursive.xml new file mode 100644 index 00000000..02b97884 --- /dev/null +++ b/server/user.jobengine.executors/jobtemplates/mediavivantis/archive-recursive.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/ArchiveListBuilderStep.java b/server/user.jobengine.executors/mediavivantis/user/jobengine/server/steps/ArchiveListBuilderStep.java similarity index 100% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/ArchiveListBuilderStep.java rename to server/user.jobengine.executors/mediavivantis/user/jobengine/server/steps/ArchiveListBuilderStep.java diff --git a/server/user.jobengine.executors/mediavivantis/user/jobengine/server/steps/ArchiveRecursive.java b/server/user.jobengine.executors/mediavivantis/user/jobengine/server/steps/ArchiveRecursive.java new file mode 100644 index 00000000..2763174f --- /dev/null +++ b/server/user.jobengine.executors/mediavivantis/user/jobengine/server/steps/ArchiveRecursive.java @@ -0,0 +1,235 @@ +package user.jobengine.server.steps; + +import java.io.File; +import java.io.IOException; +import java.nio.file.DirectoryStream; +import java.nio.file.Files; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.nio.file.attribute.BasicFileAttributes; +import java.nio.file.attribute.FileAttribute; +import java.nio.file.attribute.PosixFilePermission; +import java.nio.file.attribute.PosixFilePermissions; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.List; +import java.util.Set; + +import org.apache.commons.io.FilenameUtils; +import org.apache.commons.lang.StringUtils; +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; + +import com.ibm.nosql.json.api.BasicDBObject; + +import user.commons.ListUtils; +import user.jobengine.server.IJobRuntime; +import user.mediacube.metadata.interfaces.IMetadata; +import user.mediacube.metadata.interfaces.IMetadataProvider; +import user.mediacube.metadata.interfaces.IMetadataProviderFactory; +import user.mediacube.metadata.interfaces.MetadataProviderType; +import user.mediacube.metadata.interfaces.MetadataType; +import user.mediacube.metadata.interfaces.PlanAirMetadataListOptions; + +public class ArchiveRecursive extends JobStep { + private static final Logger logger = LogManager.getLogger(); + private static final String JOBTEMPLATE = "archive-material.xml"; + private static final String ITEM_TITLE = "itemTitle"; + private static final String ITEM_HOUSEID = "itemHouseId"; + private static final String MEDIA_HOUSEID = "mediaHouseId"; + private static final String MEDIA_TITLE = "mediaTitle"; + private static final String MEDIA_DESCRIPTION = "mediaDescription"; + private static final String MEDIA_TYPE = "mediaType"; + private static final String ARCHIVE = "Archiválás"; + private static final String ARCHIVE_ITEM = "archiveItem"; + private static final String KILL_DATE_DAYS = "killDateDays"; + private static final String CONFLICT = ".CONFLICT"; + private SimpleDateFormat df = new SimpleDateFormat("yyyy.MM.dd"); + + private ArchiveItem createArchiveItem(Path filePath) throws Exception { + ArchiveItem result = null; + + String fileName = filePath.getFileName().toString(); + String mediaHouseId = FilenameUtils.removeExtension(fileName); + try { + result = getPlanAirMetadata(mediaHouseId); + } catch (Exception e) { + + logger.error("PlanAir metadata error", e); + //nem latja a drivert pl. + throw e; + } + + if (result == null) { + result = new ArchiveItem(); + BasicFileAttributes attr = Files.readAttributes(filePath, BasicFileAttributes.class); + result.setItemHouseId(df.format(attr.lastModifiedTime().toMillis())); + result.setItemTitle(filePath.getParent().toString()); + result.setMediaHouseId(mediaHouseId); + result.setMediaTitle(fileName); + //TODO kesobb kivenni + result.setMediaDescription("/OMARCHIVE"); + result.setMediaType("Generic"); + } + + result.setMediaFile(filePath.toString()); + return result; + } + + @StepEntry + public Object[] execute(String sourcePath, int killDateDays, int limit) { + DirectoryStream directoryStream = null; + try { + DirectoryStream stream = Files.newDirectoryStream(Paths.get(sourcePath)); + int current = 0; + for (Path p : stream) { + if (processPathItem(p, killDateDays)) + current++; + if (current == limit) + return null; + } + } catch (Exception e) { + logger.error(getSessionMarker(), "Az '{}' mappa elérése sikertelen. A rendszer hibaüzenete: {}", e.getMessage()); + } finally { + if (directoryStream != null) { + try { + directoryStream.close(); + } catch (IOException e) { + } + } + } + + return null; + } + + private ArchiveItem getPlanAirMetadata(String mediaHouseId) throws Exception { + PlanAirMetadataListOptions opt = new PlanAirMetadataListOptions(); + opt.setSearch(mediaHouseId); + opt.setType(MetadataType.Material); + + BasicDBObject json = null; + List data = null; + + IMetadataProviderFactory factory = getService(IMetadataProviderFactory.class); + IMetadataProvider planairProvider = factory.getProvider(MetadataProviderType.PLANAIR); + + ArchiveItem result = null; + data = planairProvider.list(opt); + if (data.size() != 0) + json = data.get(0).asJSON(); + else { + opt.setType(MetadataType.Promo); + data = planairProvider.list(opt); + if (data.size() != 0) + json = data.get(0).asJSON(); + else { + opt.setType(MetadataType.AD); + data = planairProvider.list(opt); + if (data.size() != 0) + json = data.get(0).asJSON(); + } + } + if (json != null) { + result = new ArchiveItem(); + result.setItemHouseId(json.getString(ITEM_HOUSEID)); + result.setItemTitle(json.getString(ITEM_TITLE)); + result.setMediaHouseId(json.getString(MEDIA_HOUSEID)); + result.setMediaTitle(json.getString(MEDIA_TITLE)); + result.setMediaDescription(json.getString(MEDIA_DESCRIPTION)); + result.setMediaType(json.getString(MEDIA_TYPE)); + } + return result; + } + + private boolean handleConflict(Path sourcePath) throws Exception { + boolean result = false; + String sourceFileName = sourcePath.getFileName().toString(); + if (getManager().isMediaFileExists(sourceFileName)) { + try { + Path parent = sourcePath.getParent(); + Path conflictPath = Paths.get(parent.toString(), CONFLICT); + File folder = conflictPath.toFile(); + if (!folder.exists() || !folder.isDirectory()) { + Set perms = PosixFilePermissions.fromString("rwxrwxrwx"); + FileAttribute> attr = PosixFilePermissions.asFileAttribute(perms); + try { + Files.createDirectories(conflictPath, attr); + } catch (Exception e) { + try { + Files.createDirectory(conflictPath); + } catch (Exception e1) { + logger.catching(e); + throw e; + } + } + } + + Path conflictFile = Paths.get(conflictPath.toString(), sourceFileName); + if (conflictFile.toFile().exists()) + conflictFile = Paths.get(conflictPath.toString(), sourceFileName + (new Date()).getTime()); + Files.move(sourcePath, conflictFile); + result = true; + } catch (Exception e1) { + logger.error(getSessionMarker(), "Hiba az '{}' állomány mappába mozgatásakor. A rendszer üzenete: {}", CONFLICT, e1.getMessage()); + } + } + + return result; + } + + private boolean processPathItem(Path mediaFilePath, int killDateDays) throws Exception { + File mediaFile = mediaFilePath.toFile(); + if (mediaFile.isDirectory()) + return false; + + Path dotStorePath = Paths.get(mediaFilePath.getParent().toString(), EscortFiles.STATUSFOLDER, mediaFilePath.getFileName().toString()); + + if (EscortFiles.isCatchedFileExists(dotStorePath)) + return false; + + //mar letezik az archivumban, atmozgatjuk + if (handleConflict(mediaFilePath)) + return false; + + ArchiveItem archiveItem = createArchiveItem(mediaFilePath); + + if (archiveItem == null) { + logger.warn("{} has no metadata specified.", mediaFile.getName()); + return false; + } + + if (StringUtils.isBlank(archiveItem.getItemHouseId())) { + logger.warn("{} has no Item HouseID specified in metadata.", mediaFile.getName()); + return false; + } + + if (StringUtils.isBlank(archiveItem.getItemTitle())) { + logger.warn("{} has no Item Title specified in metadata.", mediaFile.getName()); + return false; + } + + if (StringUtils.isBlank(archiveItem.getMediaHouseId())) { + logger.warn("{} has no Media HouseID specified in metadata.", mediaFile.getName()); + return false; + } + + if (StringUtils.isBlank(archiveItem.getMediaTitle())) { + logger.warn("{} has no Media Title specified in metadata.", mediaFile.getName()); + return false; + } + + try { + IJobRuntime runtime = getEngine().submit(JOBTEMPLATE, ARCHIVE, ListUtils.asMap(ARCHIVE_ITEM, archiveItem, KILL_DATE_DAYS, killDateDays)); + if (runtime == null) + throw new Exception("Submit returned null runtime"); + + EscortFiles.createCatchedFile(dotStorePath); + } catch (Exception e) { + String fileName = new File(archiveItem.getMediaFile()).getName(); + logger.error(getSessionMarker(), "Az '{}' állomány archiválási kísérlete sikertelen. A rendszer üzenete: {}", fileName, e.getMessage()); + throw e; + } + + return true; + } +} diff --git a/server/user.jobengine.executors/pom.xml b/server/user.jobengine.executors/pom.xml index a957abcb..33493a7a 100644 --- a/server/user.jobengine.executors/pom.xml +++ b/server/user.jobengine.executors/pom.xml @@ -2,12 +2,12 @@ - - ../-modules - user.jobengine - MediaCube - 1.0.0 - + + + + + + 4.0.0 user.jobengine.executors eclipse-plugin diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/CancelableStep.java b/server/user.jobengine.executors/src/user/jobengine/server/steps/MVCancelableStep.java similarity index 73% rename from server/user.jobengine.executors/src/user/jobengine/server/steps/CancelableStep.java rename to server/user.jobengine.executors/src/user/jobengine/server/steps/MVCancelableStep.java index 16b412b5..45e57c5d 100644 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/CancelableStep.java +++ b/server/user.jobengine.executors/src/user/jobengine/server/steps/MVCancelableStep.java @@ -1,11 +1,8 @@ package user.jobengine.server.steps; -import java.nio.file.Files; -import java.nio.file.Path; import java.nio.file.Paths; import java.util.Arrays; import java.util.List; -import java.util.stream.Collectors; import org.apache.commons.net.ftp.FTPClient; import org.apache.logging.log4j.LogManager; @@ -22,52 +19,27 @@ import user.commons.remotestore.ProgressEvent; import user.commons.remotestore.RemoteStoreProtocol; import user.commons.remotestore.StatusEvent; -public class CancelableStep extends JobStep { +public class MVCancelableStep extends JobStep { private static final Logger logger = LogManager.getLogger(); int count = 10; - void archiveTest() { - String fn = null; - try { - List files = Files.list(Paths.get("/mnt/PROMISE/ARCHIVE")).collect(Collectors.toList()); - for (Path f : files) { - String filename = f.getFileName().toString().toLowerCase(); - if (filename.endsWith(".mov") || filename.endsWith(".mxf")) { - MediaInfo mi = new MediaInfo(f); - mi.process(); - logger.info(MarkerManager.getMarker("MOVTEST"), "{} : hossz {}, audio {}", fn, mi.getFrames(), mi.getAudioStreams()); - } - } - } catch (Exception e) { - logger.info(MarkerManager.getMarker("MOVTEST"), "{} : feldolgozása sikertelen. {}", fn, e.getMessage()); - } - - } - @StepEntry public Object[] execute(int z) throws Exception { try { - archiveTest(); // retrieveTest(); // ftpTest(); - // ((MediaCubeMarker) getJobRuntime().getFinishMarker()).setTo("hering.tamas70@gmail.com"); - // - // for (int i = 0; i < count; i++) { - // if (getJobRuntime().isWaitingCancel()) - // break; - // Thread.sleep(100); - // int progress = (i + 1) * 100 / count; - // setProgress(progress); - // logger.info(getSessionMarker(), "Current {}", i); - // - // if (i == 1) { - // logger.info(new MediaCubeUndoMarker(getSessionMarker().getSessionID()), "Nincs feldolgozandó hiány."); - // cancel(); - // - // } - // } - // - // logger.info(getSessionMarker(), "Finished"); + //((MediaCubeMarker) getJobRuntime().getFinishMarker()).setTo("hering.tamas70@gmail.com"); + + for (int i = 0; i < count; i++) { + if (getJobRuntime().isWaitingCancel()) + break; + Thread.sleep(1000); + int progress = (i + 1) * 100 / count; + setProgress(progress); + logger.info(getSessionMarker(), "Current {}", i); + } + + logger.info(getSessionMarker(), "Finished"); } catch (Exception e) { e.printStackTrace(); throw e; @@ -141,4 +113,5 @@ public class CancelableStep extends JobStep { } } + } diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/PASAPOOLTransferToStep.java b/server/user.jobengine.executors/src/user/jobengine/server/steps/PASAPOOLTransferToStep.java deleted file mode 100644 index 19a641b1..00000000 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/PASAPOOLTransferToStep.java +++ /dev/null @@ -1,27 +0,0 @@ -package user.jobengine.server.steps; - -import org.apache.logging.log4j.LogManager; -import org.apache.logging.log4j.Logger; - -import user.commons.StoreUri; - -public class PASAPOOLTransferToStep extends TransferStep { - private static final Logger logger = LogManager.getLogger(); - - @Override - @StepEntry - public Object[] execute(StoreUri sourceStoreUri, String sourceFileName, StoreUri targetStoreUri, String targetFileName) throws Exception { - // try { - // StoreUri storeUri = getManager().getStoreUri("PEABLEBEACH", RemoteStoreProtocol.LOCAL); - // Path targetFile = Paths.get(storeUri.toString(true), targetFileName); - // if (targetFile.toFile().exists()) { - // logger.info("File already exists on BEACHPOOL: {}, skipping copy", targetFileName); - // return null; - // } - // } catch (Exception e) { - // logger.error(e.getMessage()); - // } - - return super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); - } -} diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/TSMTransferToStep.java b/server/user.jobengine.executors/src/user/jobengine/server/steps/TSMTransferToStep.java deleted file mode 100644 index efff055e..00000000 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/TSMTransferToStep.java +++ /dev/null @@ -1,11 +0,0 @@ -package user.jobengine.server.steps; - -import user.commons.StoreUri; - -public class TSMTransferToStep extends TransferStep { - @Override - @StepEntry - public Object[] execute(StoreUri sourceStoreUri, String sourceFileName, StoreUri targetStoreUri, String targetFileName) throws Exception { - return super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); - } -} diff --git a/server/user.jobengine.executors/src/user/jobengine/server/steps/TransferToTSMStep.java b/server/user.jobengine.executors/src/user/jobengine/server/steps/TransferToTSMStep.java deleted file mode 100644 index 64a6e531..00000000 --- a/server/user.jobengine.executors/src/user/jobengine/server/steps/TransferToTSMStep.java +++ /dev/null @@ -1,11 +0,0 @@ -package user.jobengine.server.steps; - -import user.commons.StoreUri; - -public class TransferToTSMStep extends TransferStep { - @Override - @StepEntry - public Object[] execute(StoreUri sourceStoreUri, String sourceFileName, StoreUri targetStoreUri, String targetFileName) throws Exception { - return super.execute(sourceStoreUri, sourceFileName, targetStoreUri, targetFileName); - } -} diff --git a/server/user.jobengine.osgi.commons/src/user/commons/mediatool/MediaInfo.java b/server/user.jobengine.osgi.commons/src/user/commons/mediatool/MediaInfo.java index 7a60acfa..f6a61aa4 100644 --- a/server/user.jobengine.osgi.commons/src/user/commons/mediatool/MediaInfo.java +++ b/server/user.jobengine.osgi.commons/src/user/commons/mediatool/MediaInfo.java @@ -6,6 +6,8 @@ import java.nio.file.Path; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; +import io.humble.video.Codec; +import io.humble.video.CodecProfile; import io.humble.video.Decoder; import io.humble.video.Demuxer; import io.humble.video.DemuxerStream; @@ -21,6 +23,8 @@ public class MediaInfo { private int videoStreams; private int height; private int width; + private String codecProfileName; + private String displayAspect; public MediaInfo(Path filePath) { this.filePath = filePath; @@ -34,10 +38,23 @@ public class MediaInfo { return bitRate; } + /*** + * Uppercase codec profile name + * + * @return Name or empty String, never NULL + */ + public String getCodecProfileName() { + return codecProfileName; + } + public String getColorSpace() { return colorSpace; } + public String getDisplayAspect() { + return displayAspect; + } + public long getFrames() { return frames; } @@ -82,6 +99,20 @@ public class MediaInfo { height = decoder.getHeight(); width = decoder.getWidth(); + codecProfileName = ""; + + Codec codec = decoder.getCodec(); + CodecProfile profile = codec.getSupportedProfile(decoder.getPropertyAsInt("profile")); + if (profile != null && profile.getName() != null) + codecProfileName = profile.getName().toUpperCase(); + + float dasp = width / height; + if (dasp == 4 / 3) + displayAspect = "4:3"; + + if (dasp == 16 / 9) + displayAspect = "16:9"; + } if (decoder.getCodecType() == MediaDescriptor.Type.MEDIA_AUDIO) { audioStreams++; diff --git a/server/user.jobengine.osgi.commons/src/user/commons/remotestore/TSMOutputStream.java b/server/user.jobengine.osgi.commons/src/user/commons/remotestore/TSMOutputStream.java index 803ba10d..ac791250 100644 --- a/server/user.jobengine.osgi.commons/src/user/commons/remotestore/TSMOutputStream.java +++ b/server/user.jobengine.osgi.commons/src/user/commons/remotestore/TSMOutputStream.java @@ -17,6 +17,7 @@ public class TSMOutputStream extends OutputStream { private String highLevelName; private boolean initialized; private long sizeEstimate; + private boolean success = true; //highLevelName == delimiter public TSMOutputStream(TSMBufferedClient client, String filespaceName, String highLevelName, String delimiter, RemoteFile remoteFile) { @@ -30,11 +31,18 @@ public class TSMOutputStream extends OutputStream { @Override public void close() throws IOException { try { - client.commit(); + //ha nem sikerult az iras, mar volt abort + if (success) + client.commit(); } catch (Exception e) { throw new IOException(e); + } finally { + client.disconnect(); } - client.disconnect(); + } + + public boolean isSuccess() { + return success; } public void open() throws TSMException, FileNotFoundException { @@ -52,13 +60,15 @@ public class TSMOutputStream extends OutputStream { try { client.send(buffer, backupObject, byteCount); } catch (Exception e) { - e.printStackTrace(); + success = false; throw new IOException(e); } + } } @Override public void write(int arg0) { } + } diff --git a/server/user.jobengine.osgi.commons/user.jobengine.osgi.commons.iml b/server/user.jobengine.osgi.commons/user.jobengine.osgi.commons.iml deleted file mode 100644 index 282fc1a8..00000000 --- a/server/user.jobengine.osgi.commons/user.jobengine.osgi.commons.iml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/user.jobengine.osgi.db/user.jobengine.osgi.db.iml b/server/user.jobengine.osgi.db/user.jobengine.osgi.db.iml deleted file mode 100644 index cf7fe4ba..00000000 --- a/server/user.jobengine.osgi.db/user.jobengine.osgi.db.iml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/user.jobengine.osgi.server/.classpath b/server/user.jobengine.osgi.server/.classpath index 132eee5b..8797243f 100644 --- a/server/user.jobengine.osgi.server/.classpath +++ b/server/user.jobengine.osgi.server/.classpath @@ -1,51 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/server/user.jobengine.osgi.server/.settings/org.eclipse.core.resources.prefs b/server/user.jobengine.osgi.server/.settings/org.eclipse.core.resources.prefs index 3d9a8da3..b482124a 100644 --- a/server/user.jobengine.osgi.server/.settings/org.eclipse.core.resources.prefs +++ b/server/user.jobengine.osgi.server/.settings/org.eclipse.core.resources.prefs @@ -1,5 +1,2 @@ eclipse.preferences.version=1 -encoding//pages/login.zul=UTF-8 -encoding//resources/i3-label_hu.properties=UTF-8 encoding//src/user/jobengine/server/JobRuntime.java=UTF-8 -encoding//src/user/jobengine/zk/model/SearchModel.java=UTF-8 diff --git a/server/user.jobengine.osgi.server/META-INF/MANIFEST.MF b/server/user.jobengine.osgi.server/META-INF/MANIFEST.MF index fae09eba..01013b4e 100644 --- a/server/user.jobengine.osgi.server/META-INF/MANIFEST.MF +++ b/server/user.jobengine.osgi.server/META-INF/MANIFEST.MF @@ -4,7 +4,8 @@ Bundle-Name: Server Bundle-SymbolicName: user.jobengine.osgi.server;singleton:=true Bundle-Version: 1.0.0 Service-Component: OSGI-INF/component.xml, OSGI-INF/componentBinder.xml -Import-Package: com.fasterxml.jackson.jaxrs.cfg;version="2.4.5", +Import-Package: com.fasterxml.jackson.databind;version="2.4.5", + com.fasterxml.jackson.jaxrs.cfg;version="2.4.5", com.fasterxml.jackson.jaxrs.json;version="2.4.5", com.fasterxml.jackson.module.jaxb;version="2.4.5", groovy.lang;version="3.0.3", @@ -12,6 +13,7 @@ Import-Package: com.fasterxml.jackson.jaxrs.cfg;version="2.4.5", javax.servlet.http;version="3.1.0", javax.ws.rs.client, javax.ws.rs.core, + org.apache.commons.io;version="2.2.0", org.apache.commons.io.output;version="2.2.0", org.apache.logging.log4j;version="2.8.2", org.apache.logging.log4j.message;version="2.8.2", @@ -40,52 +42,8 @@ Export-Package: user.jobengine.osgi.server, user.jobengine.server.scheduler, user.jobengine.server.steps DynamicImport-Package: * -Bundle-ClassPath: ., - WEB-INF/classes/, - WEB-INF/lib/commons-codec-1.10.jar, - WEB-INF/lib/commons-fileupload-1.2.1.jar, - WEB-INF/lib/commons-io-1.4.jar, - WEB-INF/lib/commons-logging-1.1.1.jar, - WEB-INF/lib/zcommon.jar, - WEB-INF/lib/zel.jar, - WEB-INF/lib/zhtml.jar, - WEB-INF/lib/zk_bsh.jar, - WEB-INF/lib/zk_commons-collections.jar, - WEB-INF/lib/zk_elinez.jar, - WEB-INF/lib/zk_eplotz.jar, - WEB-INF/lib/zk_Filters.jar, - WEB-INF/lib/zk_flashchart.jar, - WEB-INF/lib/zk_gmapsz.jar, - WEB-INF/lib/zk_jackson-annotations.jar, - WEB-INF/lib/zk_jackson-core.jar, - WEB-INF/lib/zk_jackson-databind.jar, - WEB-INF/lib/zk_jasperreports.jar, - WEB-INF/lib/zk_javassist.jar, - WEB-INF/lib/zk_jcommon.jar, - WEB-INF/lib/zk_jfreechart.jar, - WEB-INF/lib/zk_jsp.jar, - WEB-INF/lib/zk_monitor.jar, - WEB-INF/lib/zk_psz.jar, - WEB-INF/lib/zk_sapphire.jar, - WEB-INF/lib/zk_shchart.jar, - WEB-INF/lib/zk_silvertail.jar, - WEB-INF/lib/zk_timelinez.jar, - WEB-INF/lib/zk_timeplotz.jar, - WEB-INF/lib/zk_zuljsp.jar, - WEB-INF/lib/zk.jar, - WEB-INF/lib/zkbind.jar, - WEB-INF/lib/zkex_r.jar, - WEB-INF/lib/zkmax.jar, - WEB-INF/lib/zkplus.jar, - WEB-INF/lib/zml.jar, - WEB-INF/lib/zsoup.jar, - WEB-INF/lib/zul.jar, - WEB-INF/lib/zuti.jar, - WEB-INF/lib/zweb.jar, - src/, - WEB-INF/lib/zkcharts.jar +Bundle-ClassPath: . Bundle-ActivationPolicy: lazy -Web-ContextPath: / Bundle-Activator: user.jobengine.osgi.server.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/server/user.jobengine.osgi.server/WEB-INF/classes/jes.properties b/server/user.jobengine.osgi.server/WEB-INF/classes/jes.properties deleted file mode 100644 index e69de29b..00000000 diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/commons-codec-1.10.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/commons-codec-1.10.jar deleted file mode 100644 index 1d7417c4..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/commons-codec-1.10.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/commons-fileupload-1.2.1.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/commons-fileupload-1.2.1.jar deleted file mode 100644 index aa209b38..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/commons-fileupload-1.2.1.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/commons-io-1.4.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/commons-io-1.4.jar deleted file mode 100644 index 133dc6cb..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/commons-io-1.4.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/commons-logging-1.1.1.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/commons-logging-1.1.1.jar deleted file mode 100644 index 8758a96b..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/commons-logging-1.1.1.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zcommon.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zcommon.jar deleted file mode 100644 index e6c7ec04..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zcommon.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zel.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zel.jar deleted file mode 100644 index addeffe0..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zel.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zhtml.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zhtml.jar deleted file mode 100644 index 8cb11dc7..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zhtml.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk.jar deleted file mode 100644 index 3ddb6d84..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_Filters.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_Filters.jar deleted file mode 100644 index 4517ec82..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_Filters.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_bsh.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_bsh.jar deleted file mode 100644 index 29d71a9d..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_bsh.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_commons-collections.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_commons-collections.jar deleted file mode 100644 index c35fa1fe..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_commons-collections.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_elinez.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_elinez.jar deleted file mode 100644 index 71cf782f..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_elinez.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_eplotz.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_eplotz.jar deleted file mode 100644 index cec342bb..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_eplotz.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_flashchart.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_flashchart.jar deleted file mode 100644 index f9a7030a..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_flashchart.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_gmapsz.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_gmapsz.jar deleted file mode 100644 index 262a710e..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_gmapsz.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jackson-annotations.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jackson-annotations.jar deleted file mode 100644 index 62521310..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jackson-annotations.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jackson-core.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jackson-core.jar deleted file mode 100644 index 8c9c4e0e..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jackson-core.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jackson-databind.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jackson-databind.jar deleted file mode 100644 index 9b82e3fa..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jackson-databind.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jasperreports.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jasperreports.jar deleted file mode 100644 index 9ced8dee..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jasperreports.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_javassist.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_javassist.jar deleted file mode 100644 index c8761c8e..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_javassist.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jcommon.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jcommon.jar deleted file mode 100644 index ee633d53..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jcommon.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jfreechart.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jfreechart.jar deleted file mode 100644 index 0e4d020a..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jfreechart.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jsp.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jsp.jar deleted file mode 100644 index 79b09870..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_jsp.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_monitor.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_monitor.jar deleted file mode 100644 index 6b1fa87c..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_monitor.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_psz.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_psz.jar deleted file mode 100644 index 262a710e..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_psz.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_sapphire.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_sapphire.jar deleted file mode 100644 index 4ecc4da8..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_sapphire.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_shchart.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_shchart.jar deleted file mode 100644 index f9a7030a..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_shchart.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_silvertail.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_silvertail.jar deleted file mode 100644 index 16d7125f..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_silvertail.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_timelinez.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_timelinez.jar deleted file mode 100644 index 71cf782f..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_timelinez.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_timeplotz.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_timeplotz.jar deleted file mode 100644 index cec342bb..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_timeplotz.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_zuljsp.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zk_zuljsp.jar deleted file mode 100644 index 79b09870..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zk_zuljsp.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zkbind.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zkbind.jar deleted file mode 100644 index 695ed3c0..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zkbind.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zkcharts.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zkcharts.jar deleted file mode 100644 index 9edc1d00..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zkcharts.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zkex_r.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zkex_r.jar deleted file mode 100644 index 7b04ad0f..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zkex_r.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zkmax.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zkmax.jar deleted file mode 100644 index 9533256d..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zkmax.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zkplus.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zkplus.jar deleted file mode 100644 index ce3f35a5..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zkplus.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zml.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zml.jar deleted file mode 100644 index 926fb71f..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zml.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zsoup.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zsoup.jar deleted file mode 100644 index eeb7ffb6..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zsoup.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zul.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zul.jar deleted file mode 100644 index 63f49535..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zul.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zuti.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zuti.jar deleted file mode 100644 index 97311194..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zuti.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/lib/zweb.jar b/server/user.jobengine.osgi.server/WEB-INF/lib/zweb.jar deleted file mode 100644 index 79ca2437..00000000 Binary files a/server/user.jobengine.osgi.server/WEB-INF/lib/zweb.jar and /dev/null differ diff --git a/server/user.jobengine.osgi.server/WEB-INF/web.xml b/server/user.jobengine.osgi.server/WEB-INF/web.xml deleted file mode 100644 index 38cff511..00000000 --- a/server/user.jobengine.osgi.server/WEB-INF/web.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - Media Archivum - - - zkLoader - ZK loader for ZUML pages - org.zkoss.zk.ui.http.DHtmlLayoutServlet - - update-uri - /zkau - - 1 - - - - auEngine - The asynchronous update engine for ZK - org.zkoss.zk.au.http.DHtmlUpdateServlet - - - - action-route - Map action path to query string - user.jobengine.servlet.ActionRouteServlet - 2 - - - - - - - - - - - - - - - - - - - - action-route - /actions/* - - - - - 60 - - - - index.zul - index.html - index.htm - index.jsp - default.html - default.htm - default.jsp - index.zhtml - - - - - diff --git a/server/user.jobengine.osgi.server/WEB-INF/zk.xml b/server/user.jobengine.osgi.server/WEB-INF/zk.xml deleted file mode 100644 index b3278797..00000000 --- a/server/user.jobengine.osgi.server/WEB-INF/zk.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - org.zkoss.web.preferred.locale - hu - - - - ajax - Lejárt a munkamenet, kérem töltse be újra az alkalmazást. - - - - - - - - /resources/i3-label_hu.properties - - - - - - - - - - - - - - - - user.jobengine.zk.util.DesktopCleanupListener - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/user.jobengine.osgi.server/build.properties b/server/user.jobengine.osgi.server/build.properties index 547e4702..b57e1954 100644 --- a/server/user.jobengine.osgi.server/build.properties +++ b/server/user.jobengine.osgi.server/build.properties @@ -3,13 +3,5 @@ source.. = src/,\ output.. = bin/ bin.includes = META-INF/,\ .,\ - resources/,\ - OSGI-INF/,\ - src/,\ - WEB-INF/,\ - css/,\ - img/,\ - js/,\ - pages/,\ - index.zul -src.includes = resources/ + OSGI-INF/ +src.includes = diff --git a/server/user.jobengine.osgi.server/buildbundle.xml b/server/user.jobengine.osgi.server/buildbundle.xml deleted file mode 100644 index 5eda1a3e..00000000 --- a/server/user.jobengine.osgi.server/buildbundle.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/server/user.jobengine.osgi.server/css/6.1.0-video-js.css b/server/user.jobengine.osgi.server/css/6.1.0-video-js.css deleted file mode 100644 index 33c9f56e..00000000 --- a/server/user.jobengine.osgi.server/css/6.1.0-video-js.css +++ /dev/null @@ -1,1393 +0,0 @@ -.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; } - -.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before { - text-align: center; } - -@font-face { - font-family: VideoJS; - src: url("../font/2.0.0/VideoJS.eot?#iefix") format("eot"); } - -@font-face { - font-family: VideoJS; - src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype"); - font-weight: normal; - font-style: normal; } - -.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before { - content: "\f101"; } - -.vjs-icon-play-circle { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-play-circle:before { - content: "\f102"; } - -.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before { - content: "\f103"; } - -.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before { - content: "\f104"; } - -.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before { - content: "\f105"; } - -.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before { - content: "\f106"; } - -.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before { - content: "\f107"; } - -.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before { - content: "\f108"; } - -.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before { - content: "\f109"; } - -.vjs-icon-square { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-square:before { - content: "\f10a"; } - -.vjs-icon-spinner { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-spinner:before { - content: "\f10b"; } - -.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before { - content: "\f10c"; } - -.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before { - content: "\f10d"; } - -.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before { - content: "\f10e"; } - -.vjs-icon-share { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-share:before { - content: "\f10f"; } - -.vjs-icon-cog { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-cog:before { - content: "\f110"; } - -.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before { - content: "\f111"; } - -.vjs-icon-circle-outline { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-circle-outline:before { - content: "\f112"; } - -.vjs-icon-circle-inner-circle { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-circle-inner-circle:before { - content: "\f113"; } - -.vjs-icon-hd { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-hd:before { - content: "\f114"; } - -.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before { - content: "\f115"; } - -.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before { - content: "\f116"; } - -.vjs-icon-facebook { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-facebook:before { - content: "\f117"; } - -.vjs-icon-gplus { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-gplus:before { - content: "\f118"; } - -.vjs-icon-linkedin { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-linkedin:before { - content: "\f119"; } - -.vjs-icon-twitter { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-twitter:before { - content: "\f11a"; } - -.vjs-icon-tumblr { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-tumblr:before { - content: "\f11b"; } - -.vjs-icon-pinterest { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-pinterest:before { - content: "\f11c"; } - -.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before { - content: "\f11d"; } - -.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before { - content: "\f11e"; } - -.video-js { - display: block; - vertical-align: top; - box-sizing: border-box; - color: #fff; - background-color: #000; - position: relative; - padding: 0; - font-size: 10px; - line-height: 1; - font-weight: normal; - font-style: normal; - font-family: Arial, Helvetica, sans-serif; } - .video-js:-moz-full-screen { - position: absolute; } - .video-js:-webkit-full-screen { - width: 100% !important; - height: 100% !important; } - -.video-js[tabindex="-1"] { - outline: none; } - -.video-js *, -.video-js *:before, -.video-js *:after { - box-sizing: inherit; } - -.video-js ul { - font-family: inherit; - font-size: inherit; - line-height: inherit; - list-style-position: outside; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; } - -.video-js.vjs-fluid, -.video-js.vjs-16-9, -.video-js.vjs-4-3 { - width: 100%; - max-width: 100%; - height: 0; } - -.video-js.vjs-16-9 { - padding-top: 56.25%; } - -.video-js.vjs-4-3 { - padding-top: 75%; } - -.video-js.vjs-fill { - width: 100%; - height: 100%; } - -.video-js .vjs-tech { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; } - -body.vjs-full-window { - padding: 0; - margin: 0; - height: 100%; - overflow-y: auto; } - -.vjs-full-window .video-js.vjs-fullscreen { - position: fixed; - overflow: hidden; - z-index: 1000; - left: 0; - top: 0; - bottom: 0; - right: 0; } - -.video-js.vjs-fullscreen { - width: 100% !important; - height: 100% !important; - padding-top: 0 !important; } - -.video-js.vjs-fullscreen.vjs-user-inactive { - cursor: none; } - -.vjs-hidden { - display: none !important; } - -.vjs-disabled { - opacity: 0.5; - cursor: default; } - -.video-js .vjs-offscreen { - height: 1px; - left: -9999px; - position: absolute; - top: 0; - width: 1px; } - -.vjs-lock-showing { - display: block !important; - opacity: 1; - visibility: visible; } - -.vjs-no-js { - padding: 20px; - color: #fff; - background-color: #000; - font-size: 18px; - font-family: Arial, Helvetica, sans-serif; - text-align: center; - width: 300px; - height: 150px; - margin: 0px auto; } - -.vjs-no-js a, -.vjs-no-js a:visited { - color: #66A8CC; } - -.video-js .vjs-big-play-button { - font-size: 3em; - line-height: 1.5em; - height: 1.5em; - width: 3em; - display: block; - position: absolute; - top: 10px; - left: 10px; - padding: 0; - cursor: pointer; - opacity: 1; - border: 0.06666em solid #fff; - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); - -webkit-border-radius: 0.3em; - -moz-border-radius: 0.3em; - border-radius: 0.3em; - -webkit-transition: all 0.4s; - -moz-transition: all 0.4s; - -ms-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; } - -.vjs-big-play-centered .vjs-big-play-button { - top: 50%; - left: 50%; - margin-top: -0.75em; - margin-left: -1.5em; } - -.video-js:hover .vjs-big-play-button, -.video-js .vjs-big-play-button:focus { - border-color: #fff; - background-color: #73859f; - background-color: rgba(115, 133, 159, 0.5); - -webkit-transition: all 0s; - -moz-transition: all 0s; - -ms-transition: all 0s; - -o-transition: all 0s; - transition: all 0s; } - -.vjs-controls-disabled .vjs-big-play-button, -.vjs-has-started .vjs-big-play-button, -.vjs-using-native-controls .vjs-big-play-button, -.vjs-error .vjs-big-play-button { - display: none; } - -.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button { - display: block; } - -.video-js button { - background: none; - border: none; - color: inherit; - display: inline-block; - overflow: visible; - font-size: inherit; - line-height: inherit; - text-transform: none; - text-decoration: none; - transition: none; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } - -.video-js .vjs-control.vjs-close-button { - cursor: pointer; - height: 3em; - position: absolute; - right: 0; - top: 0.5em; - z-index: 2; } - -.video-js .vjs-modal-dialog { - background: rgba(0, 0, 0, 0.8); - background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); - background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); - overflow: auto; - box-sizing: content-box; } - -.video-js .vjs-modal-dialog > * { - box-sizing: border-box; } - -.vjs-modal-dialog .vjs-modal-dialog-content { - font-size: 1.2em; - line-height: 1.5; - padding: 20px 24px; - z-index: 1; } - -.vjs-menu-button { - cursor: pointer; } - -.vjs-menu-button.vjs-disabled { - cursor: default; } - -.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu { - display: none; } - -.vjs-menu .vjs-menu-content { - display: block; - padding: 0; - margin: 0; - font-family: Arial, Helvetica, sans-serif; - overflow: auto; - box-sizing: content-box; } - -.vjs-menu .vjs-menu-content > * { - box-sizing: border-box; } - -.vjs-scrubbing .vjs-menu-button:hover .vjs-menu { - display: none; } - -.vjs-menu li { - list-style: none; - margin: 0; - padding: 0.2em 0; - line-height: 1.4em; - font-size: 1.2em; - text-align: center; - text-transform: lowercase; } - -.vjs-menu li.vjs-menu-item:focus, -.vjs-menu li.vjs-menu-item:hover { - background-color: #73859f; - background-color: rgba(115, 133, 159, 0.5); } - -.vjs-menu li.vjs-selected, -.vjs-menu li.vjs-selected:focus, -.vjs-menu li.vjs-selected:hover { - background-color: #fff; - color: #2B333F; } - -.vjs-menu li.vjs-menu-title { - text-align: center; - text-transform: uppercase; - font-size: 1em; - line-height: 2em; - padding: 0; - margin: 0 0 0.3em 0; - font-weight: bold; - cursor: default; } - -.vjs-menu-button-popup .vjs-menu { - display: none; - position: absolute; - bottom: 0; - width: 10em; - left: -3em; - height: 0em; - margin-bottom: 1.5em; - border-top-color: rgba(43, 51, 63, 0.7); } - -.vjs-menu-button-popup .vjs-menu .vjs-menu-content { - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); - position: absolute; - width: 100%; - bottom: 1.5em; - max-height: 15em; } - -.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu, -.vjs-menu-button-popup .vjs-menu.vjs-lock-showing { - display: block; } - -.video-js .vjs-menu-button-inline { - -webkit-transition: all 0.4s; - -moz-transition: all 0.4s; - -ms-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; - overflow: hidden; } - -.video-js .vjs-menu-button-inline:before { - width: 2.222222222em; } - -.video-js .vjs-menu-button-inline:hover, -.video-js .vjs-menu-button-inline:focus, -.video-js .vjs-menu-button-inline.vjs-slider-active, -.video-js.vjs-no-flex .vjs-menu-button-inline { - width: 12em; } - -.vjs-menu-button-inline .vjs-menu { - opacity: 0; - height: 100%; - width: auto; - position: absolute; - left: 4em; - top: 0; - padding: 0; - margin: 0; - -webkit-transition: all 0.4s; - -moz-transition: all 0.4s; - -ms-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; } - -.vjs-menu-button-inline:hover .vjs-menu, -.vjs-menu-button-inline:focus .vjs-menu, -.vjs-menu-button-inline.vjs-slider-active .vjs-menu { - display: block; - opacity: 1; } - -.vjs-no-flex .vjs-menu-button-inline .vjs-menu { - display: block; - opacity: 1; - position: relative; - width: auto; } - -.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu, -.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, -.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu { - width: auto; } - -.vjs-menu-button-inline .vjs-menu-content { - width: auto; - height: 100%; - margin: 0; - overflow: hidden; } - -.video-js .vjs-control-bar { - display: none; - width: 100%; - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: 3.0em; - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); } - -.vjs-has-started .vjs-control-bar { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - visibility: visible; - opacity: 1; - -webkit-transition: visibility 0.1s, opacity 0.1s; - -moz-transition: visibility 0.1s, opacity 0.1s; - -ms-transition: visibility 0.1s, opacity 0.1s; - -o-transition: visibility 0.1s, opacity 0.1s; - transition: visibility 0.1s, opacity 0.1s; } - -.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { - visibility: visible; - opacity: 0; - -webkit-transition: visibility 1s, opacity 1s; - -moz-transition: visibility 1s, opacity 1s; - -ms-transition: visibility 1s, opacity 1s; - -o-transition: visibility 1s, opacity 1s; - transition: visibility 1s, opacity 1s; } - -.vjs-controls-disabled .vjs-control-bar, -.vjs-using-native-controls .vjs-control-bar, -.vjs-error .vjs-control-bar { - display: none !important; } - -.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { - opacity: 1; - visibility: visible; } - -.vjs-has-started.vjs-no-flex .vjs-control-bar { - display: table; } - -.video-js .vjs-control { - position: relative; - text-align: center; - margin: 0; - padding: 0; - height: 100%; - width: 4em; - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; } - -.vjs-button > .vjs-icon-placeholder:before { - font-size: 1.8em; - line-height: 1.67; } - -.video-js .vjs-control:focus:before, -.video-js .vjs-control:hover:before, -.video-js .vjs-control:focus { - text-shadow: 0em 0em 1em white; } - -.video-js .vjs-control-text { - border: 0; - clip: rect(0 0 0 0); - height: 1px; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px; } - -.vjs-no-flex .vjs-control { - display: table-cell; - vertical-align: middle; } - -.video-js .vjs-custom-control-spacer { - display: none; } - -.video-js .vjs-progress-control { - cursor: pointer; - -webkit-box-flex: auto; - -moz-box-flex: auto; - -webkit-flex: auto; - -ms-flex: auto; - flex: auto; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - min-width: 4em; } - -.vjs-live .vjs-progress-control { - display: none; } - -.vjs-no-flex .vjs-progress-control { - width: auto; } - -.video-js .vjs-progress-holder { - -webkit-box-flex: auto; - -moz-box-flex: auto; - -webkit-flex: auto; - -ms-flex: auto; - flex: auto; - -webkit-transition: all 0.2s; - -moz-transition: all 0.2s; - -ms-transition: all 0.2s; - -o-transition: all 0.2s; - transition: all 0.2s; - height: 0.3em; } - -.video-js .vjs-progress-control .vjs-progress-holder { - margin: 0 10px; } - -.video-js .vjs-progress-control:hover .vjs-progress-holder { - font-size: 1.666666666666666666em; } - -.video-js .vjs-progress-holder .vjs-play-progress, -.video-js .vjs-progress-holder .vjs-load-progress, -.video-js .vjs-progress-holder .vjs-load-progress div { - position: absolute; - display: block; - height: 100%; - margin: 0; - padding: 0; - width: 0; - left: 0; - top: 0; } - -.video-js .vjs-play-progress { - background-color: #fff; } - .video-js .vjs-play-progress:before { - font-size: 0.9em; - position: absolute; - right: -0.5em; - top: -0.333333333333333em; - z-index: 1; } - -.video-js .vjs-load-progress { - background: #bfc7d3; - background: rgba(115, 133, 159, 0.5); } - -.video-js .vjs-load-progress div { - background: white; - background: rgba(115, 133, 159, 0.75); } - -.video-js .vjs-time-tooltip { - background-color: #fff; - background-color: rgba(255, 255, 255, 0.8); - -webkit-border-radius: 0.3em; - -moz-border-radius: 0.3em; - border-radius: 0.3em; - color: #000; - float: right; - font-family: Arial, Helvetica, sans-serif; - font-size: 1em; - padding: 6px 8px 8px 8px; - pointer-events: none; - position: relative; - top: -3.4em; - visibility: hidden; - z-index: 1; } - -.video-js .vjs-progress-holder:focus .vjs-time-tooltip { - display: none; } - -.video-js .vjs-progress-control:hover .vjs-time-tooltip, -.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip { - display: block; - font-size: 0.6em; - visibility: visible; } - -.video-js .vjs-progress-control .vjs-mouse-display { - display: none; - position: absolute; - width: 1px; - height: 100%; - background-color: #000; - z-index: 1; } - -.vjs-no-flex .vjs-progress-control .vjs-mouse-display { - z-index: 0; } - -.video-js .vjs-progress-control:hover .vjs-mouse-display { - display: block; } - -.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display { - visibility: hidden; - opacity: 0; - -webkit-transition: visibility 1s, opacity 1s; - -moz-transition: visibility 1s, opacity 1s; - -ms-transition: visibility 1s, opacity 1s; - -o-transition: visibility 1s, opacity 1s; - transition: visibility 1s, opacity 1s; } - -.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display { - display: none; } - -.vjs-mouse-display .vjs-time-tooltip { - color: #fff; - background-color: #000; - background-color: rgba(0, 0, 0, 0.8); } - -.video-js .vjs-slider { - position: relative; - cursor: pointer; - padding: 0; - margin: 0 0.45em 0 0.45em; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: #73859f; - background-color: rgba(115, 133, 159, 0.5); } - -.video-js .vjs-slider:focus { - text-shadow: 0em 0em 1em white; - -webkit-box-shadow: 0 0 1em #fff; - -moz-box-shadow: 0 0 1em #fff; - box-shadow: 0 0 1em #fff; } - -.video-js .vjs-mute-control { - cursor: pointer; - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; - padding-left: 2em; - padding-right: 2em; - padding-bottom: 3em; } - -.video-js .vjs-volume-control { - cursor: pointer; - margin-right: 1em; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; } - -.video-js .vjs-volume-control.vjs-volume-horizontal { - width: 5em; } - -.video-js .vjs-volume-panel .vjs-volume-control { - visibility: visible; - opacity: 0; - width: 1px; - height: 1px; - margin-left: -1px; } - -.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } - .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level { - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } - -.video-js .vjs-volume-panel { - -webkit-transition: width 1s; - -moz-transition: width 1s; - -ms-transition: width 1s; - -o-transition: width 1s; - transition: width 1s; } - .video-js .vjs-volume-panel:hover .vjs-volume-control, - .video-js .vjs-volume-panel:active .vjs-volume-control, - .video-js .vjs-volume-panel:focus .vjs-volume-control, - .video-js .vjs-volume-panel .vjs-volume-control:hover, - .video-js .vjs-volume-panel .vjs-volume-control:active, - .video-js .vjs-volume-panel .vjs-volume-control:focus, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, - .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control, - .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active { - visibility: visible; - opacity: 1; - position: relative; - -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; - -moz-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; - -ms-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; - -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; - transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; } - .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal { - width: 5em; - height: 3em; } - .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } - .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level { - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } - .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active { - width: 9em; - -webkit-transition: width 0.1s; - -moz-transition: width 0.1s; - -ms-transition: width 0.1s; - -o-transition: width 0.1s; - transition: width 0.1s; } - -.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { - height: 8em; - width: 3em; - left: -3.5em; - -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; - -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; - -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; - -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; - transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; } - -.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal { - -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; - -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; - -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; - -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; - transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; } - -.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal { - width: 5em; - height: 3em; - visibility: visible; - opacity: 1; - position: relative; - -webkit-transition: none; - -moz-transition: none; - -ms-transition: none; - -o-transition: none; - transition: none; } - -.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, -.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { - position: absolute; - bottom: 3em; - left: 0.5em; } - -.video-js .vjs-volume-panel { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; } - -.video-js .vjs-volume-bar { - margin: 1.35em 0.45em; } - -.vjs-volume-bar.vjs-slider-horizontal { - width: 5em; - height: 0.3em; } - -.vjs-volume-bar.vjs-slider-vertical { - width: 0.3em; - height: 5em; - margin: 1.35em auto; } - -.video-js .vjs-volume-level { - position: absolute; - bottom: 0; - left: 0; - background-color: #fff; } - .video-js .vjs-volume-level:before { - position: absolute; - font-size: 0.9em; } - -.vjs-slider-vertical .vjs-volume-level { - width: 0.3em; } - .vjs-slider-vertical .vjs-volume-level:before { - top: -0.5em; - left: -0.3em; } - -.vjs-slider-horizontal .vjs-volume-level { - height: 0.3em; } - .vjs-slider-horizontal .vjs-volume-level:before { - top: -0.3em; - right: -0.5em; } - -.video-js .vjs-volume-panel.vjs-volume-panel-vertical { - width: 4em; } - -.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level { - height: 100%; } - -.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level { - width: 100%; } - -.video-js .vjs-volume-vertical { - width: 3em; - height: 8em; - bottom: 8em; - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); } - -.video-js .vjs-volume-horizontal .vjs-menu { - left: -2em; } - -.vjs-poster { - display: inline-block; - vertical-align: middle; - background-repeat: no-repeat; - background-position: 50% 50%; - background-size: contain; - background-color: #000000; - cursor: pointer; - margin: 0; - padding: 0; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - height: 100%; } - -.vjs-poster img { - display: block; - vertical-align: middle; - margin: 0 auto; - max-height: 100%; - padding: 0; - width: 100%; } - -.vjs-has-started .vjs-poster { - display: none; } - -.vjs-audio.vjs-has-started .vjs-poster { - display: block; } - -.vjs-using-native-controls .vjs-poster { - display: none; } - -.video-js .vjs-live-control { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: flex-start; - -webkit-align-items: flex-start; - -ms-flex-align: flex-start; - align-items: flex-start; - -webkit-box-flex: auto; - -moz-box-flex: auto; - -webkit-flex: auto; - -ms-flex: auto; - flex: auto; - font-size: 1em; - line-height: 3em; } - -.vjs-no-flex .vjs-live-control { - display: table-cell; - width: auto; - text-align: left; } - -.video-js .vjs-time-control { - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; - font-size: 1em; - line-height: 3em; - min-width: 2em; - width: auto; - padding-left: 1em; - padding-right: 1em; } - -.vjs-live .vjs-time-control { - display: none; } - -.video-js .vjs-current-time, -.vjs-no-flex .vjs-current-time { - display: none; } - -.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control { - width: 0px !important; - white-space: nowrap; } - -.video-js .vjs-duration, -.vjs-no-flex .vjs-duration { - display: none; } - -.vjs-time-divider { - display: none; - line-height: 3em; } - -.vjs-live .vjs-time-divider { - display: none; } - -.video-js .vjs-play-control .vjs-icon-placeholder { - cursor: pointer; - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; } - -.vjs-text-track-display { - position: absolute; - bottom: 3em; - left: 0; - right: 0; - top: 0; - pointer-events: none; } - -.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display { - bottom: 1em; } - -.video-js .vjs-text-track { - font-size: 1.4em; - text-align: center; - margin-bottom: 0.1em; - background-color: #000; - background-color: rgba(0, 0, 0, 0.5); } - -.vjs-subtitles { - color: #fff; } - -.vjs-captions { - color: #fc6; } - -.vjs-tt-cue { - display: block; } - -video::-webkit-media-text-track-display { - -moz-transform: translateY(-3em); - -ms-transform: translateY(-3em); - -o-transform: translateY(-3em); - -webkit-transform: translateY(-3em); - transform: translateY(-3em); } - -.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display { - -moz-transform: translateY(-1.5em); - -ms-transform: translateY(-1.5em); - -o-transform: translateY(-1.5em); - -webkit-transform: translateY(-1.5em); - transform: translateY(-1.5em); } - -.video-js .vjs-fullscreen-control { - cursor: pointer; - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; } - -.vjs-playback-rate .vjs-playback-rate-value { - font-size: 1.5em; - line-height: 2; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - text-align: center; } - -.vjs-playback-rate .vjs-menu { - width: 4em; - left: 0em; } - -.vjs-error .vjs-error-display .vjs-modal-dialog-content { - font-size: 1.4em; - text-align: center; } - -.vjs-error .vjs-error-display:before { - color: #fff; - content: 'X'; - font-family: Arial, Helvetica, sans-serif; - font-size: 4em; - left: 0; - line-height: 1; - margin-top: -0.5em; - position: absolute; - text-shadow: 0.05em 0.05em 0.1em #000; - text-align: center; - top: 50%; - vertical-align: middle; - width: 100%; } - -.vjs-loading-spinner { - display: none; - position: absolute; - top: 50%; - left: 50%; - margin: -25px 0 0 -25px; - opacity: 0.85; - text-align: left; - border: 6px solid rgba(43, 51, 63, 0.7); - box-sizing: border-box; - background-clip: padding-box; - width: 50px; - height: 50px; - border-radius: 25px; } - -.vjs-seeking .vjs-loading-spinner, -.vjs-waiting .vjs-loading-spinner { - display: block; } - -.vjs-loading-spinner:before, -.vjs-loading-spinner:after { - content: ""; - position: absolute; - margin: -6px; - box-sizing: inherit; - width: inherit; - height: inherit; - border-radius: inherit; - opacity: 1; - border: inherit; - border-color: transparent; - border-top-color: white; } - -.vjs-seeking .vjs-loading-spinner:before, -.vjs-seeking .vjs-loading-spinner:after, -.vjs-waiting .vjs-loading-spinner:before, -.vjs-waiting .vjs-loading-spinner:after { - -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; - animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; } - -.vjs-seeking .vjs-loading-spinner:before, -.vjs-waiting .vjs-loading-spinner:before { - border-top-color: white; } - -.vjs-seeking .vjs-loading-spinner:after, -.vjs-waiting .vjs-loading-spinner:after { - border-top-color: white; - -webkit-animation-delay: 0.44s; - animation-delay: 0.44s; } - -@keyframes vjs-spinner-spin { - 100% { - transform: rotate(360deg); } } - -@-webkit-keyframes vjs-spinner-spin { - 100% { - -webkit-transform: rotate(360deg); } } - -@keyframes vjs-spinner-fade { - 0% { - border-top-color: #73859f; } - 20% { - border-top-color: #73859f; } - 35% { - border-top-color: white; } - 60% { - border-top-color: #73859f; } - 100% { - border-top-color: #73859f; } } - -@-webkit-keyframes vjs-spinner-fade { - 0% { - border-top-color: #73859f; } - 20% { - border-top-color: #73859f; } - 35% { - border-top-color: white; } - 60% { - border-top-color: #73859f; } - 100% { - border-top-color: #73859f; } } - -.vjs-chapters-button .vjs-menu ul { - width: 24em; } - -.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder { - position: absolute; } - -.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before { - font-family: VideoJS; - content: "\f10d"; - font-size: 1.5em; - line-height: inherit; } - -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer { - -webkit-box-flex: auto; - -moz-box-flex: auto; - -webkit-flex: auto; - -ms-flex: auto; - flex: auto; } - -.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer { - width: auto; } - -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button { - display: none; } - -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button { - display: none; } - -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button { - display: none; } - -.vjs-modal-dialog.vjs-text-track-settings { - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.75); - color: #fff; - height: 70%; } - -.vjs-text-track-settings .vjs-modal-dialog-content { - display: table; } - -.vjs-text-track-settings .vjs-track-settings-colors, -.vjs-text-track-settings .vjs-track-settings-font, -.vjs-text-track-settings .vjs-track-settings-controls { - display: table-cell; } - -.vjs-text-track-settings .vjs-track-settings-controls { - text-align: right; - vertical-align: bottom; } - -.vjs-text-track-settings fieldset { - margin: 5px; - padding: 3px; - border: none; } - -.vjs-text-track-settings fieldset span { - display: inline-block; - margin-left: 5px; } - -.vjs-text-track-settings legend { - color: #fff; - margin: 0 0 5px 0; } - -.vjs-text-track-settings .vjs-label { - position: absolute; - clip: rect(1px 1px 1px 1px); - clip: rect(1px, 1px, 1px, 1px); - display: block; - margin: 0 0 5px 0; - padding: 0; - border: 0; - height: 1px; - width: 1px; - overflow: hidden; } - -.vjs-track-settings-controls button:focus, -.vjs-track-settings-controls button:active { - outline-style: solid; - outline-width: medium; - background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); } - -.vjs-track-settings-controls button:hover { - color: rgba(43, 51, 63, 0.75); } - -.vjs-track-settings-controls button { - background-color: #fff; - background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%); - color: #2B333F; - cursor: pointer; - border-radius: 2px; } - -.vjs-track-settings-controls .vjs-default-button { - margin-right: 1em; } - -@media print { - .video-js > *:not(.vjs-tech):not(.vjs-poster) { - visibility: hidden; } } - -@media \0screen { - .vjs-user-inactive.vjs-playing .vjs-control-bar :before { - content: ""; - } -} - -@media \0screen { - .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { - visibility: hidden; - } -} diff --git a/server/user.jobengine.osgi.server/css/6.7.4-video-js.css b/server/user.jobengine.osgi.server/css/6.7.4-video-js.css deleted file mode 100644 index a7469e83..00000000 --- a/server/user.jobengine.osgi.server/css/6.7.4-video-js.css +++ /dev/null @@ -1,1440 +0,0 @@ -.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; } - -.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before { - text-align: center; } - -@font-face { - font-family: VideoJS; - src: url("font/VideoJS.eot?#iefix") format("eot"); } - -@font-face { - font-family: VideoJS; - src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzJRiV3RAAABjAAAAFZjbWFwOfT3xgAAAmgAAAMiZ2x5ZgMJ0sMAAAXQAAARCGhlYWQSy2hLAAAA4AAAADZoaGVhDgMHIQAAALwAAAAkaG10eOAAAAAAAAHkAAAAhGxvY2E9NEHGAAAFjAAAAERtYXhwATIAgQAAARgAAAAgbmFtZdXH9aAAABbYAAACCnBvc3RAAl/0AAAY5AAAAZ4AAQAABwAAAAAABwAAAP//BwEAAQAAAAAAAAAAAAAAAAAAACEAAQAAAAEAAFYfTwlfDzz1AAsHAAAAAADWVg6nAAAAANZWDqcAAAAABwEHAAAAAAgAAgAAAAAAAAABAAAAIQB1AAcAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEGygGQAAUAAARxBOYAAAD6BHEE5gAAA1wAVwHOAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQPEB8SAHAAAAAKEHAAAAAAAAAQAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAUAAAADAAAALAAAAAQAAAGSAAEAAAAAAIwAAwABAAAALAADAAoAAAGSAAQAYAAAAAQABAABAADxIP//AADxAf//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAGQAAAAAAAAACAAAPEBAADxAQAAAAEAAPECAADxAgAAAAIAAPEDAADxAwAAAAMAAPEEAADxBAAAAAQAAPEFAADxBQAAAAUAAPEGAADxBgAAAAYAAPEHAADxBwAAAAcAAPEIAADxCAAAAAgAAPEJAADxCQAAAAkAAPEKAADxCgAAAAoAAPELAADxCwAAAAsAAPEMAADxDAAAAAwAAPENAADxDQAAAA0AAPEOAADxDgAAAA4AAPEPAADxDwAAAA8AAPEQAADxEAAAABAAAPERAADxEQAAABEAAPESAADxEgAAABIAAPETAADxEwAAABMAAPEUAADxFAAAABQAAPEVAADxFQAAABUAAPEWAADxFgAAABYAAPEXAADxFwAAABcAAPEYAADxGAAAABgAAPEZAADxGQAAABkAAPEaAADxGgAAABoAAPEbAADxGwAAABsAAPEcAADxHAAAABwAAPEdAADxHQAAAB0AAPEeAADxHgAAAB4AAPEfAADxHwAAAB8AAPEgAADxIAAAACAAAAAAAAAADgBoAH4AzADgAQIBQgFsAZgBwgIYAlgCtALgAzADsAPeBDAElgTcBSQFZgWKBiAGZga0BuoHWAgSCFgIbgiEAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAbADQAAAkCEyIHDgEHBhAXHgEXFiA3PgE3NhAnLgEnJgMiJy4BJyY0Nz4BNzYyFx4BFxYUBw4BBwYC6wHA/kCVmIuGzjk7OznOhosBMIuGzjk7OznOhouYeW9rpi0vLy2ma2/yb2umLS8vLaZrbwIwAVABUAGbOznOhov+0IuGzjk7OznOhosBMIuGzjk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiEGIAAHABcAJwAqAAABNCcmJxUXNjcUBxc2NTQnLgEnFR4BFxYBBwEhESEBEQEGBxU2Nxc3AQcXBNA0MlW4A7spcU1FQ+6VbKovMfu0XwFh/p8BKwF1AT5QWZl6mV/9YJycA4BhUlAqpbgYGGNicZKknYyHvSKaIJNlaQIsX/6f/kD+iwH2/sI9G5ojZJhfBJacnAAAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYACAAOAAABNCcmJxE2NzYBESEBEQEFZTQyVFQyNPwQASsBdf6LA4BhUlAq/aYqUFIBQf5A/osEqv6LAAMAAAAABiAGDwAFAA4AIgAAExEhAREBBTQnJicRNjc2AxUeARcWFAcOAQcVPgE3NhAnLgHgASsBdf6LAsU0MlVVMjS7bKovMTEvqmyV7kNFRUPuBGD+QP6LBKr+i+BhUlAq/aYqUFIC8Jogk2Vp6GllkyCaIr2HjAE6jIe9AAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gATABcAAAEhIg4BFREUHgEzITI+ATURNC4BAyERIQVA/IApRCgoRCkDgClEKChEKfyAA4AF1ShEKfyAKUQoKEQpA4ApRCj76wOAAAYAAAAABmsGawAIAA0AFQAeACMALAAACQEmIyIHBgcBJS4BJwEFIQE2NzY1NAUBBgcGFRQXIQUeARcBMwEWMzI3NjcBAr4BZFJQhHt2YwESA44z7Z/+7gLl/dABel0zNfwS/t1dMzUPAjD95DPtnwESeP7dU0+Ee3Zj/u4D8AJoEy0rUf4nd6P6PP4nS/1zZn+Ej0tLAfhmf4SPS0pLo/o8Adn+CBMtK1EB2QAFAAAAAAZrBdYAEwAXABsAHwAjAAABISIOARURFB4BMyEyPgE1ETQuAQEhFSEBITUhBSE1ITUhNSEF1ftWKUUoKEUpBKopRSgoRfstASr+1gLq/RYC6gHA/tYBKv0WAuoF1ShEKfyAKUQoKEQpA4ApRCj9q5X+1ZWVlZaVAAAAAAMAAAAABiAF1gATACsAQwAAASEiDgEVERQeATMhMj4BNRE0LgEBIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFi/vqKEUoKEUoBBYoRSgoRf2CcJWVcCsf4B8sLB/gHysCC3CVlXAsH+AfKysf4B8sBdUoRCn8gClEKChEKQOAKUQo/fYl4CVKHywsHwEqHywsH0ol4CVKHywsHwEqHywsHwAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIQZsADEAAAEiBgcBNjQnAR4BMzI+ATQuASIOARUUFwEuASMiDgEUHgEzMjY3AQYVFB4BMj4BNC4BBUAqSx797AcHAg8eTys9Zzw8Z3pnPAf98R5PKz1nPDxnPStPHgIUBjtkdmQ7O2QCTx4cATcbMhsBNB0gPGd6Zzw8Zz0ZG/7NHCA8Z3pnPCAc/soZGDtkOjpkdmQ7AAAAAAIAAAAABlkGawBDAFAAAAE2NCc3PgEnAy4BDwEmLwEuASMhIgYPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEzITI2PwE2NxcWNjcTNiYnBSIuATQ+ATIeARQOAQWrBQWeCgYHlgcaDLo8QhwDFQ7+1g4VAhxEOroNGgeVBwULnQUFnQsFB5UHGg26O0McAhUOASoOFQIcRDq6DRoHlQcFC/04R3hGRniOeEZGeAM3Kj4qewkbDAEDDAkFSy4bxg4SEg7GHC1LBQkM/v0MGwl7Kj4qewkbDP79DAkFSy4bxg4SEg7GHC1LBQkMAQMMGwlBRniOeEZGeI54RgABAAAAAAZrBmsAGAAAExQXHgEXFiA3PgE3NhAnLgEnJiAHDgEHBpU7Oc6GiwEwi4bOOTs7Oc6Gi/7Qi4bOOTsDgJiLhs45Ozs5zoaLATCLhs45Ozs5zoaLAAAAAAIAAAAABmsGawAYADEAAAEiBw4BBwYQFx4BFxYgNz4BNzYQJy4BJyYDIicuAScmNDc+ATc2MhceARcWFAcOAQcGA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi5h5b2umLS8vLaZrb/Jva6YtLy8tpmtvBms7Oc6Gi/7Qi4bOOTs7Oc6GiwEwi4bOOTv6wC8tpmtv8m9rpi0vLy2ma2/yb2umLS8AAwAAAAAGawZrABgAMQA+AAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmAyInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHBhMUDgEiLgE0PgEyHgEDgJiKhs85Ozs5z4aKATCKhs85Ozs5z4aKmHlva6YtLy8tpmtv8m9rpi0vLy2ma29nPGd6Zzw8Z3pnPAZrOznPhor+0IqGzzk7OznPhooBMIqGzzk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAlU9Zzw8Z3pnPDxnAAAABAAAAAAGIAYhABMAHwApAC0AAAEhIg4BFREUHgEzITI+ATURNC4BASM1IxUjETMVMzU7ASEyFhURFAYjITczNSMFi/vqKEUoKEUoBBYoRSgoRf2CcJVwcJVwlgEqHywsH/7WcJWVBiAoRSj76ihFKChFKAQWKEUo/ICVlQHAu7ssH/7WHyxw4AAAAAACAAAAAAZrBmsAGAAkAAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmEwcJAScJATcJARcBA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi91p/vT+9GkBC/71aQEMAQxp/vUGazs5zoaL/tCLhs45Ozs5zoaLATCLhs45O/wJaQEL/vVpAQwBDGn+9QELaf70AAABAAAAAAXWBrYAJwAAAREJAREyFxYXFhQHBgcGIicmJyY1IxQXHgEXFjI3PgE3NjQnLgEnJgOA/osBdXpoZjs9PTtmaPRoZjs9lS8tpWtv9G9rpS0vLy2la28FiwEq/ov+iwEqPTtmaPNpZTw9PTxlaXl5b2umLS8vLaZrb/Nva6UuLwABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcBBM8AFwAhADgATwBmAHEAdAAAAREzNhcWFxYXFhcWBw4BBwYHBicmLwEmNxY2NzYuAQcRFAUWNzY/ATY3NjU2JyMGFxYfARYXFhcUFxY3Nj8BNjc2NzYnIwYXFh8BFhcWFRYXFjc2PwE2NzY3NicjBhcWHwEWFxYVFgUzPwEVMxEjBgsBARUnAxwcaC5MND0sTSsvCgdVREdTNWg1KgECq1JrCQcwYkABfhoSCxAKJBQXAX4dAQMCBgMnFxsBJBoSCxAKJBQWAQF+HgEEAgUEJxcbASMZEwsQCiQUFgEBfh4BBAIFBCcXGwH5Q+5B4arNDfHvAhaOAckC/QIBAwwPHzdcZXlZmC8xCAQBAQIDBMIDVkxCZDQF/pUHwgcTCyAUQEdPU8etCAgFCQZHTFxbwLoHEwsgFEBHT1PHrQgIBQkGR0xcW8C6BxMLIBRAR09Tx60ICAUJBkdMXFvAwGQBZQMMFf6D/oYB/fkBAAABAAAAAAYhBrYALAAAASIHDgEHBhURFB4BOwERITU0Nz4BNzYyFx4BFxYdASERMzI+ATURNCcuAScmA4CJfXi6MzU8Zz3g/tUpKJFeYdRhXpEoKf7V4D1nPDUzunh9BrU0M7t4fYn99j1nPAJVlWthXpAoKSkokF5ha5X9qzxnPQIKiX14uzM0AAAAAAIAAAAABUAFQAACAAYAAAkCIREzEQHAAnv9hQLrlQHAAcABwPyAA4AAAAAAAgAAAAAFQAVAAAMABgAAATMRIwkBEQHAlZUBBQJ7BUD8gAHA/kADgAAAAAAAABAAxgABAAAAAAABAAcAAAABAAAAAAACAAcABwABAAAAAAADAAcADgABAAAAAAAEAAcAFQABAAAAAAAFAAsAHAABAAAAAAAGAAcAJwABAAAAAAAKACsALgABAAAAAAALABMAWQADAAEECQABAA4AbAADAAEECQACAA4AegADAAEECQADAA4AiAADAAEECQAEAA4AlgADAAEECQAFABYApAADAAEECQAGAA4AugADAAEECQAKAFYAyAADAAEECQALACYBHlZpZGVvSlNSZWd1bGFyVmlkZW9KU1ZpZGVvSlNWZXJzaW9uIDEuMFZpZGVvSlNHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBWAGkAZABlAG8ASgBTAFIAZQBnAHUAbABhAHIAVgBpAGQAZQBvAEoAUwBWAGkAZABlAG8ASgBTAFYAZQByAHMAaQBvAG4AIAAxAC4AMABWAGkAZABlAG8ASgBTAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype"); - font-weight: normal; - font-style: normal; } - -.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before { - content: "\f101"; } - -.vjs-icon-play-circle { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-play-circle:before { - content: "\f102"; } - -.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before { - content: "\f103"; } - -.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before { - content: "\f104"; } - -.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before { - content: "\f105"; } - -.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before { - content: "\f106"; } - -.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before { - content: "\f107"; } - -.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before { - content: "\f108"; } - -.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before { - content: "\f109"; } - -.vjs-icon-square { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-square:before { - content: "\f10a"; } - -.vjs-icon-spinner { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-spinner:before { - content: "\f10b"; } - -.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before { - content: "\f10c"; } - -.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, - .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before { - content: "\f10d"; } - -.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before { - content: "\f10e"; } - -.vjs-icon-share { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-share:before { - content: "\f10f"; } - -.vjs-icon-cog { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-cog:before { - content: "\f110"; } - -.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before { - content: "\f111"; } - -.vjs-icon-circle-outline { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-circle-outline:before { - content: "\f112"; } - -.vjs-icon-circle-inner-circle { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-circle-inner-circle:before { - content: "\f113"; } - -.vjs-icon-hd { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-hd:before { - content: "\f114"; } - -.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before { - content: "\f115"; } - -.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before { - content: "\f116"; } - -.vjs-icon-facebook { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-facebook:before { - content: "\f117"; } - -.vjs-icon-gplus { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-gplus:before { - content: "\f118"; } - -.vjs-icon-linkedin { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-linkedin:before { - content: "\f119"; } - -.vjs-icon-twitter { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-twitter:before { - content: "\f11a"; } - -.vjs-icon-tumblr { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-tumblr:before { - content: "\f11b"; } - -.vjs-icon-pinterest { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-pinterest:before { - content: "\f11c"; } - -.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before { - content: "\f11d"; } - -.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before { - content: "\f11e"; } - -.vjs-icon-next-item { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-next-item:before { - content: "\f11f"; } - -.vjs-icon-previous-item { - font-family: VideoJS; - font-weight: normal; - font-style: normal; } - .vjs-icon-previous-item:before { - content: "\f120"; } - -.video-js { - display: block; - vertical-align: top; - box-sizing: border-box; - color: #fff; - background-color: #000; - position: relative; - padding: 0; - font-size: 10px; - line-height: 1; - font-weight: normal; - font-style: normal; - font-family: Arial, Helvetica, sans-serif; - word-break: initial; } - .video-js:-moz-full-screen { - position: absolute; } - .video-js:-webkit-full-screen { - width: 100% !important; - height: 100% !important; } - -.video-js[tabindex="-1"] { - outline: none; } - -.video-js *, -.video-js *:before, -.video-js *:after { - box-sizing: inherit; } - -.video-js ul { - font-family: inherit; - font-size: inherit; - line-height: inherit; - list-style-position: outside; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; } - -.video-js.vjs-fluid, -.video-js.vjs-16-9, -.video-js.vjs-4-3 { - width: 100%; - max-width: 100%; - height: 0; } - -.video-js.vjs-16-9 { - padding-top: 56.25%; } - -.video-js.vjs-4-3 { - padding-top: 75%; } - -.video-js.vjs-fill { - width: 100%; - height: 100%; } - -.video-js .vjs-tech { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; } - -body.vjs-full-window { - padding: 0; - margin: 0; - height: 100%; - overflow-y: auto; } - -.vjs-full-window .video-js.vjs-fullscreen { - position: fixed; - overflow: hidden; - z-index: 1000; - left: 0; - top: 0; - bottom: 0; - right: 0; } - -.video-js.vjs-fullscreen { - width: 100% !important; - height: 100% !important; - padding-top: 0 !important; } - -.video-js.vjs-fullscreen.vjs-user-inactive { - cursor: none; } - -.vjs-hidden { - display: none !important; } - -.vjs-disabled { - opacity: 0.5; - cursor: default; } - -.video-js .vjs-offscreen { - height: 1px; - left: -9999px; - position: absolute; - top: 0; - width: 1px; } - -.vjs-lock-showing { - display: block !important; - opacity: 1; - visibility: visible; } - -.vjs-no-js { - padding: 20px; - color: #fff; - background-color: #000; - font-size: 18px; - font-family: Arial, Helvetica, sans-serif; - text-align: center; - width: 300px; - height: 150px; - margin: 0px auto; } - -.vjs-no-js a, -.vjs-no-js a:visited { - color: #66A8CC; } - -.video-js .vjs-big-play-button { - font-size: 3em; - line-height: 1.5em; - height: 1.5em; - width: 3em; - display: block; - position: absolute; - top: 10px; - left: 10px; - padding: 0; - cursor: pointer; - opacity: 1; - border: 0.06666em solid #fff; - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); - -webkit-border-radius: 0.3em; - -moz-border-radius: 0.3em; - border-radius: 0.3em; - -webkit-transition: all 0.4s; - -moz-transition: all 0.4s; - -ms-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; } - -.vjs-big-play-centered .vjs-big-play-button { - top: 50%; - left: 50%; - margin-top: -0.75em; - margin-left: -1.5em; } - -.video-js:hover .vjs-big-play-button, -.video-js .vjs-big-play-button:focus { - border-color: #fff; - background-color: #73859f; - background-color: rgba(115, 133, 159, 0.5); - -webkit-transition: all 0s; - -moz-transition: all 0s; - -ms-transition: all 0s; - -o-transition: all 0s; - transition: all 0s; } - -.vjs-controls-disabled .vjs-big-play-button, -.vjs-has-started .vjs-big-play-button, -.vjs-using-native-controls .vjs-big-play-button, -.vjs-error .vjs-big-play-button { - display: none; } - -.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button { - display: block; } - -.video-js button { - background: none; - border: none; - color: inherit; - display: inline-block; - overflow: visible; - font-size: inherit; - line-height: inherit; - text-transform: none; - text-decoration: none; - transition: none; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } - -.vjs-control .vjs-button { - width: 100%; - height: 100%; } - -.video-js .vjs-control.vjs-close-button { - cursor: pointer; - height: 3em; - position: absolute; - right: 0; - top: 0.5em; - z-index: 2; } - -.video-js .vjs-modal-dialog { - background: rgba(0, 0, 0, 0.8); - background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); - background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); - overflow: auto; - box-sizing: content-box; } - -.video-js .vjs-modal-dialog > * { - box-sizing: border-box; } - -.vjs-modal-dialog .vjs-modal-dialog-content { - font-size: 1.2em; - line-height: 1.5; - padding: 20px 24px; - z-index: 1; } - -.vjs-menu-button { - cursor: pointer; } - -.vjs-menu-button.vjs-disabled { - cursor: default; } - -.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu { - display: none; } - -.vjs-menu .vjs-menu-content { - display: block; - padding: 0; - margin: 0; - font-family: Arial, Helvetica, sans-serif; - overflow: auto; - box-sizing: content-box; } - -.vjs-menu .vjs-menu-content > * { - box-sizing: border-box; } - -.vjs-scrubbing .vjs-menu-button:hover .vjs-menu { - display: none; } - -.vjs-menu li { - list-style: none; - margin: 0; - padding: 0.2em 0; - line-height: 1.4em; - font-size: 1.2em; - text-align: center; - text-transform: lowercase; } - -.vjs-menu li.vjs-menu-item:focus, -.vjs-menu li.vjs-menu-item:hover { - background-color: #73859f; - background-color: rgba(115, 133, 159, 0.5); } - -.vjs-menu li.vjs-selected, -.vjs-menu li.vjs-selected:focus, -.vjs-menu li.vjs-selected:hover { - background-color: #fff; - color: #2B333F; } - -.vjs-menu li.vjs-menu-title { - text-align: center; - text-transform: uppercase; - font-size: 1em; - line-height: 2em; - padding: 0; - margin: 0 0 0.3em 0; - font-weight: bold; - cursor: default; } - -.vjs-menu-button-popup .vjs-menu { - display: none; - position: absolute; - bottom: 0; - width: 10em; - left: -3em; - height: 0em; - margin-bottom: 1.5em; - border-top-color: rgba(43, 51, 63, 0.7); } - -.vjs-menu-button-popup .vjs-menu .vjs-menu-content { - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); - position: absolute; - width: 100%; - bottom: 1.5em; - max-height: 15em; } - -.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu, -.vjs-menu-button-popup .vjs-menu.vjs-lock-showing { - display: block; } - -.video-js .vjs-menu-button-inline { - -webkit-transition: all 0.4s; - -moz-transition: all 0.4s; - -ms-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; - overflow: hidden; } - -.video-js .vjs-menu-button-inline:before { - width: 2.222222222em; } - -.video-js .vjs-menu-button-inline:hover, -.video-js .vjs-menu-button-inline:focus, -.video-js .vjs-menu-button-inline.vjs-slider-active, -.video-js.vjs-no-flex .vjs-menu-button-inline { - width: 12em; } - -.vjs-menu-button-inline .vjs-menu { - opacity: 0; - height: 100%; - width: auto; - position: absolute; - left: 4em; - top: 0; - padding: 0; - margin: 0; - -webkit-transition: all 0.4s; - -moz-transition: all 0.4s; - -ms-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; } - -.vjs-menu-button-inline:hover .vjs-menu, -.vjs-menu-button-inline:focus .vjs-menu, -.vjs-menu-button-inline.vjs-slider-active .vjs-menu { - display: block; - opacity: 1; } - -.vjs-no-flex .vjs-menu-button-inline .vjs-menu { - display: block; - opacity: 1; - position: relative; - width: auto; } - -.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu, -.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, -.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu { - width: auto; } - -.vjs-menu-button-inline .vjs-menu-content { - width: auto; - height: 100%; - margin: 0; - overflow: hidden; } - -.video-js .vjs-control-bar { - display: none; - width: 100%; - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: 3.0em; - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); } - -.vjs-has-started .vjs-control-bar { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - visibility: visible; - opacity: 1; - -webkit-transition: visibility 0.1s, opacity 0.1s; - -moz-transition: visibility 0.1s, opacity 0.1s; - -ms-transition: visibility 0.1s, opacity 0.1s; - -o-transition: visibility 0.1s, opacity 0.1s; - transition: visibility 0.1s, opacity 0.1s; } - -.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { - visibility: visible; - opacity: 0; - -webkit-transition: visibility 1s, opacity 1s; - -moz-transition: visibility 1s, opacity 1s; - -ms-transition: visibility 1s, opacity 1s; - -o-transition: visibility 1s, opacity 1s; - transition: visibility 1s, opacity 1s; } - -.vjs-controls-disabled .vjs-control-bar, -.vjs-using-native-controls .vjs-control-bar, -.vjs-error .vjs-control-bar { - display: none !important; } - -.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { - opacity: 1; - visibility: visible; } - -.vjs-has-started.vjs-no-flex .vjs-control-bar { - display: table; } - -.video-js .vjs-control { - position: relative; - text-align: center; - margin: 0; - padding: 0; - height: 100%; - width: 4em; - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; } - -.vjs-button > .vjs-icon-placeholder:before { - font-size: 1.8em; - line-height: 1.67; } - -.video-js .vjs-control:focus:before, -.video-js .vjs-control:hover:before, -.video-js .vjs-control:focus { - text-shadow: 0em 0em 1em white; } - -.video-js .vjs-control-text { - border: 0; - clip: rect(0 0 0 0); - height: 1px; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px; } - -.vjs-no-flex .vjs-control { - display: table-cell; - vertical-align: middle; } - -.video-js .vjs-custom-control-spacer { - display: none; } - -.video-js .vjs-progress-control { - cursor: pointer; - -webkit-box-flex: auto; - -moz-box-flex: auto; - -webkit-flex: auto; - -ms-flex: auto; - flex: auto; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - min-width: 4em; } - -.video-js .vjs-progress-control.disabled { - cursor: default; } - -.vjs-live .vjs-progress-control { - display: none; } - -.vjs-no-flex .vjs-progress-control { - width: auto; } - -.video-js .vjs-progress-holder { - -webkit-box-flex: auto; - -moz-box-flex: auto; - -webkit-flex: auto; - -ms-flex: auto; - flex: auto; - -webkit-transition: all 0.2s; - -moz-transition: all 0.2s; - -ms-transition: all 0.2s; - -o-transition: all 0.2s; - transition: all 0.2s; - height: 0.3em; } - -.video-js .vjs-progress-control .vjs-progress-holder { - margin: 0 10px; } - -.video-js .vjs-progress-control:hover .vjs-progress-holder { - font-size: 1.666666666666666666em; } - -.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled { - font-size: 1em; } - -.video-js .vjs-progress-holder .vjs-play-progress, -.video-js .vjs-progress-holder .vjs-load-progress, -.video-js .vjs-progress-holder .vjs-load-progress div { - position: absolute; - display: block; - height: 100%; - margin: 0; - padding: 0; - width: 0; - left: 0; - top: 0; } - -.video-js .vjs-play-progress { - background-color: #fff; } - .video-js .vjs-play-progress:before { - font-size: 0.9em; - position: absolute; - right: -0.5em; - top: -0.333333333333333em; - z-index: 1; } - -.video-js .vjs-load-progress { - background: #bfc7d3; - background: rgba(115, 133, 159, 0.5); } - -.video-js .vjs-load-progress div { - background: white; - background: rgba(115, 133, 159, 0.75); } - -.video-js .vjs-time-tooltip { - background-color: #fff; - background-color: rgba(255, 255, 255, 0.8); - -webkit-border-radius: 0.3em; - -moz-border-radius: 0.3em; - border-radius: 0.3em; - color: #000; - float: right; - font-family: Arial, Helvetica, sans-serif; - font-size: 1em; - padding: 6px 8px 8px 8px; - pointer-events: none; - position: relative; - top: -3.4em; - visibility: hidden; - z-index: 1; } - -.video-js .vjs-progress-holder:focus .vjs-time-tooltip { - display: none; } - -.video-js .vjs-progress-control:hover .vjs-time-tooltip, -.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip { - display: block; - font-size: 0.6em; - visibility: visible; } - -.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip { - font-size: 1em; } - -.video-js .vjs-progress-control .vjs-mouse-display { - display: none; - position: absolute; - width: 1px; - height: 100%; - background-color: #000; - z-index: 1; } - -.vjs-no-flex .vjs-progress-control .vjs-mouse-display { - z-index: 0; } - -.video-js .vjs-progress-control:hover .vjs-mouse-display { - display: block; } - -.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display { - visibility: hidden; - opacity: 0; - -webkit-transition: visibility 1s, opacity 1s; - -moz-transition: visibility 1s, opacity 1s; - -ms-transition: visibility 1s, opacity 1s; - -o-transition: visibility 1s, opacity 1s; - transition: visibility 1s, opacity 1s; } - -.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display { - display: none; } - -.vjs-mouse-display .vjs-time-tooltip { - color: #fff; - background-color: #000; - background-color: rgba(0, 0, 0, 0.8); } - -.video-js .vjs-slider { - position: relative; - cursor: pointer; - padding: 0; - margin: 0 0.45em 0 0.45em; - /* iOS Safari */ - -webkit-touch-callout: none; - /* Safari */ - -webkit-user-select: none; - /* Konqueror HTML */ - -khtml-user-select: none; - /* Firefox */ - -moz-user-select: none; - /* Internet Explorer/Edge */ - -ms-user-select: none; - /* Non-prefixed version, currently supported by Chrome and Opera */ - user-select: none; - background-color: #73859f; - background-color: rgba(115, 133, 159, 0.5); } - -.video-js .vjs-slider.disabled { - cursor: default; } - -.video-js .vjs-slider:focus { - text-shadow: 0em 0em 1em white; - -webkit-box-shadow: 0 0 1em #fff; - -moz-box-shadow: 0 0 1em #fff; - box-shadow: 0 0 1em #fff; } - -.video-js .vjs-mute-control { - cursor: pointer; - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; - padding-left: 2em; - padding-right: 2em; - padding-bottom: 3em; } - -.video-js .vjs-volume-control { - cursor: pointer; - margin-right: 1em; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; } - -.video-js .vjs-volume-control.vjs-volume-horizontal { - width: 5em; } - -.video-js .vjs-volume-panel .vjs-volume-control { - visibility: visible; - opacity: 0; - width: 1px; - height: 1px; - margin-left: -1px; } - -.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } - .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level { - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } - -.video-js .vjs-volume-panel { - -webkit-transition: width 1s; - -moz-transition: width 1s; - -ms-transition: width 1s; - -o-transition: width 1s; - transition: width 1s; } - .video-js .vjs-volume-panel:hover .vjs-volume-control, - .video-js .vjs-volume-panel:active .vjs-volume-control, - .video-js .vjs-volume-panel:focus .vjs-volume-control, - .video-js .vjs-volume-panel .vjs-volume-control:hover, - .video-js .vjs-volume-panel .vjs-volume-control:active, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active { - visibility: visible; - opacity: 1; - position: relative; - -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; - -moz-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; - -ms-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; - -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; - transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; } - .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal { - width: 5em; - height: 3em; } - .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } - .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar, - .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level { - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } - .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active { - width: 9em; - -webkit-transition: width 0.1s; - -moz-transition: width 0.1s; - -ms-transition: width 0.1s; - -o-transition: width 0.1s; - transition: width 0.1s; } - -.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { - height: 8em; - width: 3em; - left: -3.5em; - -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; - -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; - -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; - -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; - transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; } - -.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal { - -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; - -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; - -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; - -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; - transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; } - -.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal { - width: 5em; - height: 3em; - visibility: visible; - opacity: 1; - position: relative; - -webkit-transition: none; - -moz-transition: none; - -ms-transition: none; - -o-transition: none; - transition: none; } - -.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, -.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { - position: absolute; - bottom: 3em; - left: 0.5em; } - -.video-js .vjs-volume-panel { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; } - -.video-js .vjs-volume-bar { - margin: 1.35em 0.45em; } - -.vjs-volume-bar.vjs-slider-horizontal { - width: 5em; - height: 0.3em; } - -.vjs-volume-bar.vjs-slider-vertical { - width: 0.3em; - height: 5em; - margin: 1.35em auto; } - -.video-js .vjs-volume-level { - position: absolute; - bottom: 0; - left: 0; - background-color: #fff; } - .video-js .vjs-volume-level:before { - position: absolute; - font-size: 0.9em; } - -.vjs-slider-vertical .vjs-volume-level { - width: 0.3em; } - .vjs-slider-vertical .vjs-volume-level:before { - top: -0.5em; - left: -0.3em; } - -.vjs-slider-horizontal .vjs-volume-level { - height: 0.3em; } - .vjs-slider-horizontal .vjs-volume-level:before { - top: -0.3em; - right: -0.5em; } - -.video-js .vjs-volume-panel.vjs-volume-panel-vertical { - width: 4em; } - -.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level { - height: 100%; } - -.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level { - width: 100%; } - -.video-js .vjs-volume-vertical { - width: 3em; - height: 8em; - bottom: 8em; - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); } - -.video-js .vjs-volume-horizontal .vjs-menu { - left: -2em; } - -.vjs-poster { - display: inline-block; - vertical-align: middle; - background-repeat: no-repeat; - background-position: 50% 50%; - background-size: contain; - background-color: #000000; - cursor: pointer; - margin: 0; - padding: 0; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - height: 100%; } - -.vjs-poster img { - display: block; - vertical-align: middle; - margin: 0 auto; - max-height: 100%; - padding: 0; - width: 100%; } - -.vjs-has-started .vjs-poster { - display: none; } - -.vjs-audio.vjs-has-started .vjs-poster { - display: block; } - -.vjs-using-native-controls .vjs-poster { - display: none; } - -.video-js .vjs-live-control { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: flex-start; - -webkit-align-items: flex-start; - -ms-flex-align: flex-start; - align-items: flex-start; - -webkit-box-flex: auto; - -moz-box-flex: auto; - -webkit-flex: auto; - -ms-flex: auto; - flex: auto; - font-size: 1em; - line-height: 3em; } - -.vjs-no-flex .vjs-live-control { - display: table-cell; - width: auto; - text-align: left; } - -.video-js .vjs-time-control { - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; - font-size: 1em; - line-height: 3em; - min-width: 2em; - width: auto; - padding-left: 1em; - padding-right: 1em; } - -.vjs-live .vjs-time-control { - display: none; } - -.video-js .vjs-current-time, -.vjs-no-flex .vjs-current-time { - display: none; } - -.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control { - width: 0px !important; - white-space: nowrap; } - -.video-js .vjs-duration, -.vjs-no-flex .vjs-duration { - display: none; } - -.vjs-time-divider { - display: none; - line-height: 3em; } - -.vjs-live .vjs-time-divider { - display: none; } - -.video-js .vjs-play-control .vjs-icon-placeholder { - cursor: pointer; - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; } - -.vjs-text-track-display { - position: absolute; - bottom: 3em; - left: 0; - right: 0; - top: 0; - pointer-events: none; } - -.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display { - bottom: 1em; } - -.video-js .vjs-text-track { - font-size: 1.4em; - text-align: center; - margin-bottom: 0.1em; - background-color: #000; - background-color: rgba(0, 0, 0, 0.5); } - -.vjs-subtitles { - color: #fff; } - -.vjs-captions { - color: #fc6; } - -.vjs-tt-cue { - display: block; } - -video::-webkit-media-text-track-display { - -moz-transform: translateY(-3em); - -ms-transform: translateY(-3em); - -o-transform: translateY(-3em); - -webkit-transform: translateY(-3em); - transform: translateY(-3em); } - -.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display { - -moz-transform: translateY(-1.5em); - -ms-transform: translateY(-1.5em); - -o-transform: translateY(-1.5em); - -webkit-transform: translateY(-1.5em); - transform: translateY(-1.5em); } - -.video-js .vjs-fullscreen-control { - cursor: pointer; - -webkit-box-flex: none; - -moz-box-flex: none; - -webkit-flex: none; - -ms-flex: none; - flex: none; } - -.vjs-playback-rate > .vjs-menu-button, -.vjs-playback-rate .vjs-playback-rate-value { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; } - -.vjs-playback-rate .vjs-playback-rate-value { - pointer-events: none; - font-size: 1.5em; - line-height: 2; - text-align: center; } - -.vjs-playback-rate .vjs-menu { - width: 4em; - left: 0em; } - -.vjs-error .vjs-error-display .vjs-modal-dialog-content { - font-size: 1.4em; - text-align: center; } - -.vjs-error .vjs-error-display:before { - color: #fff; - content: 'X'; - font-family: Arial, Helvetica, sans-serif; - font-size: 4em; - left: 0; - line-height: 1; - margin-top: -0.5em; - position: absolute; - text-shadow: 0.05em 0.05em 0.1em #000; - text-align: center; - top: 50%; - vertical-align: middle; - width: 100%; } - -.vjs-loading-spinner { - display: none; - position: absolute; - top: 50%; - left: 50%; - margin: -25px 0 0 -25px; - opacity: 0.85; - text-align: left; - border: 6px solid rgba(43, 51, 63, 0.7); - box-sizing: border-box; - background-clip: padding-box; - width: 50px; - height: 50px; - border-radius: 25px; - visibility: hidden; } - -.vjs-seeking .vjs-loading-spinner, -.vjs-waiting .vjs-loading-spinner { - display: block; - animation: 0s linear 0.3s forwards vjs-spinner-show; } - -.vjs-loading-spinner:before, -.vjs-loading-spinner:after { - content: ""; - position: absolute; - margin: -6px; - box-sizing: inherit; - width: inherit; - height: inherit; - border-radius: inherit; - opacity: 1; - border: inherit; - border-color: transparent; - border-top-color: white; } - -.vjs-seeking .vjs-loading-spinner:before, -.vjs-seeking .vjs-loading-spinner:after, -.vjs-waiting .vjs-loading-spinner:before, -.vjs-waiting .vjs-loading-spinner:after { - -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; - animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; } - -.vjs-seeking .vjs-loading-spinner:before, -.vjs-waiting .vjs-loading-spinner:before { - border-top-color: white; } - -.vjs-seeking .vjs-loading-spinner:after, -.vjs-waiting .vjs-loading-spinner:after { - border-top-color: white; - -webkit-animation-delay: 0.44s; - animation-delay: 0.44s; } - -@keyframes vjs-spinner-show { - to { - visibility: visible; } } - -@-webkit-keyframes vjs-spinner-show { - to { - visibility: visible; } } - -@keyframes vjs-spinner-spin { - 100% { - transform: rotate(360deg); } } - -@-webkit-keyframes vjs-spinner-spin { - 100% { - -webkit-transform: rotate(360deg); } } - -@keyframes vjs-spinner-fade { - 0% { - border-top-color: #73859f; } - 20% { - border-top-color: #73859f; } - 35% { - border-top-color: white; } - 60% { - border-top-color: #73859f; } - 100% { - border-top-color: #73859f; } } - -@-webkit-keyframes vjs-spinner-fade { - 0% { - border-top-color: #73859f; } - 20% { - border-top-color: #73859f; } - 35% { - border-top-color: white; } - 60% { - border-top-color: #73859f; } - 100% { - border-top-color: #73859f; } } - -.vjs-chapters-button .vjs-menu ul { - width: 24em; } - -.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder { - position: absolute; } - -.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before { - font-family: VideoJS; - content: "\f10d"; - font-size: 1.5em; - line-height: inherit; } - -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer { - -webkit-box-flex: auto; - -moz-box-flex: auto; - -webkit-flex: auto; - -ms-flex: auto; - flex: auto; } - -.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer { - width: auto; } - -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, -.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button { - display: none; } - -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, -.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button { - display: none; } - -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, -.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button { - display: none; } - -.vjs-modal-dialog.vjs-text-track-settings { - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.75); - color: #fff; - height: 70%; } - -.vjs-text-track-settings .vjs-modal-dialog-content { - display: table; } - -.vjs-text-track-settings .vjs-track-settings-colors, -.vjs-text-track-settings .vjs-track-settings-font, -.vjs-text-track-settings .vjs-track-settings-controls { - display: table-cell; } - -.vjs-text-track-settings .vjs-track-settings-controls { - text-align: right; - vertical-align: bottom; } - -.vjs-text-track-settings fieldset { - margin: 5px; - padding: 3px; - border: none; } - -.vjs-text-track-settings fieldset span { - display: inline-block; - margin-left: 5px; } - -.vjs-text-track-settings legend { - color: #fff; - margin: 0 0 5px 0; } - -.vjs-text-track-settings .vjs-label { - position: absolute; - clip: rect(1px 1px 1px 1px); - clip: rect(1px, 1px, 1px, 1px); - display: block; - margin: 0 0 5px 0; - padding: 0; - border: 0; - height: 1px; - width: 1px; - overflow: hidden; } - -.vjs-track-settings-controls button:focus, -.vjs-track-settings-controls button:active { - outline-style: solid; - outline-width: medium; - background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); } - -.vjs-track-settings-controls button:hover { - color: rgba(43, 51, 63, 0.75); } - -.vjs-track-settings-controls button { - background-color: #fff; - background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%); - color: #2B333F; - cursor: pointer; - border-radius: 2px; } - -.vjs-track-settings-controls .vjs-default-button { - margin-right: 1em; } - -@media print { - .video-js > *:not(.vjs-tech):not(.vjs-poster) { - visibility: hidden; } } - -.vjs-resize-manager { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: none; - visibility: hidden; } - -@media \0screen { - .vjs-user-inactive.vjs-playing .vjs-control-bar :before { - content: ""; - } -} - -@media \0screen { - .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { - visibility: hidden; - } -} diff --git a/server/user.jobengine.osgi.server/css/archivum.css b/server/user.jobengine.osgi.server/css/archivum.css deleted file mode 100644 index 51cd06c8..00000000 --- a/server/user.jobengine.osgi.server/css/archivum.css +++ /dev/null @@ -1,226 +0,0 @@ -@CHARSET "ISO-8859-1"; - -body { - margin: 0; - padding: 0; -} - -.stcb>.z-combobox-input[readonly]{ - font-weight: bold; -} - -.z-combobox-input[readonly]{ - background: #eeeeee; -} - -body *:not([class*="z-icon-"]) { - font-family: Verdana; -} - -.z-comboitem, .z-comboitem a, .z-comboitem a:visited { - font-size: 12px; - font-weight: bold; - color: #000; - text-decoration: none; -} - -.z-tabpanel { - border: 1px solid #cfcfcf; - border-top: 0; - padding: 0px; - zoom: 1; -} - -.z-tab-text { - color: black; -} - - -/* Feldolgozás... szöveg középre nagyban */ -.z-loading { - top: 50% !important; - left: 45% !important; - align: center; - vertical-align: middle; - font-size: 18px; - font-weight: bold; - padding: 5px; -} - -/* táblázat szöveg feketével */ -.z-column-content, .z-row-content, .z-group-content, .z-groupfoot-content, .z-footer-content{ - color: black; -} - -.imagebutton { - padding: 0px; -} - -.imagebutton[disabled]{ - opacity: 0.3; -} - -.rozsdacoloredlabel{ - color: #790015; -} - -.todo, .todo:disabled{ - background: yellow; - font-weight: bold; - color: red; - min-width: 160px; - margin: 5px; -} - - -.z-grid, .grid-odd-rows, .z-groupbox { - background: #e3e3e3 !important; -} - -.attributedeflistbox .z-listbox, .attributedeflistbox .z-listcell{ - background: #e3e3e3 !important; -} - - .listbox-odd-style{ - background: white; - } - -.attributedeflistbox .z-listcell-content { - font-weight: bold; - color: black; -} - -.attributedeflistbox{ - border: 0px; -} - -.boldfont { - font-weight: bold; - color: black; -} - -.boldfontwithcolon { - font-weight: bold; - color: black; -} - -.boldfontwithcolon:after { - content: ": " -} - -.buttonboldfont { - font-weight: bold; - color: black; - min-width: 180px; - margin: 5px; -} - -.z-groupbox>.z-groupbox-header .z-caption, .z-groupbox>.z-groupbox-header .z-groupbox-title { - background: #e3e3e3; -} - -.z-row .z-row-inner, .z-row .z-cell { - border: 0px; -} - -.z-east-splitter, .z-west-splitter, .z-north-splitter, .z-south-splitter{ - background: #eeeeee; -} - -.z-combobox-popup, .z-bandbox-popup, .z-datebox-popup, .z-timebox-popup{ - background: #eeeeee; -} - -.listbox-normal-style .techcols { - padding: 0px 0px; - overflow: hidden; - vertical-align: middle; - border-color:gray; - border-left: 1px solid gray; - border-bottom: 1px solid gray; - cursor: pointer; -} - -.listbox-normal-style .z-listitem .z-listcell .z-listcell-content{ - padding: 0px 5px; - overflow: hidden; - cursor: pointer; - color: black; -} - -.z-listheader-content{ - color: black; -} - -.listbox-normal-style .z-listitem .z-listcell { - border-left: 1px solid gray; - border-bottom: 1px solid gray; -} - -.z-treerow, .z-tree-body{ - background: #e3e3e3 !important; -} - -.z-treecell-text{ - color: black; -} - -.z-treecell-content{ - color: black; -} - -.z-treecol-content{ - color: black; -} - -.dottedlabel{ - overflow: hidden; - text-overflow: ellipsis; - display: block; - width:inherit; - white-space: nowrap;" -} - -.z-messagebox-icon { - font-size: 30px; - display: inline-block; - width: 32px; - height: 32px; - border: 0; - background-repeat: no-repeat; - text-align: center; - vertical-align: top; - cursor: auto; -} - -.z-calendar-selected{ - font-weight: bold; - color: black; - background: #78d2ff; -} - -.z-calendar-cell:hover{ - background: #78d2ff; - font-weight: bold; - color: black; -} - -.z-messagebox.z-div{ - padding-left: 10px; - padding-right: 10px; -} - -.z-combobox-popup, .z-combobox-rounded-popup { - display: inline-block; - max-height: 160px; - overflow-x: hidden; -} - -.z-listbox-autopaging .z-listcell-content { - height: 26px; - overflow: hidden; -} - -.z-listbox-autopaging .z-listitem .z-listcell .z-listcell-content{ - padding: 5px; -} diff --git a/server/user.jobengine.osgi.server/css/searchitems.css b/server/user.jobengine.osgi.server/css/searchitems.css deleted file mode 100644 index 784c416c..00000000 --- a/server/user.jobengine.osgi.server/css/searchitems.css +++ /dev/null @@ -1,193 +0,0 @@ -@charset "UTF-8"; - -.myimg { - margin: 5px; - border: 1px solid #CFCFCF; -} - -div.z-row-content span { - font-family: Tahoma, Arial, serif; -} - -.z-row .z-detail-outer { - padding: 3px 6px; -} - -.heavy { - font-weight: bold; - font-family: Tahoma, Arial, serif; -} - -.ir { - font-weight: bold; - font-family: Tahoma, Arial, serif; - text-color: green; -} - -.details { - padding: 5px; - line-height: 1.5em; - font-size: 10px; -} - -.relevant { - padding: 8px; - font-size: 10px; -} - -.rhl { - color: #E53935; - font-weight: bold; -} - -.z-row:hover>.z-row-inner, .z-row:hover>.z-cell { - background: none; -} - -.z-row:hover>.z-row-inner>.z-row-content { - text-color: black; -} - -.RED100 .z-toolbarbutton-content { - background: #FFCDD2; -} - -.RED200 .z-toolbarbutton-content { - background: #EF9A9A; -} - -.BROWN100 .z-toolbarbutton-content { - background: #D7CCC8; -} - -.YELLOW200 .z-toolbarbutton-content { - background: #FFF59D; -} - -.INDIGO100 .z-toolbarbutton-content { - background: #C5CAE9; -} - -.INDIGO200 .z-toolbarbutton-content { - background: #9FA8DA; -} - -.BLUE100 .z-toolbarbutton-content { - background: #BBDEFB; -} - -.BLUE200 .z-toolbarbutton-content { - background: #90CAF9; -} - -.TEAL100 .z-toolbarbutton-content { - background: #B2DFDB; -} - -.TEAL200 .z-toolbarbutton-content { - background: #80CBC4; -} - -.typefilter { - font-size: 9px; - padding: 0px; - margin: 0px; - background: none; -} - -.toolbar { - padding: 1px; - background: none; - border: 0px; -} - -.z-toolbarbutton:hover { - background: transparent; -} - -.ie8 .z-toolbarbutton:active { - background: transparent; -} - -.ie8 .z-toolbarbutton-checked { - background: transparent; -} - -.z-toolbarbutton-content { - text-shadow: none; - background: transparent; -} - -/* -.z-toolbarbutton { - border-width: 0px; -} -.z-toolbarbutton-checked { - border: 1px solid #808080; -} -.z-toolbarbutton-content { - text-shadow: none; - background: transparent; - border: 1px solid transparent; - border-radius: 3px; - margin: 1px; -} - - - - - - -.type-inlist { - width: 80px; - border-left: 1px solid #008AC8; - border-bottom: 1px solid #008AC8; - padding: 4px; -} -*/ -.buttonBold { - font-weight: bold; - width: 200px; -} - -.menuButtons { - display: flex; - justify-content: space-around; - flex-wrap: wrap; - padding: 5px 20px 5px 20px; - align-content: space-around; -} - -.menuButtons>button { - width: 200px; -} - -.z-messagebox-window { - top: 40% !important; - width: 30% !important; -} - -.z-toolbar-start { - width: 100%; -} - -.myVideoDiv-dimensions { - width: 100%; - height: 100%; -} - -.vjs-error { - width: 100%; - height: 100%; -} - -.vjs-modal-dialog-content { - width: 100%; - height: 100%; - display: none; -} - -.vjs-no-js { - width: 100%; - height: 100%; -} \ No newline at end of file diff --git a/server/user.jobengine.osgi.server/css/tagify.css b/server/user.jobengine.osgi.server/css/tagify.css deleted file mode 100644 index b4f589b0..00000000 --- a/server/user.jobengine.osgi.server/css/tagify.css +++ /dev/null @@ -1 +0,0 @@ -:root{--tagify-dd-color-primary:rgb(53,149,246);--tagify-dd-bg-color:white}.tagify{--tags-border-color:#DDD;--tag-bg:#E5E5E5;--tag-hover:#D3E2E2;--tag-text-color:black;--tag-text-color--edit:black;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.1em;--tag-invalid-color:#D39494;--tag-invalid-bg:rgba(211, 148, 148, 0.5);--tag-remove-bg:rgba(211, 148, 148, 0.3);--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--tag--min-width:1ch;--tag--max-width:auto;--tag-hide-transition:.3s;--loader-size:.8em;display:flex;align-items:flex-start;flex-wrap:wrap;border:1px solid #ddd;border:1px solid var(--tags-border-color);padding:0;line-height:1.1;cursor:text;outline:0;position:relative;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:hover{border-color:#ccc}.tagify.tagify--focus{transition:0s;border-color:#3595f6}.tagify[readonly]{cursor:default}.tagify[readonly]>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify[readonly] .tagify__tag>div{padding:.3em .5em;padding:var(--tag-pad)}.tagify[readonly] .tagify__tag>div::before{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}.tagify--loading .tagify__input::before{content:none}.tagify--loading .tagify__input::after{content:'';vertical-align:middle;margin:-2px 0 -2px .5em;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear}.tagify--loading .tagify__input:empty::after{margin-left:0}.tagify+input,.tagify+textarea{display:none!important}.tagify__tag{display:inline-flex;align-items:center;margin:5px 0 5px 5px;position:relative;z-index:1;outline:0;cursor:default;transition:.13s ease-out}.tagify__tag>div{vertical-align:top;box-sizing:border-box;max-width:100%;padding:.3em .5em;padding:var(--tag-pad);color:#000;color:var(--tag-text-color);line-height:inherit;border-radius:3px;-webkit-user-select:none;user-select:none;transition:.13s ease-out}.tagify__tag>div>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:var(--tag--min-width);max-width:var(--tag--max-width);transition:.8s ease,.1s color}.tagify__tag>div>[contenteditable]{outline:0;-webkit-user-select:text;user-select:text;cursor:text;margin:-2px;padding:2px;max-width:350px}.tagify__tag>div::before{content:'';position:absolute;border-radius:inherit;left:0;top:0;right:0;bottom:0;z-index:-1;pointer-events:none;transition:120ms ease;animation:tags--bump .3s ease-out 1;box-shadow:0 0 0 1.1em #e5e5e5 inset;box-shadow:0 0 0 calc(var(--tag-inset-shadow-size)) var(--tag-bg) inset}.tagify__tag:hover:not([readonly]) div::before{top:-2px;right:-2px;bottom:-2px;left:-2px;box-shadow:0 0 0 1.1em #d3e2e2 inset;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset}.tagify__tag.tagify--noAnim{animation:none}.tagify__tag.tagify--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:.3s;transition:var(--tag-hide-transition);pointer-events:none}.tagify__tag.tagify--mark div::before{animation:none}.tagify__tag.tagify--notAllowed div>span{opacity:.5}.tagify__tag.tagify--notAllowed div::before{box-shadow:0 0 0 1.1em rgba(211,148,148,.5) inset!important;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset!important;transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div::before{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}.tagify__tag--editable>div{color:#000;color:var(--tag-text-color--edit)}.tagify__tag--editable>div::before{box-shadow:0 0 0 2px #d3e2e2 inset!important;box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable.tagify--invalid>div::before{box-shadow:0 0 0 2px #d39494 inset!important;box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{order:5;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;font:14px Serif;background:0 0;background:var(--tag-remove-btn-bg);color:#000;color:var(--tag-text-color);width:14px;height:14px;margin-right:4.66667px;margin-left:-4.66667px;transition:.2s ease-out}.tagify__tag__removeBtn::after{content:"\00D7"}.tagify__tag__removeBtn:hover{color:#fff;background:#c77777;background:var(--tag-remove-btn-bg--hover)}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div::before{box-shadow:0 0 0 1.1em rgba(211,148,148,.3) inset!important;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset!important;transition:.2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{display:block;min-width:110px;margin:5px;padding:.3em .5em;padding:var(--tag-pad,.3em .5em);line-height:inherit;position:relative;white-space:pre-line}.tagify__input::before{display:inline-block;width:0}.tagify__input:empty::before{transition:.2s ease-out;opacity:.5;transform:none;width:auto}.tagify__input:focus{outline:0}.tagify__input:focus::before{transition:.2s ease-out;opacity:0;transform:translatex(6px)}@supports (-moz-appearance:none){.tagify__input:focus::before{display:none}}.tagify__input:focus:empty::before{transition:.2s ease-out;opacity:.3;transform:none}@supports (-moz-appearance:none){.tagify__input:focus:empty::before{display:inline-block}}.tagify__input::before{content:attr(data-placeholder);line-height:1.8;position:absolute;top:0;z-index:1;color:#000;white-space:nowrap;pointer-events:none;opacity:0}.tagify--mix .tagify__input::before{position:static;line-height:inherit}@supports (-moz-appearance:none){.tagify__input::before{line-height:inherit;position:relative}}.tagify__input::after{content:attr(data-suggest);display:inline-block;white-space:pre;color:#000;opacity:.3;pointer-events:none;max-width:100px}.tagify__input .tagify__tag{margin:0}.tagify__input .tagify__tag>div{padding-top:0;padding-bottom:0}.tagify--mix{line-height:1.7}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:inherit}.tagify--mix .tagify__input::after{content:none}.tagify--select::after{content:'>';opacity:.5;position:absolute;top:50%;right:0;bottom:0;font:16px monospace;line-height:8px;height:8px;pointer-events:none;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]::after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select .tagify__tag{position:absolute;top:0;right:1.8em;bottom:0}.tagify--select .tagify__tag div{display:none}.tagify--select .tagify__input{width:100%}.tagify--invalid{--tags-border-color:#D39494}.tagify__dropdown{position:absolute;z-index:9999;transform:translateY(1px);overflow:hidden}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-2px)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-top-width:1px;border-bottom-width:0}.tagify__dropdown--text{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown--text .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{max-height:300px;overflow:hidden;background:#fff;background:var(--tagify-dd-bg-color);border:1px solid #3595f6;border-color:var(--tagify-dd-color-primary);border-top-width:0;box-shadow:0 2px 4px -2px rgba(0,0,0,.2);transition:.25s cubic-bezier(0,1,.5,1)}.tagify__dropdown__wrapper:hover{overflow:auto}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{box-sizing:inherit;padding:.3em .5em;margin:1px;cursor:pointer;border-radius:2px;position:relative;outline:0}.tagify__dropdown__item--active{background:#3595f6;background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)} \ No newline at end of file diff --git a/server/user.jobengine.osgi.server/css/video-js.css b/server/user.jobengine.osgi.server/css/video-js.css deleted file mode 100644 index 5b0e3b9a..00000000 --- a/server/user.jobengine.osgi.server/css/video-js.css +++ /dev/null @@ -1,1663 +0,0 @@ -@charset "UTF-8"; -.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before { - text-align: center; -} - -@font-face { - font-family: VideoJS; - src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"); - font-weight: normal; - font-style: normal; -} -.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before { - content: "\f101"; -} - -.vjs-icon-play-circle { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-play-circle:before { - content: "\f102"; -} - -.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before { - content: "\f103"; -} - -.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before { - content: "\f104"; -} - -.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before { - content: "\f105"; -} - -.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before { - content: "\f106"; -} - -.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before { - content: "\f107"; -} - -.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before { - content: "\f108"; -} - -.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before { - content: "\f109"; -} - -.vjs-icon-square { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-square:before { - content: "\f10a"; -} - -.vjs-icon-spinner { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-spinner:before { - content: "\f10b"; -} - -.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, -.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, -.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, -.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, -.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before { - content: "\f10c"; -} - -.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, -.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, -.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before { - content: "\f10d"; -} - -.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before { - content: "\f10e"; -} - -.vjs-icon-share { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-share:before { - content: "\f10f"; -} - -.vjs-icon-cog { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-cog:before { - content: "\f110"; -} - -.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before { - content: "\f111"; -} - -.vjs-icon-circle-outline { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-circle-outline:before { - content: "\f112"; -} - -.vjs-icon-circle-inner-circle { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-circle-inner-circle:before { - content: "\f113"; -} - -.vjs-icon-hd { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-hd:before { - content: "\f114"; -} - -.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before { - content: "\f115"; -} - -.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before { - content: "\f116"; -} - -.vjs-icon-facebook { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-facebook:before { - content: "\f117"; -} - -.vjs-icon-gplus { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-gplus:before { - content: "\f118"; -} - -.vjs-icon-linkedin { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-linkedin:before { - content: "\f119"; -} - -.vjs-icon-twitter { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-twitter:before { - content: "\f11a"; -} - -.vjs-icon-tumblr { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-tumblr:before { - content: "\f11b"; -} - -.vjs-icon-pinterest { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-pinterest:before { - content: "\f11c"; -} - -.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before { - content: "\f11d"; -} - -.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before { - content: "\f11e"; -} - -.vjs-icon-next-item { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-next-item:before { - content: "\f11f"; -} - -.vjs-icon-previous-item { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-previous-item:before { - content: "\f120"; -} - -.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before { - content: "\f121"; -} - -.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder { - font-family: VideoJS; - font-weight: normal; - font-style: normal; -} -.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before { - content: "\f122"; -} - -.video-js { - display: block; - vertical-align: top; - box-sizing: border-box; - color: #fff; - background-color: #000; - position: relative; - padding: 0; - font-size: 10px; - line-height: 1; - font-weight: normal; - font-style: normal; - font-family: Arial, Helvetica, sans-serif; - word-break: initial; -} -.video-js:-moz-full-screen { - position: absolute; -} -.video-js:-webkit-full-screen { - width: 100% !important; - height: 100% !important; -} - -.video-js[tabindex="-1"] { - outline: none; -} - -.video-js *, -.video-js *:before, -.video-js *:after { - box-sizing: inherit; -} - -.video-js ul { - font-family: inherit; - font-size: inherit; - line-height: inherit; - list-style-position: outside; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -.video-js.vjs-fluid, -.video-js.vjs-16-9, -.video-js.vjs-4-3 { - width: 100%; - max-width: 100%; - height: 0; -} - -.video-js.vjs-16-9 { - padding-top: 56.25%; -} - -.video-js.vjs-4-3 { - padding-top: 75%; -} - -.video-js.vjs-fill { - width: 100%; - height: 100%; -} - -.video-js .vjs-tech { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -body.vjs-full-window { - padding: 0; - margin: 0; - height: 100%; -} - -.vjs-full-window .video-js.vjs-fullscreen { - position: fixed; - overflow: hidden; - z-index: 1000; - left: 0; - top: 0; - bottom: 0; - right: 0; -} - -.video-js.vjs-fullscreen { - width: 100% !important; - height: 100% !important; - padding-top: 0 !important; -} - -.video-js.vjs-fullscreen.vjs-user-inactive { - cursor: none; -} - -.vjs-hidden { - display: none !important; -} - -.vjs-disabled { - opacity: 0.5; - cursor: default; -} - -.video-js .vjs-offscreen { - height: 1px; - left: -9999px; - position: absolute; - top: 0; - width: 1px; -} - -.vjs-lock-showing { - display: block !important; - opacity: 1; - visibility: visible; -} - -.vjs-no-js { - padding: 20px; - color: #fff; - background-color: #000; - font-size: 18px; - font-family: Arial, Helvetica, sans-serif; - text-align: center; - width: 300px; - height: 150px; - margin: 0px auto; -} - -.vjs-no-js a, -.vjs-no-js a:visited { - color: #66A8CC; -} - -.video-js .vjs-big-play-button { - font-size: 3em; - line-height: 1.5em; - height: 1.63332em; - width: 3em; - display: block; - position: absolute; - top: 10px; - left: 10px; - padding: 0; - cursor: pointer; - opacity: 1; - border: 0.06666em solid #fff; - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); - border-radius: 0.3em; - transition: all 0.4s; -} -.vjs-big-play-centered .vjs-big-play-button { - top: 50%; - left: 50%; - margin-top: -0.81666em; - margin-left: -1.5em; -} - -.video-js:hover .vjs-big-play-button, -.video-js .vjs-big-play-button:focus { - border-color: #fff; - background-color: #73859f; - background-color: rgba(115, 133, 159, 0.5); - transition: all 0s; -} - -.vjs-controls-disabled .vjs-big-play-button, -.vjs-has-started .vjs-big-play-button, -.vjs-using-native-controls .vjs-big-play-button, -.vjs-error .vjs-big-play-button { - display: none; -} - -.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button { - display: block; -} - -.video-js button { - background: none; - border: none; - color: inherit; - display: inline-block; - font-size: inherit; - line-height: inherit; - text-transform: none; - text-decoration: none; - transition: none; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.vjs-control .vjs-button { - width: 100%; - height: 100%; -} - -.video-js .vjs-control.vjs-close-button { - cursor: pointer; - height: 3em; - position: absolute; - right: 0; - top: 0.5em; - z-index: 2; -} -.video-js .vjs-modal-dialog { - background: rgba(0, 0, 0, 0.8); - background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); - overflow: auto; -} - -.video-js .vjs-modal-dialog > * { - box-sizing: border-box; -} - -.vjs-modal-dialog .vjs-modal-dialog-content { - font-size: 1.2em; - line-height: 1.5; - padding: 20px 24px; - z-index: 1; -} - -.vjs-menu-button { - cursor: pointer; -} - -.vjs-menu-button.vjs-disabled { - cursor: default; -} - -.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu { - display: none; -} - -.vjs-menu .vjs-menu-content { - display: block; - padding: 0; - margin: 0; - font-family: Arial, Helvetica, sans-serif; - overflow: auto; -} - -.vjs-menu .vjs-menu-content > * { - box-sizing: border-box; -} - -.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu { - display: none; -} - -.vjs-menu li { - list-style: none; - margin: 0; - padding: 0.2em 0; - line-height: 1.4em; - font-size: 1.2em; - text-align: center; - text-transform: lowercase; -} - -.vjs-menu li.vjs-menu-item:focus, -.vjs-menu li.vjs-menu-item:hover, -.js-focus-visible .vjs-menu li.vjs-menu-item:hover { - background-color: #73859f; - background-color: rgba(115, 133, 159, 0.5); -} - -.vjs-menu li.vjs-selected, -.vjs-menu li.vjs-selected:focus, -.vjs-menu li.vjs-selected:hover, -.js-focus-visible .vjs-menu li.vjs-selected:hover { - background-color: #fff; - color: #2B333F; -} - -.vjs-menu li.vjs-menu-title { - text-align: center; - text-transform: uppercase; - font-size: 1em; - line-height: 2em; - padding: 0; - margin: 0 0 0.3em 0; - font-weight: bold; - cursor: default; -} - -.vjs-menu-button-popup .vjs-menu { - display: none; - position: absolute; - bottom: 0; - width: 10em; - left: -3em; - height: 0em; - margin-bottom: 1.5em; - border-top-color: rgba(43, 51, 63, 0.7); -} - -.vjs-menu-button-popup .vjs-menu .vjs-menu-content { - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); - position: absolute; - width: 100%; - bottom: 1.5em; - max-height: 15em; -} - -.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, -.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content { - max-height: 5em; -} - -.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content { - max-height: 10em; -} - -.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content { - max-height: 14em; -} - -.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, -.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, -.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content { - max-height: 25em; -} - -.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu, -.vjs-menu-button-popup .vjs-menu.vjs-lock-showing { - display: block; -} - -.video-js .vjs-menu-button-inline { - transition: all 0.4s; - overflow: hidden; -} - -.video-js .vjs-menu-button-inline:before { - width: 2.222222222em; -} - -.video-js .vjs-menu-button-inline:hover, -.video-js .vjs-menu-button-inline:focus, -.video-js .vjs-menu-button-inline.vjs-slider-active, -.video-js.vjs-no-flex .vjs-menu-button-inline { - width: 12em; -} - -.vjs-menu-button-inline .vjs-menu { - opacity: 0; - height: 100%; - width: auto; - position: absolute; - left: 4em; - top: 0; - padding: 0; - margin: 0; - transition: all 0.4s; -} - -.vjs-menu-button-inline:hover .vjs-menu, -.vjs-menu-button-inline:focus .vjs-menu, -.vjs-menu-button-inline.vjs-slider-active .vjs-menu { - display: block; - opacity: 1; -} - -.vjs-no-flex .vjs-menu-button-inline .vjs-menu { - display: block; - opacity: 1; - position: relative; - width: auto; -} - -.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu, -.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, -.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu { - width: auto; -} - -.vjs-menu-button-inline .vjs-menu-content { - width: auto; - height: 100%; - margin: 0; - overflow: hidden; -} - -.video-js .vjs-control-bar { - display: none; - width: 100%; - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: 3em; - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); -} - -.vjs-has-started .vjs-control-bar { - display: flex; - visibility: visible; - opacity: 1; - transition: visibility 0.1s, opacity 0.1s; -} - -.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { - visibility: visible; - opacity: 0; - transition: visibility 1s, opacity 1s; -} - -.vjs-controls-disabled .vjs-control-bar, -.vjs-using-native-controls .vjs-control-bar, -.vjs-error .vjs-control-bar { - display: none !important; -} - -.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { - opacity: 1; - visibility: visible; -} - -.vjs-has-started.vjs-no-flex .vjs-control-bar { - display: table; -} - -.video-js .vjs-control { - position: relative; - text-align: center; - margin: 0; - padding: 0; - height: 100%; - width: 4em; - flex: none; -} - -.vjs-button > .vjs-icon-placeholder:before { - font-size: 1.8em; - line-height: 1.67; -} - -.video-js .vjs-control:focus:before, -.video-js .vjs-control:hover:before, -.video-js .vjs-control:focus { - text-shadow: 0em 0em 1em white; -} - -.video-js .vjs-control-text { - border: 0; - clip: rect(0 0 0 0); - height: 1px; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px; -} - -.vjs-no-flex .vjs-control { - display: table-cell; - vertical-align: middle; -} - -.video-js .vjs-custom-control-spacer { - display: none; -} - -.video-js .vjs-progress-control { - cursor: pointer; - flex: auto; - display: flex; - align-items: center; - min-width: 4em; - touch-action: none; -} - -.video-js .vjs-progress-control.disabled { - cursor: default; -} - -.vjs-live .vjs-progress-control { - display: none; -} - -.vjs-liveui .vjs-progress-control { - display: flex; - align-items: center; -} - -.vjs-no-flex .vjs-progress-control { - width: auto; -} - -.video-js .vjs-progress-holder { - flex: auto; - transition: all 0.2s; - height: 0.3em; -} - -.video-js .vjs-progress-control .vjs-progress-holder { - margin: 0 10px; -} - -.video-js .vjs-progress-control:hover .vjs-progress-holder { - font-size: 1.6666666667em; -} - -.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled { - font-size: 1em; -} - -.video-js .vjs-progress-holder .vjs-play-progress, -.video-js .vjs-progress-holder .vjs-load-progress, -.video-js .vjs-progress-holder .vjs-load-progress div { - position: absolute; - display: block; - height: 100%; - margin: 0; - padding: 0; - width: 0; -} - -.video-js .vjs-play-progress { - background-color: #fff; -} -.video-js .vjs-play-progress:before { - font-size: 0.9em; - position: absolute; - right: -0.5em; - top: -0.3333333333em; - z-index: 1; -} - -.video-js .vjs-load-progress { - background: rgba(115, 133, 159, 0.5); -} - -.video-js .vjs-load-progress div { - background: rgba(115, 133, 159, 0.75); -} - -.video-js .vjs-time-tooltip { - background-color: #fff; - background-color: rgba(255, 255, 255, 0.8); - border-radius: 0.3em; - color: #000; - float: right; - font-family: Arial, Helvetica, sans-serif; - font-size: 1em; - padding: 6px 8px 8px 8px; - pointer-events: none; - position: absolute; - top: -3.4em; - visibility: hidden; - z-index: 1; -} - -.video-js .vjs-progress-holder:focus .vjs-time-tooltip { - display: none; -} - -.video-js .vjs-progress-control:hover .vjs-time-tooltip, -.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip { - display: block; - font-size: 0.6em; - visibility: visible; -} - -.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip { - font-size: 1em; -} - -.video-js .vjs-progress-control .vjs-mouse-display { - display: none; - position: absolute; - width: 1px; - height: 100%; - background-color: #000; - z-index: 1; -} - -.vjs-no-flex .vjs-progress-control .vjs-mouse-display { - z-index: 0; -} - -.video-js .vjs-progress-control:hover .vjs-mouse-display { - display: block; -} - -.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display { - visibility: hidden; - opacity: 0; - transition: visibility 1s, opacity 1s; -} - -.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display { - display: none; -} - -.vjs-mouse-display .vjs-time-tooltip { - color: #fff; - background-color: #000; - background-color: rgba(0, 0, 0, 0.8); -} - -.video-js .vjs-slider { - position: relative; - cursor: pointer; - padding: 0; - margin: 0 0.45em 0 0.45em; - /* iOS Safari */ - -webkit-touch-callout: none; - /* Safari */ - -webkit-user-select: none; - /* Konqueror HTML */ - /* Firefox */ - -moz-user-select: none; - /* Internet Explorer/Edge */ - -ms-user-select: none; - /* Non-prefixed version, currently supported by Chrome and Opera */ - user-select: none; - background-color: #73859f; - background-color: rgba(115, 133, 159, 0.5); -} - -.video-js .vjs-slider.disabled { - cursor: default; -} - -.video-js .vjs-slider:focus { - text-shadow: 0em 0em 1em white; - box-shadow: 0 0 1em #fff; -} - -.video-js .vjs-mute-control { - cursor: pointer; - flex: none; -} -.video-js .vjs-volume-control { - cursor: pointer; - margin-right: 1em; - display: flex; -} - -.video-js .vjs-volume-control.vjs-volume-horizontal { - width: 5em; -} - -.video-js .vjs-volume-panel .vjs-volume-control { - visibility: visible; - opacity: 0; - width: 1px; - height: 1px; - margin-left: -1px; -} - -.video-js .vjs-volume-panel { - transition: width 1s; -} -.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active { - visibility: visible; - opacity: 1; - position: relative; - transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; -} -.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal { - width: 5em; - height: 3em; - margin-right: 0; -} -.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical { - left: -3.5em; - transition: left 0s; -} -.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active { - width: 10em; - transition: width 0.1s; -} -.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only { - width: 4em; -} - -.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { - height: 8em; - width: 3em; - left: -3000em; - transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; -} - -.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal { - transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; -} - -.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal { - width: 5em; - height: 3em; - visibility: visible; - opacity: 1; - position: relative; - transition: none; -} - -.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, -.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { - position: absolute; - bottom: 3em; - left: 0.5em; -} - -.video-js .vjs-volume-panel { - display: flex; -} - -.video-js .vjs-volume-bar { - margin: 1.35em 0.45em; -} - -.vjs-volume-bar.vjs-slider-horizontal { - width: 5em; - height: 0.3em; -} - -.vjs-volume-bar.vjs-slider-vertical { - width: 0.3em; - height: 5em; - margin: 1.35em auto; -} - -.video-js .vjs-volume-level { - position: absolute; - bottom: 0; - left: 0; - background-color: #fff; -} -.video-js .vjs-volume-level:before { - position: absolute; - font-size: 0.9em; -} - -.vjs-slider-vertical .vjs-volume-level { - width: 0.3em; -} -.vjs-slider-vertical .vjs-volume-level:before { - top: -0.5em; - left: -0.3em; -} - -.vjs-slider-horizontal .vjs-volume-level { - height: 0.3em; -} -.vjs-slider-horizontal .vjs-volume-level:before { - top: -0.3em; - right: -0.5em; -} - -.video-js .vjs-volume-panel.vjs-volume-panel-vertical { - width: 4em; -} - -.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level { - height: 100%; -} - -.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level { - width: 100%; -} - -.video-js .vjs-volume-vertical { - width: 3em; - height: 8em; - bottom: 8em; - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.7); -} - -.video-js .vjs-volume-horizontal .vjs-menu { - left: -2em; -} - -.vjs-poster { - display: inline-block; - vertical-align: middle; - background-repeat: no-repeat; - background-position: 50% 50%; - background-size: contain; - background-color: #000000; - cursor: pointer; - margin: 0; - padding: 0; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - height: 100%; -} - -.vjs-has-started .vjs-poster { - display: none; -} - -.vjs-audio.vjs-has-started .vjs-poster { - display: block; -} - -.vjs-using-native-controls .vjs-poster { - display: none; -} - -.video-js .vjs-live-control { - display: flex; - align-items: flex-start; - flex: auto; - font-size: 1em; - line-height: 3em; -} - -.vjs-no-flex .vjs-live-control { - display: table-cell; - width: auto; - text-align: left; -} - -.video-js:not(.vjs-live) .vjs-live-control, -.video-js.vjs-liveui .vjs-live-control { - display: none; -} - -.video-js .vjs-seek-to-live-control { - cursor: pointer; - flex: none; - display: inline-flex; - height: 100%; - padding-left: 0.5em; - padding-right: 0.5em; - font-size: 1em; - line-height: 3em; - width: auto; - min-width: 4em; -} - -.vjs-no-flex .vjs-seek-to-live-control { - display: table-cell; - width: auto; - text-align: left; -} - -.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, -.video-js:not(.vjs-live) .vjs-seek-to-live-control { - display: none; -} - -.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge { - cursor: auto; -} - -.vjs-seek-to-live-control .vjs-icon-placeholder { - margin-right: 0.5em; - color: #888; -} - -.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder { - color: red; -} - -.video-js .vjs-time-control { - flex: none; - font-size: 1em; - line-height: 3em; - min-width: 2em; - width: auto; - padding-left: 1em; - padding-right: 1em; -} - -.vjs-live .vjs-time-control { - display: none; -} - -.video-js .vjs-current-time, -.vjs-no-flex .vjs-current-time { - display: none; -} - -.video-js .vjs-duration, -.vjs-no-flex .vjs-duration { - display: none; -} - -.vjs-time-divider { - display: none; - line-height: 3em; -} - -.vjs-live .vjs-time-divider { - display: none; -} - -.video-js .vjs-play-control { - cursor: pointer; -} - -.video-js .vjs-play-control .vjs-icon-placeholder { - flex: none; -} - -.vjs-text-track-display { - position: absolute; - bottom: 3em; - left: 0; - right: 0; - top: 0; - pointer-events: none; -} - -.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display { - bottom: 1em; -} - -.video-js .vjs-text-track { - font-size: 1.4em; - text-align: center; - margin-bottom: 0.1em; -} - -.vjs-subtitles { - color: #fff; -} - -.vjs-captions { - color: #fc6; -} - -.vjs-tt-cue { - display: block; -} - -video::-webkit-media-text-track-display { - transform: translateY(-3em); -} - -.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display { - transform: translateY(-1.5em); -} - -.video-js .vjs-picture-in-picture-control { - cursor: pointer; - flex: none; -} -.video-js .vjs-fullscreen-control { - cursor: pointer; - flex: none; -} -.vjs-playback-rate > .vjs-menu-button, -.vjs-playback-rate .vjs-playback-rate-value { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -.vjs-playback-rate .vjs-playback-rate-value { - pointer-events: none; - font-size: 1.5em; - line-height: 2; - text-align: center; -} - -.vjs-playback-rate .vjs-menu { - width: 4em; - left: 0em; -} - -.vjs-error .vjs-error-display .vjs-modal-dialog-content { - font-size: 1.4em; - text-align: center; -} - -.vjs-error .vjs-error-display:before { - color: #fff; - content: "X"; - font-family: Arial, Helvetica, sans-serif; - font-size: 4em; - left: 0; - line-height: 1; - margin-top: -0.5em; - position: absolute; - text-shadow: 0.05em 0.05em 0.1em #000; - text-align: center; - top: 50%; - vertical-align: middle; - width: 100%; -} - -.vjs-loading-spinner { - display: none; - position: absolute; - top: 50%; - left: 50%; - margin: -25px 0 0 -25px; - opacity: 0.85; - text-align: left; - border: 6px solid rgba(43, 51, 63, 0.7); - box-sizing: border-box; - background-clip: padding-box; - width: 50px; - height: 50px; - border-radius: 25px; - visibility: hidden; -} - -.vjs-seeking .vjs-loading-spinner, -.vjs-waiting .vjs-loading-spinner { - display: block; - -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards; - animation: vjs-spinner-show 0s linear 0.3s forwards; -} - -.vjs-loading-spinner:before, -.vjs-loading-spinner:after { - content: ""; - position: absolute; - margin: -6px; - box-sizing: inherit; - width: inherit; - height: inherit; - border-radius: inherit; - opacity: 1; - border: inherit; - border-color: transparent; - border-top-color: white; -} - -.vjs-seeking .vjs-loading-spinner:before, -.vjs-seeking .vjs-loading-spinner:after, -.vjs-waiting .vjs-loading-spinner:before, -.vjs-waiting .vjs-loading-spinner:after { - -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; - animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; -} - -.vjs-seeking .vjs-loading-spinner:before, -.vjs-waiting .vjs-loading-spinner:before { - border-top-color: white; -} - -.vjs-seeking .vjs-loading-spinner:after, -.vjs-waiting .vjs-loading-spinner:after { - border-top-color: white; - -webkit-animation-delay: 0.44s; - animation-delay: 0.44s; -} - -@keyframes vjs-spinner-show { - to { - visibility: visible; - } -} -@-webkit-keyframes vjs-spinner-show { - to { - visibility: visible; - } -} -@keyframes vjs-spinner-spin { - 100% { - transform: rotate(360deg); - } -} -@-webkit-keyframes vjs-spinner-spin { - 100% { - -webkit-transform: rotate(360deg); - } -} -@keyframes vjs-spinner-fade { - 0% { - border-top-color: #73859f; - } - 20% { - border-top-color: #73859f; - } - 35% { - border-top-color: white; - } - 60% { - border-top-color: #73859f; - } - 100% { - border-top-color: #73859f; - } -} -@-webkit-keyframes vjs-spinner-fade { - 0% { - border-top-color: #73859f; - } - 20% { - border-top-color: #73859f; - } - 35% { - border-top-color: white; - } - 60% { - border-top-color: #73859f; - } - 100% { - border-top-color: #73859f; - } -} -.vjs-chapters-button .vjs-menu ul { - width: 24em; -} - -.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder { - vertical-align: middle; - display: inline-block; - margin-bottom: -0.1em; -} - -.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before { - font-family: VideoJS; - content: ""; - font-size: 1.5em; - line-height: inherit; -} - -.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder { - vertical-align: middle; - display: inline-block; - margin-bottom: -0.1em; -} - -.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before { - font-family: VideoJS; - content: " "; - font-size: 1.5em; - line-height: inherit; -} - -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control { - display: none; -} -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, -.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, -.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, -.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active { - width: auto; - width: initial; -} -.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button { - display: none; -} -.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer { - flex: auto; - display: block; -} -.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer { - width: auto; -} -.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control { - display: none; -} - -.vjs-modal-dialog.vjs-text-track-settings { - background-color: #2B333F; - background-color: rgba(43, 51, 63, 0.75); - color: #fff; - height: 70%; -} - -.vjs-text-track-settings .vjs-modal-dialog-content { - display: table; -} - -.vjs-text-track-settings .vjs-track-settings-colors, -.vjs-text-track-settings .vjs-track-settings-font, -.vjs-text-track-settings .vjs-track-settings-controls { - display: table-cell; -} - -.vjs-text-track-settings .vjs-track-settings-controls { - text-align: right; - vertical-align: bottom; -} - -@supports (display: grid) { - .vjs-text-track-settings .vjs-modal-dialog-content { - display: grid; - grid-template-columns: 1fr 1fr; - grid-template-rows: 1fr; - padding: 20px 24px 0px 24px; - } - - .vjs-track-settings-controls .vjs-default-button { - margin-bottom: 20px; - } - - .vjs-text-track-settings .vjs-track-settings-controls { - grid-column: 1/-1; - } - - .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, -.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content, -.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content { - grid-template-columns: 1fr; - } -} -.vjs-track-setting > select { - margin-right: 1em; - margin-bottom: 0.5em; -} - -.vjs-text-track-settings fieldset { - margin: 5px; - padding: 3px; - border: none; -} - -.vjs-text-track-settings fieldset span { - display: inline-block; -} - -.vjs-text-track-settings fieldset span > select { - max-width: 7.3em; -} - -.vjs-text-track-settings legend { - color: #fff; - margin: 0 0 5px 0; -} - -.vjs-text-track-settings .vjs-label { - position: absolute; - clip: rect(1px 1px 1px 1px); - clip: rect(1px, 1px, 1px, 1px); - display: block; - margin: 0 0 5px 0; - padding: 0; - border: 0; - height: 1px; - width: 1px; - overflow: hidden; -} - -.vjs-track-settings-controls button:focus, -.vjs-track-settings-controls button:active { - outline-style: solid; - outline-width: medium; - background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); -} - -.vjs-track-settings-controls button:hover { - color: rgba(43, 51, 63, 0.75); -} - -.vjs-track-settings-controls button { - background-color: #fff; - background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%); - color: #2B333F; - cursor: pointer; - border-radius: 2px; -} - -.vjs-track-settings-controls .vjs-default-button { - margin-right: 1em; -} - -@media print { - .video-js > *:not(.vjs-tech):not(.vjs-poster) { - visibility: hidden; - } -} -.vjs-resize-manager { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: none; - z-index: -1000; -} - -.js-focus-visible .video-js *:focus:not(.focus-visible) { - outline: none; - background: none; -} - -.video-js *:focus:not(:focus-visible), -.video-js .vjs-menu *:focus:not(:focus-visible) { - outline: none; - background: none; -} diff --git a/server/user.jobengine.osgi.server/deploy/pom.xml b/server/user.jobengine.osgi.server/deploy/pom.xml deleted file mode 100644 index 9dba4032..00000000 --- a/server/user.jobengine.osgi.server/deploy/pom.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - ../-modules - user.jobengine - MediaCube - 1.0.0 - - 4.0.0 - user.jobengine.osgi.server - eclipse-plugin - 1.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/AjaxPushAnimation-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/AjaxPushAnimation-48x48.png deleted file mode 100644 index 16b6bd3d..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/AjaxPushAnimation-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Animations-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Animations-24x24.png deleted file mode 100644 index 00aead9b..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Animations-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowDown-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowDown-16x16.png deleted file mode 100644 index 5ebe1a38..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowDown-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowDownGreen-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowDownGreen-16x16.png deleted file mode 100644 index 07362083..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowDownGreen-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowLeft-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowLeft-16x16.png deleted file mode 100644 index 82afaeef..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowLeft-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowLeftGreen-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowLeftGreen-16x16.png deleted file mode 100644 index d152cb86..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowLeftGreen-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowRight-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowRight-16x16.png deleted file mode 100644 index 8169d08b..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowRight-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowRightGreen-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowRightGreen-16x16.png deleted file mode 100644 index 51bff670..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowRightGreen-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowUp-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowUp-16x16.png deleted file mode 100644 index 96dd275d..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowUp-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowUpGreen-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowUpGreen-16x16.png deleted file mode 100644 index 1489488a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowUpGreen-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowUpOrange-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowUpOrange-16x16.png deleted file mode 100644 index f6f63c66..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowUpOrange-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowsUpDown-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowsUpDown-16x16.png deleted file mode 100644 index 59d6a6a4..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ArrowsUpDown-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Audio-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Audio-24x24.png deleted file mode 100644 index e0e77d12..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Audio-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/AuxiliaryHeaders-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/AuxiliaryHeaders-24x24.png deleted file mode 100644 index 7e7dd87e..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/AuxiliaryHeaders-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Bandbox-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Bandbox-24x24.png deleted file mode 100644 index 5c4bc3b5..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Bandbox-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BookBlue-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BookBlue-16x16.png deleted file mode 100644 index 91f30493..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BookBlue-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BookBrown-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BookBrown-16x16.png deleted file mode 100644 index 03e1afa3..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BookBrown-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BookGreen-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BookGreen-16x16.png deleted file mode 100644 index 85b4ca4d..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BookGreen-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Booklet-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Booklet-16x16.png deleted file mode 100644 index 3387b62a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Booklet-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BorderLayout-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BorderLayout-24x24.png deleted file mode 100644 index a5324fc3..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BorderLayout-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BoxModel-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BoxModel-24x24.png deleted file mode 100644 index e04189ba..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BoxModel-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Briefcase-128x128.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Briefcase-128x128.png deleted file mode 100644 index 91c9a40a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Briefcase-128x128.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Briefcase-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Briefcase-16x16.png deleted file mode 100644 index 58740324..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Briefcase-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BriefcaseOpen-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BriefcaseOpen-16x16.png deleted file mode 100644 index 334c2e45..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BriefcaseOpen-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BriefcaseSpark-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BriefcaseSpark-16x16.png deleted file mode 100644 index f5143873..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/BriefcaseSpark-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Bubble-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Bubble-16x16.png deleted file mode 100644 index dd5abd37..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Bubble-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Bullet-10x10.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Bullet-10x10.png deleted file mode 100644 index d63d0ecb..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Bullet-10x10.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Button-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Button-24x24.png deleted file mode 100644 index 92521650..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Button-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonArrowLeftDouble-32x32.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonArrowLeftDouble-32x32.png deleted file mode 100644 index 02ca5f51..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonArrowLeftDouble-32x32.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonArrowRightDouble-32x32.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonArrowRightDouble-32x32.png deleted file mode 100644 index 22f288df..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonArrowRightDouble-32x32.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonBlue.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonBlue.png deleted file mode 100644 index 8bb6acac..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonBlue.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonGray.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonGray.png deleted file mode 100644 index 54017f1d..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ButtonGray.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Calendar-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Calendar-16x16.png deleted file mode 100644 index ac970bda..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Calendar-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUserFemale-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUserFemale-16x16.png deleted file mode 100644 index 23b2924e..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUserFemale-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUserMale-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUserMale-16x16.png deleted file mode 100644 index 6c1f358a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUserMale-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUserMaleProhibition-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUserMaleProhibition-16x16.png deleted file mode 100644 index e9366246..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUserMaleProhibition-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUsers-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUsers-16x16.png deleted file mode 100644 index bfd6e85c..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CasualUsers-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Chart-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Chart-24x24.png deleted file mode 100644 index 0b7dec18..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Chart-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Checkmark-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Checkmark-24x24.png deleted file mode 100644 index e37ff14d..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Checkmark-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ClientSideAction-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ClientSideAction-24x24.png deleted file mode 100644 index a00b41e8..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ClientSideAction-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CogwheelEye-32x32.gif b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CogwheelEye-32x32.gif deleted file mode 100644 index 40682134..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CogwheelEye-32x32.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ColumnLayout-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ColumnLayout-24x24.png deleted file mode 100644 index 978be4cb..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ColumnLayout-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Columns-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Columns-16x16.png deleted file mode 100644 index 8472104a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Columns-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Combobox-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Combobox-24x24.png deleted file mode 100644 index efe7a207..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Combobox-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CometServerPush-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CometServerPush-24x24.png deleted file mode 100644 index cb29fe96..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/CometServerPush-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ComplexBorderLayout-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ComplexBorderLayout-24x24.png deleted file mode 100644 index 0491b6a2..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ComplexBorderLayout-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ContextMenus-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ContextMenus-24x24.png deleted file mode 100644 index d6d70b1e..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ContextMenus-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DashBoard-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DashBoard-24x24.png deleted file mode 100644 index 22f70d18..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DashBoard-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DataAndReport-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DataAndReport-48x48.png deleted file mode 100644 index fe71bc7a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DataAndReport-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DataBinding-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DataBinding-24x24.png deleted file mode 100644 index e6ac7e97..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DataBinding-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DeleteCross-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DeleteCross-16x16.png deleted file mode 100644 index 79daacfc..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DeleteCross-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Detail-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Detail-24x24.png deleted file mode 100644 index bc291e19..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Detail-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DisketteBlack-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DisketteBlack-16x16.png deleted file mode 100644 index 1d579551..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DisketteBlack-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DoorOpen-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DoorOpen-16x16.png deleted file mode 100644 index 88287b1f..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DoorOpen-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DragAndDrop-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DragAndDrop-24x24.png deleted file mode 100644 index 0529de8e..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DragAndDrop-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DynamicImage-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DynamicImage-24x24.png deleted file mode 100644 index 73612ec7..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/DynamicImage-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EnterpriseAndIntegration-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EnterpriseAndIntegration-48x48.png deleted file mode 100644 index 5e75ff53..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EnterpriseAndIntegration-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Envelope-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Envelope-16x16.png deleted file mode 100644 index bcf7d254..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Envelope-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EnvelopeOpen-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EnvelopeOpen-16x16.png deleted file mode 100644 index 728a4d39..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EnvelopeOpen-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EventListener-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EventListener-24x24.png deleted file mode 100644 index a7337aca..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EventListener-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EventsAndScripts-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EventsAndScripts-48x48.png deleted file mode 100644 index ba2863e3..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/EventsAndScripts-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FCKEditor-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FCKEditor-24x24.png deleted file mode 100644 index 8f555368..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FCKEditor-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FileDownload-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FileDownload-24x24.png deleted file mode 100644 index 8080766e..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FileDownload-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FileDrawer-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FileDrawer-16x16.png deleted file mode 100644 index fcc10a8a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FileDrawer-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FileUpload-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FileUpload-24x24.png deleted file mode 100644 index 0e4c40b5..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FileUpload-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FirstWindow-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FirstWindow-24x24.png deleted file mode 100644 index 5bf89886..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FirstWindow-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FisheyeMenu-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FisheyeMenu-24x24.png deleted file mode 100644 index d5f8be9d..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FisheyeMenu-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FlashComponents-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FlashComponents-24x24.png deleted file mode 100644 index ed7f22e6..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FlashComponents-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Focus-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Focus-24x24.png deleted file mode 100644 index 1abc2907..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Focus-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FolderABlue-128x128.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FolderABlue-128x128.png deleted file mode 100644 index 80bd5ad3..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FolderABlue-128x128.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FormWithPopup-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FormWithPopup-24x24.png deleted file mode 100644 index 73367dd9..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FormWithPopup-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FormsAndInputs-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FormsAndInputs-48x48.png deleted file mode 100644 index 35cf174b..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/FormsAndInputs-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Globe-128x128.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Globe-128x128.png deleted file mode 100644 index 13244f95..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Globe-128x128.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GoldBar-32x32.gif b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GoldBar-32x32.gif deleted file mode 100644 index a5cb7638..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GoldBar-32x32.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GoogleMaps-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GoogleMaps-24x24.png deleted file mode 100644 index 47a8c3b1..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GoogleMaps-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GradientGray.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GradientGray.png deleted file mode 100644 index ddd8a914..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GradientGray.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridAdvancedGrouping-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridAdvancedGrouping-24x24.png deleted file mode 100644 index 9c4157ca..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridAdvancedGrouping-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridSortingAndMenu-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridSortingAndMenu-24x24.png deleted file mode 100644 index b7d03717..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridSortingAndMenu-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Grids-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Grids-24x24.png deleted file mode 100644 index 9b68991f..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Grids-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridsAndTrees-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridsAndTrees-48x48.png deleted file mode 100644 index 128defe9..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridsAndTrees-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridsGrouping-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridsGrouping-24x24.png deleted file mode 100644 index 25ebb3ee..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridsGrouping-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridsPaging-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridsPaging-24x24.png deleted file mode 100644 index 9d0de317..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/GridsPaging-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Groupbox-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Groupbox-24x24.png deleted file mode 100644 index ce5012b2..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Groupbox-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/HTML-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/HTML-24x24.png deleted file mode 100644 index 1c79eb74..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/HTML-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Hibernate-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Hibernate-24x24.png deleted file mode 100644 index cc485121..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Hibernate-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/IconsDesignedByCentigradeSi.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/IconsDesignedByCentigradeSi.png deleted file mode 100644 index 0d13d365..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/IconsDesignedByCentigradeSi.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Iframe-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Iframe-24x24.png deleted file mode 100644 index 9e6df9e9..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Iframe-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Include-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Include-24x24.png deleted file mode 100644 index a74ace9b..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Include-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JDBC-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JDBC-24x24.png deleted file mode 100644 index 7adb420c..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JDBC-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JPA-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JPA-24x24.png deleted file mode 100644 index 881567a9..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JPA-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JSF-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JSF-24x24.png deleted file mode 100644 index e3f35d24..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JSF-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JSP-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JSP-24x24.png deleted file mode 100644 index 10ecd498..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JSP-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JasperReports-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JasperReports-24x24.png deleted file mode 100644 index 7c690198..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/JasperReports-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/KeyEvent-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/KeyEvent-24x24.png deleted file mode 100644 index f9bd9467..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/KeyEvent-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/LayoutAndWindows-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/LayoutAndWindows-48x48.png deleted file mode 100644 index aacea889..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/LayoutAndWindows-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Listbox-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Listbox-24x24.png deleted file mode 100644 index 3fce19bc..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Listbox-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ListboxCheckmarks-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ListboxCheckmarks-24x24.png deleted file mode 100644 index 260685b8..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ListboxCheckmarks-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ListboxPaging-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ListboxPaging-24x24.png deleted file mode 100644 index a715baa6..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ListboxPaging-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/LiveData-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/LiveData-24x24.png deleted file mode 100644 index 1fddb4ac..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/LiveData-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Localization-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Localization-24x24.png deleted file mode 100644 index 76b44b2e..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Localization-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MVC-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MVC-24x24.png deleted file mode 100644 index c405e4a8..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MVC-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MacroComponents-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MacroComponents-24x24.png deleted file mode 100644 index 7fb9d5db..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MacroComponents-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MailboxFlag-128x128.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MailboxFlag-128x128.png deleted file mode 100644 index 4d2b61c0..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MailboxFlag-128x128.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Menu-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Menu-24x24.png deleted file mode 100644 index e8e0531c..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Menu-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MessageBox-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MessageBox-24x24.png deleted file mode 100644 index 630d8171..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MessageBox-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Miscellaneous-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Miscellaneous-48x48.png deleted file mode 100644 index 684a8057..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Miscellaneous-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Miscellaneous2-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Miscellaneous2-48x48.png deleted file mode 100644 index e558d3dd..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Miscellaneous2-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ModalDialog-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ModalDialog-24x24.png deleted file mode 100644 index 6020d410..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ModalDialog-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MultimediaAndUtilities-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MultimediaAndUtilities-48x48.png deleted file mode 100644 index 25232c65..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/MultimediaAndUtilities-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/OnChangingEvent-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/OnChangingEvent-24x24.png deleted file mode 100644 index 3ae69862..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/OnChangingEvent-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/OnOpenEvent-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/OnOpenEvent-24x24.png deleted file mode 100644 index efb9a2fe..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/OnOpenEvent-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Paging-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Paging-24x24.png deleted file mode 100644 index 73189d21..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Paging-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Panel-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Panel-24x24.png deleted file mode 100644 index ccc79a41..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Panel-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/PaperClip-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/PaperClip-16x16.png deleted file mode 100644 index f2bd4aaa..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/PaperClip-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/PortalLayout-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/PortalLayout-24x24.png deleted file mode 100644 index 8eef2946..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/PortalLayout-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/QuestionmarkButton-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/QuestionmarkButton-16x16.png deleted file mode 100644 index d8b41272..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/QuestionmarkButton-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Radio-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Radio-24x24.png deleted file mode 100644 index 620a874d..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Radio-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ReadingGlass-128x128.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ReadingGlass-128x128.png deleted file mode 100644 index 1e42bb31..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ReadingGlass-128x128.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptGroovy-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptGroovy-24x24.png deleted file mode 100644 index 677b8913..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptGroovy-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptJava-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptJava-24x24.png deleted file mode 100644 index 2c067dbe..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptJava-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptJavascript-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptJavascript-24x24.png deleted file mode 100644 index aa6e13f8..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptJavascript-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptPython-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptPython-24x24.png deleted file mode 100644 index 42e08375..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptPython-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptRuby-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptRuby-24x24.png deleted file mode 100644 index cad0f6a4..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ScriptRuby-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Scripts-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Scripts-24x24.png deleted file mode 100644 index fc345ed7..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Scripts-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Seam-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Seam-24x24.png deleted file mode 100644 index d5dbc6d1..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Seam-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ShoppingCart-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ShoppingCart-16x16.png deleted file mode 100644 index 3e2bb625..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ShoppingCart-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SimileTimeline-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SimileTimeline-24x24.png deleted file mode 100644 index 8b6f6029..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SimileTimeline-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SimileTimeplot-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SimileTimeplot-24x24.png deleted file mode 100644 index 642a583b..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SimileTimeplot-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Slider-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Slider-24x24.png deleted file mode 100644 index 2789c944..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Slider-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Splitters-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Splitters-24x24.png deleted file mode 100644 index 63921df7..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Splitters-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SpringSecurity-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SpringSecurity-24x24.png deleted file mode 100644 index a78f062a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SpringSecurity-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SpringWebflow-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SpringWebflow-24x24.png deleted file mode 100644 index dfd0e78b..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/SpringWebflow-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Spyglass-128x128.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Spyglass-128x128.png deleted file mode 100644 index 0f4da1e1..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Spyglass-128x128.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Spyglass-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Spyglass-16x16.png deleted file mode 100644 index 59f51566..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Spyglass-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/StyleSheets-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/StyleSheets-24x24.png deleted file mode 100644 index e2f9fdc5..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/StyleSheets-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Tabbox-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Tabbox-24x24.png deleted file mode 100644 index d0365b0a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Tabbox-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TableLayout-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TableLayout-24x24.png deleted file mode 100644 index 8cad870d..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TableLayout-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Target-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Target-24x24.png deleted file mode 100644 index 7506e76d..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Target-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Timer-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Timer-24x24.png deleted file mode 100644 index 7f80a6a0..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Timer-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Toolbar-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Toolbar-24x24.png deleted file mode 100644 index 8ea485e4..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Toolbar-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ToolbarsAndMenus-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ToolbarsAndMenus-48x48.png deleted file mode 100644 index d13a5bd3..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ToolbarsAndMenus-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TooltipsAndPopups-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TooltipsAndPopups-24x24.png deleted file mode 100644 index fa6edc90..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TooltipsAndPopups-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Tree-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Tree-24x24.png deleted file mode 100644 index 5b7c75f0..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Tree-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TreeLiveData-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TreeLiveData-24x24.png deleted file mode 100644 index 7e1c75ae..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TreeLiveData-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TreePaging-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TreePaging-24x24.png deleted file mode 100644 index 27e02f8c..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/TreePaging-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/UserProfileMale-16x16.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/UserProfileMale-16x16.png deleted file mode 100644 index ee3139cd..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/UserProfileMale-16x16.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/VariousForm-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/VariousForm-24x24.png deleted file mode 100644 index 677f2628..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/VariousForm-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Window-24x24.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Window-24x24.png deleted file mode 100644 index 938219ab..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/Window-24x24.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/WindowGlobe-32x32.gif b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/WindowGlobe-32x32.gif deleted file mode 100644 index d3cca6e1..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/WindowGlobe-32x32.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ZKMore-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ZKMore-48x48.png deleted file mode 100644 index 07c22fcd..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ZKMore-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ZKMore2-48x48.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ZKMore2-48x48.png deleted file mode 100644 index b556f88a..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/ZKMore2-48x48.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/large-sel.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/large-sel.png deleted file mode 100644 index b0183fcf..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/large-sel.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/large.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/large.png deleted file mode 100644 index fb632b4b..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/large.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/normal-sel.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/normal-sel.png deleted file mode 100644 index 94e8840b..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/normal-sel.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/normal.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/normal.png deleted file mode 100644 index 2f7ddac3..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/normal.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/readme.txt b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/readme.txt deleted file mode 100644 index b677e9c3..00000000 --- a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/readme.txt +++ /dev/null @@ -1,6 +0,0 @@ -ZK widget icons created by -Centigrade GmbH, Germany -http://www.centigrade.de -Copyright 2008. All rights reserved. - -Limited usage rights granted by Centigrade. Reselling of these icons is strictly prohibited. To use or redistribute icons in this folder please consult Centigrade GmbH for licensing details (www.centigrade.de). \ No newline at end of file diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/small-sel.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/small-sel.png deleted file mode 100644 index 05f061d4..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/small-sel.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/small.png b/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/small.png deleted file mode 100644 index 31658659..00000000 Binary files a/server/user.jobengine.osgi.server/img/Centigrade-Widget-Icons/small.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ZK-Logo-old.gif b/server/user.jobengine.osgi.server/img/ZK-Logo-old.gif deleted file mode 100644 index 0db6cee9..00000000 Binary files a/server/user.jobengine.osgi.server/img/ZK-Logo-old.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ZK-Logo.gif b/server/user.jobengine.osgi.server/img/ZK-Logo.gif deleted file mode 100644 index 8722f4bc..00000000 Binary files a/server/user.jobengine.osgi.server/img/ZK-Logo.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/b-button.png b/server/user.jobengine.osgi.server/img/b-button.png deleted file mode 100644 index 2f01ac43..00000000 Binary files a/server/user.jobengine.osgi.server/img/b-button.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/bar.png b/server/user.jobengine.osgi.server/img/bar.png deleted file mode 100644 index eae70388..00000000 Binary files a/server/user.jobengine.osgi.server/img/bar.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/baseline_arrow_back_black_18dp.png b/server/user.jobengine.osgi.server/img/baseline_arrow_back_black_18dp.png deleted file mode 100644 index 4a04f650..00000000 Binary files a/server/user.jobengine.osgi.server/img/baseline_arrow_back_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/baseline_close_black_18dp.png b/server/user.jobengine.osgi.server/img/baseline_close_black_18dp.png deleted file mode 100644 index aa51b150..00000000 Binary files a/server/user.jobengine.osgi.server/img/baseline_close_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/baseline_edit_black_18dp.png b/server/user.jobengine.osgi.server/img/baseline_edit_black_18dp.png deleted file mode 100644 index 9ec4db8f..00000000 Binary files a/server/user.jobengine.osgi.server/img/baseline_edit_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/baseline_expand_more_black_18dp.png b/server/user.jobengine.osgi.server/img/baseline_expand_more_black_18dp.png deleted file mode 100644 index 65354301..00000000 Binary files a/server/user.jobengine.osgi.server/img/baseline_expand_more_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/baseline_folder_black_18dp.png b/server/user.jobengine.osgi.server/img/baseline_folder_black_18dp.png deleted file mode 100644 index 88708284..00000000 Binary files a/server/user.jobengine.osgi.server/img/baseline_folder_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/baseline_insert_drive_file_black_18dp.png b/server/user.jobengine.osgi.server/img/baseline_insert_drive_file_black_18dp.png deleted file mode 100644 index 3714c4f4..00000000 Binary files a/server/user.jobengine.osgi.server/img/baseline_insert_drive_file_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/baseline_refresh_black_18dp.png b/server/user.jobengine.osgi.server/img/baseline_refresh_black_18dp.png deleted file mode 100644 index b1321c33..00000000 Binary files a/server/user.jobengine.osgi.server/img/baseline_refresh_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/baseline_share_black_18dp.png b/server/user.jobengine.osgi.server/img/baseline_share_black_18dp.png deleted file mode 100644 index 32bf8a02..00000000 Binary files a/server/user.jobengine.osgi.server/img/baseline_share_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/battery.gif b/server/user.jobengine.osgi.server/img/battery.gif deleted file mode 100644 index f736423b..00000000 Binary files a/server/user.jobengine.osgi.server/img/battery.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/breeze-arrow-left.png b/server/user.jobengine.osgi.server/img/breeze-arrow-left.png deleted file mode 100644 index 4d8e5c71..00000000 Binary files a/server/user.jobengine.osgi.server/img/breeze-arrow-left.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/breeze-arrow-right.png b/server/user.jobengine.osgi.server/img/breeze-arrow-right.png deleted file mode 100644 index 68955b6c..00000000 Binary files a/server/user.jobengine.osgi.server/img/breeze-arrow-right.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/breeze-category-bg.png b/server/user.jobengine.osgi.server/img/breeze-category-bg.png deleted file mode 100644 index 0ddee7c2..00000000 Binary files a/server/user.jobengine.osgi.server/img/breeze-category-bg.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/breeze-category-over-seld.png b/server/user.jobengine.osgi.server/img/breeze-category-over-seld.png deleted file mode 100644 index 1368f466..00000000 Binary files a/server/user.jobengine.osgi.server/img/breeze-category-over-seld.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/breeze-category-over.png b/server/user.jobengine.osgi.server/img/breeze-category-over.png deleted file mode 100644 index 6f3a8fc9..00000000 Binary files a/server/user.jobengine.osgi.server/img/breeze-category-over.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/breeze-category-seld.png b/server/user.jobengine.osgi.server/img/breeze-category-seld.png deleted file mode 100644 index c2a18df3..00000000 Binary files a/server/user.jobengine.osgi.server/img/breeze-category-seld.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/button.png b/server/user.jobengine.osgi.server/img/button.png deleted file mode 100644 index 7aae9d36..00000000 Binary files a/server/user.jobengine.osgi.server/img/button.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/calendar.gif b/server/user.jobengine.osgi.server/img/calendar.gif deleted file mode 100644 index d1a87714..00000000 Binary files a/server/user.jobengine.osgi.server/img/calendar.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/castle.png b/server/user.jobengine.osgi.server/img/castle.png deleted file mode 100644 index de9b27e2..00000000 Binary files a/server/user.jobengine.osgi.server/img/castle.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/category-bg.png b/server/user.jobengine.osgi.server/img/category-bg.png deleted file mode 100644 index 0dfaf681..00000000 Binary files a/server/user.jobengine.osgi.server/img/category-bg.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/category-over-seld.png b/server/user.jobengine.osgi.server/img/category-over-seld.png deleted file mode 100644 index 989b14f7..00000000 Binary files a/server/user.jobengine.osgi.server/img/category-over-seld.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/category-over.png b/server/user.jobengine.osgi.server/img/category-over.png deleted file mode 100644 index 3735b11a..00000000 Binary files a/server/user.jobengine.osgi.server/img/category-over.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/category-seld.png b/server/user.jobengine.osgi.server/img/category-seld.png deleted file mode 100644 index 89893717..00000000 Binary files a/server/user.jobengine.osgi.server/img/category-seld.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/compare.jpg b/server/user.jobengine.osgi.server/img/compare.jpg deleted file mode 100644 index ebd83f69..00000000 Binary files a/server/user.jobengine.osgi.server/img/compare.jpg and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/bandbox-rounded-l.gif b/server/user.jobengine.osgi.server/img/component/bandbox-rounded-l.gif deleted file mode 100644 index 58dbd480..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/bandbox-rounded-l.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/bandbox-rounded-s.gif b/server/user.jobengine.osgi.server/img/component/bandbox-rounded-s.gif deleted file mode 100644 index 0b86a53b..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/bandbox-rounded-s.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/bandbox-rounded.gif b/server/user.jobengine.osgi.server/img/component/bandbox-rounded.gif deleted file mode 100644 index 1d9e874f..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/bandbox-rounded.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/combobox-rounded-l.gif b/server/user.jobengine.osgi.server/img/component/combobox-rounded-l.gif deleted file mode 100644 index e6d221f2..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/combobox-rounded-l.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/combobox-rounded-s.gif b/server/user.jobengine.osgi.server/img/component/combobox-rounded-s.gif deleted file mode 100644 index 35e11ddc..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/combobox-rounded-s.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/combobox-rounded.gif b/server/user.jobengine.osgi.server/img/component/combobox-rounded.gif deleted file mode 100644 index 7e574a48..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/combobox-rounded.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/datebox-rounded-l.gif b/server/user.jobengine.osgi.server/img/component/datebox-rounded-l.gif deleted file mode 100644 index 5fdac13b..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/datebox-rounded-l.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/datebox-rounded-s.gif b/server/user.jobengine.osgi.server/img/component/datebox-rounded-s.gif deleted file mode 100644 index a0cbf0e6..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/datebox-rounded-s.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/datebox-rounded.gif b/server/user.jobengine.osgi.server/img/component/datebox-rounded.gif deleted file mode 100644 index dd18dff0..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/datebox-rounded.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/g-bandbox-rounded-l.gif b/server/user.jobengine.osgi.server/img/component/g-bandbox-rounded-l.gif deleted file mode 100644 index 60193c9c..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/g-bandbox-rounded-l.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/g-bandbox-rounded-s.gif b/server/user.jobengine.osgi.server/img/component/g-bandbox-rounded-s.gif deleted file mode 100644 index ddbfe04d..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/g-bandbox-rounded-s.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/g-combobox-rounded-l.gif b/server/user.jobengine.osgi.server/img/component/g-combobox-rounded-l.gif deleted file mode 100644 index c1c76af5..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/g-combobox-rounded-l.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/g-combobox-rounded-s.gif b/server/user.jobengine.osgi.server/img/component/g-combobox-rounded-s.gif deleted file mode 100644 index b3470fda..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/g-combobox-rounded-s.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/g-datebox-rounded-l.gif b/server/user.jobengine.osgi.server/img/component/g-datebox-rounded-l.gif deleted file mode 100644 index be54fa66..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/g-datebox-rounded-l.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/g-datebox-rounded-s.gif b/server/user.jobengine.osgi.server/img/component/g-datebox-rounded-s.gif deleted file mode 100644 index 7c859fa9..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/g-datebox-rounded-s.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/g-timebox-rounded-l.gif b/server/user.jobengine.osgi.server/img/component/g-timebox-rounded-l.gif deleted file mode 100644 index ebb0450d..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/g-timebox-rounded-l.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/g-timebox-rounded-s.gif b/server/user.jobengine.osgi.server/img/component/g-timebox-rounded-s.gif deleted file mode 100644 index 64733bc8..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/g-timebox-rounded-s.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/redcombo-rounded-l.gif b/server/user.jobengine.osgi.server/img/component/redcombo-rounded-l.gif deleted file mode 100644 index 72594108..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/redcombo-rounded-l.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/redcombo-rounded-s.gif b/server/user.jobengine.osgi.server/img/component/redcombo-rounded-s.gif deleted file mode 100644 index 1d91d9b7..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/redcombo-rounded-s.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/redcombo-rounded.gif b/server/user.jobengine.osgi.server/img/component/redcombo-rounded.gif deleted file mode 100644 index 76d562f5..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/redcombo-rounded.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/timebox-rounded-l.gif b/server/user.jobengine.osgi.server/img/component/timebox-rounded-l.gif deleted file mode 100644 index 0cee7a63..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/timebox-rounded-l.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/timebox-rounded-s.gif b/server/user.jobengine.osgi.server/img/component/timebox-rounded-s.gif deleted file mode 100644 index 95c119d8..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/timebox-rounded-s.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/component/timebox-rounded.gif b/server/user.jobengine.osgi.server/img/component/timebox-rounded.gif deleted file mode 100644 index af9eeeea..00000000 Binary files a/server/user.jobengine.osgi.server/img/component/timebox-rounded.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/copy_icon.jpg b/server/user.jobengine.osgi.server/img/copy_icon.jpg deleted file mode 100644 index 20a1d310..00000000 Binary files a/server/user.jobengine.osgi.server/img/copy_icon.jpg and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/cross-small.png b/server/user.jobengine.osgi.server/img/cross-small.png deleted file mode 100644 index bf0ccbe7..00000000 Binary files a/server/user.jobengine.osgi.server/img/cross-small.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/defender.gif b/server/user.jobengine.osgi.server/img/defender.gif deleted file mode 100644 index 64649008..00000000 Binary files a/server/user.jobengine.osgi.server/img/defender.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/delete.gif b/server/user.jobengine.osgi.server/img/delete.gif deleted file mode 100644 index d39a9b70..00000000 Binary files a/server/user.jobengine.osgi.server/img/delete.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/delete.png b/server/user.jobengine.osgi.server/img/delete.png deleted file mode 100644 index a84f673f..00000000 Binary files a/server/user.jobengine.osgi.server/img/delete.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/delete_small.png b/server/user.jobengine.osgi.server/img/delete_small.png deleted file mode 100644 index 254b3ec6..00000000 Binary files a/server/user.jobengine.osgi.server/img/delete_small.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/down.gif b/server/user.jobengine.osgi.server/img/down.gif deleted file mode 100644 index 24bccd94..00000000 Binary files a/server/user.jobengine.osgi.server/img/down.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/earth.png b/server/user.jobengine.osgi.server/img/earth.png deleted file mode 100644 index 8a234471..00000000 Binary files a/server/user.jobengine.osgi.server/img/earth.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/edit.gif b/server/user.jobengine.osgi.server/img/edit.gif deleted file mode 100644 index 17f0bf62..00000000 Binary files a/server/user.jobengine.osgi.server/img/edit.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/edit_no_ann.gif b/server/user.jobengine.osgi.server/img/edit_no_ann.gif deleted file mode 100644 index ac2ec9d4..00000000 Binary files a/server/user.jobengine.osgi.server/img/edit_no_ann.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/equal.gif b/server/user.jobengine.osgi.server/img/equal.gif deleted file mode 100644 index 44428689..00000000 Binary files a/server/user.jobengine.osgi.server/img/equal.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/extended.gif b/server/user.jobengine.osgi.server/img/extended.gif deleted file mode 100644 index 0f65f364..00000000 Binary files a/server/user.jobengine.osgi.server/img/extended.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/funnel.png b/server/user.jobengine.osgi.server/img/funnel.png deleted file mode 100644 index 35f1d259..00000000 Binary files a/server/user.jobengine.osgi.server/img/funnel.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/g-category-bg.png b/server/user.jobengine.osgi.server/img/g-category-bg.png deleted file mode 100644 index ddd8a914..00000000 Binary files a/server/user.jobengine.osgi.server/img/g-category-bg.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/g-category-over-seld.png b/server/user.jobengine.osgi.server/img/g-category-over-seld.png deleted file mode 100644 index 7bb783c3..00000000 Binary files a/server/user.jobengine.osgi.server/img/g-category-over-seld.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/g-category-over.png b/server/user.jobengine.osgi.server/img/g-category-over.png deleted file mode 100644 index 0311cd15..00000000 Binary files a/server/user.jobengine.osgi.server/img/g-category-over.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/g-category-seld.png b/server/user.jobengine.osgi.server/img/g-category-seld.png deleted file mode 100644 index da648764..00000000 Binary files a/server/user.jobengine.osgi.server/img/g-category-seld.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/g-scroll-left.png b/server/user.jobengine.osgi.server/img/g-scroll-left.png deleted file mode 100644 index 3ee540c9..00000000 Binary files a/server/user.jobengine.osgi.server/img/g-scroll-left.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/g-scroll-right.png b/server/user.jobengine.osgi.server/img/g-scroll-right.png deleted file mode 100644 index 9f7eb403..00000000 Binary files a/server/user.jobengine.osgi.server/img/g-scroll-right.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/generali_logo.gif b/server/user.jobengine.osgi.server/img/generali_logo.gif deleted file mode 100644 index d3e2c633..00000000 Binary files a/server/user.jobengine.osgi.server/img/generali_logo.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/generali_logo2.gif b/server/user.jobengine.osgi.server/img/generali_logo2.gif deleted file mode 100644 index cb6ddbaf..00000000 Binary files a/server/user.jobengine.osgi.server/img/generali_logo2.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/genertel_logo.jpg b/server/user.jobengine.osgi.server/img/genertel_logo.jpg deleted file mode 100644 index afae37e0..00000000 Binary files a/server/user.jobengine.osgi.server/img/genertel_logo.jpg and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_compare_arrows_black_18dp.png b/server/user.jobengine.osgi.server/img/ic_compare_arrows_black_18dp.png deleted file mode 100644 index f3871089..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_compare_arrows_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_delete_forever_black_18dp.png b/server/user.jobengine.osgi.server/img/ic_delete_forever_black_18dp.png deleted file mode 100644 index 3a251b69..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_delete_forever_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_play_big.png b/server/user.jobengine.osgi.server/img/ic_play_big.png deleted file mode 100644 index a9e0143b..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_play_big.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_remove_shopping_cart_black_18dp.png b/server/user.jobengine.osgi.server/img/ic_remove_shopping_cart_black_18dp.png deleted file mode 100644 index 3ba85743..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_remove_shopping_cart_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_search_black_18dp.png b/server/user.jobengine.osgi.server/img/ic_search_black_18dp.png deleted file mode 100644 index f0d4e975..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_search_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_search_black_24dp_1x.png b/server/user.jobengine.osgi.server/img/ic_search_black_24dp_1x.png deleted file mode 100644 index 6b163432..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_search_black_24dp_1x.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_shopping_cart_black_18dp.png b/server/user.jobengine.osgi.server/img/ic_shopping_cart_black_18dp.png deleted file mode 100644 index 33b5c989..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_shopping_cart_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_shopping_cart_black_24dp.png b/server/user.jobengine.osgi.server/img/ic_shopping_cart_black_24dp.png deleted file mode 100644 index f56585b3..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_shopping_cart_black_24dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_visibility_black_18dp.png b/server/user.jobengine.osgi.server/img/ic_visibility_black_18dp.png deleted file mode 100644 index 0f72bfac..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_visibility_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/ic_visibility_off_black_18dp.png b/server/user.jobengine.osgi.server/img/ic_visibility_off_black_18dp.png deleted file mode 100644 index ad7e703c..00000000 Binary files a/server/user.jobengine.osgi.server/img/ic_visibility_off_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/inet.png b/server/user.jobengine.osgi.server/img/inet.png deleted file mode 100644 index c4001f80..00000000 Binary files a/server/user.jobengine.osgi.server/img/inet.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/item1.jpg b/server/user.jobengine.osgi.server/img/item1.jpg deleted file mode 100644 index de6dab69..00000000 Binary files a/server/user.jobengine.osgi.server/img/item1.jpg and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/item2.jpg b/server/user.jobengine.osgi.server/img/item2.jpg deleted file mode 100644 index ba34e072..00000000 Binary files a/server/user.jobengine.osgi.server/img/item2.jpg and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/item3.jpg b/server/user.jobengine.osgi.server/img/item3.jpg deleted file mode 100644 index d726f8a7..00000000 Binary files a/server/user.jobengine.osgi.server/img/item3.jpg and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/item4.jpg b/server/user.jobengine.osgi.server/img/item4.jpg deleted file mode 100644 index c7a592a2..00000000 Binary files a/server/user.jobengine.osgi.server/img/item4.jpg and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/live.gif b/server/user.jobengine.osgi.server/img/live.gif deleted file mode 100644 index 4ed2cb24..00000000 Binary files a/server/user.jobengine.osgi.server/img/live.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/m1.gif b/server/user.jobengine.osgi.server/img/m1.gif deleted file mode 100644 index 9c4e9803..00000000 Binary files a/server/user.jobengine.osgi.server/img/m1.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/m2.gif b/server/user.jobengine.osgi.server/img/m2.gif deleted file mode 100644 index 3f6304ae..00000000 Binary files a/server/user.jobengine.osgi.server/img/m2.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/m3.gif b/server/user.jobengine.osgi.server/img/m3.gif deleted file mode 100644 index 29c7b57e..00000000 Binary files a/server/user.jobengine.osgi.server/img/m3.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/media_poster.png b/server/user.jobengine.osgi.server/img/media_poster.png deleted file mode 100644 index 64e46c6d..00000000 Binary files a/server/user.jobengine.osgi.server/img/media_poster.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/mediacube_logo_small.ico b/server/user.jobengine.osgi.server/img/mediacube_logo_small.ico deleted file mode 100644 index e81b6ff6..00000000 Binary files a/server/user.jobengine.osgi.server/img/mediacube_logo_small.ico and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/mediacube_logo_v2_50x50.png b/server/user.jobengine.osgi.server/img/mediacube_logo_v2_50x50.png deleted file mode 100644 index 2da62733..00000000 Binary files a/server/user.jobengine.osgi.server/img/mediacube_logo_v2_50x50.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/msn1.gif b/server/user.jobengine.osgi.server/img/msn1.gif deleted file mode 100644 index 5faee429..00000000 Binary files a/server/user.jobengine.osgi.server/img/msn1.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/msn2.gif b/server/user.jobengine.osgi.server/img/msn2.gif deleted file mode 100644 index bc110275..00000000 Binary files a/server/user.jobengine.osgi.server/img/msn2.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/network.gif b/server/user.jobengine.osgi.server/img/network.gif deleted file mode 100644 index 937ecd6c..00000000 Binary files a/server/user.jobengine.osgi.server/img/network.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/open.gif b/server/user.jobengine.osgi.server/img/open.gif deleted file mode 100644 index 6bafd402..00000000 Binary files a/server/user.jobengine.osgi.server/img/open.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/outline_insert_drive_file_black_18dp.png b/server/user.jobengine.osgi.server/img/outline_insert_drive_file_black_18dp.png deleted file mode 100644 index 14446398..00000000 Binary files a/server/user.jobengine.osgi.server/img/outline_insert_drive_file_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/paste.gif b/server/user.jobengine.osgi.server/img/paste.gif deleted file mode 100644 index 184cc359..00000000 Binary files a/server/user.jobengine.osgi.server/img/paste.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/pencil-small.png b/server/user.jobengine.osgi.server/img/pencil-small.png deleted file mode 100644 index e6f2ca02..00000000 Binary files a/server/user.jobengine.osgi.server/img/pencil-small.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/r-button.png b/server/user.jobengine.osgi.server/img/r-button.png deleted file mode 100644 index 20cc5959..00000000 Binary files a/server/user.jobengine.osgi.server/img/r-button.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/received.png b/server/user.jobengine.osgi.server/img/received.png deleted file mode 100644 index 43addf3e..00000000 Binary files a/server/user.jobengine.osgi.server/img/received.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/redcliff_rens.png b/server/user.jobengine.osgi.server/img/redcliff_rens.png deleted file mode 100644 index 265bbede..00000000 Binary files a/server/user.jobengine.osgi.server/img/redcliff_rens.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/save.gif b/server/user.jobengine.osgi.server/img/save.gif deleted file mode 100644 index bd456bca..00000000 Binary files a/server/user.jobengine.osgi.server/img/save.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/scroll-left.png b/server/user.jobengine.osgi.server/img/scroll-left.png deleted file mode 100644 index b504c7e5..00000000 Binary files a/server/user.jobengine.osgi.server/img/scroll-left.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/scroll-right.png b/server/user.jobengine.osgi.server/img/scroll-right.png deleted file mode 100644 index 48bfa3d6..00000000 Binary files a/server/user.jobengine.osgi.server/img/scroll-right.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/search.gif b/server/user.jobengine.osgi.server/img/search.gif deleted file mode 100644 index 39fba5ce..00000000 Binary files a/server/user.jobengine.osgi.server/img/search.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/search.png b/server/user.jobengine.osgi.server/img/search.png deleted file mode 100644 index d9bc3382..00000000 Binary files a/server/user.jobengine.osgi.server/img/search.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/sent.png b/server/user.jobengine.osgi.server/img/sent.png deleted file mode 100644 index 128cb4e2..00000000 Binary files a/server/user.jobengine.osgi.server/img/sent.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/sun.jpg b/server/user.jobengine.osgi.server/img/sun.jpg deleted file mode 100644 index cfc3c1d3..00000000 Binary files a/server/user.jobengine.osgi.server/img/sun.jpg and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/tick-small.png b/server/user.jobengine.osgi.server/img/tick-small.png deleted file mode 100644 index a110aef9..00000000 Binary files a/server/user.jobengine.osgi.server/img/tick-small.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_bug_report_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_bug_report_black_18dp.png deleted file mode 100644 index b3d2e3e5..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_bug_report_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_group_work_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_group_work_black_18dp.png deleted file mode 100644 index c06e2311..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_group_work_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_invert_colors_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_invert_colors_black_18dp.png deleted file mode 100644 index 67fb4922..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_invert_colors_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_language_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_language_black_18dp.png deleted file mode 100644 index 4c4a2e48..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_language_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_perm_camera_mic_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_perm_camera_mic_black_18dp.png deleted file mode 100644 index ead6835e..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_perm_camera_mic_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_picture_in_picture_alt_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_picture_in_picture_alt_black_18dp.png deleted file mode 100644 index f19e38cd..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_picture_in_picture_alt_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_picture_in_picture_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_picture_in_picture_black_18dp.png deleted file mode 100644 index 69535253..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_picture_in_picture_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_settings_brightness_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_settings_brightness_black_18dp.png deleted file mode 100644 index 3ee86f88..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_settings_brightness_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_theaters_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_theaters_black_18dp.png deleted file mode 100644 index ff0794b3..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_theaters_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/types/ic_view_quilt_black_18dp.png b/server/user.jobengine.osgi.server/img/types/ic_view_quilt_black_18dp.png deleted file mode 100644 index ba38be23..00000000 Binary files a/server/user.jobengine.osgi.server/img/types/ic_view_quilt_black_18dp.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/undo.png b/server/user.jobengine.osgi.server/img/undo.png deleted file mode 100644 index 16086b99..00000000 Binary files a/server/user.jobengine.osgi.server/img/undo.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/undo_small.png b/server/user.jobengine.osgi.server/img/undo_small.png deleted file mode 100644 index 381b1ba2..00000000 Binary files a/server/user.jobengine.osgi.server/img/undo_small.png and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/unknowndoc.jpg b/server/user.jobengine.osgi.server/img/unknowndoc.jpg deleted file mode 100644 index f6f9058d..00000000 Binary files a/server/user.jobengine.osgi.server/img/unknowndoc.jpg and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/up.gif b/server/user.jobengine.osgi.server/img/up.gif deleted file mode 100644 index 7f0d5dbc..00000000 Binary files a/server/user.jobengine.osgi.server/img/up.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/volumn.gif b/server/user.jobengine.osgi.server/img/volumn.gif deleted file mode 100644 index 4dcc7c52..00000000 Binary files a/server/user.jobengine.osgi.server/img/volumn.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/watermark.gif b/server/user.jobengine.osgi.server/img/watermark.gif deleted file mode 100644 index 4acde918..00000000 Binary files a/server/user.jobengine.osgi.server/img/watermark.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/wireless.gif b/server/user.jobengine.osgi.server/img/wireless.gif deleted file mode 100644 index 8f0f6de6..00000000 Binary files a/server/user.jobengine.osgi.server/img/wireless.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/z-bullet1.gif b/server/user.jobengine.osgi.server/img/z-bullet1.gif deleted file mode 100644 index be21553d..00000000 Binary files a/server/user.jobengine.osgi.server/img/z-bullet1.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/z-bullet2.gif b/server/user.jobengine.osgi.server/img/z-bullet2.gif deleted file mode 100644 index 088b46f7..00000000 Binary files a/server/user.jobengine.osgi.server/img/z-bullet2.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/img/z-bullet3.gif b/server/user.jobengine.osgi.server/img/z-bullet3.gif deleted file mode 100644 index 6d152528..00000000 Binary files a/server/user.jobengine.osgi.server/img/z-bullet3.gif and /dev/null differ diff --git a/server/user.jobengine.osgi.server/index.zul b/server/user.jobengine.osgi.server/index.zul deleted file mode 100644 index 9c3b92bc..00000000 --- a/server/user.jobengine.osgi.server/index.zul +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- - - - - - - - - - - - - - - - - - - - -
- -
- -
\ No newline at end of file diff --git a/server/user.jobengine.osgi.server/pages/jobparameters.zul b/server/user.jobengine.osgi.server/pages/jobparameters.zul deleted file mode 100644 index 36d57dd2..00000000 --- a/server/user.jobengine.osgi.server/pages/jobparameters.zul +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - -