C:\xampp\htdocs\kptv\admin\modules\today\todayDetails.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
require_once($LIBPATH "libutil.php");
assert_rights("C");
require_once (
$LIBPATH  "form.php");

$months_table_feeder = array("MONTHS_FEEDER:noFilter""DbFeeder", array("TBL_MONTHS", array("ID""NameRO"), nullnull"AND"falsefalse,""));
$days_table_feeder = array("DAYS_FEEDER:noFilter""DbFeeder", array("TBL_DAYS", array("ID""NameRO"), nullnull"AND"falsefalse,""));

$todayDetailsFrm_feeder = array("TODAYDETAILS_FEEDER""DbFeeder", array("TBL_TODAY"null, array("ID"), array("GET/ID"), "AND"truetrue));
$todayDetailsFrm = array("Editare muzica astazi""mod_:today""act_todayDetailsFrm""TBL_TODAY"650'stBoxThin''stSortableHeader''center'25"",
    array(
        new 
Field("ID""HIDDEN""ID"'stFormCellText''stCtrlText'30, array($_GET['ID'])),        
        new 
Field("Titlu:""TEXT""NameRO"'stFormCellText''stCtrlText'30),
        new 
Field("Anul evenimentului:""TEXT""YearRO"'stFormCellText''stCtrlText'30),
        new 
Field("Continut:""SPAW""Continut_"'stFormCellText''stCtrlText'30, array(array("ContentRO"), array("ContentRO"))),
        new 
Field("Luna evenimentului:""COMBO""MonthRO"'stFormCellText''stCtrlText'30, array("ID""NameRO""todayDetailsFrm_feeder/MonthRO"), $months_table_feeder),
        new 
Field("Ziua evenimentului:""COMBO""DayRO"'stFormCellText''stCtrlText'30, array("ID""NameRO""todayDetailsFrm_feeder/DayRO"), $days_table_feeder),
        ));
$content form("todayDetailsFrm");
?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586