|
0
|
1 |
<!DOCTYPE html> |
|
|
2 |
<html> |
|
|
3 |
<head> |
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset={{ _charset }}"/> |
|
|
5 |
<meta name="robots" content="noindex,nofollow" /> |
|
|
6 |
<title>{% block title '' %}</title> |
|
|
7 |
<link href="{{ asset('bundles/framework/css/exception_layout.css') }}" rel="stylesheet" type="text/css" media="all" /> |
|
|
8 |
<link href="{{ asset('bundles/framework/css/exception.css') }}" rel="stylesheet" type="text/css" media="all" /> |
|
|
9 |
</head> |
|
|
10 |
<body> |
|
|
11 |
<div id="content"> |
|
|
12 |
<div class="header clear_fix"> |
|
|
13 |
<div class="header_logo"> |
|
|
14 |
<img src="{{ asset('bundles/framework/images/logo_symfony.gif') }}" alt="Symfony" /> |
|
|
15 |
</div> |
|
|
16 |
|
|
|
17 |
<div class="search"> |
|
|
18 |
<form method="get" action="http://symfony.com/search"> |
|
|
19 |
<div class="form_row"> |
|
|
20 |
|
|
|
21 |
<label for="search_id"> |
|
|
22 |
<img src="{{ asset('bundles/framework/images/grey_magnifier.png') }}" alt="Search on Symfony website" /> |
|
|
23 |
</label> |
|
|
24 |
|
|
|
25 |
<input name="q" id="search_id" type="search" placeholder="Search on Symfony website" /> |
|
|
26 |
|
|
|
27 |
<button type="submit"> |
|
|
28 |
<span class="border_l"> |
|
|
29 |
<span class="border_r"> |
|
|
30 |
<span class="btn_bg">OK</span> |
|
|
31 |
</span> |
|
|
32 |
</span> |
|
|
33 |
</button> |
|
|
34 |
</div> |
|
|
35 |
</form> |
|
|
36 |
</div> |
|
|
37 |
</div> |
|
|
38 |
|
|
|
39 |
{% block body '' %} |
|
|
40 |
</div> |
|
|
41 |
</body> |
|
|
42 |
</html> |