Example #1
0
<p>
<?php 
echo _('Theme');
?>
<br />
<?php 
echo html_get_theme_popup('theme_id', $theme_id);
?>
</p>
<p>
<?php 
echo _('Country:');
?>
<br />
<?php 
echo html_get_ccode_popup('ccode', $ccode);
?>
</p>
<p>
@<?php 
printf(_('Email Address:<span class="important">*</span><br /><em>This email address will be verified before account activation. You will receive a mail forward account at &lt;loginname@%1$s&gt; that will forward to this address.</em>'), $GLOBALS['sys_users_host']);
?>
<br /><input size="30" type="text" name="email" value="<?php 
print htmlspecialchars(stripslashes($email));
?>
" />
</p>
<p>
<?php 
if ($sys_use_jabber) {
    echo _('Jabber Address:') . '<br />
Example #2
0
echo _('Theme:');
?>
 </td>
<td><?php 
echo html_get_theme_popup('theme_id', $u->getThemeID());
?>
</td>
</tr>

<tr valign="top">
<td><?php 
echo _('Country:');
?>
 </td>
<td><?php 
echo html_get_ccode_popup('ccode', $u->getCountryCode());
?>
</td>
</tr>

<tr valign="top">
<td><?php 
echo _('Email Addr:');
?>
 </td>
<td><strong><?php 
print $u->getEmail();
?>
</strong>
<br /><a href="change_email.php">[<?php 
echo _('Change Email Addr');