Author: Bavencoff Date: 2013-05-21 11:10:59 +0200 (Tue, 21 May 2013) New Revision: 168 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: refs #2431 : code key pressed Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/choose-activity.jsp Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/choose-activity.jsp =================================================================== --- trunk/magalie-web/src/main/webapp/WEB-INF/content/choose-activity.jsp 2013-05-17 16:33:36 UTC (rev 167) +++ trunk/magalie-web/src/main/webapp/WEB-INF/content/choose-activity.jsp 2013-05-21 09:10:59 UTC (rev 168) @@ -31,6 +31,15 @@ <s:url namespace="/" action="prepare-article-reception!input" id="prepareArticleReceptionUrl"/> <s:url namespace="/" action="logout" id="logoutUrl"/> +<head> +<script> +$(document).keydown(function(event) { +alert('Touche :' + event.which); +}); +</script> + +</head> + <header> <dl class="dl-horizontal"> <dt>Identifiant</dt>
participants (1)
-
Bavencoffļ¼ users.forge.codelutin.com