AccueilAccueil  RechercherRechercher  Dernières imagesDernières images  S'enregistrerS'enregistrer  Connexion  
-40%
Le deal à ne pas rater :
Tefal Ingenio Emotion – Batterie de cuisine 10 pièces (induction, ...
59.99 € 99.99 €
Voir le deal

Partagez | 
 

 VERSION ESSCREEN

Voir le sujet précédent Voir le sujet suivant Aller en bas 
AuteurMessage
Admin
Admin
Admin

Messages : 28
Date d'inscription : 09/03/2010

VERSION ESSCREEN Empty
MessageSujet: VERSION ESSCREEN   VERSION ESSCREEN EmptyDim 24 Juil - 11:46

INDEXBODY

Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<div class="tableauqueel"><center><img src="http://img685.imageshack.us/img685/7853/sansre7j.png"> </center> <table align="center" cellspacing="2" cellpadding="2" height= "300" width="1000" border="0" class="statistiques">    <tr>    <td style="width: 350px;" class="position_qeel"> 
    <center> <span class="chef"> <a href="http://vapore-dei-sospiri.bbactif.com/g2-immortale-si-ribella"><font color=#BA5664> immortale si rebella </font></a></span>
<span class="chef"> <a href="http://vapore-dei-sospiri.bbactif.com/g3-custodi-del-passato"><font color=#C4A9A8> ϟ CUSTODI DEL PASSATO</font></a></span><br>
<span class="chef"> <a href="http://vapore-dei-sospiri.bbactif.com/g5-mandati-del-destino"><font color=#E5D5E5> MANDATI DEL DESTINO </font></a></span>
<span class="chef"> <a href="http://vapore-dei-sospiri.bbactif.com/g6-sono-testimone"><font color=#DBCAB7> ϟ SONO TESTIMONE </font></a></span><br>
<span class="chef"> <a href="http://vapore-dei-sospiri.bbactif.com/g4-pnj"><font color=#DEB595>MAESTRO DEL DESTINO</font></a></span>

 <p align="justify"><span class="gensmall">    <span id="TOTALUSERS">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('TOTALUSERS').innerHTML=document.getElementById('TOTALUSERS').innerHTML.replace(/membre/,"habitant");</script>. <span class="gensmall"><span id="TOTALPOSTS">{TOTAL_POSTS}<script type="text/javascript">document.getElementById('TOTALPOSTS').innerHTML=document.getElementById('TOTALPOSTS').innerHTML.replace(/Nos membres ont posté un total de/,"Nos habitants ont partagé un petit verre de Pino et échangé pas moins de");</script><script type="text/javascript">document.getElementById('TOTALPOSTS').innerHTML=document.getElementById('TOTALPOSTS').innerHTML.replace(/messages/,"commentaires autour des touristes, de l'élection à venir et des derniers potins");</script>, il est dit en ville que le Sénateur Andreotti fréquente une jeune femme de Vérone, que de drôles de garçons débarqués de Venise ou de Rome se saoûlent toute la nuit dans les rues. Enfin bref, l'été arrive et les langues se délient</span>. <span id="NEWUSER">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('NEWUSER').innerHTML=document.getElementById('NEWUSER').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"La dernière âme à s'être installée se nomme");</script>, et nous lui souhaitons la bienvenue parmi nous et nous espérons qu'elle passera un agréable moment dans notre petite mais si charmante ville de l'amour.<br><br>

<span class="gensmall"><span id="TOTALONLINE">{TOTAL_USERS_ONLINE}</span><script type="text/javascript">document.getElementById('TOTALONLINE').innerHTML=document.getElementById('TOTALONLINE').innerHTML.replace(/utilisateur en ligne/,"habitant profitant du soleil et flânant dans les rues de notre belle ville de Vérone");</script><script type="text/javascript">document.getElementById('TOTALONLINE').innerHTML=document.getElementById('TOTALONLINE').innerHTML.replace(/utilisateurs en ligne/,"habitants profitant du soleil et flânant dans les rues de notre belle ville de Vérone");</script><script type="text/javascript">document.getElementById('TOTALONLINE').innerHTML=document.getElementById('TOTALONLINE').innerHTML.replace(/Enregistré/,"resident");</script><script type="text/javascript">document.getElementById('TOTALONLINE').innerHTML=document.getElementById('TOTALONLINE').innerHTML.replace(/Enregistrés/,"residents");</script><script type="text/javascript">document.getElementById('TOTALONLINE').innerHTML=document.getElementById('TOTALONLINE').innerHTML.replace(/Invisible et/,"habitant timide");</script><script type="text/javascript">document.getElementById('TOTALONLINE').innerHTML=document.getElementById('TOTALONLINE').innerHTML.replace(/Invisibles et /,"habitants timides");</script><script type="text/javascript">document.getElementById('TOTALONLINE').innerHTML=document.getElementById('TOTALONLINE').innerHTML.replace(/Invité/,"touriste");</script><script type="text/javascript">document.getElementById('TOTALONLINE').innerHTML=document.getElementById('TOTALONLINE').innerHTML.replace(/Invités/,"touristes");</script>

<span id="now">{LOGGED_IN_USER_LIST}</span><script type="text/javascript">document.getElementById('LOGGED').innerHTML=document.getElementById('LOGGED').innerHTML.replace(/Utilisateurs enregistrés/,"Véronais actuellement en visite de la ville"); </script></span></p><br></justify> 
    </center></td>

    <td  class="position_qeel" style="width: 300px; align:justify; vertical-align:top; padding-top:25px;"><table><tr><td style="width: 400px; align:justify; valign:top;">  {L_CONNECTED_MEMBERS}<script type="text/javascript"> document.getElementById('hanover').innerHTML=document.getElementById('hanover').innerHTML.replace(/Membres/,"résident"); </script></td></tr></table>  <br> <span class="texte">Vous êtes à Vérone, ville de l'amour et des mystères, Thybalt et Tosca vos <b>deux administratices</b> et Rachele <i>leur modératrice</i>, vous souhaitent la bienvenue. En cas de problème contactez, <b>Thybalt </b> et <b>Tosca</b> surnommés affectueusement papa et maman, et si jamais ils ne sont pas là adressez-vous à <i>Rachele</i>.</span><br><br>

<center><a href="http://vapore-dei-sospiri.bbactif.com/privmsg?mode=post&u=1"><img src="http://img812.imageshack.us/img812/8176/thyl.png" class="lumiere"></a> <a href="http://vapore-dei-sospiri.bbactif.com/privmsg?mode=post&u=2"><img src="http://img231.imageshack.us/img231/1159/sansre14p.png" class="lumiere"></a> <br>
<a href="http://vapore-dei-sospiri.bbactif.com/privmsg?mode=post&u=92"><img src="http://img687.imageshack.us/img687/2191/racheleh.png" class="lumiere"></a> </span></center><br>
<span class="texte">
<b>Vapore Dei Sospiri</b> est l'entière propriété de ses administratrices : <b>Tosca G. Dal Cappello</b> (Svety), <b>Thybalt A. Andreotti </b>(Pow). Toute copie ou tentative de <i>copie partielle ou totale sera passible de <u>poursuites</u></i>. Le <b>header actuellement en ligne</b> a été réalisé par <b>heartlessSCREEN</b>, la <i>page d'accueil et le CSS</i> par <b>Pow</b>.</span>

</td></tr></table></div><!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td> &nbsp;</td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
     status: true,
     cookie: true,
     xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->


<div style="position: absolute; top: 390px; left: 5px; ">

<div class="boxpa">
<center><img src="http://img192.imageshack.us/img192/2589/logocomuneverona.gif"><br><a class="election" href="http://vapore-dei-sospiri.bbactif.com/f91-vote-or-die">élection en cours</a><br></center>

<blockquote><a href="http://vapore-dei-sospiri.bbactif.com/t639-evenement-iv-election-municipale">✔</a> <b>Campagne</b><br>
<a href="UC">☑</a> Premier tour <a href="uc"></a><br>
<a href="UC">☑</a> Election <a href="uc"></a><br></blockquote><br></div>
</div>
<div style="position: absolute; top: 590px; left: 5px; ">
<div class="boxpa">
<div align="justify"><center><a class="election" href="http://vapore-dei-sospiri.bbactif.com/f91-vote-or-die">les candidatures </a><br><br></center>
<marquee scrollamount="2" scrolldelay="50" onmouseover="this.stop();" onmouseout="this.start();" height="110" direction="left">
<a href="http://vapore-dei-sospiri.bbactif.com/t635-qg-de-campagne-l-ulivo"><img src="http://img121.imageshack.us/img121/5641/virgile.jpg" border="0"></a> <a href="http://vapore-dei-sospiri.bbactif.com/t636-qg-de-campagne-forza-italia"><img src="http://img829.imageshack.us/img829/4795/victoriad.jpg" border="0"></a>  <a href="http://vapore-dei-sospiri.bbactif.com/t637-qg-de-campagne-udc"><img src="http://img847.imageshack.us/img847/3309/thybalt.png" border="0"></a> <a href="http://vapore-dei-sospiri.bbactif.com/t634-qg-de-campagne-reppublicani-europei"><img src="http://img14.imageshack.us/img14/3496/ugo.png" border="0"></a>
</MARQUEE>
</div></div>
</div>

<div style="position: absolute; top: 790px; left: 5px; ">
<div class="boxpa">
<center><a class="election" href="UC">la Repubblica</a><br><br></center>
<blockquote>
<div id="flisti-17602"><form method="post" action="http://flisti.com/17602/vote"><div style="font-weight: bold; margin-bottom: 10px">Avez-vous l'intention de voter ?</div><div><label><input name="answer" type="radio" value="71915" /> Oui</label></div><div><label><input name="answer" type="radio" value="71916" /> Non</label></div><div style="margin-top: 10px"><input type="submit" value="Vote!" style="margin-bottom: 0px"/> </form><blockquote>
</div>
</div></div>
<br>
Revenir en haut Aller en bas
https://testvapore.kanak.fr
Admin
Admin
Admin

Messages : 28
Date d'inscription : 09/03/2010

VERSION ESSCREEN Empty
MessageSujet: Re: VERSION ESSCREEN   VERSION ESSCREEN EmptyDim 24 Juil - 11:46

INDEXBOX

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>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><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="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">&nbsp;</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">
              <div class="milieu"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><center>{catrow.forumrow.FORUM_NAME}</center></a>            </div>
        </h{catrow.forumrow.LEVEL}></span>
<div class="milieu"><span class="gensmall">
              <blockquote><div class="lol">  <center> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></blockquote> </center></div>
<blockquote><div class ="descri"> {catrow.forumrow.FORUM_DESC}      </div></blockquote>        </td>
            <td class="row3 over" align="center" valign="middle" height="50">
       

               <div class ="descri">  <div class="mess"><span class="gensmall"><b>{catrow.forumrow.TOPICS} SUJETS </b>|<b> {catrow.forumrow.POSTS} MESSAGES</b> </span> </div>
      <div class="derni"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>   </tr></div>
   <!-- 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" /><!-- END tablefoot --><!-- END catrow -->
Revenir en haut Aller en bas
https://testvapore.kanak.fr
Admin
Admin
Admin

Messages : 28
Date d'inscription : 09/03/2010

VERSION ESSCREEN Empty
MessageSujet: Re: VERSION ESSCREEN   VERSION ESSCREEN EmptyDim 24 Juil - 11:47

topics_list_box

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

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th>
      <th align="center" nowrap="nowrap" width="80"> {topics_list_box.row.L_REPLIES} </th>
      <th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>
      <th align="center" nowrap="nowrap" width="50"> {topics_list_box.row.L_VIEWS} </th>
      <th align="center" nowrap="nowrap" width="150"> {topics_list_box.row.L_LASTPOST} </th>
      <!-- BEGIN multi_selection -->
      <th align="center" nowrap="nowrap" width="20"><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" /></th>
   <!-- END multi_selection -->
   </tr>
   <!-- BEGIN pagination -->
   <tr>
      <td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END pagination -->
   <!-- END header_table --><!-- BEGIN header_row -->
   <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
   </tr>
<!-- END header_row -->

<!-- BEGIN topic -->
{topics_list_box.row.END_TABLE_STICKY}
   <tr>
      <!-- BEGIN single_selection -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
      <!-- END single_selection -->
      <td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><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}" /></td>
      <!-- BEGIN icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
      <!-- END icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
         <div class="topictitle">
            {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}
            <h2 class="topic-title">
               <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
            </h2>
         </div>
         <!-- BEGIN switch_description -->
         <span class="genmed">
            <br />
            {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
         </span>
         <!-- END switch_description -->
         <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span> 
         <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
      </td>

      <td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.REPLIES}</span></td>
      <td class="row3" align="center" valign="middle"><span class="name"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span></td>
      <td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.VIEWS}</span></td>
      <td class="row3Right" onmouseover='this.className="row1"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span></td>
<!-- BEGIN multi_selection -->
      <td class="row2" align="center" valign="middle"><span class="postdetails"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
   <!-- END multi_selection -->
   </tr>
   <!-- END topic --><!-- BEGIN no_topics -->
   <tr>
      <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
   </tr>
   <!-- END no_topics --><!-- BEGIN bottom -->
   <tr>
      <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td> <span class="gensmall">{PAGINATION}</span></td>
               <td align="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
            </tr>
         </table>
      </td>
   </tr>
<!-- END bottom --><!-- BEGIN footer_table -->
</table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Revenir en haut Aller en bas
https://testvapore.kanak.fr
Admin
Admin
Admin

Messages : 28
Date d'inscription : 09/03/2010

VERSION ESSCREEN Empty
MessageSujet: viewforum_body   VERSION ESSCREEN EmptyDim 24 Juil - 11:48

viewforum_body

Code:
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" width="50">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" border="0" /></a>
         <!-- END switch_user_authpost -->
      </td>
      <td class="nav" valign="middle" width="100%"><div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div></td>
      <td class="gensmall" align="right" valign="bottom" nowrap="nowrap">
         <span class="nav">
            <script type="text/javascript">//<![CDATA[
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&f={FORUM_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
      </td>
   </tr>
</table>
{TOPICS_LIST_BOX}
<div id="info_open" style="display:''">
   <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
         <td class="row1" align="left" valign="top"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
         <td class="row1" align="right" valign="top"><span class="gensmall">{S_WATCH_FORUM}</span></td>
      </tr>
      <tr>
         <td class="row2" colspan="2" valign="top"><span class="gensmall"><b>{LOGGED_IN_USER_LIST}</b></span></td>
      </tr>
      <tr>
         <td class="row2" valign="top" width="150"><span class="gensmall"><b>{L_MODERATOR}:</b></span></td>
         <td class="row1" valign="top"><span class="gensmall">{MODERATORS}</span></td>
      </tr>
      <tr>
         <td class="row2" valign="top" width="150"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td class="nav" valign="middle" width="100%"><div class="nav"> <a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC_SECOND}</div></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
</div>

<div id="info_close" style="display:none">
   <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
         <td class="row1" colspan="2" align="right" valign="top"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
      </tr>
      <tr>
         <td class="row2" colspan="2" valign="top"><span class="gensmall"><b>{LOGGED_IN_USER_LIST}</b></span></td>
      </tr>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td class="nav" valign="middle" width="100%"><span class="nav"> <a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
</div>
   <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>

         <td align="left" valign="middle" width="50">
            <!-- BEGIN switch_user_logged_in -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}1" alt="{L_POST_NEW_TOPIC}" border="0" /></a>
            <!-- END switch_user_logged_in -->
         </td>
         <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span></td>

   </tr>
   <!-- BEGIN switch_legend -->
  <tr>
    <td colspan="2">
        <table border="0" align="center">
            <tr>
                <td align="center" valign="middle"><img src="{FOLDER_NEW_IMG}" alt="{L_FOLDER_NEW_IMG}" border="0" /><br>
                  <span class="gensmall">{L_FOLDER_NEW_IMG}</span></td>
                                              <td align="center" valign="middle"><img src="{FOLDER_IMG}" alt="{L_FOLDER_IMG}" border="0" /><br>
                <span class="gensmall">{L_FOLDER_IMG}</span>
              </td>
                <td align="center" valign="middle"><img src="{FOLDER_LOCKED_IMG}" alt="{L_FOLDER_LOCKED_IMG}" border="0" /><br>
                  <span class="gensmall">Topic Verrouillé</span></td>
            </tr>
        </table>
      <table width="300" border="0" align="center">
              <tr>
                <td align="center" valign="middle" ><img src="{FOLDER_STICKY_IMG}" alt="{L_FOLDER_STICKY_IMG}" border="0" /><br>
                <span class="gensmall">{L_FOLDER_STICKY_IMG}</span></td>
                <td align="center" valign="middle" ><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_FOLDER_ANNOUNCE_IMG}" border="0" /><br>
                <span class="gensmall">                {L_FOLDER_ANNOUNCE_IMG}</span></td>
              </tr>
            </table>
      <br></td>
  </tr>
  <!-- END switch_legend -->
 


</table>
      </form>
Revenir en haut Aller en bas
https://testvapore.kanak.fr
Admin
Admin
Admin

Messages : 28
Date d'inscription : 09/03/2010

VERSION ESSCREEN Empty
MessageSujet: Re: VERSION ESSCREEN   VERSION ESSCREEN EmptyDim 24 Juil - 11:49

viewtopic_body

Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
   _atc.cwait = 0;
   $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
         addthis_close();
         addthis_close();
      }
   });
});
//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>
      <td align="left" valign="middle" nowrap="nowrap">
         <!-- BEGIN switch_twitter_btn -->
         <span id="twitter_btn" style="margin-left: 6px; ">
         <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
         <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
         </span>
         <!-- END switch_twitter_btn -->
         <!-- BEGIN switch_fb_likebtn -->
         <span id="fb_likebtn" style="margin-left: 6px; ">
            <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
         </span>
         <!-- END switch_fb_likebtn -->
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
             | 
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr align="right">
      <td class="catHead" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title">
                  <h1 class="cattitle"> {TOPIC_TITLE}</h1>
               </td>
               <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN displayed -->
  <tr class="post">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
                    <center>{postrow.displayed.RANK_IMAGE}
      <div class="fondavatar">{postrow.displayed.POSTER_AVATAR}

<span class="pseudo"> <center><a name="{postrow.displayed.U_POST_ID}"></a>{postrow.displayed.POSTER_NAME}</center></span>
        <center>  <span class="rang"> {postrow.displayed.POSTER_RANK}</span> </center></div>
 <br><center>  <div class="fondavatar"> <div onClick="this.firstChild.value=(this.firstChild.value=='CHI SONO REALMENTE')?'ARRIVEDERCI':'CHI SONO REALMENTE';this.lastChild.style.display=(this.firstChild.value=='CHI SONO REALMENTE')?'none':'block';" style="text-align: center;"><input type="button" value="CHI SONO REALMENTE"/><div style="display: none; text-align: center;">
            <!-- BEGIN profile_field -->
        <span class="postdetails poster-profile">
            {postrow.displayed.profile_field.LABEL}
 {postrow.displayed.profile_field.CONTENT} {postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
            {postrow.displayed.POSTER_RPG}
         </span><br />
         <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}   <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr>
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                     <div>{postrow.displayed.MESSAGE}</div>

                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear"></div>
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>

                  </div>
                      <span class="gensmall" style="display:none">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
         <table border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
<br />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->

<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}<br />
         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>

      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>

      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />
            <input type="hidden" name="sid" value="{S_SID}" />
            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
Revenir en haut Aller en bas
https://testvapore.kanak.fr
Admin
Admin
Admin

Messages : 28
Date d'inscription : 09/03/2010

VERSION ESSCREEN Empty
MessageSujet: Re: VERSION ESSCREEN   VERSION ESSCREEN EmptyDim 24 Juil - 11:49

CSS


Code:
/* Menu navigation */

a.mainmenu img {
display:none;
}

a.mainmenu {
color: #D89B81;
font-family: arial;
font-weight: bold;
text-transform: uppercase; }

/* Menu navigation au survol de la souris */

a.mainmenu:hover {
color: #E1B04F;
font-family: arial;
font-weight: bold;
text-transform: uppercase;
}

/*--- Cette partie correspond à la description du forum ---*/

/*--- STATISTIQUES ---*/
.mystats_fa {
    padding: 5px;
    float:right;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}

/*  TITRE CATEGORIES    */

a.forumlink {
font-family: Times New Roman;
font-style: italic;
font-size: 30px;
letter-spacing: -2pt;
text-transform: lowercase;
text-shadow: 1px 1px 1px #B7A331;
color: #D89B81;
}

a.forumlink:hover {
font-family: Times New Roman;
font-style: italic;
font-size: 30px;
letter-spacing: -2pt;
text-transform: lowercase;
text-shadow: 1px 1px 1px #E1B04F;
color: #FAD15B;
}

/* DESCRIPTION CATEGORIE */

.descri {
font-size: 11px;
display:block
background: #FCF8FC;
border: #D89B81 1px solid;
padding-top:2px;
padding-bottom:2px;
padding-right:3px;
padding-left:3px;
padding: 5px
}

.descri:hover {
background: #FCF8FC;
display:block
border: #E1B04F 1px solid;
padding-top:2px;
padding-bottom:2px;
padding-right:3px;
padding-left:3px;
padding: 5px }

.lol {
text-transform:uppercase;
font-size:11px;
font-family: verdana;
color: #D89B81;
padding: 5px
}

.lol.hover {
text-transform:uppercase;
font-size:11px;
font-family: verdana;
color: #E1B04F;
padding: 5px
}


/* BORDURE FORUM */

.forumline { border: 1px solid #D89B81; }

.bodyline {
border-right: 2px #D89B81 solid;
border-top: 0px #D89B81 solid;
border-bottom: 0px #AD495C solid;
border-left: 2px #D89B81 solid; }

/* ENLEVER ESPACE AU SOMMET */
body {
margin-top:-5px;
margin-bottom:-10px;
}

/* PERSONNALISER QUOTE SPOLIER & CO */

.code {
display: inblock;
font-family: arial;
padding-bottom: 5px;
padding-top: 5px;
color: #987E59;
font-size: 12px;
border: 2px dotted #D89B81;
BACKGROUND-COLOR: #FCF8FC;
text-align: justify;
padding-left: 25px;
padding-right: 25px;
}

.spoiler {
display: inblock;
font-family: arial;
padding-bottom: 5px;
padding-top: 5px;
color: #987E59;
font-size: 12px;
border: 2px dotted #F6CB5C;
BACKGROUND-COLOR: #FCF8FC;
text-align: justify;
padding-left: 25px;
padding-right: 25px;
}

.quote {
display: inblock;
font-family: arial;
padding-bottom: 5px;
padding-top: 5px;
color: #987E59;
font-size: 12px;
border: 2px dotted #F6CB5C;
BACKGROUND-COLOR: #FCF8FC;
text-align: justify;
padding-left: 25px;
padding-right: 25px;
}

/* ENLEVER TOUS LES SOULIGNEMENTS */

a:hover{text-decoration: none !important;}
a {text-decoration: none !important;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}

/* CONTOUR AVATAR*/

.fondavatar {
background-image: url(http://img696.imageshack.us/img696/4596/w06vdk.png);
width: 205px;
padding: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-left: 3px solid #B9A279;
border-right: 3px solid #B9A279;
-moz-box-shadow: 1px 1px 3px grey;
-webkit-box-shadow: 1px 1px 3px grey;
text-align: justify;
opacity:0.5;
  -moz-opacity:0.5;
  -ms-filter:"alpha(opacity=50)";
  filter:alpha(opacity=50);}

.fondavatar:hover {
background-image: url(http://img696.imageshack.us/img696/4596/w06vdk.png);
width: 205px;
padding: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-left: 3px solid #C89055;
border-right: 3px solid #C89055;
-moz-box-shadow: 1px 1px 3px grey;
-webkit-box-shadow: 1px 1px 3px grey;
text-align: justify;
  opacity:1;
  -moz-opacity:1;
  -ms-filter:"alpha(opacity=100)";
  filter:alpha(opacity=100); }

/* MODIFIER POLICE PSEUDO */

.pseudo {
text-transform:lowercase;
font-family: times new roman;
font-style: italic;
text-align: center;
font-weight: bold;
font-size: 35px;
letter-spacing: -2pt;
text-shadow: 1px 1px 1px #919191;


.rang {
text-transform:lowercase;
font-family: verdana;
text-align: center;
font-size: 11px;
letter-spacing: -1pt;


/* JUSTIFIER LES MESSAGES*/

.postbody, td.row1 span.gensmall {
text-align: justify !important;
display: block;
}


/* JUSTIFICATION ET MARGE AUTO */

.postbody {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align:justify;
}

.mess {
background-color : #FCF8FC
color : #A92C86 }

.derni {
background-color : #FCF8FC
color : #A92C86 }

.milieu{
margin-bottom: -20px; }

/** QEEL par Pow **/

.statistiques{
text-align:justify;
border:0px;
background-image: url("");
background-repeat: no-repeat;
background-position: center;
height:400px;
width:700px;}

.position_qeel{
text-align:justify;
valign:top;
}

.chef{
font-style: italic;
font-weight: bold; 
font-family: times new roman;
font-size: 22px;
letter-spacing : -1px;
text-transform: lowercase;
text-decoration: none !important;}

.tableauqueel{
background: #FDF8F4;
-moz-border-radius: 2px;
-webit-border-radius: 2px;
border-radius: 2px;
border: 2px solid #FDF8F4; }

.texte{
text-align:justify; 
font-size: 9px;
}

img.lumiere {
  opacity:0.5;
  -moz-opacity:0.5;
  -ms-filter:"alpha(opacity=50)";
  filter:alpha(opacity=50);
}

img.lumiere:hover {
  opacity:1;
  -moz-opacity:1;
  -ms-filter:"alpha(opacity=100)";
  filter:alpha(opacity=100);
}


/* PA */

.titre {
font-family: Times New Roman;
font-style: italic;
font-size: 50px;
letter-spacing: -2pt;
text-transform: lowercase;
text-shadow: 1px 1px 1px #B7A331;
color: #D89B81;
text-align: center;
}

.contexte {
font-size: 11px;
background: #FCF8FC;
border: #D89B81 1px solid;
}

.navigation {
font-size: 18px;
border-left: 20px solid #CD9773;
border-right: 20px solid #CD9773;
text-transform: uppercase;
font-family: times new roman;
color: white;
text-decoration: none;
background-color: #CD9773;
text-align: center;
}

.evenement {
font-size: 10px;
color: #6A4B36;
letter-spacing: 0;
line-height: 10px;
word-spacing: -1pt;
text-align: justify;
}
/** module **/

.boxpa{
background-image: url(http://img696.imageshack.us/img696/4596/w06vdk.png);
font-family: arial;
font-size: 11px;
text-align: justify;
color: #3C2822;
margin: 15;
padding: 10px;
padding-left: 10px;
height: auto;
width: 200px;
padding: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-left: 3px solid #B9A279;
border-right: 3px solid #B9A279;
-moz-box-shadow: 1px 1px 3px grey;
-webkit-box-shadow: 1px 1px 3px grey;
text-align: justify;
opacity:0.5;
  -moz-opacity:0.5;
  -ms-filter:"alpha(opacity=50)";
  filter:alpha(opacity=50);}

.boxpa:hover {
background-image: url(http://img822.imageshack.us/img822/2337/hahann.jpg);
font-family: arial;
font-size: 11px;
text-align: justify;
color: #3C2822;
width: 200px;
padding: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-left: 3px solid #C89055;
border-right: 3px solid #C89055;
-moz-box-shadow: 1px 1px 3px grey;
-webkit-box-shadow: 1px 1px 3px grey;
text-align: justify;
  opacity:1;
  -moz-opacity:1;
  -ms-filter:"alpha(opacity=100)";
  filter:alpha(opacity=100);
}

a.election {
font-family: Times New Roman;
font-style: italic;
font-weight: bold;
font-size: 30px;
letter-spacing: -2pt;
text-transform: lowercase;
color: #0061AA;
text-align: center;
}

a.election:hover {
font-family: Times New Roman;
font-style: italic;
font-size: 30px;
font-weight: bold;
letter-spacing: -2pt;
text-transform: lowercase;
color: #E7C278;
text-align: center;
}
Revenir en haut Aller en bas
https://testvapore.kanak.fr
Admin
Admin
Admin

Messages : 28
Date d'inscription : 09/03/2010

VERSION ESSCREEN Empty
MessageSujet: Re: VERSION ESSCREEN   VERSION ESSCREEN EmptyDim 24 Juil - 11:49

PA
Code:
<DIV align=center> <div class ="titre"><B>❝ vapore dei sospiri</B></DIV></div><br>
 <div class ="navigation"><A class=postlink href="http://vapore-dei-sospiri.bbactif.com/reglement-contexte-f1/reglement-t6.htm" target=_blank><font color="white">RÈGLEMENT</font></A>  Ϟ  <A class=postlink href="http://vapore-dei-sospiri.bbactif.com/personnages-predefinis-f5/" target=_blank><font color="white">SCENARII</font></A>  Ϟ  <A class=postlink href="http://vapore-dei-sospiri.bbactif.com/gli-passaporti-f7/" target=_blank><font color="white">PRESENTATION</font></A>  Ϟ  <A class=postlink href="http://vapore-dei-sospiri.bbactif.com/guide-du-forum-f4/les-avatars-pris-t30.htm" target=_blank><font color="white">BOTTIN</font></A>  Ϟ  <A class=postlink href="http://vapore-dei-sospiri.bbactif.com/nos-potes-f34/demandes-de-partenariats-t14.htm#372/" target=_blank><font color="white">AFFILIATES</font></A></FONT></FONT></DIV></SPAN></div>
<blockquote><blockquote><table><tr>
<TD> <div class ="contexte"><DIV align=justify><blockquote><FONT face=Arial> <font color="#AD495C"><strong>IL ETAIT UNE FOIS</strong> </font></strong> - <FONT color=#6A4B36>Je m'appelle Giulietta. J'ai eu bien des prénoms, bien des vies, bien des histoires, mais toujours le même visage et toujours la même silhouette fluette. A ma naissance, je figurais parmi les femmes les plus grandes de ma génération. Ma mère s'en arrachait les cheveux. Comment une fille si grande allait-elle pouvoir attirer un mari ? Moi je m'en foutais, mon coeur était déjà pris. Mon bien-aimé, mon amour, mon âme-soeur, mon Romeo. Il était bien plus grand que moi, ça aurait plu à ma mère. Ca lui aurait plu s'il n'avait pas été celui qu'il était : le rejeton d'une famille de crétins. Et en Italie, on plaisante pas avec ces choses-là. Ca peut vite virer au bain de sang. C'était en 1206. Oh ? J'ai oublié de le préciser ? Je m'appelle Giulietta et je suis née en 1191. Je ne suis pas un vampire, je suis juste une âme. Une âme voyageant à travers le temps et l'espace à la recherche de celui qu'on m'a arraché trop tôt, trop vite. Romeo. <A class=postlink href="http://vapore-dei-sospiri.bbactif.com/t546-contexte-et-groupes" target=_blank><FONT color=#AD495C><strong>► LA SUITE</strong></FONT></A> </blockquote></FONT></FONT></DIV></DIV></TD></tr></table></blockquote></blockquote>



<table border=0 width=680><tr>

<td align="left"><div class ="contexte"><TABLE border=0 width=300>
 <div class ="navigation">WORLD WIDE WEB</div>
<TR><td align=center> <img src="http://img837.imageshack.us/img837/3294/sansre2jw.png" width="297" height="148" usemap="WWW" border="0">
<map name="WWW">
<area shape="poly" coords="192,26,215,36,207,62,181,51,192,29,192,26" title="FACEBOOK VDS" href="http://www.facebook.com/pages/Vapore-Dei-Sospiri/144081895667145/">
<area shape="poly" coords="238,72,267,86,274,107,254,114,232,101,232,77,238,72,238,72" title="QUESTION INVITES" href="http://vapore-dei-sospiri.bbactif.com/f87-domanda-ospite/">
<area shape="poly" coords="61,8,111,9,87,73,62,9,61,8" title="HIGHWAY TO HEAVEN href="http://highwaytoheaven.forumactif.org/" >
<area shape="poly" coords="118,11,148,49,89,70,114,11,118,11" title="CITTA ETERNA" href="http://citta-eterna.bbactif.com/">
<area shape="poly" coords="151,51,153,102,92,74,147,53,151,51" title="SPN HIGHWAY TO HELL" href="http://spn-highwaytohell.forumsactifs.net/">
<area shape="poly" coords="89,75,110,135,147,102,93,76,88,79,89,75" title="mange moi">
<area shape="poly" coords="107,139,51,133,84,79,108,138,107,139" title="la place est libre">
<area shape="poly" coords="21,91,83,73,52,134,16,89,21,91" title="mais encore">
<area shape="poly" coords="21,45,84,75,18,91,24,48,21,45" title="a toi de jouer">
<area shape="poly" coords="25,41,56,11,85,70,26,44,25,41" title="AMICI">
</map>
<BR>
<a href="http://vapore-dei-sospiri.bbactif.com/nos-potes-f34/nos-potes-t15.htm" class="postlink" target="_blank" rel="nofollow"><font color="#6A4B36"><strong>en voir plus?</font></strong></a> - <a href="http://vapore-dei-sospiri.bbactif.com/nos-potes-f34/demandes-de-partenariats-t14.htm#372" class="postlink" target="_blank" rel="nofollow"><strong><font color="#6A4B36">join the pizza's club?</font></strong></a> </SPAN>

</TD></TR> </TABLE></td></div>

<td align="LEFT"><div class ="contexte"><TABLE border=0 width=270>
 <div class ="navigation">ÉVÈNEMENT EN COURS</div>
<TR><BR><CENTER><img src="http://img845.imageshack.us/img845/7219/sansre1ww.png"></CENTER><div class ="evenement"><BLOCKQUOTE>Quelques jours avant l'ouverture des bureaux de votes, la campagne pour le poste de <b>Maire bat son plein</b>. Citoyen avisé votez ! Les programmes des candidats sont à votre disposition, n'hésitez pas à participer aux débats qui auront lieu ou encore aux meetings !<A class=postlink href="http://vapore-dei-sospiri.bbactif.com/t638-panneau-d-affichage#28570" target=_blank><FONT color=#AD495C><strong> ► VOTEZ</strong></FONT></A> </div></BLOCKQUOTE>
</TR> </TABLE></td></TR> </TABLE>


<table border=0 width=680><tr>

<td align="left"><div class ="contexte"><TABLE border=0 width=300>
 <div class ="navigation">LES NEWS DU FORUM</div>
<TR><blockquote> <FONT SIZE="1">
<font color="#6A4B36">❧ APERTO IL 14/02/2010</font>, VDS est un forum qui tient la route ! <font color="#6A4B36"> Nous demandons un bon niveau de RP</font> ainsi qu'une certaine activité. Afin de respecter cette volonté, chaque RP doit faire <font color="#6A4B36">au moins 20 lignes</font>.</br>
<font color="#6A4B36">❧ FORUM OPTIMISE POUR </font> <img src="http://img54.xooimage.com/files/b/0/f/e6651dc9729061cc1...-d2lzzdt-26c5d4d.gif">. <br></FONT><FONT SIZE="5">
<CENTER><font face="Georgia"> <A href="http://www.root-top.com/topsite/coop/in.php?ID=2253"><font color="#AD495C">☎</font></A> <A href="http://www.root-top.com/topsite/obsession27/in.php?ID=14058"><font color="#AD495C">☎</font></A> <A href="http://www.root-top.com/topsite/lilie/in.php?ID=5657"><font color="#AD495C">☎</font></A> <A href="http://www.root-top.com/topsite/candymiam/in.php?ID=4925"><font color="#AD495C">☎</font></A></CENTER></FONT>
</blockquote>
</TR> </TABLE></td></div>

<td align="LEFT"><div class ="contexte"><TABLE border=0 width=270>
 <div class ="navigation">LES PLUS ATTENDUS</div>
<TR><BR><td class="flow">
<marquee scrollamount="2" scrolldelay="50" onmouseover="this.stop();" onmouseout="this.start();" height="110" direction="left">
<a target="MICHAELIS ARES" href="http://vapore-dei-sospiri.bbactif.com/t625-m-crawford-you-re-my-destiny-and-my-nightmare"> <img src="http://img96.imageshack.us/img96/10/chacei.png" border="0"/></a> <a target="BENVOLIO DAL CAPPELLO" href="http://vapore-dei-sospiri.bbactif.com/t632-m-julian-schratter-il-est-gentil-mais-on-a-du-mal-a-se-concentrer-quand-il-est-dans-la-piece"><img src="http://img13.imageshack.us/img13/6064/julianl.png" border="0"/></a> <a target="ELEONORA VESARI" href="http://vapore-dei-sospiri.bbactif.com/t571-f-keira-knightley-eleonora-vesari"><img src="http://img96.imageshack.us/img96/8862/keirak.png" border="0"/></a> <a target="ABRAHAM DAL CAPPELLO" href="http://vapore-dei-sospiri.bbactif.com/t631-m-nicolas-bemberg-uc"><img src="http://img696.imageshack.us/img696/4091/nicolasd.png" border="0"/></a></MARQUEE>
</td>

</TR> </TABLE></td>
</TR> </TABLE>
Revenir en haut Aller en bas
https://testvapore.kanak.fr
Contenu sponsorisé




VERSION ESSCREEN Empty
MessageSujet: Re: VERSION ESSCREEN   VERSION ESSCREEN Empty

Revenir en haut Aller en bas
 

VERSION ESSCREEN

Voir le sujet précédent Voir le sujet suivant Revenir en haut 

 Sujets similaires

-
» VERSION ESSCREEN
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
 ::  :: ❝campo marzio-
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forumactif.com