include_once("./common.inc.php");
$strTitle .= "Информер - новостной информер для Вашего сайта : новости недвижимости";
$arrQueryInfo = getAllParams();
$strError = "";
function getNewsNumber ($lngElementId) {
$strSelect = "";
for ($i = 1; $i <= 10; $i++) {
if ($i == $lngElementId) {
$strSelect .= '\n';
}
else {
$strSelect .= '\n';
}
}
return $strSelect;
}
function getOptionsSelectBoxFromArray ($arr, $strSelectBoxName, $lngElementId, $strStyle, $lngSize, $strFirstOption) {
if ($strFirstOption != "") {
$strSelect .= '' . "\n";
}
while ( list($strFieldValue, $strFieldName) = each($arr)) {
if ($strFieldValue == $lngElementId) {
$strSelect .= '' . "\n";
}
else {
$strSelect .= '' . "\n";
}
}
return $strSelect;
}
if ($arrQueryInfo["action"] == "generate") {
$strError = verify();
}
$strInformer = "";
if ( ($strError == "") && ($arrQueryInfo["action"] == "generate") ) {
$strInformer = "";
}
function verify() {
global $arrQueryInfo, $arrEncoding;
$strError = "";
if (!$arrEncoding[$arrQueryInfo["lngEncoding"]]) {
$strError .= "Выберите кодировку.
";
}
if (!eregi("^[0-9]+$", $arrQueryInfo["lngNews"])) {
$strError .= "Выберите количество новостей.
";
}
if (!eregi("^[0-9]+$", $arrQueryInfo["lngWidth"])) {
$strError .= "Введите ширину информера.
";
}
if (!eregi("^[0-9]+$", $arrQueryInfo["lngHeight"])) {
$strError .= "Введите высоту информера.
";
}
if (!eregi("^[0-9a-f]+$", $arrQueryInfo["border_color"])) {
$strError .= "Выберите цвет рамки информера.
";
}
if (!eregi("^[0-9a-f]+$", $arrQueryInfo["bg_color"])) {
$strError .= "Выберите цвет фона информера.
";
}
if ($arrQueryInfo["boolDescription"]) {
$arrQueryInfo["boolDescription"] = 1;
}
else {
$arrQueryInfo["boolDescription"] = 0;
}
if ($arrQueryInfo["boolTime"]) {
$arrQueryInfo["boolTime"] = 1;
}
else {
$arrQueryInfo["boolTime"] = 0;
}
return $strError;
}
if ($arrQueryInfo["boolDescription"]) {
$arrQueryInfo["boolDescription"] = "checked";
}
else {
$arrQueryInfo["boolDescription"] = "";
}
if ($arrQueryInfo["boolTime"]) {
$arrQueryInfo["boolTime"] = "checked";
}
else {
$arrQueryInfo["boolTime"] = "";
}
$strWidth = "250px";
$strRows = "5";
$strKeywords = $strTitle;
$strDescription = $strTitle;
include_once("./header.inc.php");
?>
| Новостной информер |
 |
|
if ($strError != "") {
?>
|
}
?>
$sql = "select * from tblinfo where id=3";
$result = query($sql);
$row = fetch_array($result);
?>
include_once("./footer.inc.php");
?>