File: slidetemplate.html

package info (click to toggle)
llgal 0.13.16-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 908 kB
  • ctags: 260
  • sloc: perl: 2,783; makefile: 157; sh: 37; php: 15
file content (51 lines) | stat: -rw-r--r-- 1,778 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=LLGAL-CODESET" />
    <meta name="generator" content="llgal LLGAL-OPTIONS" />
    <title><!--SLIDE-TITLE--></title>
    <link rel="stylesheet" type="text/css" href="<!--CSS-->" />
    <link rel="contents" href="<!--INDEX-FILE-->" />
    <link rel="index" href="<!--INDEX-FILE-->" />
    <link rel="next" href="<!--NEXT-SLIDE-->" />
    <link rel="previous" href="<!--PREV-SLIDE-->" />
    <link rel="prefetch" href="<!--NEXT-SLIDE-->" />
  </head>

  <body>
    <!-- Please note that the comments in ALL CAPS are the places where llgal
         inserts the appropriate file names.  You may move them around (or
         remove them) to customize your slides at will.  To see how this
         works just compare the template file with a generated slide. -->

    <p class="center">
      <a href="<!--PREV-SLIDE-->"><!--PREV-SLIDE-LINK-TEXT--></a>
      &nbsp; &nbsp; &nbsp;
      <a href="<!--INDEX-FILE-->"><!--INDEX-LINK-TEXT--></a>
      &nbsp; &nbsp; &nbsp;
      <a href="<!--NEXT-SLIDE-->"><!--NEXT-SLIDE-LINK-TEXT--></a>
    </p>

    <div class="center"><table class="slide"><tr><td class="<!--THIS-SLIDE-STYLE-->">
      <!--THIS-SLIDE-->
    </td></tr></table></div>

    <p class="caption">
      <!--IMAGE-CAPTION-->
    </p>

    <p class="center">
      <a href="<!--PREV-SLIDE-->"><!--PREV-SLIDE-LINK-TEXT--></a>
      &nbsp; &nbsp; &nbsp;
      <a href="<!--INDEX-FILE-->"><!--INDEX-LINK-TEXT--></a>
      &nbsp; &nbsp; &nbsp;
      <a href="<!--NEXT-SLIDE-->"><!--NEXT-SLIDE-LINK-TEXT--></a>
    </p>

    <div class="center">
      <!--EXIF-TABLE-->
    </div>

  </body>
</html>