File: slide.html

package info (click to toggle)
libbio-chado-schema-perl 0.10010-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,800 kB
  • sloc: perl: 15,043; makefile: 7; sql: 3
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- BEGIN slide -->
[% INCLUDE top.html %]
<div id="content">
<div class="top_spacer"></div>
[% image_html %]
[% slide_content -%]
[%- UNLESS last -%]
<small>continued...</small>
[% END %]
</div>
[% INCLUDE bottom.html %]
<!-- END slide -->