Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1667

Přidáno uživatelem Ondřej Fibich před asi 12 roky(ů)

Oprava:

- oprava #290

Zobrazit rozdíly:

freenetis/branches/testing/application/views/installation/index.php
"strong": "<?php echo __('Strong') ?>"
}
$("form").validate();
$('form').validate();
$('form').submit(function ()
{
if ($(this).valid())
{
$(this).after('<?php echo html::image(array('src' => 'media/images/icons/animations/ajax-loader-big.gif')) ?>');
$(this).hide();
$('p.info_text').hide();
}
});
});
</script>
</head>
......
<div id="main">
<h1><span><?php echo $this->settings->get('title') ?></span></h1>
<div class="flags">
<?php echo special::create_language_flags(array('cs' => 'Česky', 'en' => 'English')) ?>
</div>
<div id="loading-overlay" style="display: none"></div>
<div class="flags"><?php echo special::create_language_flags(array('cs' => 'Česky', 'en' => 'English')) ?></div>
<div id="main-padd">
<div id="content">
<h2><?php echo $title ?></h2><br />
<p><?php echo __('Welcome to FreenetIS installation.'); ?>
<p class="info_text"><?php echo __('Welcome to FreenetIS installation.'); ?>
<?php echo __('Please fill in the form with information about your association.'); ?>
</p>
<br />
......
</div>
</div><br />
</body>
</html>

Také k dispozici: Unified diff