added a new plugin: "gallery"
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@716 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
16
html/fun_gallery.html
Executable file
16
html/fun_gallery.html
Executable file
@@ -0,0 +1,16 @@
|
||||
<h1>[dir_last_subject]</h1>
|
||||
|
||||
|
||||
[if gallery_tab]
|
||||
<ul class="images" style="width: [gallery_width]; height: [gallery_height];">
|
||||
[for gallery_tab]
|
||||
<li><a href="[gallery_tab_link]/download"><img src="[gallery_tab_link]/download/thumb" alt="[gallery_tab_subject]"></a></li>
|
||||
[end]
|
||||
</ul>
|
||||
|
||||
<script type="text/javascript">$('.images').galleria();</script>
|
||||
[end]
|
||||
|
||||
|
||||
[include "item_options.html"]
|
||||
|
Reference in New Issue
Block a user