123456789101112131415161718 |
- <div class="import clearfix">
- <h3>
- <img style="margin: 0 5px 0 0; vertical-align: middle; height: 16px" width="16" height="16" alt="Import" src="{% asset 'bundles/webprofiler/images/import.png' %}" />
- Admin
- </h3>
- <form action="{{ path('_profiler_import') }}" method="post" enctype="multipart/form-data">
- <div style="margin-bottom: 10px">
- » <a href="{{ path('_profiler_purge', { 'token': token }) }}">Purge</a>
- </div>
- <div style="margin-bottom: 10px">
- » <a href="{{ path('_profiler_export', { 'token': token }) }}">Export</a>
- </div>
- » <label for="file">Import</label><br />
- <input type="file" name="file" id="file" /><br />
- <input class="submit" type="submit" value="upload" />
- </form>
- </div>
|