Merge remote-tracking branch 'upstream/develop' into 1502-contacts-in-scrape
This commit is contained in:
commit
a26d04574d
35 changed files with 28475 additions and 27903 deletions
|
@ -8,9 +8,9 @@
|
|||
{{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
|
||||
|
||||
{{if $profile.picdate}}
|
||||
<div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
|
||||
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>
|
||||
{{else}}
|
||||
<div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></div>
|
||||
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></a></div>
|
||||
{{/if}}
|
||||
{{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name}}</dd></dl>{{/if}}
|
||||
{{if $location}}
|
||||
|
|
8
view/templates/scroll_loader.tpl
Normal file
8
view/templates/scroll_loader.tpl
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div id="scroll-loader" class="pager" style="display: none;">
|
||||
<img class="scroll_loader_image" src="images/rotator.gif" />
|
||||
<span class="scroll_loader_text">{{$wait}}</span>
|
||||
</div>
|
||||
|
||||
<div id="scroll-end" class="pager" style="display: none;">
|
||||
<span class="scroll_loader_text">{{$end}}</span>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue