Subversion Repositories ALCASAR

Rev

Rev 2179 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2179 Rev 2851
Line 1... Line 1...
1
<?php
1
<?php
2
/**
2
/**
3
 * Tickets template for TicketsGenerator
3
 * Tickets template for TicketsGenerator
4
 *
4
 *
5
 * @author    Tom Houdayer
5
 * @author    Tom Houdayer & Rexy
6
 * @copyright Copyright (C) ALCASAR (http://www.alcasar.net)
6
 * @copyright Copyright (C) ALCASAR (http://www.alcasar.net)
7
 * @license   GPL-3.0
7
 * @license   GPL-3.0
8
 * @version   $Id: tickets.template.php 2179 2017-04-25 18:07:10Z tom.houdayer $
8
 * @version   $Id: tickets.template.php 2851 2020-07-16 21:54:46Z rexy $
9
 */
9
 */
10
 
10
 
11
$langue_imp = $language;
11
$langue_imp = $language;
12
require __DIR__ . '/../langues_imp.php';
12
require __DIR__ . '/../langues_imp.php';
13
 
13
 
Line 17... Line 17...
17
<!doctype html>
17
<!doctype html>
18
<html>
18
<html>
19
<head>
19
<head>
20
	<meta charset="utf-8">
20
	<meta charset="utf-8">
21
	<style>
21
	<style>
-
 
22
	@font-face {
-
 
23
		font-family: 'DejaVuSerif';
-
 
24
		src: url("/usr/share/fonts/TTF/dejavu/DejaVuSerif.ttf") format('truetype');
-
 
25
	}	
22
		body {
26
		body {
23
			margin: 0;
27
			margin: 0;
24
		}
28
		}
25
		.ticket {
29
		.ticket {
26
			margin: 14px 0;
30
			margin: 14px 0;
27
			width: 50%;
31
			width: 50%;
28
			display: inline-block;
32
			display: inline-block;
29
			font-family: Arial;
33
			font-family: 'DejaVuSerif';
30
			font-size: 8px;
34
			font-size: 8px;
31
			line-height: 16px;
35
			line-height: 16px;
32
		}
36
		}
33
		.ticket-header {
37
		.ticket-header {
34
			min-height:  30px;
38
			min-height:  30px;