summary refs log tree commit diff stats
path: root/tests/js.html
blob: 81baef784ca80a553bb22ce4a390f4bb39a60141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!--  This has been written by hand. (c) 2010 Andreas Rumpf -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Nimrod JavaScript Generator Test</title>
<style type="text/css">
span.DecNumber {color: blue}
</style>
<script src="nimcache/js.js" type="text/javascript"></script>
</head>
<body onload="OnLoad()">
<form name="form1" action="js.html">
  <input type="text" name="input1" size="10" />
  <input type="button" value="Calculate square" onclick="OnButtonClick()" />
</form>

</body>
</html>
dded copying' href='/akspecs/ranger/commit/ranger/help/index.py?h=v1.9.0b5&id=8757f653918eb6ccfc5ec6715957e6cd04a2ff3f'>8757f653 ^
77d3d6f5 ^
8757f653 ^

811b7c28 ^
8757f653 ^
811b7c28 ^



8757f653 ^
811b7c28 ^



8757f653 ^
811b7c28 ^

77d3d6f5 ^


4b826595 ^
d7039145 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
                                                                 
 



                                                                      
 






                                                                       
 
   




                                                                        
                                                                
 

                                           
                             

                               
 
 
                                                                              

                        

                                                                  
 
 
                                                                              

           
                                                               
 



                                                                    
 



                                                               
 

                                                                     


                                                                              
   
                                   
# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program 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.
#
# This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.

"""
                       Ranger - main help file
                                                                     k
    Move around:  Use the cursor keys, or "h" to go left,          h   l
                  "j" to go down, "k" to go up, "l" to go right.     j
   Close Ranger:  Use ":q<Enter>" or "Q".
  Specific help:  Type the help key "?" prepended with a number:

	|0?|	This index
	|1?|	Basic movement and browsing
	|2?|	Running Files
	|3?|	The console
	|4?|	File operations


==============================================================================
0.1. General information

Annotations like |1?| indicate that the topic is explained in more
detail in chapter 1. You can type 1? to view it.


==============================================================================
0.2 Copying

Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>

This program 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.

This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.


==============================================================================
"""
# vim:tw=78:sw=4:sts=8:ts=8:ft=help