|
5 | 5 | </h3>
|
6 | 6 | <form action="{{ path('_profiler_search') }}" method="get">
|
7 | 7 | <label for="ip">IP</label>
|
8 |
| - <input type="text" name="ip" id="ip" value="{{ ip }}"> |
| 8 | + <input type="text" name="ip" id="ip" value="{{ ip }}" placeholder="e.g. 127.0.0.1"> |
9 | 9 | <div class="clear-fix"></div>
|
10 | 10 | <label for="method">Method</label>
|
11 | 11 | <select name="method" id="method">
|
|
15 | 15 | </select>
|
16 | 16 | <div class="clear-fix"></div>
|
17 | 17 | <label for="url">URL</label>
|
18 |
| - <input type="text" name="url" id="url" value="{{ url }}"> |
| 18 | + <input type="url" name="url" id="url" value="{{ url }}" placeholder="e.g. {{ app.request.baseUrl }}"> |
19 | 19 | <div class="clear-fix"></div>
|
20 | 20 | <label for="token">Token</label>
|
21 |
| - <input type="text" name="token" id="token" value="{{ token }}"> |
| 21 | + <input type="text" name="token" id="token" value="{{ token }}" placeholder="e.g. 1f321b"> |
22 | 22 | <div class="clear-fix"></div>
|
23 | 23 | <label for="start">From</label>
|
24 |
| - <input type="text" name="start" id="start" value="{{ start }}"> |
| 24 | + <input type="date" name="start" id="start" value="{{ start }}" placeholder="e.g. {{ '-2days'|date('dd.mm.YYYY') }}"> |
25 | 25 | <div class="clear-fix"></div>
|
26 | 26 | <label for="end">Until</label>
|
27 |
| - <input type="text" name="end" id="end" value="{{ end }}"> |
| 27 | + <input type="date" name="end" id="end" value="{{ end }}" placeholder="e.g. {{ 'now'|date('dd.mm.YYYY') }}"> |
28 | 28 | <div class="clear-fix"></div>
|
29 | 29 | <label for="limit">Limit</label>
|
30 | 30 | <select name="limit" id="limit">
|
|
0 commit comments