salut. je suis une bite en phph ( ça commence bien )
je voudrai placer la navigation par numéro de page en haut exactement comme elle l'est en bas ( voir ici de quoi je parle : http://androids974.xooit.com/viewt [...] &start=570 )
aller à la page truc ...
je dois modifier un fichier TPL , je le fais sous le blox notes ( j'ai que ça )
j'aimerai que cette feature soit en haut de la page sous la ligne auteur/message. à l'opposé du < sur le vif
j'ai pigé que je doit placer une partie de ce code
Code :
- <table align="CENTER" width="900" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <th colspan="2" class="thTop" height="25" nowrap="nowrap"><table align="LEFT" width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td align="LEFT" valign="TOP"><span class="genmed"><a href="{U_VIEW_NEWER_TOPIC}" class="genmed">Voir le sujet suivant</a><br /><a href="{U_VIEW_OLDER_TOPIC}" class="genmed">Voir le sujet précédent</a></span></td>
- <td align="RIGHT" valign="TOP"><span class="gensmall">{PAGE_NUMBER}<br />
- {PAGINATION}</span></td>
- </tr>
- <tr align="LEFT" valign="TOP">
- <td colspan="2"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> > <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
- </tr>
- </table></th>
- </tr>
- </table>
|
à l'intereiru de celui ci, mais je ne trouve pas à quelle ligne ou ce qu'il y aurait à modifier
Code :
- <table align="CENTER" class="forumline" width="900" cellspacing="1" cellpadding="5" border="0">
- <tr>
- <th class="thCornerL" width="150" height="26" nowrap="nowrap">Auteur</th>
- <th class="thTop" nowrap="nowrap">Message</th>
- </tr>
- <tr>
- <th colspan="6" align="left" height="28" class="nav" nowrap="nowrap"><a class="nav" href="{U_VIEW_FORUM}"><</a> <a class="nav" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></th>
- </tr>
- {POLL_DISPLAY}
|
si vous avez une solution