/[openfoncier]/trunk/app/sig.php
ViewVC logotype

Contents of /trunk/app/sig.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 88 - (show annotations)
Thu Aug 25 09:59:07 2011 UTC (13 years, 5 months ago) by fraynaud
File size: 745 byte(s)
Réorganisation du dossier spécifique de l'application

1 <?php
2 // $Id: edition_d.php,v 1.4 2009-12-15 09:26:19 jbastide Exp $
3 /**
4 * Fichiers requis
5 */
6 require_once "../obj/utils.class.php";
7 include ("../dyn/var.inc");
8
9 /**
10 * Classe utils ()
11 */
12 $f = new utils(NULL, "edition", _("Systeme Information geographique"), "ico_edition.png", "edition");
13
14 //echo "<a class='liendossier' href='http://anjouan/cadastre_majic/flash/index.php' target=_blank><img src='../trs/".$image_sig."'>Lien</a>"
15 ?>
16
17 <script type='text/javascript'>
18 alert("vv");
19 $.ajax({
20 type: 'GET',
21 url:'http://anjouan/cadastre_majic/flash/index.php',
22 cache: false,
23 data: '',
24 success: function(html){
25 $('#aff3').replaceWith(html);
26 }
27 });
28 </script><div id='aff3'></div>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26