Ejemplo n.º 1
0
echo (CMain::IsHTTPS() ? "https://" : "http://") . $_SERVER["HTTP_HOST"];
?>
/' + val + '</a>';
				}

				setTimeout("ShortUriChangeHandler('<?php 
echo $str_SHORT_URI;
?>
')", 2);
			</script>
		</td>
	</tr>
	<tr class="adm-detail-required-field">
		<td><?echo GetMessage("SU_EF_STATUS")?></td>
		<td><?php 
echo CBXShortUri::SelectBox("STATUS", $str_STATUS);
?>
</td>
	</tr>
	<?if ($ID > 0):?>
	<tr>
		<td><?echo GetMessage("SU_EF_LAST_USED")?></td>
		<td><?echo $str_LAST_USED;?></td>
	</tr>
	<tr>
		<td><?echo GetMessage("SU_EF_NUMBER_USED")?></td>
		<td><?echo $str_NUMBER_USED;?></td>
	</tr>
	<?endif?>

<?