Commande
Elément à coder : Catégories :)
Adresse du forum : http://osteo-lille.forumetudiant.net/
Description du résultat voulu :
PSD : Je fournirai le PSD par MP à la personne qui prendra en charge ma commande !
Autres précisions : En fait il y a "juste" la partie codage à réaliser (chose que je ne sais absolument pas faire :p). N'hésitez pas apporter des modifications par rapport à mon aperçu si c'est trop compliqué ou trop long à faire.
Autre petite précision : Je vais garder le système d'onglet de mon forum, mon template a donc été modifié :
Merci beaucoup et Bon weekend,
mimizZ .
Elément à coder : Catégories :)
Adresse du forum : http://osteo-lille.forumetudiant.net/
Description du résultat voulu :
PSD : Je fournirai le PSD par MP à la personne qui prendra en charge ma commande !
Autres précisions : En fait il y a "juste" la partie codage à réaliser (chose que je ne sais absolument pas faire :p). N'hésitez pas apporter des modifications par rapport à mon aperçu si c'est trop compliqué ou trop long à faire.
Autre petite précision : Je vais garder le système d'onglet de mon forum, mon template a donc été modifié :
- Général > Index_Box:
- Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br />
</span>
<!-- END switch_user_logged_in -->
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
</td>
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<!-- AJOUT DES ONGLETS
Code par Vic_Le_Faucheur, mise en place par 'Christa
http://www.never-utopia.com/t26304-
-->
<table id="conteneur_onglets">
<tr>
<td OnClick="change_categorie(1)"><img src="http://img11.hostingpics.net/pics/573843Accueil.png" alt="" /></td>
<td OnClick="change_categorie(2)"><img src="http://img11.hostingpics.net/pics/441817ISO1.png" alt="" /></td>
<td OnClick="change_categorie(3)"><img src="http://img11.hostingpics.net/pics/331784iso2.png" alt="" /></td>
<td OnClick="change_categorie(4)"><img src="http://img11.hostingpics.net/pics/786219ISO3.png" alt="" /></td>
<td OnClick="change_categorie(5)"><img src="http://img11.hostingpics.net/pics/159427ISO4.png" alt="" /></td>
<td OnClick="change_categorie(6)"><img src="http://img11.hostingpics.net/pics/266777ISO5.png" alt="" /></td>
</tr>
</table>
<!-- FIN DES ONGLETS -->
<!-- SCRIPT NECESSAIRE AU FONCTIONNEMENT DES ONGLETS -->
<script type="text/javascript">
function change_categorie(numero)
{
if($('.categorie:eq('+(numero-1)+')').size() != 0)
{
$('.categorie').css("display","none");
$('#conteneur_onglets .actif').removeClass("actif");
$('#conteneur_onglets td:eq('+(numero-1)+')').addClass("actif");
$('.categorie:eq('+(numero-1)+')').fadeIn();
}
else
{
alert("Vous n'avez pas accès à cette catégorie")
}
}
$("document").ready(function()
{
if($(".categorie").size() > 1)
{
if($("#conteneur_onglets").is("table"))
{
$("#conteneur_onglets").css("display","table");
}
else
{
$("#conteneur_onglets").css("display","block");
}
}
change_categorie(1);
})
</script>
<!-- FIN DU SCRIPT -->
<!-- BEGIN catrow --><!-- BEGIN tablehead --><!-- AJOUT --><div class="categorie"><!-- FIN AJOUT --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
<th nowrap="nowrap" width="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</th>
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
</span>
</h{catrow.forumrow.LEVEL}>
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</span>
</td>
<td class="row3" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.TOPICS}</span>
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- AJOUT --></div><!-- FIN AJOUT --><!-- END tablefoot --><!-- END catrow -->
Merci beaucoup et Bon weekend,
mimizZ .
Dernière édition par mimizZ le Jeu 15 Déc 2011 - 22:29, édité 1 fois