Advertisement
aliakbarbeda2

index.php

Mar 5th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1.  
  2. <!doctype html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>Arabic Keyboard Online LEXILOGOS</title>
  7.  
  8. <style>
  9. .bt, .bt:hover, .bt:visited {text-decoration:none; cursor:pointer; padding:0.1em 0.25em; min-width:1.4em; font-size:1.7em; color:#CC0033; font-family:Times New Roman; }
  10. .btb, .btb:hover, .btb:visited {text-decoration:none; cursor:pointer; padding:0.1em 0em; min-width:1.2em; font-size:1.7em; color:#CC0033; font-family:Times New Roman; }
  11. .cadr {width:80%; font-size:1.8em; color:#0000FF; font-family:Simplified Arabic, Times New Roman; direction:rtl; padding:0.3em; }
  12. .tabl tr { vertical-align:top; }
  13. .tabl td { padding-left:1em; white-space: nowrap; }
  14. </style>
  15. <link href="https://www.lexilogos.com/css/style.css" rel="stylesheet" type="text/css">
  16.  
  17. <script src="https://www.lexilogos.com/code/carar.js"></script>
  18.  
  19.  
  20. </head>
  21. <body onLoad="conversion.saisie.focus()">
  22.  
  23. <div class="esp"></div>
  24. <div class="center">
  25.  
  26. <br>
  27. <form name="conversion">
  28. <div class="delc">
  29. <br>
  30. <input type="button" class="eff" title="clear" onClick="reset();conversion.saisie.focus()" value="">
  31. </div>
  32. <textarea name="saisie" id="bar" onKeyUp="transcrire()" rows="4" class="cadr"></textarea>
  33. <br>
  34. <br>
  35. <input type="button" class="bf" data-clipboard-action="copy" data-clipboard-target="#bar" value="copy">
  36. <script>
  37. var clipboard = new Clipboard('.bf');
  38. clipboard.on('success', function(e) {
  39. console.log(e);
  40. });
  41. clipboard.on('error', function(e) {
  42. console.log(e);
  43. });
  44. </script>
  45. <input type="button" class="bf" onClick="save()" value="save">
  46. <input type="button" class="bf" onClick="alpha(' ')" value="space"><input type="button" class="bf" onClick="conversion.saisie.rows=4;conversion.saisie.focus()" value="small frame"><input type="button" class="bf" onClick="conversion.saisie.rows=40;conversion.saisie.focus()" value="large frame">
  47. <div class="espc"></div>
  48. <div class="rtl">
  49.  
  50.  
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement