14 define(
'IN_PEEL_ADMIN',
true);
15 include(
"../configuration.inc.php");
25 switch (
vb($_REQUEST[
'mode'])) {
45 $output .=
$GLOBALS[
'tplEngine']->createTemplate(
'global_success.tpl', array(
'message' => sprintf(
$GLOBALS[
'STR_ADMIN_TAILLES_MSG_CREATED_OK'],
vb($_POST[
'nom_' .
$_SESSION[
"session_langue"]]))))->fetch();
56 if (!
verify_token($_SERVER[
'PHP_SELF'] . $frm[
'mode'] . $frm[
'id'])) {
61 $output .=
$GLOBALS[
'tplEngine']->createTemplate(
'global_success.tpl', array(
'message' => sprintf(
$GLOBALS[
'STR_ADMIN_TAILLES_MSG_UPDATED_OK'],
vn($_POST[
'id']))))->fetch();
75 include(
$GLOBALS[
'repertoire_modele'] .
"/admin_haut.php");
77 include(
$GLOBALS[
'repertoire_modele'] .
"/admin_bas.php");
94 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
95 $frm[
'nom_' . $lng] =
"";
101 $frm[
'prix_revendeur'] =
"";
103 $frm[
'nouveau_mode'] =
"insere";
105 $frm[
'titre_bouton'] =
$GLOBALS[
'STR_ADMIN_TAILLES_CREATE'];
122 $qid =
query(
"SELECT *
127 return $GLOBALS[
'tplEngine']->createTemplate(
'global_error.tpl', array(
'message' =>
$GLOBALS[
'STR_ADMIN_TAILLES_NOT_FOUND']))->fetch();
131 $frm[
"nouveau_mode"] =
"maj";
132 $frm[
"titre_bouton"] =
$GLOBALS[
'STR_ADMIN_FORM_SAVE_CHANGES'];
145 $tpl =
$GLOBALS[
'tplEngine']->createTemplate(
'admin_formulaire_taille.tpl');
148 $tpl->assign(
'mode',
vb(
$frm[
'nouveau_mode']));
151 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
153 'nom' =>
$frm[
'nom_' . $lng]
157 $tpl->assign(
'STR_ADMIN_WEBSITE',
$GLOBALS[
'STR_ADMIN_WEBSITE']);
159 $tpl->assign(
'poids',
$frm[
'poids']);
160 $tpl->assign(
'prix', str_replace(
"-",
"",
$frm[
"prix"]));
161 $tpl->assign(
'site_symbole',
$GLOBALS[
'site_parameters'][
'symbole']);
162 $tpl->assign(
'prix_revendeur', str_replace(
"-",
"",
$frm[
"prix_revendeur"]));
163 $tpl->assign(
'signe',
$frm[
'signe']);
164 $tpl->assign(
'position',
$frm[
'position']);
165 $tpl->assign(
'titre_bouton',
$frm[
'titre_bouton']);
167 $tpl->assign(
'STR_BEFORE_TWO_POINTS',
$GLOBALS[
'STR_BEFORE_TWO_POINTS']);
168 $tpl->assign(
'STR_ADMIN_TAILLES_FORM_TITLE',
$GLOBALS[
'STR_ADMIN_TAILLES_FORM_TITLE']);
169 $tpl->assign(
'STR_ADMIN_LANGUAGES_SECTION_HEADER',
$GLOBALS[
'STR_ADMIN_LANGUAGES_SECTION_HEADER']);
170 $tpl->assign(
'STR_ADMIN_NAME',
$GLOBALS[
'STR_ADMIN_NAME']);
171 $tpl->assign(
'STR_ADMIN_VARIOUS_INFORMATION_HEADER',
$GLOBALS[
'STR_ADMIN_VARIOUS_INFORMATION_HEADER']);
172 $tpl->assign(
'STR_ADMIN_TAILLES_OVERWEIGHT',
$GLOBALS[
'STR_ADMIN_TAILLES_OVERWEIGHT']);
173 $tpl->assign(
'STR_ADMIN_TAILLES_OVERCOST',
$GLOBALS[
'STR_ADMIN_TAILLES_OVERCOST']);
174 $tpl->assign(
'STR_ADMIN_TAILLES_OVERCOST_RESELLER',
$GLOBALS[
'STR_ADMIN_TAILLES_OVERCOST_RESELLER']);
175 $tpl->assign(
'STR_ADMIN_TAILLES_SIGN',
$GLOBALS[
'STR_ADMIN_TAILLES_SIGN']);
176 $tpl->assign(
'STR_ADMIN_POSITION',
$GLOBALS[
'STR_ADMIN_POSITION']);
177 $tpl->assign(
'STR_ADMIN_GRAMS',
$GLOBALS[
'STR_ADMIN_GRAMS']);
178 return $tpl->fetch();
200 query(
"DELETE FROM peel_produits_tailles WHERE taille_id=" . intval(
$id));
204 query(
"DELETE FROM peel_stocks WHERE taille_id = '" . intval(
$id) .
"'");
206 return $GLOBALS[
'tplEngine']->createTemplate(
'global_success.tpl', array(
'message' => sprintf(
$GLOBALS[
'STR_ADMIN_TAILLES_MSG_DELETED_OK'], $col[
'nom_' .
$_SESSION[
'session_langue']])))->fetch();
217 $sql =
"INSERT INTO peel_tailles (
225 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
226 $sql .=
", nom_" . $lng;
231 , '" . intval(
$frm[
'position']) .
"'
236 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
254 $prix_revendeur =
$frm[
'signe'] .
$frm[
'prix_revendeur'];
257 $sql =
"UPDATE peel_tailles
259 , position = '" . intval(
$frm[
'position']) .
"'
261 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
277 $tpl =
$GLOBALS[
'tplEngine']->createTemplate(
'admin_liste_taille.tpl');
278 $tpl->assign(
'add_src',
$GLOBALS[
'administrer_url'] .
'/images/add.png');
279 $tpl->assign(
'drop_src',
$GLOBALS[
'administrer_url'] .
'/images/b_drop.png');
284 ORDER BY t.position ASC, t.prix ASC");
286 $tpl_results = array();
289 $tpl_results[] = array(
'tr_rollover' => tr_rollover(
$i,
true, null, null,
'sortable_'.$ligne[
'id']),
290 'nom' => (!empty($ligne[
'nom_' .
$_SESSION[
'session_langue']])?$ligne[
'nom_' . $_SESSION[
'session_langue']]:
'['.$ligne[
'id'].
']'),
291 'drop_href' =>
get_current_url(
false) .
'?mode=suppr&id=' . $ligne[
'id'],
292 'modif_href' =>
get_current_url(
false) .
'?mode=modif&id=' . $ligne[
'id'],
293 'prix' => ($ligne[
'prix'] != 0 ?
fprix($ligne[
'prix'],
true,
$GLOBALS[
'site_parameters'][
'code'],
false) :
"n.a"),
294 'prix_revendeur' => ($ligne[
'prix_revendeur'] != 0 ?
fprix($ligne[
'prix_revendeur'],
true,
$GLOBALS[
'site_parameters'][
'code'],
false) :
"n.a"),
295 'position' => $ligne[
'position'],
300 $tpl->assign(
'results', $tpl_results);
302 $GLOBALS[
'sortable_rpc'] =
'rpc_positions.php?mode=tailles';
303 $tpl->assign(
'STR_ADMIN_TAILLES_TITRE',
$GLOBALS[
'STR_ADMIN_TAILLES_TITRE']);
304 $tpl->assign(
'STR_ADMIN_WEBSITE',
$GLOBALS[
'STR_ADMIN_WEBSITE']);
305 $tpl->assign(
'STR_ADMIN_TAILLES_LIST_EXPLAIN',
$GLOBALS[
'STR_ADMIN_TAILLES_LIST_EXPLAIN']);
306 $tpl->assign(
'STR_ADMIN_TAILLES_CREATE',
$GLOBALS[
'STR_ADMIN_TAILLES_CREATE']);
307 $tpl->assign(
'STR_ADMIN_ACTION',
$GLOBALS[
'STR_ADMIN_ACTION']);
310 $tpl->assign(
'STR_ADMIN_RESELLER_PRICE',
$GLOBALS[
'STR_ADMIN_RESELLER_PRICE']);
311 $tpl->assign(
'STR_ADMIN_POSITION',
$GLOBALS[
'STR_ADMIN_POSITION']);
312 $tpl->assign(
'STR_ADMIN_DELETE_WARNING',
$GLOBALS[
'STR_ADMIN_DELETE_WARNING']);
314 $tpl->assign(
'STR_ADMIN_TAILLES_UPDATE',
$GLOBALS[
'STR_ADMIN_TAILLES_UPDATE']);
315 $tpl->assign(
'STR_ADMIN_TAILLES_NOTHING_FOUND',
$GLOBALS[
'STR_ADMIN_TAILLES_NOTHING_FOUND']);
316 return $tpl->fetch();
affiche_formulaire_ajout_taille(&$frm)
FONCTIONS.
get_site_name($site_ids, $skip_rights_check=false)
Retourne le nom d'un ou de plusieurs sites à partir de l'id.
insere_taille(&$frm)
Ajoute le taille dans la table taille.
get_current_url($with_get=true, $get_short_url=false, $take_away_get_args_array=null)
get_current_url()
affiche_formulaire_modif_taille($id, &$frm)
Affiche le formulaire de modification pour le taille sélectionné
get_site_id_select_options($selected_site_id=null, $selected_site_name=null, $display_first_option=null, $select_current_site_id_by_default=false)
Créer les options pour le select qui liste les noms de sites configurés en back office.
affiche_formulaire_taille(&$frm)
affiche_formulaire_taille()
affiche_liste_taille()
affiche_liste_taille()
nohtml_real_escape_string($value, $allowed_tags=null)
Protège les données pour insertion dans MySQL ET supprime les tags HTML pour protéger de toute sorte ...
if(!empty($_GET['id'])) if(isset($_POST['form_name'], $_POST['form_subject'], $_POST['form_text'], $_POST['form_lang'])&&empty($_GET['id'])) if(empty($_GET['id'])) $tpl
necessite_priv($priv, $demo_allowed=true, $configuration_modification=false)
Cette fonction vérifie si l'utilisateur a les privilèges de $priv.
get_filter_site_cond($table_technical_code, $table_alias=null, $use_strict_rights_if_in_admin=false, $specific_site_id=null, $exclude_public_items=false, $admin_force_multisite_if_allowed=false)
Retourne la condition SQL permettant de filtrer les données pour une table.
query($query, $die_if_error=false, $database_object=null, $silent_if_error=false, $security_sql_filter=true)
The query() function is meant to be called anywhere you want to make a query.
necessite_identification()
Si l'utilisateur n'est pas connecté à un compte, on affiche une page d'identification et arrête le sc...
num_rows($query_result)
num_rows()
fetch_assoc($query_result)
fetch_assoc()
supprime_taille($id)
supprime_taille()
get_form_token_input($name= 'general', $use_existing_token=true, $return_as_input_form=true)
get_form_token_input()
get_site_id_sql_set_value($site_ids)
Retourne la valeur SQL d'un champ INT ou SET suivant que ce soit un entier ou un tableau.
verify_token($name= 'general', $delay_in_minutes=60, $check_referer_if_set_by_server=true, $cancel_token=true, $minimum_wait_in_seconds_before_use=0)
Vérification de la validité d'un token Par défaut, un token est valide 1h, et utilisable 1 seule fois...
maj_taille($id, &$frm)
Met à jour le taille $id avec de nouvelles valeurs.
fprix($price, $display_currency=false, $currency_code_or_default=null, $convertion_needed_into_currency=true, $currency_rate=null, $display_iso_currency_code=false, $format=true, $force_format_separator=null, $add_rdfa_properties=false, $round_even_if_no_format=false)
fprix formatte le prix donné en le convertissant si nécessaire au préalable et en ajoutant éventuelle...
check_if_module_active($module_name, $specific_file_name=null)
Renvoie si un module est présent et activé ou non - Peut être appelé avant ou après le chargement d'u...
if(defined('IN_PEEL_ADMIN')||IN_INSTALLATION) $_SESSION['session_langue']