AccueilAccueil  CalendrierCalendrier  Dernières imagesDernières images  FAQFAQ  RechercherRechercher  MembresMembres  GroupesGroupes  S'enregistrerS'enregistrer  ConnexionConnexion  
-21%
Le deal à ne pas rater :
LEGO® Icons 10329 Les Plantes Miniatures, Collection Botanique
39.59 € 49.99 €
Voir le deal

Partagez
 

 template sujets

Aller en bas 
AuteurMessage
Admin
Admin
Admin
Messages : 19
Date d'inscription : 10/03/2023

template sujets Empty
MessageSujet: template sujets   template sujets Empty2023-03-21, 22:53

template sujets

<!-- BEGIN topics_list_box -->
<!-- BEGIN row -->
<!-- BEGIN header_table -->
<div class="cat_titre">
LES ÉCHANGES
</div>
<!-- BEGIN multi_selection -->
<script type="text/javascript">

function check_uncheck_main_{ topics_list_box.row.header_table.BOX_ID } ()
{
alert('MAIN');

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 } ()
{
alert('ALL');

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 -->


<!-- BEGIN multi_selection -->
<input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox"
name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
<!-- END multi_selection -->

<!-- END header_table -->



<!-- BEGIN topic -->


<div class="af_suj1">
<div class="af_suj2">
<img 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>
<div class="af_suj3">
<div class="suj_stat">{topics_list_box.row.REPLIES} REP.</div>

<div class="suj_stat">{topics_list_box.row.VIEWS} VUES</div>
</div>
<div class="af_suj4">
<div class="suj_titre">
{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}<ba>
{topics_list_box.row.TOPIC_TYPE}</ba>

<a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
</div>
<div class="af_suj5">
<div class="suj_auteur">
— {topics_list_box.row.TOPIC_AUTHOR}
</div>
<div class="suj_pagination">
<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>
<div class="suj_description">
<!-- BEGIN switch_description -->
{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
<!-- END switch_description -->
</div>
</div>

<div class="af_suj6">
<!-- BEGIN avatar -->
{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}
<!-- END avatar -->
</div>
<div class="af_suj7">
<span>{topics_list_box.row.LAST_POST_TIME}</span>
<div>{topics_list_box.row.LAST_POST_AUTHOR}
{topics_list_box.row.LAST_POST_IMG}</div>
</div>

<!-- BEGIN single_selection -->
<input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}"
{topics_list_box.row.L_SELECT} />
<!-- END single_selection -->
</div>

<!-- END topic -->
<!-- BEGIN no_topics -->
<li class="row row1">
<dl>
<dt><strong>{topics_list_box.row.L_NO_TOPICS}</strong></dt>
</dl>
</li>
<!-- END no_topics -->
<!-- BEGIN bottom -->
<!-- END bottom -->
<!-- BEGIN spacer -->
<!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->
Revenir en haut Aller en bas
https://longstoryshort.forumactif.com
Admin
Admin
Admin
Messages : 19
Date d'inscription : 10/03/2023

template sujets Empty
MessageSujet: Re: template sujets   template sujets Empty2023-03-21, 23:06

le template qui fonctionne comme je veux:




LES ÉCHANGES




function check_uncheck_main_{ topics_list_box.row.header_table.BOX_ID } ()
{
alert('MAIN');

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 } ()
{
alert('ALL');

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;
}
}
}






name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />











alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />


{topics_list_box.row.REPLIES} REP.


{topics_list_box.row.VIEWS} VUES




{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}
{topics_list_box.row.TOPIC_TYPE}


{topics_list_box.row.TOPIC_TITLE}




{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}


— {topics_list_box.row.TOPIC_AUTHOR}


{topics_list_box.row.GOTO_PAGE}
{topics_list_box.row.TOPIC_NAV_TREE}









{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}



{topics_list_box.row.LAST_POST_TIME}
{topics_list_box.row.LAST_POST_AUTHOR}
{topics_list_box.row.LAST_POST_IMG}




{topics_list_box.row.L_SELECT} />







  • {topics_list_box.row.L_NO_TOPICS}








  • Revenir en haut Aller en bas
    https://longstoryshort.forumactif.com
     
    template sujets
    Revenir en haut 
    Page 1 sur 1

    Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
    long story short :: Administration :: Votre 1er forum-
    Sauter vers: