-28%
Le deal à ne pas rater :
Précommande : Smartphone Google Pixel 8a 5G Double Sim 128Go ...
389 € 539 €
Voir le deal

Partagez
# Sam 21 Sep - 15:56
AdminAdminHeda/
PersonnageRécompenses
Messages : 188
Date d'inscription : 20/12/2018
Age : 34
Localisation : Polis
Premiers pas
Félicitations ! Tu as passé l’étape cruciale de la validation. Bon jeu !

Code:
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
   var all_checked = true;
   for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
      }
   }
   document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
   for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
      }
   }
}
</script>
<!-- END multi_selection -->

<div class="liste_sujet">
     <div class="titre_liste_sujet">
             {topics_list_box.row.L_TITLE}
     </div>
 
  <!-- END header_table --><!-- BEGIN header_row --><!-- END header_row -->

<!-- BEGIN topic -->
<div class="contenu_liste_sujet">
     <!-- BEGIN single_selection -->
   <div class="box_sujets">
             <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
     </div>
   <!-- END single_selection -->
 
     <img class="statut_sujet" title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
 
     <div class="sujets_liste">
             <h2 class="topic-title">
         <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
      </h2>
             Posté par {topics_list_box.row.TOPIC_AUTHOR}<br />
                <div class="description_liste_sujet">
                         <!-- BEGIN switch_description -->
            {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
         <!-- END switch_description -->
                </div>
             <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
     </div>
 
     <div class="dernier_message_sujet">
             {topics_list_box.row.REPLIES} messages
         
             <div class="dernier_mess_sujet">
                     {topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}
             </div>
     </div>
     
     <div class="clear"></div>
</div>

{topics_list_box.row.END_TABLE_STICKY}
 
 
<!-- BEGIN multi_selection --><!-- END multi_selection -->
   <!-- END topic --><!-- BEGIN no_topics --><!-- END no_topics --><!-- BEGIN bottom --></div>
   <span class="gensmall">{PAGINATION}</span><a href="#top">{L_BACK_TO_TOP}</a>
<!-- END bottom --><!-- BEGIN footer_table -->
<!-- END footer_table --><!-- BEGIN spacer --><!-- END spacer --><!-- END row --><!-- END topics_list_box -->

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Sauter vers: