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

« back to all changes in this revision

Viewing changes to themes/test/video.thtml

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2011-11-30 09:24:25 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20111130092425-2jim1l762xdmorz7
Tags: 0.7.1-1
* New upstream release.
  - Patch was merged upstream. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div xmlns:py="http://genshi.edgewall.org/"
 
2
     id="video">
 
3
    <div id="video_vid">
 
4
        <p><video src="$video_src" controls="controls">
 
5
                                your browser does not support the video tag</video>
 
6
        </p>
 
7
    </div>
 
8
</div>