Changeset 1489
- Timestamp:
- Sep 29, 2010, 1:40:48 AM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/parlementaire/templates/_photoParlementaire.php
r1486 r1489 1 1 <?php 2 2 if ($parlementaire->slug) 3 echo '<img title="'.$parlementaire->nom.' <br/>(Groupe parlementaire : '.$parlementaire->groupe_acronyme.')" src="'.url_for('@resized_photo_parlementaire?height='.$height.'&slug='.$parlementaire->slug).'" class="jstitle photo_fiche" alt="Photo de '.$parlementaire->nom.'"/>';3 echo '<img title="'.$parlementaire->nom.' -- (Groupe parlementaire : '.$parlementaire->groupe_acronyme.')" src="'.url_for('@resized_photo_parlementaire?height='.$height.'&slug='.$parlementaire->slug).'" class="jstitle photo_fiche" alt="Photo de '.$parlementaire->nom.'"/>'; -
cpc/trunk/project/web/js/jstitle.js
r1478 r1489 7 7 $(this).attr('title', ''); 8 8 } 9 $('#jstitle').html($(this).attr('jstitle')); 9 title = $(this).attr('jstitle'); 10 $('#jstitle').html(title.replace(/ \-\- /, '<br/>')); 10 11 $('#jstitle').css('background-color', "white"); 11 12 $('#jstitle').css('top', e.pageY+10);
Note: See TracChangeset
for help on using the changeset viewer.