Esempio n. 1
0
                <hr id="line" />
                <?php 
    if (isset($_GET['tok'])) {
        echo "<font face=verdana size=-1 color=green>&nbsp;" . $tok . "</font><br><br>";
    }
    if (isset($_GET['teok'])) {
        echo "<font face=verdana size=-1 color=green>&nbsp;" . $teok . "</font><br><br>";
    }
    if (isset($_GET['tenok'])) {
        echo "<font face=verdana size=-1 color=green>&nbsp;" . $tenok . "</font><br><br>";
    }
    if (isset($_GET['tfok'])) {
        echo "<font face=verdana size=-1 color=green>&nbsp;" . $tfok . "</font><br><br>";
    }
    if (isset($_GET['tfnok'])) {
        echo "<font face=verdana size=-1 color=green>&nbsp;" . $tfnok . "</font><br><br>";
    }
    ?>
                <div id="content">
                    <?php 
    $utilTask->listTaksManager($_SESSION['todo_user'], 0);
    ?>
                </div>
            </div>
            <div id="footer">© todotasks, Todos os direitos reservados. All rights reserved.<br><br><a href="http://www.carlosmalucelli.com">powered by carlosmalucell!com</a></div>        
        </body>
    </html>
    <?php 
} else {
    echo "nice try ;)";
}