D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /var/www/html/antarctic-drupal-7.89/myadmin/templates/database/structure/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : /var/www/html/antarctic-drupal-7.89/myadmin/templates/database/structure/show_create.twig
<div class="show_create_results">
  <h2>{% trans 'Showing create queries' %}</h2>

  {% if tables.tables is not empty %}
    <fieldset>
      <legend>{% trans 'Tables' %}</legend>
      <table class="pma-table show_create">
        <thead>
          <tr>
            <th>{% trans 'Table' %}</th>
            <th>{% trans 'Create table' %}</th>
          </tr>
        </thead>
        <tbody>
          {% for table in tables.tables %}
            <tr>
              <td><strong>{{ table.name }}</strong></td>
              <td>{{ table.show_create|raw }}</td>
            </tr>
          {% endfor %}
        </tbody>
      </table>
    </fieldset>
  {% endif %}

  {% if tables.views is not empty %}
    <fieldset>
      <legend>{% trans 'Views' %}</legend>
      <table class="pma-table show_create">
        <thead>
          <tr>
            <th>{% trans 'View' %}</th>
            <th>{% trans 'Create view' %}</th>
          </tr>
        </thead>
        <tbody>
          {% for view in tables.views %}
            <tr>
              <td><strong>{{ view.name }}</strong></td>
              <td>{{ view.show_create|raw }}</td>
            </tr>
          {% endfor %}
        </tbody>
      </table>
    </fieldset>
  {% endif %}
</div>

AnonSec - 2021 | Recode By D7net