~ubuntu-branches/ubuntu/utopic/lazygal/utopic

« back to all changes in this revision

Viewing changes to themes/test/browse.thtml

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2012-05-14 10:26:46 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120514102646-a8aqsadph5u2s2sf
Tags: 0.7.2-1
* New upstream release.
  - Fix video thumbnailing handling (Closes: #662118).
  - Fixes French translation (Closes: #664167).
* Clean generated files in clean phase (Closes: #671317).
* Bump standards to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html
2
 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
5
 
      xmlns:py="http://genshi.edgewall.org/"
6
 
      xmlns:xi="http://www.w3.org/2001/XInclude">
7
 
<head>
8
 
  <title>browse.thtml - Available variables</title>
9
 
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
10
 
  <meta name="Generator" content="lazygal $lazygal_version" />
11
 
</head>
12
 
 
13
 
<body>
14
 
 
15
 
<h1><tt>browse.thtml</tt> - Available variables</h1>
16
 
 
17
 
<h2>Simple variables</h2>
18
 
 
19
 
<div class="tplvar">
20
 
                <div class="name">$$lazygal_version</div>
21
 
                <div class="value" py:contents="lazygal_version" />
22
 
                <div class="desc">The Lazygal version used.</div>
23
 
</div>
24
 
 
25
 
<div class="tplvar">
26
 
                <div class="name">$$name</div>
27
 
                <div class="value" py:contents="name" />
28
 
                <div class="desc">The name of the media.</div>
29
 
</div>
30
 
 
31
 
<h2>$$webgal_path list item</h2>
32
 
 
33
 
<div py:for="webgal in webgal_path">
34
 
                <div class="name">$$webgal_path</div>
35
 
                <div py:for="webgal in webgal_path" class="value">
36
 
                                <div py:for="webgal in webgal_path" class="subvalue" py:contents="webgal.link">
37
 
                                <div py:for="webgal in webgal_path" class="subvalue" py:contents="webgal.name">
38
 
                </div>
39
 
                <div class="desc">The list of link info for parent galleries.</div>
40
 
</div>
41
 
 
42
 
</body>
43
 
</html>