ADD copyright dans le pied de page + accès aux conditions d'utilisation
[euphorik.git] / js / pageAbout.js
index 64f9bd3..4ed1bd0 100644 (file)
@@ -1,4 +1,20 @@
-// coding: utf-8
+// coding: utf-8\r
+// Copyright 2008 Grégory Burri\r
+//\r
+// This file is part of Euphorik.\r
+//\r
+// Euphorik is free software: you can redistribute it and/or modify\r
+// it under the terms of the GNU General Public License as published by\r
+// the Free Software Foundation, either version 3 of the License, or\r
+// (at your option) any later version.\r
+//\r
+// Euphorik is distributed in the hope that it will be useful,\r
+// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+// GNU General Public License for more details.\r
+//\r
+// You should have received a copy of the GNU General Public License\r
+// along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.
 
 function PageAbout(client, formateur, util)
 {
@@ -12,7 +28,8 @@ function PageAbout(client, formateur, util)
 PageAbout.prototype.contenu = function()
 {
    var contenu = ""
-   jQuery.ajax({async: false, url: "pages/about.html", success : function(page) { contenu += page }})
+   $.ajax({async: false, url: "pages/about.html", success : function(page) { contenu += page }})
+   
    var email = this.util.rot13("znvygb:tert.oheev@tznvy.pbz")
    return contenu.replace("{EMAIL}", "<a href=\"" + email+ "\">" + email + "</a>").replace("{EMAIL_LIEN}", email)
 }