Example #1
0
    <tr>
        <td>
            <form action="" method="GET">
            <select name="yy" id="yy">
                <?php 
echo construct_YY();
?>
            </select>
            <select name="mm" id="mm">
                <?php 
echo construct_MM();
?>
            </select>
            <select name="dd" id="dd">
                <?php 
echo construct_DD();
?>
            </select>&nbsp;&nbsp;&nbsp;
            <select name="hh" id="hh">
                <?php 
echo construct_HH();
?>
            </select>:
            <select name="ii" id="ii">
                <?php 
echo construct_II();
?>
            </select>
            <input type="submit" value="<?php 
echo htmlspecialchars(_('Search'), ENT_QUOTES);
?>
        <tr>
           <td align="right">
            <?php 
echo _('Date');
?>
:
           </td>
           <td>
           <select name="yy" id="yy">
                <? echo construct_YY()?>
           </select>
           <select name="mm" id="mm">
                <? echo construct_MM()?>
           </select>
           <select name="dd" id="dd">
                <? echo construct_DD()?>
           </select>
            <!--input id="cmd" type="text" value="<?// echo @$cmd ?>"-->&nbsp;
            <input type="button" value="<?php 
echo _('Load EPG');
?>
" onclick="load_epg()">
           </td>
        </tr>
        <tr>
           <td align="right" valign="top">
            EPG: 
           </td>
           <td>
            <!--input id="descr" type="text" value="<?//     echo @$descr ?>"-->
            <textarea name="epg" id="epg" cols="70" rows="20"><? echo load_epg(@$_GET['id'])?></textarea>