Пример #1
0
			?>
		</td>
	</tr>
	<?
	if (!isset($TRANSLIT_LANG) || empty($TRANSLIT_LANG))
		$TRANSLIT_LANG = LANGUAGE_ID;
	if ($boolOutTranslit)
	{
		?><input type="hidden" name="TRANSLIT_LANG" value="<? echo htmlspecialcharsbx($TRANSLIT_LANG); ?>"><?
	}
	else
	{
		?><tr>
			<td width="40%"><? echo GetMessage('CATI_CODE_TRANSLIT_LANG'); ?>:</td>
			<td width="60%">
				<? echo CLanguage::SelectBox('TRANSLIT_LANG', $TRANSLIT_LANG); ?>
			</td>
		</tr><?
	}
	?>
	<tr>
		<td valign="top" width="40%"><? echo GetMessage("CATI_OUTFILE"); ?>:</td>
		<td valign="top" width="60%"><?
			if (!isset($outFileAction) || empty($outFileAction) || !in_array($outFileAction, array('H', 'D', 'M', 'F')))
				$outFileAction = 'F';
			?><input type="radio" name="outFileAction" value="H" <?if ($outFileAction=="H") echo "checked";?>> <? echo GetMessage("CATI_OF_DEACT"); ?><br>
			<input type="radio" name="outFileAction" value="D" <?if ($outFileAction=="D") echo "checked";?>> <? echo GetMessage("CATI_OF_DEL"); ?><br>
			<input type="radio" name="outFileAction" value="M" <?if ($outFileAction=="M") echo "checked";?>> <? echo GetMessage("CATI_OF_CAN_BUY"); ?> <span class="required">*</span><br>
			<input type="radio" name="outFileAction" value="F" <?if ($outFileAction=="F") echo "checked";?>> <? echo GetMessage("CATI_OF_KEEP"); ?>
		</td>
	</tr>
Пример #2
0
		<td align="right"><?php 
echo GetMessage("STAT_MESSAGE");
?>
</td>
		<td><textarea name="MESSAGE" rows="5" cols="45"><?php 
echo $str_MESSAGE;
?>
</textarea></td>
	</tr>
	<tr valign="top">
		<td align="right"><?php 
echo GetMessage("STAT_MESSAGE_LID");
?>
</td>
		<td><?php 
echo CLanguage::SelectBox("MESSAGE_LID", $str_MESSAGE_LID);
?>
</td>
	</tr>
	<tr valign="top">
		<td align="right"><?php 
echo GetMessage("STAT_SAVE_STATISTIC");
?>
</td>
		<td><?php 
echo InputType("checkbox", "SAVE_STATISTIC", "Y", $str_SAVE_STATISTIC, false);
?>
</td>
	</tr>
<?php 
$tabControl->BeginNextTab();
Пример #3
0
</td>
	<td><input type="text" name="find_id" size="40" value="<?php 
echo htmlspecialcharsbx($find_id);
?>
"><?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("fav_list_flt_lang2");
?>
</td>
	<td><?php 
echo CLanguage::SelectBox("find_language_id", $find_language_id, GetMessage("fav_list_flt_all"));
?>
</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("MAIN_F_DATE") . ":";
?>
</td>
	<td><?php 
echo CalendarPeriod("find_date1", $find_date1, "find_date2", $find_date2, "form1", "Y");
?>
</td>
</tr>
<tr>
	<td><?php 
Пример #4
0
		<td><?php 
echo GetMessage("MAIN_C_SORT");
?>
</td>
		<td><input type="text" name="C_SORT" size="5" maxlength="18" value="<?php 
echo $str_C_SORT;
?>
"></td>
	</tr>
	<tr >
		<td><?php 
echo GetMessage("fav_edit_lang");
?>
</td>
		<td><?php 
echo CLanguage::SelectBox("LANGUAGE_ID", $str_LANGUAGE_ID);
?>
</td>
	</tr>
	<tr>
		<td width="40%"><?php 
echo GetMessage("MAIN_MENU_ID");
?>
</td>
		<td width="60%"><input type="text" name="MENU_ID" size="45" maxlength="255" value="<?php 
echo $str_MENU_ID;
?>
"></td>
	</tr>
	<tr>
		<td class="adm-detail-valign-top"><?php 
?>
:</label></td>
		<td><input type="checkbox" id="TEST_SSL_CERT_VALIDITY" name="TESTS[]" value="test_ssl_cert_validity" <?php 
if (in_array("test_ssl_cert_validity", $aDomain["TESTS"])) {
    echo 'checked="checked"';
}
?>
></td>
	</tr>
	<!--<tr>
		<td width="40%"><?php 
echo GetMessage("BCL_MONITORING_LANGUAGE");
?>
:</td>
		<td width="60%"><?php 
echo CLanguage::SelectBox("LANG", $aDomain["LANG"]);
?>
</td>
	</tr>-->
	<tr class="adm-detail-required-field adm-detail-valign-top">
		<td width="40%"><?php 
echo GetMessage("BCL_MONITORING_EMAIL");
?>
:</td>
		<td width="60%" id="EMAILS"><?php 
foreach ($aDomain["EMAILS"] as $email) {
    ?>
<input type="text" name="EMAILS[]" size="45" value="<?php 
    echo htmlspecialcharsbx($email);
    ?>
"><br><?php 
Пример #6
0
		</td>
	</tr>
	<tr class="adm-detail-required-field">
		<td><? echo GetMessage('DIR')?></td>
		<td><input type="text" name="DIR" size="30" maxlength="50" value="<? echo $str_DIR?>"></td>
	</tr>
	<tr class="adm-detail-required-field">
		<td><?echo GetMessage('SORT')?></td>
		<td><input type="text" name="SORT" size="10" maxlength="10" value="<? echo $str_SORT?>"></td>
	</tr>
	<tr class="heading">
		<td colspan="2"><?echo GetMessage("MAIN_SITE_PARAMS")?></td>
	</tr>
	<tr class="adm-detail-required-field">
		<td><?echo GetMessage("MAIN_SITE_LANG")?></td>
		<td><?echo CLanguage::SelectBox("LANGUAGE_ID", $str_LANGUAGE_ID);?></td>
	</tr>
	<tr class="adm-detail-required-field">
		<td><? echo GetMessage('FORMAT_DATE')?></td>
		<td><input type="text" name="FORMAT_DATE" size="30" maxlength="50" value="<? echo $str_FORMAT_DATE?>"></td>
	</tr>
	<tr class="adm-detail-required-field">
		<td><? echo GetMessage('FORMAT_DATETIME')?></td>
		<td><input type="text" name="FORMAT_DATETIME" size="30" maxlength="50" value="<?echo $str_FORMAT_DATETIME?>"></td>
	</tr>
	<tr>
		<td><? echo GetMessage('SITE_EDIT_WEEK_START')?></td>
		<td><select name="WEEK_START">
<?
for ($i = 0; $i < 7; $i++)
{