blob: ba6ed69103a4b2407506f0f429a87e85572f7534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<p><b><%= h(t.help.search.intro) %></b></p>
<table class="help_table">
<tr><td width="50%">
<p><%= h(t.help.search.string) %>:</p>
<p class="search">highway</p>
<p><%= h(t.help.search.substring) %>:</p>
<p class="search">way</p>
</td><td width="50%">
<p><%= h(t.help.search.complete_tags) %>:</p>
<p class="search">highway=residential</p>
<p><%= h(t.help.search.values_only) %>:</p>
<p class="search">=residential</p>
</td></tr>
</table>
<p><%= t.help.search.suggestions %></p>
|