Changeset 1618
- Timestamp:
- Oct 4, 2010, 12:52:58 AM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/parlementaire/templates/indexSuccess.php
r1616 r1618 184 184 <div class="clear"></div> 185 185 <div class="box_container"> 186 <div class="box_tags"> 187 <h2><span style="margin-right: 5px;"><img alt="tags" src="<?php echo $sf_request->getRelativeUrlRoot(); ?>/images/xneth/assemblee-nationale.png" /></span><?php echo link_to('En ce moment à l\'Assemblée nationale', '@parlementaires_tags'); ?></h2> 188 <?php echo include_component('tag', 'globalActivite'); ?> 189 </div> 186 190 <div class="box_repartition aligncenter"><div style="margin: auto;"> 187 191 <h2><span style="margin-right: 5px;"><img alt="activite" src="<?php echo $sf_request->getRelativeUrlRoot(); ?>/images/xneth/ico_graph.png" /></span><a href="<?php echo url_for('@top_global'); ?>">Activité parlementaire des 12 derniers mois</a></h2> … … 189 193 <?php // echo include_component('plot', 'groupes', array('plot' => 'total')); ?> 190 194 </div></div> 191 <div class="box_tags">192 <h2><span style="margin-right: 5px;"><img alt="tags" src="<?php echo $sf_request->getRelativeUrlRoot(); ?>/images/xneth/assemblee-nationale.png" /></span><?php echo link_to('En ce moment à l\'Assemblée nationale', '@parlementaires_tags'); ?></h2>193 <?php echo include_component('tag', 'globalActivite'); ?>194 </div>195 195 </div> 196 196 <div class="clear"></div> -
cpc/trunk/project/web/css/xneth/style.css
r1614 r1618 221 221 .box_tags { 222 222 border: 1px solid #DBDBDB; 223 float: right;224 margin-right: 4px;225 223 width: 463px; 226 224 height: 370px; 227 225 background-color: #FAFAFA; 226 float: left; 228 227 } 229 228 … … 232 231 background-color: #FAFAFA; 233 232 margin-bottom: 16px; 234 float: left; 233 float: right; 234 margin-right: 5px; 235 235 height: 370px 236 236 }
Note: See TracChangeset
for help on using the changeset viewer.