Exemple #1
0
    ?>
</a></b></td>
        </tr>
        <tr>
            <td><b><a href="<?php 
    echo 'file_ops.php?&state=' . ($_REQUEST['state'] + 1);
    ?>
&submit=view_checkedout"><?php 
    echo msg('label_checked_out_files');
    ?>
</a></b></td>
        </tr>
    </table>
</td>
    <?php 
    udf_admin_menu();
    ?>
</tr>

<tr>
    <td>
        <table>
            <tr>
                <th bgcolor ="#83a9f7"><font color="#FFFFFF"><?php 
    echo msg('label_settings');
    ?>
</font></th>
            </tr>
            <tr>
                <td><b><a href="<?php 
    echo 'settings.php?submit=update&state=' . ($_REQUEST['state'] + 1);
Exemple #2
0
    ?>
</a></b></td>
        </tr>
        <tr>
            <td><b><a href="<?php 
    echo $secureurl->encode('file_ops.php?&state=' . ($_REQUEST['state'] + 1));
    ?>
&submit=view_checkedout"><?php 
    echo msg('label_checked_out_files');
    ?>
</a></b></td>
        </tr>
    </table>
</td>
    <?php 
    udf_admin_menu($secureurl);
    ?>
</tr>

<tr>
    <td>
        <table>
            <tr>
                <th bgcolor ="#83a9f7"><font color="#FFFFFF"><?php 
    echo msg('label_settings');
    ?>
</font></th>
            </tr>
            <tr>
                <td><b><a href="<?php 
    echo $secureurl->encode('settings.php?submit=update&state=' . ($_REQUEST['state'] + 1));