]> git.mxchange.org Git - friendica.git/blob - view/fr/wallwall_item.tpl
Started the french translation (up to the "TODO" comment in view/fr/strings.php)
[friendica.git] / view / fr / wallwall_item.tpl
1 <div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" >
2         <div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" >
3                 <div class="wall-item-photo-wrapper" id="wall-item-ownerphoto-wrapper-$id" >
4                         <a href="$owner_url" title="View $owner_name's profile" class="wall-item-photo-link" id="wall-item-ownerphoto-link-$id">
5                         <img src="$owner_photo" class="wall-item-photo$osparkle" id="wall-item-ownerphoto-$id" height="80" width="80" alt="$owner_name" /></a>
6                 </div>
7                 <div class="wall-item-arrowphoto-wrapper" ><img src="images/larrow.gif" alt="Wall-To-Wall" /></div>
8                 <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" >
9                         <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id">
10                         <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a>
11                 </div>
12         
13                 <div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
14                         $lock
15                         <a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a> to <a href="$owner_url" title="View $owner_name's profile" class="wall-item-name-link"><span class="wall-item-name$osparkle" id="wall-item-ownername-$id">$owner_name</span></a> via Wall-To-Wall:<br />
16                         <div class="wall-item-ago"  id="wall-item-ago-$id">$ago</div>
17                         <div class="wall-item-location" id="wall-item-location-$id">$location</div>
18                         $vote
19                 </div>
20                 <div class="wall-item-content" id="wall-item-content-$id" >
21                         <div class="wall-item-title" id="wall-item-title-$id">$title</div>
22                         <div class="wall-item-body" id="wall-item-body-$id" >$body</div>
23                 </div>
24                 $drop
25         </div>  
26         <div class="wall-item-wrapper-end"></div>
27         <div class="wall-item-like" id="wall-item-like-$id">$like</div>
28         <div class="wall-item-dislike" id="wall-item-dislike-$id">$dislike</div>
29         <div class="wall-item-comment-separator"></div>
30         <div class="wall-item-comment-wrapper" >
31         $comment
32         </div>
33 </div>
34
35 <div class="wall-item-outside-wrapper-end$indent" ></div>
36