git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-307
* Core :
- #245: Use PEAR::Date to avoid 1970-2038 php limitations. -MC
+ - #145: Use melix address to log in. -Car
* Emails :
- #229: Possibility to show our melix address. -Car
* Profile :
- #65 : Add professionnal cellphone. -Car
+ - #170 : Remove region display for french departments. -Car
* Validations :
- #137: Now possible to add comments without any action. -MC
* Fiche :
- #83,208,222 : New fiche. -MC
+ - #218 : Quit fiche using Escape key. -Car
* Lists :
- #86 : Yet another old old wish : lists archives are online ! -MC
--- /dev/null
+function closePopup() {
+ window.close();
+}
+if (navigator.appName=="Microsoft Internet Explorer") {
+ function keyboardIE() { if (event.keyCode == 27) closePopup(); };
+ document.onkeydown = keyboardIE;
+} else {
+ function keyboardOther(e) { if (e.keyCode == 27) closePopup(); };
+ document.onkeydown = keyboardOther;
+}
+
parent.opener.document.location = strPage;
}
</script>
+<script type="text/javascript" src="javascript/close_on_esc.js">
+</script>
{/literal}
<table id="fiche" cellpadding="0" cellspacing="0">
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************}
-
+
+{literal}
+<script type="text/javascript" src="javascript/close_on_esc.js">
+</script>
+{/literal}
+
<div id="fiche">
<div class="center">