Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1889

Přidáno uživatelem Ondřej Fibich před více než 11 roky(ů)

Upravy:
- uprava prihlasovaci stranky (umisteni odkazu 'Zajemce o clenstvi')

Zobrazit rozdíly:

freenetis/branches/1.1/media/css/installation.css
float: right;
}
p.registration {
p.registration_link {
float: right;
margin-top: 5px;
margin-right: 5px;
font-size: 95%;
}
p.forgotten_password_link {
float: right;
margin-top: 25px;
margin-right: 5px;
font-size: 95%;
freenetis/branches/1.1/application/views/login/index.php
<div id="main-padd">
<div id="content" style="width: auto;">
<div id="login_div">
<h2 style="margin-bottom: 0.8em"><?php echo __('Login to') ?></h2>
<?php echo form::open(url_lang::base().'login', array('class' => 'login_form')) ?>
<?php if (Settings::get('self_registration')) echo '<p class="registration_link">'.html::anchor('registration', __('Applicant for membership')).'</p>' ?>
<h2 style="margin-bottom: 0.8em"><?php echo __('Login to') ?></h2>
<?php echo form::open(url_lang::base().'login', array('class' => 'login_form')) ?>
<table cellspacing="0" cellpadding="0" class="form" style="width: auto;">
<tr>
<th><?php echo form::label('username', __('Login name').':') ?></th>
......
</tr>
</table>
<?php echo form::submit('submit', __('Login'), ' class="submit" style="float: left; margin: 15px 0px 0px 0px;"') ?>
<?php if (Settings::get('self_registration')) echo '<p class="registration">'.html::anchor('registration', __('Applicant for membership')).'</p>' ?>
<?php if (Settings::get('forgotten_password')) echo '<p class="registration">'.html::anchor('forgotten_password', __('Forgotten password')).'</p>' ?>
<?php if (Settings::get('forgotten_password')) echo '<p class="forgotten_password_link">'.html::anchor('forgotten_password', __('Forgotten password')).'?</p>' ?>
<?php echo form::close() ?>
</div>
<div class="clear"></div>

Také k dispozici: Unified diff