forked from pixmeo/osirix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QTExportSeriesTemplate.html
39 lines (38 loc) · 1.04 KB
/
QTExportSeriesTemplate.html
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>%series_name%</title>
<link href="../../html-extra/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id='content_series'>
<h1>%patient_name%, %patient_dateOfBirth%</h1>
<hr />
<h2>%series_name% (%series_id%) %series_images_count% images</h2>
<div id="series_img">
%series_img%
<img src="%series_file_path%" alt="%series_name%" />
%series_img%
%series_mov%
<video src="%series_file_path%"
controls
autoplay
width="%width%"
height="%height%"
>
</video>
%series_mov%
</div>
<hr />
<div id='back'>
<a href="../index.html"> < Back to %patient_name%'s studies</a>
</div>
<div id='footer'>
<i>%footer_string%</i>
</div>
</div>
</body>
</html>