Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?php
        $message = $this->GetMessage();
        $user = $this->GetUser();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>


<head>
<title><?php echo $this->GetWakkaName().":".$this->GetPageTag(); ?></title>
<?php if ($this->GetMethod() != 'show')
    echo "<meta name=\"robots\" content=\"noindex, nofollow\"/>\n";?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="keywords" content="<?php echo $this->GetConfigValue("meta_keywords") ?>" />
<meta name="description" content="<?php echo  $this->GetConfigValue("meta_description") ?>" />
<link rel="stylesheet" type="text/css" media="screen" href="wakka.basic.css" />
<style type="text/css" media="all"> @import "wakka.css";</style>
<script type="text/javascript">
        function fKeyDown()     { if (event.keyCode == 9) {
                                        event.returnValue= false;
                                        document.selection.createRange().text = String.fromCharCode(9) } }
</script>
</head>


<body <?php echo (!$user || ($user["doubleclickedit"] == 'Y')) && ($this->GetMethod() == "show") ? "ondblclick=\"document.location='".$this->href("edit")."';\" " : "" ?>
        <?php echo $message ? "onLoad=\"alert('".$message."');\" " : "" ?>
>


<h1 class="wiki_name"><?php echo $this->config["wakka_name"] ?></h1>


<h1 class="page_name">
        <a href="<?php echo $this->config["base_url"] ?>RechercheTexte&amp;phrase=<?php echo urlencode($this->GetPageTag()); ?>">
        <?php echo $this->GetPageTag(); ?>
        </a>
</h1>


<div class="header">
        <?php echo $this->ComposeLinkToPage($this->config["root_page"]); ?> ::
        <?php echo  $this->config["navigation_links"] ? $this->Format($this->config["navigation_links"])." :: \n" : "" ?>
        Vous ĂȘtes <?php echo $this->Format($this->GetUserName()); if ($user = $this->GetUser()) echo " (<a href=\"".$this->config["base_url"] ."ParametresUtilisateur&amp;action=logout\">DĂ©connexion</a>)\n"; ?>
</div>