]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/SemanticSearch
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / pgsrc / SemanticSearch
1 Date: Mon, 16 Jun 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=SemanticSearch;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 Search for semantic relations and attributes.
12 <?plugin Comment
13 <''?plugin WikiFormRich action=SemanticSearch buttontext=Relations method=GET nobr=1 class=wikiaction
14   editbox[] name=page value="*" autocomplete=1 method="dynxmlrpc:wiki.titleSearch ^[S] 4" style="width:100px"
15   editbox[] name=relation text="::" autocomplete=1 method="plugin:listRelations mode=relations" style="width:100px"
16   editbox[] name=s value="*" text="" autocomplete=1 method="dynxmlrpc:wiki.titleSearch ^[S] 4" style="width:100px"
17   checkbox[] name=case_exact
18   submit[]
19 ?''>
20 <br>
21 <''?plugin WikiFormRich action=SemanticSearch buttontext=Attributes method=GET nobr=1 class=wikiaction
22   editbox[] name=page value="*" autocomplete=1 method="dynxmlrpc:wiki.titleSearch ^[S] 4" style="width:100px"
23   editbox[] name=attribute text=":=" autocomplete=1 method="plugin:listRelations mode=attributes" style="width:100px"
24   editbox[] name=s value="*" text=""
25   checkbox[] name=case_exact
26   submit[]
27 ?>
28
29 <?plugin SemanticSearch ?>
30
31 ----
32 [CategoryActionPage]