mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
minor template beautification
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -10,7 +10,7 @@ $lang = array(
|
||||
'link' => "Enlace",
|
||||
'signIn' => "Iniciar sesión",
|
||||
'jsError' => "Por favor, asegúrese de que ha habilitado javascript.",
|
||||
'search' => "búsqueda",
|
||||
'searchButton' => "búsqueda",
|
||||
'language' => "lengua",
|
||||
'numSQL' => "Número de consultas de MySQL",
|
||||
'timeSQL' => "El tiempo para las consultas de MySQL",
|
||||
|
||||
@@ -10,7 +10,7 @@ $lang = array(
|
||||
'link' => "Lien",
|
||||
'signIn' => "S'enregistrer",
|
||||
'jsError' => "S'il vous plait, assurez vous d'avoir le javascript autorisé.",
|
||||
'search' => "Rechercher",
|
||||
'searchButton' => "Rechercher",
|
||||
'language' => "Langue",
|
||||
'numSQL' => "Nombre de requêtes SQL",
|
||||
'timeSQL' => "Temps d'exécution des requêtes SQL",
|
||||
|
||||
@@ -10,7 +10,7 @@ $lang = array(
|
||||
'link' => "Ссылка",
|
||||
'signIn' => "Войти",
|
||||
'jsError' => "Для работы этого сайта необходим JavaScript.",
|
||||
'search' => "Искать",
|
||||
'searchButton' => "Искать",
|
||||
'language' => "Язык",
|
||||
'numSQL' => "Количество MySQL запросов",
|
||||
'timeSQL' => "Время выполнения MySQL запросов",
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
{$lang.timeSQL}: {$mysql.time}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- #wrapper .nosidebar -->
|
||||
</div><!-- #layout -->
|
||||
<!--[if lte IE 6]></td><th class="ie6layout-th"></th></tr></table><![endif]-->
|
||||
|
||||
<noscript>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<div class="pad"></div>
|
||||
|
||||
<form method="get" action="." onsubmit="if(trim(this.elements[0].value) == '') return false">
|
||||
<input type="text" name="search" size="38" id="livesearch-generic" /><input type="submit" value="{$lang.search}" />
|
||||
<input type="text" name="search" size="38" id="livesearch-generic" /><input type="submit" value="{$lang.searchButton}" />
|
||||
</form>
|
||||
|
||||
<script type="text/javascript">var _ = ge('livesearch-generic'); LiveSearch.attach(_); _.focus();</script>
|
||||
|
||||
Reference in New Issue
Block a user