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