Beispiel #1
0
if (@$_GET['sort_by'] == 'timeshift') {
    echo 'selected';
}
?>
>timeshift
            </select>
            <br>
            <br>
        <td>
    </tr>
    <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>
            
            <!--input type="hidden" id="id" value="<?// echo @$_GET['id'] ?>"-->
            <input type="hidden" id="action" value="<? if(@$_GET['edit']){echo "edit";} ?>">
           </td>
        </tr>
        <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>