~ubuntu-branches/ubuntu/oneiric/koffice/oneiric-updates

« back to all changes in this revision

Viewing changes to kpresenter/templates/exportHTML/slides.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
        <head>
 
3
                <title>::TITLE::</title>
 
4
                <link rel="stylesheet" type="text/css" href="style.css" />
 
5
        </head>
 
6
        <body>
 
7
                <div id="content">
 
8
                        <h1>::TITLE::</h1>
 
9
                        <h2>::TITLE_SLIDE::</h2>
 
10
                        <a href="::NEXT_PATH::"><img src="::IMAGE_PATH::" class="slide"/></a>
 
11
                        <div id="container">
 
12
                                <div id="next">
 
13
                                        <a href="::NEXT_PATH::">Next &gt;</a>
 
14
                                        <a href="::LAST_PATH::">Last &gt;&gt;</a>
 
15
                                </div>
 
16
                                <div id="previous">
 
17
                                        <a href="::FIRST_PATH::">&lt;&lt; First</a>
 
18
                                        <a href="::PREVIOUS_PATH::">&lt; Previous</a>
 
19
                                </div>
 
20
                                <div id="menu">
 
21
                                        <a href="index.html">Table of content</a>
 
22
                                </div>
 
23
                                <div class="infos">
 
24
                                        <p id="author">Author: ::AUTHOR::<p>
 
25
                                        <p id="position">Slide <em>::SLIDE_NUM::</em> of <em>::NB_SLIDES::</em><p>
 
26
                                </div>
 
27
                        </div>
 
28
                </div>
 
29
        </body>
 
30
</html>