コード例 #1
0
ファイル: cluster.php プロジェクト: jphcoi/veille
	foreach ($succ as $s) {
 		$sid=$s['id']."_".str_replace(" ","_",$s['periode']);
 		echo '
 			<span style="display:none;" id="box'.$sid.'">'.selective_column_tt($arraykey,$s['termes'],$s['plus'],$s['minus'],0).'
			</span>';
	}
	
	foreach ($pred as $s) {
		$sid=$s['id']."_".str_replace(" ","_",$s['periode']);
		echo '
			<span style="display:none;" id="box'.$sid.'">'.selective_column_tt($arraykey,$s['termes'],$s['plus'],$s['minus'],0).'
			</span>';
	}
	
	echo '</td>';
	right_panel($s,$succ,$nosucc,$backdarker,$backdark);

	
	echo '</tr>';
	echo '</table>';
	
	
	//echo '<hr>';
	include("cluster_nav_billets.php");

}


//// BLOC NAVIGATION SEMANTIQUE

if ($nav=="soc"){
コード例 #2
0
    exit;
}
if (isset($_GET["MailerLink-infos"])) {
    mailer_link_infos();
    exit;
}
if (isset($_GET["MailerLink-reconstruct"])) {
    mailer_link_rebuild_queue();
    exit;
}
if (isset($_GET["emailing-smtp-server-list"])) {
    emailrelay_list();
    exit;
}
if (isset($_GET["emailing-right-panel"])) {
    right_panel();
    exit;
}
if (isset($_GET["popup"])) {
    popup();
    exit;
}
builder_list();
function mailer_link_js()
{
    $page = CurrentPageName();
    $tpl = new templates();
    $emailing = $tpl->_ENGINE_parse_body("{emailing}");
    $html = "\n\t\tfunction mailer_engine_settings_load(){\n\t\t\tYahooWin4(710,'{$page}?mailer-link-popup={$_GET["ou"]}&ou={$_GET["ou"]}&ID={$_GET["ID"]}','{$emailing}');\n\t\t}\n\t\n\tmailer_engine_settings_load();\t\n\t";
    echo $html;
}
コード例 #3
0
	
	
	if(isset($_GET["mailer-link"])){mailer_link_js();exit;}
	if(isset($_GET["mailer-link-popup"])){mailer_link_popup();exit;}
	if(isset($_GET["mailer-link-send"])){mailer_link_send();exit;}
	if(isset($_GET["mailer_link_popup_toolbar_div"])){mailer_link_popup_toolbar();exit;}
	if(isset($_GET["mailer-link-event"])){mailer_link_popup_event();exit;}
	
	if(isset($_GET["MailerLinkAdd"])){mailer_link_add();exit;}
	if(isset($_GET["MailerLinkDelete"])){mailer_link_del();exit;}
	
	if(isset($_GET["MailerLink-infos"])){mailer_link_infos();exit;}
	if(isset($_GET["MailerLink-reconstruct"])){mailer_link_rebuild_queue();exit;}
	
	if(isset($_GET["emailing-smtp-server-list"])){emailrelay_list();exit;}
	if(isset($_GET["emailing-right-panel"])){right_panel();exit;}
	
	if(isset($_GET["popup"])){popup();exit;}
	
	
	
	
builder_list();


function mailer_link_js(){
	
$page=CurrentPageName();
	$tpl=new templates();
	$emailing=$tpl->_ENGINE_parse_body("{emailing}");