source: cmtsite/index.html@ 256

Last change on this file since 256 was 256, checked in by garonne, 19 years ago

ajout phpmv2

  • Property svn:eol-style set to native
File size: 1.3 KB
RevLine 
[2]1<!--
2//-----------------------------------------------------------
3// Copyright Christian Arnault LAL-Orsay CNRS
4// arnault@lal.in2p3.fr
5// See the complete license in cmt_license.txt "http://www.cecill.info".
6//-----------------------------------------------------------
7-->
8
9<html>
10 <head>
11 <title>CMT</title>
[256]12 <!-- phpmyvisites -->
13<a href="http://www.phpmyvisites.net/" title="phpMyVisites | Open source web analytics"
14onclick="window.open(this.href);return(false);">
15<script type="text/javascript">
16<!--
17var a_vars = Array();
18var pagename='';
19
20var phpmyvisitesSite = 1;
21var phpmyvisitesURL = "http://www.cmtsite.org/phpmv2/phpmyvisites.php";
22//-->
23</script>
24<script language=javascript src="http://www.cmtsite.org/phpmv2/phpmyvisites.js"
25type="text/javascript"></script>
26<noscript>
27<p>phpMyVisites | Open source web analytics
28<img src="http://www.cmtsite.org/phpmv2/phpmyvisites.php" alt="phpMyVisites" style="border:0" />
29</p>
30</noscript>
31</a>
32<!-- /phpmyvisites -->
33
[2]34 </head>
35
36 <frameset cols="15%, *" border="4">
37
38 <frame name="Table"
39 src="table.html"
40 marginheight=0 border="2" noresize scrolling="auto">
41
42 <frame name="Contents"
43 src="intro.html" marginwidth="0"
44 marginheight=0 border="2" noresize scrolling="auto">
45
46 </frameset>
47
48</html>
49
Note: See TracBrowser for help on using the repository browser.