| |
1 |
1 |
<table border="0" cellspacing="12" cellpadding="4"> |
| |
2 |
2 |
<tr style="background:#DDDDDD"> |
| |
3 |
3 |
<td> |
| |
4 |
|
<form action="@openacs_search_url@" method="get"> |
| |
|
4 |
<form id="api-search" action="@openacs_search_url@" method="get"> |
| |
5 |
5 |
<table> |
| |
6 |
6 |
<tr> |
| |
7 |
7 |
<td valign="top"> |
| |
8 |
8 |
<h4>OpenACS Tcl API Search</h4> |
| |
9 |
9 |
<div> |
| |
10 |
10 |
<input type="text" name="query_string" value="@query_string@"><br> |
| |
11 |
11 |
<input type="submit" value="All matches" name="search_type"> |
| |
12 |
12 |
<input type="submit" value="Only best match" name="search_type"> |
| |
13 |
13 |
<if @::__csrf_token@ defined><input type="hidden" name="__csrf_token" value="@::__csrf_token;literal@"></if> |
| |
14 |
14 |
</div> |
| |
15 |
15 |
<p><a href="@openacs_browse_url@">Browse OpenACS Tcl API</a></p> |
| |
16 |
16 |
</td> |
| |
17 |
17 |
<td> |
| |
18 |
18 |
<table cellspacing="0" cellpadding="0"> |
| |
19 |
19 |
<tr><td align="right">Name contains:</td> |
| |
20 |
20 |
<td><input type="radio" name="name_weight" value="5" checked="checked"> </td> |
| |
21 |
21 |
</tr> |
| |
22 |
22 |
<tr><td align="right">Exact name:</td> |
| |
23 |
23 |
<td><input type="radio" name="name_weight" value="exact"></td> |
| |
24 |
24 |
</tr> |
|
| |
32 |
32 |
<tr><td align="right">Source:</td> |
| |
33 |
33 |
<td><input type="checkbox" name="source_weight" value="1"></td> |
| |
34 |
34 |
</tr> |
| |
35 |
35 |
</table> |
| |
36 |
36 |
</td> |
| |
37 |
37 |
</tr> |
| |
38 |
38 |
</table> |
| |
39 |
39 |
</form> |
| |
40 |
40 |
</td> |
| |
41 |
41 |
</tr> |
| |
42 |
42 |
|
| |
43 |
43 |
<tr style="background:#DDDDDD"> |
| |
44 |
44 |
<td colspan="2"> |
| |
45 |
45 |
<h4>OpenACS PL/SQL API Search</h4> |
| |
46 |
46 |
<p><a href="@openacs_plsql_browse_url@">Browse OpenACS PL/SQL API</a></p> |
| |
47 |
47 |
</td> |
| |
48 |
48 |
</tr> |
| |
49 |
49 |
|
| |
50 |
50 |
<tr style="background:#DDDDDD"> |
| |
51 |
51 |
<td colspan="2"> |
| |
52 |
|
<form action="@aolserver_search_url@" method="get"> |
| |
|
52 |
<form id="ns-aol-api-search" action="@aolserver_search_url@" method="get"> |
| |
53 |
53 |
<h4>NaviServer/AOLserver Tcl API Search</h4> |
| |
54 |
54 |
<div> |
| |
55 |
55 |
<input type="text" name="tcl_proc"> |
| |
56 |
56 |
<input type="submit" value="Go"><br> |
| |
57 |
57 |
<if @::__csrf_token@ defined><input type="hidden" name="__csrf_token" value="@::__csrf_token;literal@"></if> |
| |
58 |
58 |
(enter <em>exact</em> procedure name)<br> |
| |
59 |
59 |
<a href="@server_tcl_api_root@">Browse NaviServer Tcl API</a> |
| |
60 |
60 |
</div> |
| |
61 |
61 |
</form> |
| |
62 |
62 |
</td> |
| |
63 |
63 |
</tr> |
| |
64 |
64 |
|
| |
65 |
65 |
<tr style="background:#DDDDDD"> |
| |
66 |
66 |
<td colspan="2"> |
| |
67 |
|
<form action="@tcl_search_url@" method="get"> |
| |
|
67 |
<form id="tcl-doc-search" action="@tcl_search_url@" method="get"> |
| |
68 |
68 |
<h4>Tcl Documentation Search</h4> |
| |
69 |
69 |
<div> |
| |
70 |
70 |
<input type="text" name="tcl_proc"> |
| |
71 |
71 |
<if @::__csrf_token@ defined><input type="hidden" name="__csrf_token" value="@::__csrf_token;literal@"></if> |
| |
72 |
72 |
<input type="submit" value="Go"><br> |
| |
73 |
73 |
(enter <em>exact</em> procedure name)<br> |
| |
74 |
74 |
<a href="@tcl_docs_root@">Browse the Tcl documentation</a> |
| |
75 |
75 |
</div> |
| |
76 |
76 |
</form> |
| |
77 |
77 |
</td> |
| |
78 |
78 |
</tr> |
| |
79 |
79 |
|
| |
80 |
80 |
|
| |
81 |
81 |
<tr style="background:#DDDDDD"> |
| |
82 |
82 |
<td colspan="2"> |
| |
83 |
83 |
<if @db_doc_search_url@ not nil> |
| |
84 |
|
<form action="@db_doc_search_url@" method="get"> |
| |
|
84 |
<form id="plsql-search" action="@db_doc_search_url@" method="get"> |
| |
85 |
85 |
@db_doc_search_export;noquote@ |
| |
86 |
86 |
<h4>@db_pretty@ Search</h4> |
| |
87 |
87 |
<div> |
| |
88 |
88 |
<input type="text" name="@db_doc_search_query_name@"> |
| |
89 |
89 |
<input type="submit" value="Go"><br> |
| |
90 |
90 |
</div> |
| |
91 |
91 |
</if> |
| |
92 |
92 |
<else> |
| |
93 |
93 |
<h4>@db_pretty@ Documentation</h4> |
| |
94 |
94 |
</else> |
| |
95 |
95 |
<p><a href="@db_doc_url@">Browse the @db_pretty@ documentation</a> |
| |
96 |
96 |
<if @db_doc_search_url@ not nil> |
| |
97 |
97 |
</form> |
| |
98 |
98 |
</td> |
| |
99 |
99 |
</tr> |
| |
100 |
100 |
</if> |
| |
101 |
101 |
|
| |
102 |
102 |
<tr style="background:#DDDDDD"> |
| |
103 |
103 |
<td colspan="2"> |
| |
104 |
104 |
<h4>OpenACS and Package Documentation</h4> |