Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,379 @@
/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from Common-Services Co., Ltd.
* Use, copy, modification or distribution of this source file without written
* license agreement from the SARL SMC is strictly forbidden.
* In order to obtain a license, please contact us: contact@common-services.com
* ...........................................................................
* INFORMATION SUR LA LICENCE D'UTILISATION
*
* L'utilisation de ce fichier source est soumise a une licence commerciale
* concedee par la societe Common-Services Co., Ltd.
* Toute utilisation, reproduction, modification ou distribution du present
* fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
* expressement interdite.
* Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
* ...........................................................................
*
* @package SoNice Retour
* @author Alexandre D.
* @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
* @license Commercial license
* Support by mail : support.sonice@common-services.com
*/
hr {
border-bottom: 1px solid silver;
background-color: transparent;
height: 1px;
width: 30%;
margin-bottom: 20px;
}
#conf-account td {
text-align: center;
font-weight: bold;
padding-left: 50px;
}
form p {
margin: 0;
}
fieldset, .margin-form, p {
color: black;
}
.sne_licenceContact a {
color: #ff502d;
}
.clean {
clear: both;
margin: 0;
padding: 0;
height: 0;
}
.cleaner {
clear:both;
margin:5px;
}
.sohint {
min-height: 32px;
background: #BDE5F8 url(../img/icon-info.png) no-repeat 6px 6px;
border: 1px solid #00529B;
padding: 8px 5px 5px 50px;
border-radius: 3px;
color: black;
}
.sohint a {
font-weight: bold;
}
.font-red {
color: red;
}
.im_cmd_input {
font-family: "Lucida Console", Monaco, monospace;
width: 75%;
height: 20px;
}
table tbody tr td p {
height: 15px;
}
.sne_licence {
color: #ff502d;
font-weight: bold;
}
.sne_licenceContact {
font-weight: bold;
}
.sne_logo {
margin: 40px 0;
}
.sne_module_name {
font-size: 4em;
}
.sne_orange {
color: #ff502d;
}
.sne_grey {
color: #8c8c8c;
}
.sne_black {
color: black;
}
.sne_typo {
font-size: 1em;
margin-top: -4px;
}
.sne_typo_conftab {
font-size: 1em;
}
.sne_typo_conftab table tbody tr td p span, .sne_typo_conftab p span {
color: red;
font-size: 2em;
vertical-align: -7px;
margin-left: 5px;
}
.sne_typo_conftab table {
margin-top: -6px;
}
.sne_typo_conftab table td {
padding-right: 15px;
}
.sne_typo_conftab table td input, .sne_typo_conftab .connectParam {
width: 300px;
padding: 5px;
border: 1px solid #DDDDDD;
/*Applying CSS3 gradient*/
background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 20px);
background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
/*Applying CSS 3radius*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
/*Applying CSS3 box shadow*/
-moz-box-shadow: 0 0 2px #DDDDDD;
-webkit-box-shadow: 0 0 2px #DDDDDD;
box-shadow: 0 0 2px #DDDDDD;
}
.sne_typo_conftab .connectParam {
width: 100px;
}
.sne_documentation_list {
margin-left: 50px;
margin-bottom: 20px;
text-align: center;
}
.sne_documentation_list td {
width: 50px;
}
.sne_documentation_list img {
cursor: pointer;
}
.sne_documentation_warning {
width: 100% !important;
float: left;
cursor: default !important;
margin-top: 5px;
}
.sne_documentation_warning span {
font-size: 1.2em;
}
.submitconf {
float: right;
margin: 20px;
width: 150px;
}
.sne-info p
{
font-size:1.1em;
}
.add-weight img, .remove-weight img
{
position: relative;
top: -3px;
border:1px solid gainsboro;
padding: 2px;
cursor:pointer;
background-color:whitesmoke;
border-radius:2px;
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
}
.add-weight img:hover, .remove-weight img:hover
{
border:1px solid lavender;
background-color: lightgray;
}
.arrow-next {
width: 15px;
vertical-align: -5px;
margin: 0 10px;
}
.sne-info-level-error
{
min-height: 32px;
background: #FFBABA url('../../img/icon-cancel.png') no-repeat 6px 6px;
border: 1px solid #CC0000;
padding: 8px 5px 5px 50px;
border-radius: 3px;
}
.sne-info-level-warn
{
min-height: 32px;
background: #FEEFB3 url('../../img/icon-attention.png') no-repeat 6px 6px;
border: 1px solid #9e6014;
padding: 8px 5px 5px 50px;
border-radius: 3px;
}
.sne-info-level-ok
{
min-height: 32px;
background: #DFF2BF url('../img/icon-valid.png') no-repeat 6px 6px;
border: 1px solid #4F8A10;
padding: 8px 5px 5px 50px;
border-radius: 3px;
}
.sne-info-text-error
{
color:red;
font-weight:bold;
}
.sne-info-text-warn
{
color:#9e6014;
font-weight:bold;
}
.sne-info-text-ok {
color: #4F8A10;
}
.so-warning {
font-size: 12px;
margin-top: 5px;
display: block;
color: navy;
}
#sne_configuration_div hr {
border-top: 1px solid #ccc !important;
margin: 20px;
}
#conf-carrier_mapping img {
height: 20px;
vertical-align: -5px;
}
#conf-tare input {
margin: 0 5px;
}
#sneTab {
margin-bottom: 51px;
}
#menuTab {
float: left;
padding: 0;
margin: 0;
text-align: left;
background-color: #efefef;
padding: 10px;
border-top: 1px solid gainsboro;
border-left: 1px solid gainsboro;
border-right: 1px solid gainsboro;
}
#menuTab li {
float: left;
text-align: left;
min-width: 145px;
height: 35px;
display: inline;
margin: 3px;
padding: 0 10px 15px 15px;
background: #EFEFEF;
font-weight: bold;
cursor: pointer;
}
#menuTab li span {
position: relative;
top: 10px;
font-weight: bold;
}
#menuTab li.menuTabButton.selected {
border-bottom: 3px solid #6495ED;
padding-bottom: 12px;
}
#menuTab li.menuTabButton:hover {
cursor: pointer;
background: #6495ED;
opacity: 0.7;
}
#fieldset_2 select {
margin: 0 5px;
padding: 2px;
}
.sne_multi_select {
width: 250px;
height: 250px;
}
.sne_multi_select_heading {
width: 560px;
text-align: center;
letter-spacing: 300px;
}
.sne_move {
cursor: pointer;
padding:5px;
border:1px solid transparent;
}
.sne_move:hover {
padding:5px;
border:1px solid silver;
background-color:#ffe1d3;
}
.sne_sep {
margin: 100px 20px 0 20px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}

View File

@@ -0,0 +1,219 @@
/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from Common-Services Co., Ltd.
* Use, copy, modification or distribution of this source file without written
* license agreement from the SARL SMC is strictly forbidden.
* In order to obtain a license, please contact us: contact@common-services.com
* ...........................................................................
* INFORMATION SUR LA LICENCE D'UTILISATION
*
* L'utilisation de ce fichier source est soumise a une licence commerciale
* concedee par la societe Common-Services Co., Ltd.
* Toute utilisation, reproduction, modification ou distribution du present
* fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
* expressement interdite.
* Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
* ...........................................................................
*
* @package SoNice Retour
* @author Alexandre D.
* @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
* @license Commercial license
* Support by mail : support.sonice@common-services.com
*/
/* QTIP */
#sonice_configuration label.tip span {
text-decoration: none;
font-style: inherit;
border-bottom: 1px dashed rgba(255, 150, 0, 0.40);
padding-bottom: 2px;
cursor: pointer;
}
/* PS15x */
.hint {
display: block !important;
}
.col-lg-8 {
width: 66.66667%;
float: left;
}
#_form input[type="text"],
#_form input[type="tel"],
#_form input[type="email"],
#_form input[type="search"],
#_form input[type="password"],
#_form textarea,
#_form select {
/*display: block;*/
/*width: 100%;*/
/*height: 27px;*/
padding: 4px 8px;
font-size: 12px;
/*line-height: 1.42857;*/
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
/* PS16x */
#conf-carrier_mapping select {
display: inline;
width: 60%;
}
#conf-carrier_mapping img {
height: 20px;
vertical-align: -5px;
}
#conf-tare .col-lg-9 input {
width: 60px;
display: inline;
}
#conf-tare img {
height: 20px;
}
#conf-address .input-group-addon, #conf-address p span {
color: red;
font-weight: bold;
font-size: 14px;
}
.help-block {
color: #00aff0 !important;
}
.sne_orange {
color: #ff502d;
}
.sne_grey {
color: #8c8c8c;
}
.sne_black {
color: black;
}
.sne_documentation_list {
margin-left: 50px;
margin-bottom: 20px;
text-align: center;
}
.sne_documentation_list td {
width: 50px;
}
.sne_documentation_list img {
cursor: pointer;
}
.sne_documentation_warning {
width: 100% !important;
float: left;
cursor: default !important;
margin-top: 5px;
}
.sne_documentation_warning span {
font-size: 1.2em;
}
.connectParam {
/*width: 150px !important;*/
}
.add-weight img, .remove-weight img
{
position: relative;
top: -3px;
border:1px solid gainsboro;
padding: 2px;
cursor:pointer;
background-color:whitesmoke;
border-radius:2px;
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
margin-left: 10px;
}
.add-weight img:hover, .remove-weight img:hover
{
border:1px solid lavender;
background-color: lightgray;
}
.im_cmd_input {
font-family: "Lucida Console", Monaco, monospace !important;
display: inline !important;
width: 70% !important;
height: 27px !important;
}
.arrow-next {
width: 15px;
vertical-align: -5px;
margin: 0 10px;
}
.sne_multi_select {
width: 250px !important;
height: 250px !important;
}
.sne_multi_select_heading {
width: 560px;
text-align: center;
letter-spacing: 300px;
}
.sne_move {
cursor: pointer;
padding:5px;
border:1px solid transparent;
}
.sne_move:hover {
padding:5px;
border:1px solid silver;
background-color: whitesmoke;
}
.sne_sep {
margin: 80px 20px 0 20px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.alert.alert-info {
line-height: 1.6em;
border: 1px solid transparent !important;
border-left: 3px solid #81cfe6 !important;
}
.alert.alert-info a {
font-weight: bold;
}

View File

@@ -0,0 +1,11 @@
<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,432 @@
/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from Common-Services Co., Ltd.
* Use, copy, modification or distribution of this source file without written
* license agreement from the SARL SMC is strictly forbidden.
* In order to obtain a license, please contact us: contact@common-services.com
* ...........................................................................
* INFORMATION SUR LA LICENCE D'UTILISATION
*
* L'utilisation de ce fichier source est soumise a une licence commerciale
* concedee par la societe Common-Services Co., Ltd.
* Toute utilisation, reproduction, modification ou distribution du present
* fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
* expressement interdite.
* Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
* ...........................................................................
*
* @package SoNice Retour
* @author Alexandre D.
* @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
* @license Commercial license
* Support by mail : support.sonice@common-services.com
*/
hr {
border: 1px solid gainsboro;
}
.hint {
display: block !important;
}
.sne_table_split {
margin: 30px 0 40px;
}
.sne_douchette {
vertical-align: middle;
margin-right: 5px;
}
.session_btn_slip {
background-color: #F8F8F8;
border: 1px solid #CCCCCC;
margin-bottom: 10px;
padding: 5px 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
width: 150px;
text-align: center;
cursor: pointer;
float: right;
}
.session_btn_slip:hover {
background-color: #fff;
border: 1px inset #ccc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
}
.pageTitle button {
font-size: 16px;
padding: 5px;
}
.send_exp {
border: 1px solid gray;
padding: 1px;
background-color: #DFF2BF;
cursor: pointer;
}
.send_exp:hover {
background-color: #EFF8DF;
}
.etq_selector {
height: 30px;
width: 200px;
}
.edit {
cursor: pointer;
}
.weight input, .weight_product input {
text-align: right;
}
#sne_labels_session tbody input {
border: 1px solid transparent;
background-color: transparent;
box-shadow: none;
width: 95%;
}
#sne_labels_session tbody input:focus {
border: 1px solid green;
background-color: white;
}
#sne_labels_session tbody .weight input:focus, #sne_labels_session tbody .weight_product input:focus {
text-align: left;
}
#sne_labels_availables tbody tr:nth-child(even) {
background-color: whitesmoke;
}
.edit_on {
border: 1px solid green !important;
background-color: white !important;
}
table tr th:nth-child(2) {
width: 50px;
}
table tbody tr:hover {
background-color: lemonchiffon !important;
}
#tab-listing table tr th:nth-child(3) {
width: 95px;
}
#tab-listing table tr th:nth-child(4) {
width: 85px;
}
#tab-listing table tr th:nth-child(5) {
width: 140px;
}
#tab-listing table tr th:nth-child(6) {
width: 220px;
}
#tab-listing table tr th:nth-child(7) {
width: 160px;
}
#tab-listing table tr th:nth-child(9) {
width: 50px;
}
#tab-listing table tr th:nth-child(10) {
width: 50px;
}
#table_exp th:nth-child(2), #table_exp th:nth-child(3) {
width: 100px;
}
thead tr th img {
vertical-align: baseline;
cursor: pointer;
}
.send_package {
text-align: center;
}
.send_package img {
top: -3px;
border:1px solid gainsboro;
padding: 2px;
cursor:pointer;
background-color:whitesmoke;
border-radius:2px;
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
}
.barcode-div {
height: 50px;
float: right;
}
.barcode-div span {
font-size: 18px;
margin-right: 10px;
vertical-align: middle;
}
.barcode-input {
width: 200px;
height: 30px;
}
.send_package img:hover {
border:1px solid lavender;
background-color: lightgray;
}
.validated_row {
background-color: #EFF8DF;
}
.validated_row2 {
background-color: #DFF2BF;
}
.label span, .label a {
color: navy;
}
.id_order:hover, .id_order a:hover {
color: blue;
text-decoration: underline;
}
.no_orders {
text-align: center;
}
#sneTab {
margin-top: 20px;
}
#menuTab {
float: left;
padding: 0;
margin: 0;
text-align: left;
background-color: #efefef;
padding: 10px;
border-top: 1px solid gainsboro;
border-left: 1px solid gainsboro;
border-right: 1px solid gainsboro;
}
#menuTab li {
float: left;
text-align: left;
min-width: 150px;
height: 35px;
display: inline;
margin: 3px;
padding: 0 10px 15px 15px;
background: #EFEFEF;
font-weight: bold;
cursor: pointer;
}
#menuTab li span {
position: relative;
top: 10px;
font-weight: bold;
}
#menuTab li.menuTabButton.selected {
border-bottom: 3px solid #6495ED;
padding-bottom: 12px;
}
#menuTab li.menuTabButton:hover {
cursor: pointer;
background: #6495ED;
opacity: 0.7;
}
.clean {
clear: both;
margin: 0;
padding: 0;
height: 0;
}
.cleaner {
clear: both;
margin: 10px 0;
padding: 0;
height: 0;
}
.sne_logo {
margin: 40px 0;
}
.product_list {
background-color: whitesmoke;
}
.product_list > :first-child {
background-color: white;
border-right: 1px solid gainsboro;
}
.product_list > :first-child:hover {
background-color: white;
}
.product_list > :last-child {
background-color: whitesmoke;
}
.product_list > :last-child:hover {
background-color: whitesmoke;
}
.product_list table {
background-color: whitesmoke;
border: none;
}
.product_list table td:nth-child(1) {
width: 50px;
}
.product_list table td:nth-child(2) {
width: 120px;
}
.product_list table td:nth-child(3) {
width: 50%;
}
.product_list table td:nth-child(4) {
width: 50px;
}
.product_list table td:nth-child(5) {
width: 50px;
}
.error_detected {
background-color: lightcoral;
}
.ta img {
cursor: pointer;
}
.product_list table td {
border-bottom: none;
}
.product_list td table tr:nth-child(1) td {
border-bottom: 1px solid gainsboro;
}
.sne_logo > img {
margin-top: -30px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.page {
color: black;
margin-right: 5px;
}
.page img {
vertical-align: initial;
cursor: pointer;
}
#listing_orders tbody tr td > img {
height: 32px;
}
#listing_orders tbody tr:nth-child(even) {
background-color: #EFF8DF;
}
#listing_orders tbody tr:nth-child(odd) {
background-color: #DFF2BF;
}
.pageTitle h3 input {
font-size: 18px;
margin-top: 15px;
float: right;
width: 350px;
}
.button_disabled {
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(opacity=50);
}
.container {
height: 50px;
border: 1px solid gainsboro;
background-color: #ccc;
margin-bottom: 15px;
background-color: #F8F8F8;
border: 1px solid #CCCCCC;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
text-align: center;
}
.container div {
margin-top: 8px;
}
#session_selection select, #session_fusion select {
margin-top: 10px;
height: 30px;
font-size: 16px;
}
#session_selection select {
vertical-align: 2px;
}
#new_sesseion_name {
width: 200px;
height: 30px;
}
.toolbar_btn .separator {
height: 40px;
border-left: 3px solid gray;
width: 3px;
margin-left: 20px;
}
.sne_sep {
width: 1px;
height: 100%;
background-color: gainsboro;
margin: 0 10px;
}

View File

@@ -0,0 +1,177 @@
/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from Common-Services Co., Ltd.
* Use, copy, modification or distribution of this source file without written
* license agreement from the SARL SMC is strictly forbidden.
* In order to obtain a license, please contact us: contact@common-services.com
* ...........................................................................
* INFORMATION SUR LA LICENCE D'UTILISATION
*
* L'utilisation de ce fichier source est soumise a une licence commerciale
* concedee par la societe Common-Services Co., Ltd.
* Toute utilisation, reproduction, modification ou distribution du present
* fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
* expressement interdite.
* Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
* ...........................................................................
*
* @package SoNice Retour
* @author Alexandre D.
* @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
* @license Commercial license
* Support by mail : support.sonice@common-services.com
*/
#tab-orders .divider:hover {
background-color: transparent;
border: none;
cursor: default;
}
.bootstrap code {
background-color: transparent;
}
.sne_table_split {
margin: 30px 0 40px;
}
thead tr th img {
vertical-align: baseline;
cursor: pointer;
}
#tab-session .well {
text-align: center;
}
#sne_labels_session tbody input {
border: 1px solid transparent;
background-color: transparent;
box-shadow: none;
width: 95%;
}
#sne_labels_session tbody input:focus {
border: 1px solid green;
background-color: white;
}
#sne_labels_session tbody .weight input:focus, #sne_labels_session tbody .weight_product input:focus {
text-align: left;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.current_obj {
font-weight: bold;
font-size: 18px;
}
.page input, .page select {
display: inline;
width: 100px;
}
.edit_on {
border: 1px solid green !important;
background-color: white !important;
}
.product_list {
background-color: whitesmoke;
}
.product_list > :first-child {
background-color: white;
border-right: 1px solid gainsboro;
}
.product_list table td:nth-child(1) {
width: 50px;
}
.product_list table td:nth-child(2) {
width: 120px;
}
.product_list table td:nth-child(3) {
width: 50%;
}
.product_list table td:nth-child(4) {
width: 50px;
}
.product_list table td:nth-child(5) {
width: 50px;
}
.ta img {
cursor: pointer;
}
.product_list table td {
border-bottom: none;
}
.product_list td table tr:nth-child(1) td {
border-bottom: 1px solid gainsboro;
}
.sne_douchette {
vertical-align: middle;
margin-right: 5px;
}
.send_package {
text-align: center;
}
.send_exp {
border: 1px solid gray;
padding: 1px;
background-color: #DFF2BF;
cursor: pointer;
}
.send_exp:hover {
background-color: #EFF8DF;
}
.navbar-header a {
cursor: default;
}
.navbar-right li {
border: 1px solid #f8f8f8;
min-width: 50px;
border-width: 1px;
font-size: 11px;
cursor: pointer;
display: block;
float: left;
padding: 3px 5px;
white-space: nowrap;
text-shadow: 0 1px 0 #ffffff;
}
.navbar-right li:hover {
background-color: #fff;
border: 1px inset #ccc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
}
.validated_row {
background-color: #DFF2BF;
}
.validated_row2 {
background-color: #EFF8DF;
}

View File

@@ -0,0 +1,114 @@
/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from Common-Services Co., Ltd.
* Use, copy, modification or distribution of this source file without written
* license agreement from the SARL SMC is strictly forbidden.
* In order to obtain a license, please contact us: contact@common-services.com
* ...........................................................................
* INFORMATION SUR LA LICENCE D'UTILISATION
*
* L'utilisation de ce fichier source est soumise a une licence commerciale
* concedee par la societe Common-Services Co., Ltd.
* Toute utilisation, reproduction, modification ou distribution du present
* fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
* expressement interdite.
* Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
* ...........................................................................
*
* @package SoNice Retour
* @author Alexandre D.
* @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
* @license Commercial license
* Support by mail : support.sonice@common-services.com
*/
#container {
width: 1100px;
}
.toolbar-placeholder {
position: relative;
}
.toolbarBox {
background-color: #F8F8F8;
border: 1px solid #CCCCCC;
margin-bottom: 10px;
padding: 5px 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
position: relative;
}
.toolbarBox ul.cc_button {
float: right;
margin: 0 5px 0 0;
padding: 0;
}
.toolbarBox ul.cc_button li {
color: #666666;
float: left;
height: 48px;
list-style: none outside none;
padding: 1px 1px 3px 4px;
text-align: center;
}
.toolbarBox a.toolbar_btn {
border: 1px solid #f8f8f8;
min-width: 50px;
border-width: 1px;
font-size: 11px;
cursor: pointer;
display: block;
float: left;
padding: 3px 5px;
white-space: nowrap;
text-shadow: 0 1px 0 #ffffff;
}
.toolbarBox a.toolbar_btn:hover {
background-color: #fff;
border: 1px inset #ccc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
}
.toolbarBox .pageTitle {
margin-left: 10px;
line-height: 48px;
}
.toolbarBox .pageTitle h3 {
font-size: 1.6em;
font-weight: normal;
line-height: 52px;
margin: 0;
padding: 0;
text-shadow: 0 1px 0 #fff;
}
.table_grid {
width: 100%;
}
.table td span.color_field {
font-size: 11px;
padding: 2px 5px;
border-radius: 3px;
text-transform: uppercase;
color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.listing_order, #sne_labels_availables tr {
background-color: white;
}

View File

@@ -0,0 +1,11 @@
<?php
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
header('Location: ../');
exit;

View File

@@ -0,0 +1,99 @@
h2 {
font-size: 1.3em;
text-align: start;
}
.label-checkbox {
text-align: left;
float: none;
font-size: 1.2em;
color: navy;
opacity: 0.8;
padding: 5px;
}
#menuTab {
float: left;
margin: 0;
text-align: left;
background-color: #efefef;
padding: 10px;
border-top: 1px solid #CCC;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
}
#menuTab li {
text-align: left;
float: left;
min-width: 150px;
height: 35px;
display: inline;
padding: 0 10px 15px 15px;
margin: 5px;
background: #EFEFEF;
font-weight: bold;
cursor: pointer;
}
#menuTab li span {
position: relative;
top: 10px;
font-weight: bold;
letter-spacing: 1px;
color: gray;
}
#menuTab li.menuTabButton.selected {
border-bottom: 3px solid #6495ED;
margin-bottom: 2px;
}
#menuTab li.menuTabButton:hover {
cursor: pointer;
background: #6495ED;
opacity: 0.7;
}
#ps16_tabs_separator {
clear:both;
}
#tabList div:first-child ul {
list-style-type: disc;
margin: 0 0 0 20px;
padding: 1em;
}
#tabList div:first-child hr {
width: 30%;
}
.row {
background: none;
}
div.col-lg-1 {
width: 8.33333%;
float: left;
text-align: center;
}
div.col-lg-11 {
width: 91.66667%;
float: left;
margin-bottom: 15px;
}
.form-group {
margin-bottom: 15px;
}
/* info class for PS 14x */
body:not([style]) .info {
font-weight: 700;
margin: 0 0 10px 0;
line-height: 20px;
}

View File

@@ -0,0 +1,26 @@
#menuTab li {
max-width: 210px;
min-width: 160px;
display: inline-block !important;
border-bottom: 3px solid transparent;
margin-right: 20px;
height: 55px;
}
#menuTab li.menuTabButton.selected {
border-bottom: 3px solid #6495ED;
}
#menuTab li a:focus, #menuTab li a:visited {
background: none;
}
#ps16_tabs_separator {
clear:both;
border-bottom: 4px solid whitesmoke;
margin: 10px 0;
}
div.col-lg-1 {
text-align: center;
}

View File

@@ -0,0 +1,212 @@
/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from Common-Services Co., Ltd.
* Use, copy, modification or distribution of this source file without written
* license agreement from the SARL SMC is strictly forbidden.
* In order to obtain a license, please contact us: contact@common-services.com
* ...........................................................................
* INFORMATION SUR LA LICENCE D'UTILISATION
*
* L'utilisation de ce fichier source est soumise a une licence commerciale
* concedee par la societe Common-Services Co., Ltd.
* Toute utilisation, reproduction, modification ou distribution du present
* fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
* expressement interdite.
* Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
* ...........................................................................
*
* @package SoNice Retour
* @author Alexandre D.
* @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
* @license Commercial license
* Support by mail : support.sonice@common-services.com
*/
#sonice_retour_env {
margin-top: 10px;
}
#product_drop {
background-color: white;
}
#actionButton {
display: inline;
text-align: center;
list-style: none;
}
#actionButton li {
/*width: 70px;*/
margin-left: 10px;
float: right;
cursor: pointer;
}
#sonice_retour_return {
margin-bottom: 10px;
}
#sonice_retour_return a {
font-size: 24px;
font-weight: bold;
padding: 10px;
}
#sonice_retour_landing_area tr td {
background-color: white;
border: 1px dashed black;
}
#sonice_retour_landing_area div {
display: table-cell;
vertical-align: middle;
text-align: center;
width: 10000px;
}
#sonice_retour_loader {
text-align: center;
display: none;
border: 1px solid gray;
border-radius: 3px;
background-color: white;
font-size: 12px;
font-weight: normal;
margin: 0 0 10px 0;
line-height: 20px;
padding: 13px 5px 5px 40px;
min-height: 28px;
color: gray;
clear: both;
margin-top: 40px;
}
#sonice_retour_loader img {
width: 35px;
}
.bootstrap .toolbar_btn {
height: 55px;
}
.bootstrap .toolbar_btn:hover {
color: black;
border-color: white;
background-color: white !important;
text-decoration: none;
}
.cen
.float-right {
float: right;
}
.sohint {
min-height: 32px;
background: #BDE5F8 url(../img/icon-info.png) no-repeat 6px 6px;
border: 1px solid #00529B;
padding: 8px 5px 5px 50px;
border-radius: 3px;
color: black;
}
.sonice_retour_unselectedTable {
outline: none;
}
.sonice_retour_unselectedTable tbody tr td {
text-align: center;
}
.sonice_retour_selectedTable {
outline: 2px solid #739334;
}
.sonice_retour_desc {
width: 60%;
display: block;
}
.metadata-command dl dt select {
height: 30px;
}
/*
* Design Action Button
*/
.etg_action_button {
float: right;
/*margin: 0 30px 0 0;*/
padding: 0;
}
.etg_action_button li {
color: #666666;
float: left;
height: 48px;
list-style: none outside none;
padding: 1px 1px 3px 4px;
text-align: center;
}
.etg_action_button a.toolbar_btn {
color: black;
border: 1px solid transparent;
min-width: 60px;
font-size: 11px;
cursor: pointer;
display: block;
float: left;
padding: 3px 5px;
white-space: nowrap;
text-shadow: 0 1px 0 #ffffff;
}
.etg_action_button a.toolbar_btn:hover {
background-color: #fff;
border: 1px inset #ccc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
}
/*
* From PS 1.5
*/
dl {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.metadata-command {
background-color: transparent;
}
.metadata-command dl {
float: left;
margin-left: 10px;
}
.metadata-command dl dt, .metadata-command dl dd {
color: #585A69;
float: left;
margin: 0;
padding-right: 10px;
}
.metadata-command dl dd {
font-weight: bold;
}
@media (max-width: 860px) {
.sonice_retour_desc {
display: none;
}
}