Changeset 2886
- Timestamp:
- 01/15/12 09:49:05 (4 months ago)
- Files:
-
- 1 modified
-
trunk/site/pilototo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/site/pilototo.php
r2871 r2886 153 153 var reg=new RegExp("^[-]?(([0-9]{1}|[1-8]{1}[0-9]{1})([.]{1}[0-9]{1,10})?|90)[,]{1}[-]?(([1-9][0-9]|[0-9]{1}|1[0-7][0-9])([.]{1}[0-9]{1,10})?|180)([@](([0-9]{1}|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9])([.]{1}[0-9]{1,6})?|([-]1([.][0]{1,6})?)?))?$","i"); 154 154 } 155 alert("<?php echo getLocalizedString("pilototo_prog_del");?>"); 155 156 return((document.activeElement.value == "efface" ? true : reg.test(ordre))); 156 157 }
