Skip to content
Extraits de code Groupes Projets
Valider 5eb9d0ac rédigé par cerdic's avatar cerdic
Parcourir les fichiers

Echaffaudage des pages de l'espace privé pour les nouveaux objets :

fournir un squelette de boite info minimale par defaut lorsqu'aucun n'est defini pour l'objet affiché
parent 9f79a24a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -728,6 +728,7 @@ prive/objets/editer/traductions.html -text ...@@ -728,6 +728,7 @@ prive/objets/editer/traductions.html -text
prive/objets/infos/article.html -text prive/objets/infos/article.html -text
prive/objets/infos/article_fonctions.php -text prive/objets/infos/article_fonctions.php -text
prive/objets/infos/auteur.html -text prive/objets/infos/auteur.html -text
prive/objets/infos/objet.html -text
prive/objets/infos/rubrique.html -text prive/objets/infos/rubrique.html -text
prive/objets/liste/articles-trad.html -text prive/objets/liste/articles-trad.html -text
prive/objets/liste/articles.html -text prive/objets/liste/articles.html -text
......
...@@ -191,6 +191,8 @@ function f_boite_infos($flux) { ...@@ -191,6 +191,8 @@ function f_boite_infos($flux) {
$args = $flux['args']; $args = $flux['args'];
$type = $args['type']; $type = $args['type'];
unset($args['row']); unset($args['row']);
if (!trouver_fond($type,"prive/objets/infos/"))
$type = 'objet';
$flux['data'] .= recuperer_fond("prive/objets/infos/$type",$args); $flux['data'] .= recuperer_fond("prive/objets/infos/$type",$args);
return $flux; return $flux;
} }
......
...@@ -1263,6 +1263,7 @@ avez fait des modifications importantes de graphisme ou de structure du site.', ...@@ -1263,6 +1263,7 @@ avez fait des modifications importantes de graphisme ou de structure du site.',
'titre_cadre_forum_interne' => 'Forum interne', 'titre_cadre_forum_interne' => 'Forum interne',
'titre_cadre_interieur_rubrique' => 'À l\'intérieur de la rubrique', 'titre_cadre_interieur_rubrique' => 'À l\'intérieur de la rubrique',
'titre_cadre_numero_auteur' => 'AUTEUR NUMÉRO', 'titre_cadre_numero_auteur' => 'AUTEUR NUMÉRO',
'titre_cadre_numero_objet' => '@objet@ NUMÉRO :',
'titre_cadre_signature_obligatoire' => '<b>Signature</b> [Obligatoire]<br />', 'titre_cadre_signature_obligatoire' => '<b>Signature</b> [Obligatoire]<br />',
'titre_compacter_script_css' => 'Compactage des scripts et CSS', 'titre_compacter_script_css' => 'Compactage des scripts et CSS',
'titre_compresser_flux_http' => 'Compression du flux HTTP', 'titre_compresser_flux_http' => 'Compression du flux HTTP',
......
<div class='infos'>
#SET{texte_objet,#ENV{type}|objet_info{texte_objet}|_T}
<div class='numero'><:titre_cadre_numero_objet{objet=#GET{texte_objet}}:><p>[(#ENV{id}|generer_info_entite{#ENV{type},[(#ENV{type}|id_table_objet)],'**'})]</p></div>
</div>
...@@ -93,7 +93,7 @@ li .puce_article_popup, li.puce_breve_popup,li.puce_site_popup { padding: 0; } ...@@ -93,7 +93,7 @@ li .puce_article_popup, li.puce_breve_popup,li.puce_site_popup { padding: 0; }
/* generique */ /* generique */
#voir { overflow: hidden; } #voir { overflow: hidden; }
#navigation .infos .numero { font-size: x-small;font-weight: bold; text-align: center; } #navigation .infos .numero { font-size: x-small;font-weight: bold; text-align: center; text-transform:uppercase;}
#navigation .infos .numero p { font-size: x-large; margin:5px 0;color:#333; font-family: verdana, helvetica, arial, sans; } #navigation .infos .numero p { font-size: x-large; margin:5px 0;color:#333; font-family: verdana, helvetica, arial, sans; }
#navigation .infos .noinfo { color:#ddd;} #navigation .infos .noinfo { color:#ddd;}
#contenu .bandeau_actions { margin:5px 0;clear:both; } #contenu .bandeau_actions { margin:5px 0;clear:both; }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter