コード例 #1
0
ファイル: config.php プロジェクト: jewelhuq/okatea
			<h4><?php 
_e('m_galleries_config_tpl_gallery');
?>
</h4>

			<?php 
echo $oTemplatesGallery->getHtmlConfigUsablesTemplates();
?>

			<h4><?php 
_e('m_galleries_config_tpl_item');
?>
</h4>

			<?php 
echo $oTemplatesItem->getHtmlConfigUsablesTemplates();
?>

		</div><!-- #tab_tpl -->

		<div id="tab_seo">
			<h3><?php 
_e('c_c_seo_help');
?>
</h3>

			<fieldset>
				<legend><?php 
_e('c_c_seo_identity_meta');
?>
</legend>
コード例 #2
0
ファイル: config.php プロジェクト: jewelhuq/okatea
			<h4><?php 
_e('m_pages_config_tpl_insert');
?>
</h4>

			<?php 
echo $oTemplatesInsert->getHtmlConfigUsablesTemplates(false);
?>

			<h4><?php 
_e('m_pages_config_tpl_feed');
?>
</h4>

			<?php 
echo $oTemplatesFeed->getHtmlConfigUsablesTemplates(false);
?>

		</div><!-- #tab_tpl -->

		<div id="tab_files">
			<h3><?php 
_e('m_pages_config_tab_attached_files');
?>
</h3>

			<h4><?php 
_e('m_pages_config_images');
?>
</h4>
コード例 #3
0
ファイル: config.php プロジェクト: jewelhuq/okatea
			<h4><?php 
_e('m_contact_config_tpl_contact');
?>
</h4>

			<?php 
echo $oTemplatesContact->getHtmlConfigUsablesTemplates(false);
?>

			<h4><?php 
_e('m_contact_config_tpl_map');
?>
</h4>

			<?php 
echo $oTemplatesMap->getHtmlConfigUsablesTemplates(false);
?>

		</div><!-- #tab_tpl -->

		<div id="tab_seo">
			<h3><?php 
_e('c_c_seo_help');
?>
</h3>

			<h4><?php 
_e('m_contact_seo_contact');
?>
</h4>
コード例 #4
0
ファイル: config.php プロジェクト: jewelhuq/okatea
			<h4><?php 
_e('m_estimate_config_tpl_form');
?>
</h4>

			<?php 
echo $oTemplatesForm->getHtmlConfigUsablesTemplates();
?>

			<h4><?php 
_e('m_estimate_config_tpl_summary');
?>
</h4>

			<?php 
echo $oTemplatesSummary->getHtmlConfigUsablesTemplates();
?>

		</div><!-- #tab_tpl -->

		<div id="tab_seo">
			<h3><?php 
_e('c_c_seo_help');
?>
</h3>

			<fieldset>
				<legend><?php 
_e('c_c_seo_identity_meta');
?>
</legend>
コード例 #5
0
ファイル: config.php プロジェクト: jewelhuq/okatea
	<p class="field"><label for="p_mail_new_registration">' . form::checkbox('p_mail_new_registration', 1, $okt->users->config->mail_new_registration) . __('m_users_send_mail_new_registration') . '</label></p>

	<p class="field"><label for="p_validate_users_registration">' . form::checkbox('p_validate_users_registration', 1, $okt->users->config->validate_users_registration) . __('m_users_Validation_of_registration_by_administrator') . '</label></p>

	<p class="field"><label for="p_merge_username_email">' . form::checkbox('p_merge_username_email', 1, $okt->users->config->merge_username_email) . __('m_users_merge_username_email') . '</label></p>

	<p class="field"><label for="p_auto_log_after_registration">' . form::checkbox('p_auto_log_after_registration', 1, $okt->users->config->auto_log_after_registration) . __('m_users_auto_log_after_registration') . '</label></p>

	<p class="field"><label for="p_user_choose_group">' . form::checkbox('p_user_choose_group', 1, $okt->users->config->user_choose_group) . __('m_users_Let_users_choose_their_group') . '</label></p>

	<p class="field"><label for="p_default_group">' . __('m_users_Default_group') . '</label>' . form::select('p_default_group', $groups_array, $okt->users->config->default_group) . '</p>';
$aEditTabs[30] = array('id' => 'tab_tpl', 'title' => __('m_users_config_tab_tpl'), 'content' => '');
$aEditTabs[30]['content'] = '<h3>' . __('m_users_config_tab_tpl_title') . '</h3>

	<h4>' . __('m_users_config_tpl_forgotten_password') . '</h4>' . $oTemplatesForgottenPassword->getHtmlConfigUsablesTemplates(false) . '<h4>' . __('m_users_config_tpl_login') . '</h4>' . $oTemplatesLogin->getHtmlConfigUsablesTemplates(false) . '<h4>' . __('m_users_config_tpl_login_register') . '</h4>' . $oTemplatesLoginRegister->getHtmlConfigUsablesTemplates(false) . '<h4>' . __('m_users_config_tpl_profile') . '</h4>' . $oTemplatesProfile->getHtmlConfigUsablesTemplates(false) . '<h4>' . __('m_users_config_tpl_register') . '</h4>' . $oTemplatesRegister->getHtmlConfigUsablesTemplates(false) . '<h4>' . __('m_users_config_tpl_user_bar') . '</h4>' . $oTemplatesUserBar->getHtmlConfigUsablesTemplates(false);
$aEditTabs[40] = array('id' => 'tab_seo', 'title' => __('c_c_seo'), 'content' => '');
$aEditTabs[40]['content'] = '<h3>' . __('c_c_seo_help') . '</h3>

		<fieldset>
			<legend>' . __('c_c_seo_schema_url') . '</legend>';
foreach ($okt->languages->list as $aLanguage) {
    $aEditTabs[40]['content'] .= '<p class="field" lang="' . $aLanguage['code'] . '"><label for="p_public_login_url_' . $aLanguage['code'] . '">' . sprintf(__('m_users_URL_of_login_page_from_%s'), '<code>' . $okt->config->app_url . '</code>') . '<span class="lang-switcher-buttons"></span></label>' . form::text(array('p_public_login_url[' . $aLanguage['code'] . ']', 'p_public_login_url_' . $aLanguage['code']), 40, 255, isset($okt->users->config->public_login_url[$aLanguage['code']]) ? html::escapeHTML($okt->users->config->public_login_url[$aLanguage['code']]) : '') . '</p>

				<p class="field" lang="' . $aLanguage['code'] . '"><label for="p_public_logout_url_' . $aLanguage['code'] . '">' . sprintf(__('m_users_URL_of_disconnection_page_from_%s'), '<code>' . $okt->config->app_url . '</code>') . '<span class="lang-switcher-buttons"></span></label>' . form::text(array('p_public_logout_url[' . $aLanguage['code'] . ']', 'p_public_logout_url_' . $aLanguage['code']), 40, 255, isset($okt->users->config->public_logout_url[$aLanguage['code']]) ? html::escapeHTML($okt->users->config->public_logout_url[$aLanguage['code']]) : '') . '</p>

				<p class="field" lang="' . $aLanguage['code'] . '"><label for="p_public_register_url_' . $aLanguage['code'] . '">' . sprintf(__('m_users_URL_of_registration_page_from_%s'), '<code>' . $okt->config->app_url . '</code>') . '<span class="lang-switcher-buttons"></span></label>' . form::text(array('p_public_register_url[' . $aLanguage['code'] . ']', 'p_public_register_url_' . $aLanguage['code']), 40, 255, isset($okt->users->config->public_register_url[$aLanguage['code']]) ? html::escapeHTML($okt->users->config->public_register_url[$aLanguage['code']]) : '') . '</p>

				<p class="field" lang="' . $aLanguage['code'] . '"><label for="p_public_log_reg_url_' . $aLanguage['code'] . '">' . sprintf(__('m_users_URL_of_log_reg_page_from_%s'), '<code>' . $okt->config->app_url . '</code>') . '<span class="lang-switcher-buttons"></span></label>' . form::text(array('p_public_log_reg_url[' . $aLanguage['code'] . ']', 'p_public_log_reg_url_' . $aLanguage['code']), 40, 255, isset($okt->users->config->public_log_reg_url[$aLanguage['code']]) ? html::escapeHTML($okt->users->config->public_log_reg_url[$aLanguage['code']]) : '') . '</p>

				<p class="field" lang="' . $aLanguage['code'] . '"><label for="p_public_forget_password_url_' . $aLanguage['code'] . '">' . sprintf(__('m_users_URL_of_forgotten_password_page_from_%s'), '<code>' . $okt->config->app_url . '</code>') . '<span class="lang-switcher-buttons"></span></label>' . form::text(array('p_public_forget_password_url[' . $aLanguage['code'] . ']', 'p_public_forget_password_url_' . $aLanguage['code']), 40, 255, isset($okt->users->config->public_forget_password_url[$aLanguage['code']]) ? html::escapeHTML($okt->users->config->public_forget_password_url[$aLanguage['code']]) : '') . '</p>