X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2FpageRegister.js;h=4d107e907a31f05cf7e3f62e5f5f6abbdcd9c3ae;hb=994f68e1f8a7a43b55d6bd6214b2a0066671ba74;hp=ea9092d1026296d7abfd364c7369283d26b95aa0;hpb=531c70729709cd97024eb1c2ff3ed836db9f550e;p=euphorik.git diff --git a/js/pageRegister.js b/js/pageRegister.js index ea9092d..4d107e9 100755 --- a/js/pageRegister.js +++ b/js/pageRegister.js @@ -1,4 +1,20 @@ -// coding: utf-8 +// coding: utf-8 +// Copyright 2008 Grégory Burri +// +// This file is part of Euphorik. +// +// Euphorik is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Euphorik is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Euphorik. If not, see . function PageRegister(client, formateur, util) { @@ -12,11 +28,11 @@ function PageRegister(client, formateur, util) PageRegister.prototype.contenu = function() { return '\ -
\ +\ \ \ \ - \ + \ \ \ \ @@ -31,7 +47,7 @@ PageRegister.prototype.contenu = function() \
login\
password\
\ -' +
' } PageRegister.prototype.charger = function()