ADD gestion du fragment de url, voir #2
[euphorik.git] / js / pageAbout.js
index 362f857..d51557c 100644 (file)
 // 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/>.
-
-euphorik.PageAbout = function(client, formateur, util) {
-   this.nom = "about";
-   
-   this.client = client;
-   this.formateur = formateur;
-   this.util = util;
-};
-
-euphorik.PageAbout.prototype.contenu = function() {
-   var contenu = "";
-   $.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);
-};
-
-euphorik.PageAbout.prototype.charger = function() {
-};
+// along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.\r
+\r
+euphorik.PageAbout = function(client, formateur, util) {\r
+   this.nom = "about";\r
+   \r
+   this.client = client;\r
+   this.formateur = formateur;\r
+   this.util = util;\r
+};\r
+\r
+euphorik.PageAbout.prototype.contenu = function() {\r
+   var contenu = "";\r
+   $.ajax({async: false, url: "pages/about.html", success : function(page) { contenu += page; }});\r
+   \r
+   var email = this.util.rot13("znvygb:tert.oheev@tznvy.pbz");\r
+   return contenu.replace("{EMAIL}", "<a href=\"" + email+ "\">" + email + "</a>").replace("{EMAIL_LIEN}", email);\r
+};\r
+\r
+euphorik.PageAbout.prototype.charger = function() {\r
+};\r