@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
usr
/
share
/
phpmyadmin
/
templates
/
server
/
collations
/
Path :
Upload File :
New :
File
Dir
//usr/share/phpmyadmin/templates/server/collations/index.twig
<h2> {{ get_image('s_asci') }} {% trans 'Character sets and collations' %} </h2> <div id="div_mysql_charset_collations"> <table class="data noclick"> <thead> <tr> <th id="collationHeader">{% trans 'Collation' %}</th> <th>{% trans 'Description' %}</th> </tr> </thead> {% for charset in charsets %} <tr> <th colspan="2" class="right"> {{ charset.name }} {% if charset.description is not empty %} (<em>{{ charset.description }}</em>) {% endif %} </th> </tr> {% for collation in charset.collations %} <tr{{ collation.is_default ? ' class="marked"' }}> <td>{{ collation.name }}</td> <td>{{ collation.description }}</td> </tr> {% endfor %} {% endfor %} </table> </div>