~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/views/fr/error.php

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC
2
 
        "-//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
 
<head>
6
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
 
<title>Erreur <?php echo $data['code']; ?></title>
8
 
 
9
 
<style type="text/css">
10
 
/*<![CDATA[*/
11
 
body {font-family:"Verdana";font-weight:normal;color:black;background-color:white;}
12
 
h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
13
 
h2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
14
 
h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}
15
 
p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;margin-top: -5px}
16
 
.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
17
 
/*]]>*/
18
 
</style>
19
 
</head>
20
 
 
21
 
<body>
22
 
<h1>Erreur <?php echo $data['code']; ?></h1>
23
 
<h2><?php echo nl2br(CHtml::encode($data['message'])); ?></h2>
24
 
<p>
25
 
L'erreur ci-dessus est apparue pendant que le serveur Web traitait votre requête.
26
 
</p>
27
 
<p>
28
 
Si vous pensez qu'il s'agit d'une erreur du serveur, veuillez contacter <?php echo $data['admin']; ?>.
29
 
</p>
30
 
<p>
31
 
Merci.
32
 
</p>
33
 
<div class="version">
34
 
<?php echo date('Y-m-d H:i:s',$data['time']) .' '. $data['version']; ?>
35
 
</div>
36
 
</body>
 
1
<!DOCTYPE html PUBLIC
 
2
        "-//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
<head>
 
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 
7
<title>Erreur <?php echo $data['code']; ?></title>
 
8
 
 
9
<style type="text/css">
 
10
/*<![CDATA[*/
 
11
body {font-family:"Verdana";font-weight:normal;color:black;background-color:white;}
 
12
h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
 
13
h2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
 
14
h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}
 
15
p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;margin-top: -5px}
 
16
.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
 
17
/*]]>*/
 
18
</style>
 
19
</head>
 
20
 
 
21
<body>
 
22
<h1>Erreur <?php echo $data['code']; ?></h1>
 
23
<h2><?php echo nl2br(CHtml::encode($data['message'])); ?></h2>
 
24
<p>
 
25
L'erreur ci-dessus est apparue pendant que le serveur Web traitait votre requête.
 
26
</p>
 
27
<p>
 
28
Si vous pensez qu'il s'agit d'une erreur du serveur, veuillez contacter <?php echo $data['admin']; ?>.
 
29
</p>
 
30
<p>
 
31
Merci.
 
32
</p>
 
33
<div class="version">
 
34
<?php echo date('Y-m-d H:i:s',$data['time']) .' '. $data['version']; ?>
 
35
</div>
 
36
</body>
37
37
</html>
 
 
b'\\ No newline at end of file'