Advertisement
Guest User

FAQ

a guest
Apr 29th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.57 KB | None | 0 0
  1. [easyembed field="JSHideShowDiv"]
  2.  
  3. <div id="page-center">
  4.  
  5. <div><img onmouseover="this.src='http://dastousgroupeconseil.com/wp-content/uploads/2012/03/Titre_FAQ_2_petite.jpg';" onmouseout="this.src='http://dastousgroupeconseil.com/wp-content/uploads/2012/03/Titre_FAQ_petite.jpg';" src="http://dastousgroupeconseil.com/wp-content/uploads/2012/03/Titre_FAQ_petite.jpg" alt="" /></div>
  6.  
  7.  
  8.  
  9. <div>
  10.  
  11. Vous recherchez une information? Les questions les plus fréquemment posées sont recensées dans cette FAQ. Divisée en trois thèmes, « Entrepreneurs », « Contrôleurs » et « Responsables technique », elle vous permettra de trouver la réponse à votre question.
  12. </div>
  13.  
  14. <!-- ++++++++++++++++  Section Entrepreneur ++++++++++++++++++++++ -->
  15. <h1 style="text-align: left;"><strong>Entrepreneurs</strong></h1>
  16. <div class="cont-a-la-une">
  17. <div class="masque-image-a-la-une"><img src="http://dastousgroupeconseil.com/wp-content/themes/dgc-nmedia/images/masque-image-de-une.png" alt="" /></div>
  18. <div class="image-a-la-une"><img class="alignnone size-full wp-image-6283" title="image-a-la-une-3" src="http://dastousgroupeconseil.com/wp-content/uploads/2012/03/entrepreneur_FAQ_2.jpg" alt="" width="225" height="206" /></div>
  19. </div>
  20. <div class="right-content">
  21. <table width="400">
  22. <tbody>
  23. <tr>
  24. <td align="left">
  25. <?php
  26.  global $post;
  27. $args = array( 'numberposts' => 4, 'offset'=> 0, 'category' => 140 );
  28. $myposts = get_posts( $args );
  29. foreach( $myposts as $post) : setup_postdata($post); ?>
  30.    
  31. <a href="<?php the_permalink(); ?>" target='_blank' ><?php the_excerpt(); ?></a>
  32. <?php endforeach; wp_reset_postdata();  ?>
  33. </td>
  34. </tr>
  35.  
  36. <tr>
  37. <td align="left">
  38. <div id="monBloc" style="display: none;">
  39.  
  40. <?php
  41.  global $post;
  42. $args = array( 'numberposts' => ((get_category('140')->category_count)-4), 'offset'=> 4, 'category' => 140 );
  43. $myposts = get_posts( $args );
  44. foreach( $myposts as $post) : setup_postdata($post); ?>
  45.  
  46.     <a href="<?php the_permalink(); ?>" target='_blank' ><?php the_excerpt(); ?></a>
  47. <?php endforeach; wp_reset_postdata();  ?>
  48. </div>
  49. </td>
  50. </tr>
  51. <tr>
  52. <td align="right">
  53. <input  style="cursor: pointer; font-size: 13px; color: #black; border: 0; background: #7ac144;" id="displayBloc" type="button" value=" PLUS DE QUESTIONS" />
  54.  
  55. </td>
  56. </tr>
  57. </tbody>
  58. </table>
  59. </div>
  60.  
  61.  
  62.  
  63. <!-- ++++++++++++++++  Section Controleurs  ++++++++++++++++++++++ -->
  64.  
  65. <div class="information">
  66. <h1>Contrôleurs</h1>
  67. <div class="cont-a-la-une">
  68. <div class="masque-image-a-la-une"><img src="http://dastousgroupeconseil.com/wp-content/themes/dgc-nmedia/images/masque-image-de-une.png" alt="" /></div>
  69. <div class="image-a-la-une"><img class="alignnone size-full wp-image-6283" title="image-a-la-une-3" src="http://dastousgroupeconseil.com/wp-content/uploads/2012/03/controleur_FAQ_2_s.jpg" alt="" width="225" height="206" /></div>
  70. </div>
  71. <div class="right-content">
  72. <table width="400">
  73. <tbody>
  74. <tr>
  75. <td align="left>
  76.  
  77. <?php
  78.  global $post;
  79. $args = array( 'numberposts' => 4, 'offset'=> 0, 'category' => 141 );
  80. $Controllerposts = get_posts( $args );
  81. foreach( $Controllerposts as $post) : setup_postdata($post); ?>
  82.  
  83.     <a href="<?php the_permalink(); ?>" target='_blank' ><?php the_excerpt(); ?></a>
  84. <?php endforeach; wp_reset_postdata();  ?>
  85. </td>
  86. </tr>
  87. <tr>
  88. <td align="left">
  89. <div id="controleur" style="display: none;">
  90.  
  91. <?php
  92.  global $post;
  93. $args = array( 'numberposts' => ((get_category('141')->category_count)-4), 'offset'=> 4, 'category' => 141 );
  94. $myposts = get_posts( $args );
  95. foreach( $myposts as $post) : setup_postdata($post); ?>
  96.  
  97.     <a href="<?php the_permalink(); ?>" target='_blank' ><?php the_excerpt(); ?></a>
  98. <?php endforeach; wp_reset_postdata();  ?>
  99. </div>
  100.  
  101. </td>
  102. </tr>
  103. <tr>
  104. <td align="right">
  105.  
  106. <input  style="cursor: pointer; font-size: 13px; color: #black; border: 0; background: #7ac144;" id="displayControlor" type="button" value=" PLUS DE QUESTIONS" />
  107. </td>
  108. </tr>
  109. </tbody>
  110. </table>
  111. </div>
  112.  
  113. </div>
  114.  
  115. <!-- ++++++++++++++++  Section Responsable technique ++++++++++++++++++++++ -->
  116.  
  117. <div class="information">
  118.  
  119. <h1>Responsables techniques</h1>
  120. <div class="cont-a-la-une">
  121. <div class="masque-image-a-la-une"><img src="http://dastousgroupeconseil.com/wp-content/themes/dgc-nmedia/images/masque-image-de-une.png" alt="" /></div>
  122. <div class="image-a-la-une"><img class="alignnone size-full wp-image-6283" title="image-a-la-une-3" src="http://dastousgroupeconseil.com/wp-content/uploads/2012/03/resp_tech_FAQ_2.jpg" alt="" width="225" height="206" /></div>
  123.  
  124. </div>
  125. <div class="right-content">
  126.  
  127. <table width="400">
  128. <tbody>
  129. <tr>
  130. <td align="left>
  131. <?php
  132.  global $post;
  133. $args = array( 'numberposts' => 4, 'offset'=> 0, 'category' => 142 );
  134. $myposts = get_posts( $args );
  135. foreach( $myposts as $post) : setup_postdata($post); ?>
  136.  
  137.     <a href="<?php the_permalink(); ?>" target='_blank' ><?php the_excerpt(); ?></a>
  138. <?php endforeach; wp_reset_postdata();  ?>
  139. </td>
  140. </tr>
  141. <tr>
  142. <td align="left">
  143. <div id="resp_tech" style="display: none;">
  144.  
  145. <?php
  146.  global $post;
  147. $args = array( 'numberposts' => ((get_category('142')->category_count)-4), 'offset'=> 4, 'category' => 142 );
  148. $myposts = get_posts( $args );
  149. foreach( $myposts as $post) : setup_postdata($post); ?>
  150.  
  151.     <a href="<?php the_permalink(); ?>" target='_blank' ><?php the_excerpt(); ?></a>
  152. <?php endforeach; wp_reset_postdata();  ?>
  153. </div>
  154.  
  155. </td>
  156. </tr>
  157. <tr>
  158. <td align="right">
  159.  
  160. <input  style="cursor: pointer; font-size: 13px; color: #black; border: 0; background: #7ac144;" id="displayResp_Tech" type="button" value=" PLUS DE QUESTIONS" />
  161. </td>
  162. </tr>
  163. </tbody>
  164. </table>
  165. </div>
  166. </div>
  167.  
  168.  
  169.  
  170.  
  171. </div>
  172.  
  173. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement