summaryrefslogtreecommitdiff
path: root/htdocs/buttons.php
blob: 71f14067ddb1b2fcdf770fd4e4963a708aba0fe6 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<?php
// Vim buttons
require_once("include/init.inc");
$page_title = "buttons";

include("header.php");
?>
<h1>Buttons</h1>
<table id='img' align='center'>
    <tr>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/just_vim_it.gif' alt="Just Vim It!"></p>
	    Just Vim it!
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/just_vim_it_animated_click.gif' alt="Vim animated click"></p>
	    Just Vim it! (animated)
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/just_vim_it_animated_powered.gif' alt="Vim animated powered"></p>
	    Just Vim it! click here (animated)
	</td>
    </tr>
    <tr>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim.vialle.love.anim.gif' alt=""></p>
	    I love my editor (animated)
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vi_powered.gif' alt=""></p>
	    a tiny "vi powered" button
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vi_improved.gif' alt=""></p>
	    Vi Improved
	</td>
    </tr>
    <tr>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_created.gif' alt=""></p>
	    created with vim
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_created_blue.gif' alt=""></p>
	    created with vim
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_created_wq.gif' alt=""></p>
	    <p><img src='<?=$IMAGES?>/vim_created_wq.fr.gif' alt=""></p>
	    created with Vim, in English or French
	</td>
    </tr>
    <tr>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_designed.gif' alt=""></p>
	    designed with vim
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim88.png' alt=""></p>
	    Vim the editor in 88 x 31
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_edited_blue.jpg' alt=""></p>
	    edited with Vim
	</td>
    </tr>
    <tr>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_edited_fire.gif' alt=""></p>
	    edited with Vim, on fire
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_ex_line.png' alt=""></p>
	    Vi Improved, on the ex line
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_html.gif' alt=""></p>
	    HTML by Vim
	</td>
    </tr>
    <tr>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_powered_blueblack.gif' alt=""></p>
	    Vim powered
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_powered_bluegreen.gif' alt=""></p>
	    Vim powered
	</td>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_powered_bluewhite.gif' alt=""></p>
	    Vim powered
	</td>
    </tr>
    <tr>
	<td align='center'>
	    <p><img src='<?=$IMAGES?>/vim_powered_greenblack.gif' alt=""></p>
	    Vim powered
	</td>
	<td align='center'>
<a href="http://www.linuxjournal.com/article/8520"><img src="images/linuxjournal2005.png" alt="Linux Journal 2005 Readers' Choice" border="0" width="89" height="86"></a>
<p>
	</td>
    </tr>
</table>

<!-- fill up with spaces to make the main field wide enough -->
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<?php
$google_ads = "big";
include("footer.php");
?>