~horux-dev/horux-webcli/thfo

« back to all changes in this revision

Viewing changes to yii/framework/views/pt/error400.php

  • Committer: Thierry Forchelet
  • Date: 2011-02-25 13:30:15 UTC
  • Revision ID: thierry.forchelet@letux.ch-20110225133015-zxyj9w7sqv8ly971
Initial commit

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>Requisição Inválida</title>
 
8
<style type="text/css">
 
9
/*<![CDATA[*/
 
10
body {font-family:"Verdana";font-weight:normal;color:black;background-color:white;}
 
11
h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
 
12
h2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
 
13
h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}
 
14
p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;margin-top: -5px}
 
15
.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
 
16
/*]]>*/
 
17
</style>
 
18
</head>
 
19
<body>
 
20
<h1>Requisição Inválida</h1>
 
21
<h2><?php echo nl2br(CHtml::encode($data['message'])); ?></h2>
 
22
<p>
 
23
A requisição não pôde ser entendida pelo servidor devido a um erro de sintaxe.
 
24
Por favor, não repita a solicitação, sem modificações.
 
25
</p>
 
26
<p>
 
27
Se você acha que isso é um erro no servidor, por favor contate <?php echo $data['admin']; ?>.
 
28
</p>
 
29
<div class="version">
 
30
<?php echo date('Y-m-d H:i:s',$data['time']) .' '. $data['version']; ?>
 
31
</div>
 
32
</body>
 
33
</html>
 
 
b'\\ No newline at end of file'