Пример #1
0
echo GetMessage("rub_tod");
?>
</td>
		<td><input type="text" name="TIMES_OF_DAY" value="<?php 
echo $str_TIMES_OF_DAY;
?>
" size="30" maxlength="255"></td>
	</tr>
	<tr class="heading">
		<td colspan="2"><?php 
echo GetMessage("rub_template");
?>
</td>
	</tr>
<?php 
$arTemplates = CPostingTemplate::GetList();
if (count($arTemplates) > 0) {
    ?>
	<tr class="adm-detail-required-field">
		<td class="adm-detail-valign-top"><?php 
    echo GetMessage("rub_templates");
    ?>
</td>
		<td><table>
<?php 
    $i = 0;
    foreach ($arTemplates as $strTemplate) {
        $arTemplate = CPostingTemplate::GetByID($strTemplate);
        ?>
		<tr>
			<td class="adm-detail-valign-top"><input type="radio" id="TEMPLATE<?php