kopia lustrzana https://github.com/friendica/friendica
16 wiersze
674 B
Smarty
16 wiersze
674 B
Smarty
|
|
<div id="settings-nick-wrapper" >
|
|
<p id="settings-nickname-desc">
|
|
L'URL del tuo profilo è <strong>'$baseurl/profile/$uid'</strong>.
|
|
Impostare un soprannome permetterà di avere un URL più aimchevole, come
|
|
<strong>'soprannome@$basepath'</strong>.
|
|
<br />
|
|
Una volta impostato, non potr&agreve; più essere cambiato. Il soprannome <strong>deve</strong>
|
|
cominciare con una lettera; nel soprannome sono permessi solo lettere, numeri, trattini (-) e underscore (_).
|
|
</p>
|
|
<label id="settings-nick-label" for="settings-nick" >Soprannome: </label>
|
|
<input type="text" name="nick" id="settings-nick" value="$nickname" />
|
|
</div>
|
|
<div id="settings-nick-end" ></div>
|
|
|