Subversion Repositories Applications.papyrus

Rev

Rev 569 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 569 Rev 593
Line 59... Line 59...
59
/* ci dessous les petits champs */
59
/* ci dessous les petits champs */
60
.ACsearchbox { background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; font-size: 10px; }
60
.ACsearchbox { background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; font-size: 10px; }
61
.texteChampsImage {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; }
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>
63
</style>
64
<script type="text/javascript" src="ACeditor.js"></script>    
64
<script type="text/javascript" src="ACeditor.js"></script>
65
<!-- End on The ACEditor Contrib -->
65
<!-- End on The ACEditor Contrib -->
66
</head>
66
</head>
Line 67... Line 67...
67
 
67
 
Line 74... Line 74...
74
 
74
 
75
<?
75
<?
76
$menu_page=$this->config["menu_page"];
76
$menu_page=$this->config["menu_page"];
77
if (version_compare(phpversion(), '5.0') < 0) {
77
if (version_compare(phpversion(), '5.0') < 0) {
-
 
78
    eval('
78
    eval('
79
    if (!function_exists("clone")) {
79
    function clone($object) {
80
    	function clone($object) {
-
 
81
      		return $object;
80
      return $object;
82
    	}
81
    }
83
    }
82
    ');
84
    ');
83
}
85
}
84
if (isset($menu_page) and ($menu_page!=""))
86
if (isset($menu_page) and ($menu_page!=""))