Ejemplo n.º 1
0
<?php

include_once "control/ArticleControls.php";
$id = $_GET["art_id"];
$object = new ArticleControls();
$article = $object->getArticleById($id);
?>

<?php 
$title = $article->News_title;
$keywords = $article->News_tag;
$description = $article->News_sumup;
?>

<?php 
include "header.php";
$page_title = "C là qu'on parle aussi bien des Pythons que des Perl";
?>

<script src="http://yandex.st/highlightjs/8.0/highlight.min.js"></script>

<script>
$(document).ready(function(){
	$(':input[name="delete"]').click(function(){
		 $(function() {
			 $( "#dialog-confirm" ).removeClass("dialog-hide");
			 $( "#dialog-confirm" ).dialog({
			 resizable: true,
			 height:200,
			 width: 486,
			 modal: true,