Also layout file properly.
This commit is contained in:
parent
e8effeb3ae
commit
830b2edc35
1 changed files with 35 additions and 38 deletions
|
@ -1,10 +1,8 @@
|
||||||
<div class="generic-page-wrapper">
|
<div class="pull-left">
|
||||||
|
<h3 id="photo-album-title">{{$album}}</h3>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="pull-left">
|
<div class="photo-album-actions pull-right">
|
||||||
<h3 id="photo-album-title">{{$album}}</h3>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="photo-album-actions pull-right">
|
|
||||||
{{if $can_post}}
|
{{if $can_post}}
|
||||||
<a class="photos-upload-link" href="{{$upload.1}}" title="{{$upload.0}}" data-toggle="tooltip">
|
<a class="photos-upload-link" href="{{$upload.1}}" title="{{$upload.0}}" data-toggle="tooltip">
|
||||||
<i class="faded-icon fa fa-plus"></i></a>
|
<i class="faded-icon fa fa-plus"></i></a>
|
||||||
|
@ -24,18 +22,17 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</a>
|
</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
<div class="photo-album-wrapper" id="photo-album-contents">
|
<div class="photo-album-wrapper" id="photo-album-contents">
|
||||||
{{foreach $photos as $photo}}
|
{{foreach $photos as $photo}}
|
||||||
{{include file="photo_top.tpl"}}
|
{{include file="photo_top.tpl"}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="photo-album-end"></div>
|
|
||||||
|
|
||||||
{{$paginate}}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="photo-album-end"></div>
|
||||||
|
|
||||||
|
{{$paginate}}
|
||||||
|
|
||||||
<script type="text/javascript">$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>
|
<script type="text/javascript">$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>
|
||||||
|
|
Loading…
Reference in a new issue