示例#1
0
			<div class="formfieldcontrols"><?php 
    gu_theme_text_control('admin_password');
    ?>
</div>
		</div>
		<div class="formfield">
			<div class="formfieldcomment"><?php 
    echo t('This address used as the From field of all sent messages. To minimize the chances of your messages being misidentified as spam, ensure that the email address is valid');
    ?>
</div>
			<div class="formfieldlabel"><?php 
    echo t('Administrator email');
    ?>
</div>
			<div class="formfieldcontrols"><?php 
    gu_theme_text_control('admin_email');
    ?>
</div>
		</div>
	</div>
	<br/>
	<div class="menubar">
		<input name="install_submit" type="submit" id="install_submit" value="<?php 
    echo t('Install');
    ?>
" />
	</div>
</form>
<?php 
}
?>
示例#2
0
    gu_theme_int_control('smtp_port', 5);
    ?>
			<?php 
    echo t('Encryption');
    ?>
 <?php 
    gu_theme_list_control('smtp_encryption', array(array('', t('None')), array('SSL', 'SSL'), array('TLS', 'TLS')));
    ?>
</div>
			<div class="formfielddivider"></div>
			<div class="formfieldlabel"><?php 
    echo t('SMTP username<');
    ?>
</div>
			<div class="formfieldcontrols"><?php 
    gu_theme_text_control('smtp_username');
    ?>
</div>
			<div class="formfielddivider"></div>
			<div class="formfieldlabel"><?php 
    echo t('SMTP password');
    ?>
</div>
			<div class="formfieldcontrols"><?php 
    gu_theme_password_control('smtp_password');
    ?>
</div>
		</div>
		<div class="formfield">
			<div class="formfieldcomment"><?php 
    echo t('If Sendmail is available on your server you can enable it here');
示例#3
0
			<div class="formfielddivider"></div>
			<div class="formfieldlabel"><?php 
    echo t('SMTP username<');
    ?>
</div>
			<div class="formfieldcontrols"><?php 
    gu_theme_text_control('smtp_username');
    ?>
</div>
			<div class="formfielddivider"></div>
			<div class="formfieldlabel"><?php 
    echo t('SMTP password');
    ?>
</div>
			<div class="formfieldcontrols"><?php 
    gu_theme_text_control('smtp_password');
    ?>
</div>
		</div>
		<div class="formfield">
			<div class="formfieldcomment"><?php 
    echo t('If Sendmail is available on your server you can enable it here');
    ?>
</div>
			<div class="formfieldlabel"><?php 
    echo t('Use Sendmail');
    ?>
</div>
			<div class="formfieldcontrols"><?php 
    gu_theme_bool_control('use_sendmail');
    ?>