|
@@ -6,19 +6,27 @@
|
|
<form action="{{ path('_profiler_search') }}" method="get">
|
|
<form action="{{ path('_profiler_search') }}" method="get">
|
|
<label for="ip">IP</label>
|
|
<label for="ip">IP</label>
|
|
<input type="text" name="ip" id="ip" value="{{ ip }}" />
|
|
<input type="text" name="ip" id="ip" value="{{ ip }}" />
|
|
- <div class="clearfix"></div>
|
|
|
|
|
|
+ <div class="clear_fix"></div>
|
|
<label for="url">URL</label>
|
|
<label for="url">URL</label>
|
|
<input type="text" name="url" id="url" value="{{ url }}" />
|
|
<input type="text" name="url" id="url" value="{{ url }}" />
|
|
- <div class="clearfix"></div>
|
|
|
|
|
|
+ <div class="clear_fix"></div>
|
|
<label for="token">Token</label>
|
|
<label for="token">Token</label>
|
|
<input type="text" name="token" id="token" />
|
|
<input type="text" name="token" id="token" />
|
|
- <div class="clearfix"></div>
|
|
|
|
|
|
+ <div class="clear_fix"></div>
|
|
<label for="limit">Limit</label>
|
|
<label for="limit">Limit</label>
|
|
<select name="limit" id="limit">
|
|
<select name="limit" id="limit">
|
|
{% for l in [10, 50, 100] %}
|
|
{% for l in [10, 50, 100] %}
|
|
<option{{ l == limit ? ' selected="selected"' : '' }}>{{ l }}</option>
|
|
<option{{ l == limit ? ' selected="selected"' : '' }}>{{ l }}</option>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</select>
|
|
</select>
|
|
- <input class="submit" type="submit" value="update" /><br />
|
|
|
|
|
|
+
|
|
|
|
+ <button type="submit">
|
|
|
|
+ <span class="border_l png_fix">
|
|
|
|
+ <span class="border_r png_fix">
|
|
|
|
+ <span class="btn_bg">update</span>
|
|
|
|
+ </span>
|
|
|
|
+ </span>
|
|
|
|
+ </button>
|
|
|
|
+ <div class="clear_fix"></div>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|