Beispiel #1
0
function get_edit_header($trans)
{
    return get_edit_title($trans);
}
Beispiel #2
0
function get_edit_header($img)
{
    return get_edit_title($img);
}
Beispiel #3
0
function get_edit_header($rel)
{
    return get_edit_title($rel);
}
Beispiel #4
0
$extra = '<script type="text/javascript" src="inc/edit.js.php"></script>';
if ($config->dojo) {
    $extra .= '<script type="text/javascript">
		dojo.require("dijit.Editor");
		dojo.require("dijit._editor.plugins.TextColor");
		dojo.require("dijit._editor.plugins.LinkDialog");
		dojo.require("dojo.parser");	// scan page for widgets and instantiate them

		function setEditorValue(id, args){
			if (args[0] != \'\') {
				dojo.byId(id).value=args[0];
			} 
		}
</script>';
}
do_headers_dojo(get_edit_title($data), $extra);
if ($config->dojo) {
    ?>
<body class="tundra">
<?php 
    include_once "inc/analyticstracking.php";
    ?>
<div dojoType="dojox.data.QueryReadStore" jsId="LocationStore"
			url="services/LocationQueryReadStore.php" requestMethod="post"></div>
<div dojoType="dojox.data.QueryReadStore" jsId="SourceStore"
			url="services/SourceQueryReadStore.php" requestMethod="post"></div>
	<?php 
}
?>
<table class="header" width="100%">
  <tbody>