2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
6 <div class="wall-item-outside-wrapper{{$indent}}" id="wall-item-outside-wrapper-{{$id}}" >
7 <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-{{$id}}" >
8 <a href="{{$profile_url}}" title="View {{$name}}'s profile" class="wall-item-photo-link" id="wall-item-photo-link-{{$id}}">
9 <img src="{{$thumb}}" class="wall-item-photo" id="wall-item-photo-{{$id}}" style="height: 80px; width: 80px;" alt="{{$name}}" /></a>
12 <div class="wall-item-wrapper" id="wall-item-wrapper-{{$id}}" >
13 <a href="{{$profile_url}}" title="View {{$name}}'s profile" class="wall-item-name-link"><span class="wall-item-name" id="wall-item-name-{{$id}}" >{{$name}}</span></a>
14 <div class="wall-item-ago" id="wall-item-ago-{{$id}}">{{$ago}}</div>
16 <div class="wall-item-content" id="wall-item-content-{{$id}}" >
17 <div class="wall-item-title" id="wall-item-title-{{$id}}">{{$title}}</div>
18 <div class="wall-item-body" id="wall-item-body-{{$id}}" >{{$body}}</div>
21 <div class="wall-item-wrapper-end"></div>
22 <div class="wall-item-comment-separator"></div>
25 <div class="wall-item-outside-wrapper-end{{$indent}}" ></div>