Subversion Repositories Applications.papyrus

Rev

Rev 439 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 439 Rev 556
Line 42... Line 42...
42
    echo "<meta name=\"robots\" content=\"noindex, nofollow\"/>\n";?>
42
    echo "<meta name=\"robots\" content=\"noindex, nofollow\"/>\n";?>
43
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
43
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
44
<meta name="keywords" content="<?php echo $this->GetConfigValue("meta_keywords") ?>" />
44
<meta name="keywords" content="<?php echo $this->GetConfigValue("meta_keywords") ?>" />
45
<meta name="description" content="<?php echo  $this->GetConfigValue("meta_description") ?>" />
45
<meta name="description" content="<?php echo  $this->GetConfigValue("meta_description") ?>" />
46
<link rel="stylesheet" type="text/css" media="screen" href="wakka.basic.css" />
46
<link rel="stylesheet" type="text/css" media="screen" href="wakka.basic.css" />
47
<style type="text/css" media="all"> @import "<?php echo (!isset($_COOKIE["sitestyle"]))?'wakka':$_COOKIE["sitestyle"] ?>.css";</style>
47
<style type="text/css" media="all"> @import "<?php echo (!$_COOKIE["sitestyle"])?'wakka':$_COOKIE["sitestyle"] ?>.css";</style>
48
<script type="text/javascript">
48
<script type="text/javascript">
49
function fKeyDown()	{
49
function fKeyDown()	{
50
	if (event.keyCode == 9) {
50
	if (event.keyCode == 9) {
51
		event.returnValue= false;
51
		event.returnValue= false;
52
		document.selection.createRange().text = String.fromCharCode(9) } }
52
		document.selection.createRange().text = String.fromCharCode(9) } }
53
</script>
53
</script>
-
 
54
<!-- The ACeditor contribution -->
-
 
55
<style type="text/css">
-
 
56
.buttons { background: #ccc; border: 1px solid #ccc; margin: 1; float:left; }
-
 
57
.raise{ border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; border-bottom: 1px solid buttonshadow; border-right: 1px solid buttonshadow; background: #ccc; margin:1;    float:left; }
-
 
58
.press { border-top: 1px solid buttonshadow; border-left: 1px solid buttonshadow; border-bottom: 1px solid buttonhighlight; border-right: 1px solid buttonhighlight; background: #ccc; margin:1; float:left; }
-
 
59
/* ci dessous les petits champs */
-
 
60
.ACsearchbox { background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; font-size: 10px; }
-
 
61
.texteChampsImage {font-size: 10px; }
-
 
62
#toolbar { margin: 0; width: 450px; padding: 0; height:20px; background: #ccc; border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; border-bottom: 1px solid buttonshadow; border-right: 1px solid buttonshadow; text-align:left; }
-
 
63
</style>
-
 
64
<script type="text/javascript" src="ACeditor.js"></script>    
-
 
65
<!-- End on The ACEditor Contrib -->
54
</head>
66
</head>
Line 55... Line 67...
55
 
67
 
56
 
-
 
Line -... Line 68...
-
 
68
 
Line 57... Line 69...
57
<body <?php echo (!$user || ($user["doubleclickedit"] == 'Y')) && ($this->GetMethod() == "show") ? "ondblclick=\"document.location='".$this->href("edit")."';\" " : "" ?>
69
<body <?php echo (!$user || ($user["doubleclickedit"] == 'Y')) && ($this->GetMethod() == "show") ? "ondblclick=\"document.location='".$this->href("edit")."';\" " : "" ?>
Line -... Line 70...
-
 
70
 
-
 
71
<?php /* ACeditor*/ echo "onLoad=\"thisForm=document.ACEditor;\""?> >
-
 
72
 
-
 
73
<div style="display: none;"><a href="<?php echo $this->href() ?>/resetstyle" accesskey="7"></a></div>
-
 
74
 
-
 
75
<?
-
 
76
$menu_page=$this->config["menu_page"];
-
 
77
if (isset($menu_page) and ($menu_page!=""))
-
 
78
    {
-
 
79
    // Ajout Menu de Navigation
-
 
80
    echo '<table class="page_table">';
-
 
81
    echo '<tr><td class="menu_column">';
-
 
82
    $wikiMenu = $this->clone();
-
 
83
    $wikiMenu->tag=$menu_page;
-
 
84
    $wikiMenu->SetPage($wikiMenu->LoadPage($wikiMenu->tag));
Line 58... Line 85...
58
<?php echo $message ? "onLoad=\"alert('".$message."');\" " : "" ?> >
85
    echo $wikiMenu->Format($wikiMenu->page["body"], "wakka");
Line 59... Line 86...
59
 
86
    echo '</td>';
60
 
87
    echo '<td class="body_column">';
61
<div style="display: none;"><a href="<?php echo $this->href() ?>/resetstyle" accesskey="7"></a></div>
88
    }
62
 
89
?>
63
 
90
 
Line 64... Line 91...
64
<h1 class="wiki_name"><?php echo $this->config["wakka_name"] ?></h1>
91
<h1 class="wiki_name"><?php echo $this->config["wakka_name"] ?></h1>