~ubuntu-branches/ubuntu/trusty/bibletime/trusty

« back to all changes in this revision

Viewing changes to src/display-templates/Basic.tmpl

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs, Jonathan Marsden, Dmitrijs Ledkovs
  • Date: 2012-04-14 18:11:50 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20120414181150-17l2liq7bl7oaxjz
Tags: 2.9.1-1
[ Jonathan Marsden ]
* New upstream version 2.9.1
* debian/patches/*: Remove all patches (incorporated upstream)
* debian/control: bibletime now depends on a matching version of
  bibletime-data.

[ Dmitrijs Ledkovs ]
* Add more strict alternative build-dependency on the libqt4-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
<head>
 
5
        <title>#TITLE#</title>
 
6
        <meta name="GENERATOR" content="BibleTime - www.bibletime.info" />
 
7
        <meta name="AUTHOR" content="BibleTime - www.bibletime.info" />
 
8
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
9
        <!-- Link to the application default stylesheet -->
 
10
        <link rel="stylesheet" type="text/css" href="#THEME_STYLE#" />
 
11
        <!-- Link to module stylesheet, if applicable -->
 
12
        #MODULE_STYLESHEET#
 
13
 
 
14
        <style type="text/css">
 
15
        /* <![CDATA[ */
 
16
#LANG_CSS#
 
17
 
 
18
 
 
19
        /* ]]> */
 
20
        </style>
 
21
</head>
 
22
 
 
23
<body id="#DISPLAYTYPE#" class="#MODTYPE# #MODTYPE#_#MODNAME#">
 
24
        <div id="content" lang="#LANG_ABBREV#" xml:lang="#LANG_ABBREV#" dir="#PAGE_DIRECTION#">#CONTENT#</div>
 
25
</body>
 
26
</html>