20251222
21
AdminPanel/plugins/jsx/template/cep/CSXS/manifest.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<ExtensionManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ExtensionBundleId="com.temp.id" ExtensionBundleVersion="1.0" Version="6.0"> <!-- MAJOR-VERSION-UPDATE-MARKER -->
|
||||
<ExtensionList>
|
||||
<Extension Id="com.temp.id" Version="6.1.0"/>
|
||||
</ExtensionList>
|
||||
<ExecutionEnvironment>
|
||||
<HostList>
|
||||
<Host Name="PHXS" Version="[11.0,99.9]"/>
|
||||
<Host Name="ILST" Version="[11.0,99.9]"/>
|
||||
</HostList>
|
||||
<LocaleList>
|
||||
<Locale Code="All"/>
|
||||
</LocaleList>
|
||||
<RequiredRuntimeList>
|
||||
<RequiredRuntime Name="CSXS" Version="7.0"/> <!-- MAJOR-VERSION-UPDATE-MARKER -->
|
||||
</RequiredRuntimeList>
|
||||
</ExecutionEnvironment>
|
||||
<DispatchInfoList>
|
||||
|
||||
</DispatchInfoList>
|
||||
</ExtensionManifest>
|
||||
BIN
AdminPanel/plugins/jsx/template/cep/img/dark.png
Normal file
|
After Width: | Height: | Size: 475 B |
BIN
AdminPanel/plugins/jsx/template/cep/img/dark@2x.png
Normal file
|
After Width: | Height: | Size: 846 B |
BIN
AdminPanel/plugins/jsx/template/cep/img/dark@3x.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
AdminPanel/plugins/jsx/template/cep/img/dark@4x.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
AdminPanel/plugins/jsx/template/cep/img/highlight.png
Normal file
|
After Width: | Height: | Size: 475 B |
BIN
AdminPanel/plugins/jsx/template/cep/img/highlight@2x.png
Normal file
|
After Width: | Height: | Size: 846 B |
BIN
AdminPanel/plugins/jsx/template/cep/img/highlight@3x.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
AdminPanel/plugins/jsx/template/cep/img/highlight@4x.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
16
AdminPanel/plugins/jsx/template/cep/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{name}}</title>
|
||||
<script>
|
||||
window.location.href = "{{serverURL}}"
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||