| 1 |
<div class="stretcher"><?php print $mission ?></div>
|
| 2 |
<div class="stretcher">
|
| 3 |
<form action="<?php print $base_path ?>user/login?destination=" method="post" id="user_login">
|
| 4 |
<div>
|
| 5 |
<h1 class="title">Log in</h1>
|
| 6 |
<div class="form-item">
|
| 7 |
<label for="edit-name">Nome utente: <span class="form-required" title="Il campo è obbligatorio.">*</span></label>
|
| 8 |
<input type="text" maxlength="60" name="edit[name]" id="edit-name" size="30" value="" tabindex="1" class="form-text required" />
|
| 9 |
<div class="description">Inserisci il tuo nome utente Segnala Sito.</div>
|
| 10 |
</div>
|
| 11 |
<div class="form-item">
|
| 12 |
<label for="edit-pass">Password: <span class="form-required" title="Il campo è obbligatorio.">*</span></label>
|
| 13 |
<input type="password" maxlength="" name="edit[pass]" id="edit-pass" size="30" tabindex="2" class="form-text required" />
|
| 14 |
<div class="description">Inserisci la password associata al tuo nome utente.</div>
|
| 15 |
</div>
|
| 16 |
<input type="hidden" name="edit[form_id]" id="edit-user-login" value="user_login" />
|
| 17 |
<input type="submit" name="op" value="Accedi" tabindex="3" class="form-submit" />
|
| 18 |
</div>
|
| 19 |
</form>
|
| 20 |
<br />
|
| 21 |
<a title="Richiedi una nuova password" href="<?php print $base_path ?>user/password">Hai perso la password?</a> </div>
|
| 22 |
<div class="stretcher">
|
| 23 |
<form action="<?php print $base_path ?>user/register" method="post" id="user_register">
|
| 24 |
<div>
|
| 25 |
<h1 class="title">Segnala sito</h1>
|
| 26 |
Registrati per segnalare il tuo sito nella directory.
|
| 27 |
<div class="form-item">
|
| 28 |
<label for="edit-name">Nome utente: <span class="form-required" title="Il campo è obbligatorio.">*</span></label>
|
| 29 |
<input type="text" maxlength="60" name="edit[name]" id="edit-name" size="30" value="" class="form-text required" />
|
| 30 |
<div class="description">Il tuo nome completo o un nome utente a scelta; è possibile utilizzare soltanto lettere, numeri e spazi.</div>
|
| 31 |
</div>
|
| 32 |
<div class="form-item">
|
| 33 |
<label for="edit-mail">Indirizzo e-mail: <span class="form-required" title="Il campo è obbligatorio.">*</span></label>
|
| 34 |
<input type="text" maxlength="64" name="edit[mail]" id="edit-mail" size="30" value="" class="form-text required" />
|
| 35 |
<div class="description">Password e istruzioni verranno inviate a questo indirizzo e-mail, quindi accertati che sia corretto.</div>
|
| 36 |
</div>
|
| 37 |
<input type="hidden" name="edit[form_id]" id="edit-user-register" value="user_register" />
|
| 38 |
<div class="form-item">
|
| 39 |
<label for="edit-profile_name">Nome: <span class="form-required" title="Il campo è obbligatorio.">*</span></label>
|
| 40 |
|
| 41 |
<input type="text" maxlength="255" name="edit[profile_name]" id="edit-profile_name" size="60" value="" class="form-text required" />
|
| 42 |
<div class="description"> Il contenuto di questo campo è privato e non verrà mostrato pubblicamente.</div>
|
| 43 |
</div>
|
| 44 |
<div class="form-item">
|
| 45 |
<label for="edit-profile_surname">Cognome: <span class="form-required" title="Il campo è obbligatorio.">*</span></label>
|
| 46 |
<input type="text" maxlength="255" name="edit[profile_surname]" id="edit-profile_surname" size="60" value="" class="form-text required" />
|
| 47 |
<div class="description"> Il contenuto di questo campo è privato e non verrà mostrato pubblicamente.</div>
|
| 48 |
|
| 49 |
</div>
|
| 50 |
<div class="form-item">
|
| 51 |
<label for="edit-profile_web_site">Sito: <span class="form-required" title="Il campo è obbligatorio.">*</span></label>
|
| 52 |
<input type="text" maxlength="255" name="edit[profile_web_site]" id="edit-profile_web_site" size="60" value="" class="form-text required" />
|
| 53 |
<div class="description">Il vostro sito Internet</div>
|
| 54 |
</div>
|
| 55 |
<input type="checkbox" name="edit[profile_privacy]" id="edit-profile_privacy" value="1" class="form-checkbox required error" />
|
| 56 |
Privacy
|
| 57 |
</label>
|
| 58 |
<div class="description">Informativa ai sensi del D. Lgs. del 30.06.2003, n. 196 in materia di protezione dei dati personali.</div>
|
| 59 |
<input type="submit" name="op" value="Crea nuovo profilo" class="form-submit" />
|
| 60 |
</div>
|
| 61 |
</form>
|
| 62 |
</div>
|