From 7b4af63a90a726b98a59b83e53f040a7a566a11d Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:13 +0100 Subject: Update --- .../cms-special/admin/customization/index.php | 215 +-------------------- 1 file changed, 1 insertion(+), 214 deletions(-) mode change 100755 => 100644 Neutron-trunk/cms-special/admin/customization/index.php (limited to 'Neutron-trunk/cms-special/admin/customization/index.php') diff --git a/Neutron-trunk/cms-special/admin/customization/index.php b/Neutron-trunk/cms-special/admin/customization/index.php old mode 100755 new mode 100644 index 66aee2f..7d45b3e --- a/Neutron-trunk/cms-special/admin/customization/index.php +++ b/Neutron-trunk/cms-special/admin/customization/index.php @@ -1,214 +1 @@ - - "Personnalisation", "headerName" => "Personnalisation" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> - - -

-
" onclick="document.getElementById('theme').value = 'auto';updateTheme();" style="width:256px;margin:10px;display:inline-block;"> -
-
/resources/image/demos/theme-auto.jpg');">
-
-

-

-
-
-
-
" onclick="document.getElementById('theme').value = 'dark';updateTheme();" style="width:256px;margin:10px;display:inline-block;"> -
-
/resources/image/demos/theme-dark.jpg');">
-
-

-

-
-
-
-
" onclick="document.getElementById('theme').value = 'light';updateTheme();" style="width:256px;margin:10px;display:inline-block;"> -
-
/resources/image/demos/theme-light.jpg');">
-
-

-

-
-
-
- -

-
" onclick="document.getElementById('colors').value = 'blue';updateColors();" style="width:256px;margin:10px;display:inline-block;"> -
-
- - - - - - - -
/resources/image/demos/color-blue.jpg');width: 73px;height: 73px;background-size: cover;margin-left: -10px;margin-top: -10px;margin-bottom: -10px;">

-
-
-
-
" onclick="document.getElementById('colors').value = 'green';updateColors();" style="width:256px;margin:10px;display:inline-block;"> -
-
- - - - - - - -
/resources/image/demos/color-green.jpg');width: 73px;height: 73px;background-size: cover;margin-left: -10px;margin-top: -10px;margin-bottom: -10px;">

-
-
-
-
" onclick="document.getElementById('colors').value = 'red';updateColors();" style="width:256px;margin:10px;display:inline-block;"> -
-
- - - - - - - -
/resources/image/demos/color-red.jpg');width: 73px;height: 73px;background-size: cover;margin-left: -10px;margin-top: -10px;margin-bottom: -10px;">

-
-
-
-
" onclick="document.getElementById('colors').value = 'orange';updateColors();" style="width:256px;margin:10px;display:inline-block;"> -
-
- - - - - - - -
/resources/image/demos/color-orange.jpg');width: 73px;height: 73px;background-size: cover;margin-left: -10px;margin-top: -10px;margin-bottom: -10px;">

-
-
-
-
" onclick="document.getElementById('colors').value = 'purple';updateColors();" style="width:256px;margin:10px;display:inline-block;"> -
-
- - - - - - - -
/resources/image/demos/color-purple.jpg');width: 73px;height: 73px;background-size: cover;margin-left: -10px;margin-top: -10px;margin-bottom: -10px;">

-
-
-
-
" onclick="document.getElementById('colors').value = 'brown';updateColors();" style="width:256px;margin:10px;display:inline-block;"> -
-
- - - - - - - -
/resources/image/demos/color-brown.jpg');width: 73px;height: 73px;background-size: cover;margin-left: -10px;margin-top: -10px;margin-bottom: -10px;">

-
-
-
-
" onclick="document.getElementById('colors').value = 'white';updateColors();" style="width:256px;margin:10px;display:inline-block;"> -
-
- - - - - - - -
/resources/image/demos/color-white.jpg');width: 73px;height: 73px;background-size: cover;margin-left: -10px;margin-top: -10px;margin-bottom: -10px;">

-
-
-
- - - \ No newline at end of file + \ No newline at end of file -- cgit