/[pub]/suikawiki/script/default/config.wp2
Suika

Diff of /suikawiki/script/default/config.wp2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by wakaba, Fri Jan 16 08:06:42 2004 UTC revision 1.5 by wakaba, Sun Feb 1 12:34:18 2004 UTC
# Line 20  ViewFragment: Line 20  ViewFragment:
20        );},        );},
21      );      );
22      %link-to-wikipage (      %link-to-wikipage (
       page => {IndexPage},  
       label => {%link-to-it (  
                  label=>"%res(name=>GoToIndexPage);"p,  
                  description=>"%res(name=>GoToIndexPageLong);"p,  
       );},  
       rel => index,  
     );  
     %link-to-wikipage (  
23        page => {Wiki//Page//Search},        page => {Wiki//Page//Search},
24        label => {%link-to-it (        label => {%link-to-it (
25                   label=>"%res(name=>GoToSearchPage);"p,                   label=>"%res(name=>GoToSearchPage);"p,
# Line 36  ViewFragment: Line 28  ViewFragment:
28        rel => search,        rel => search,
29      );      );
30      %link-to-wikipage (      %link-to-wikipage (
31        page => {RecentChanges},        page => {IndexPage},
32        label => {%link-to-it (        label => {%link-to-it (
33                   label=>"%res(name=>GoToRecentChanges);"p,                   label=>"%res(name=>GoToIndexPage);"p,
34                   description=>"%res(name=>GoToRecentChangesLong);"p,                   description=>"%res(name=>GoToIndexPageLong);"p,
35        );},        );},
36        rel => news,        rel => index,
37      );      );
38    
39    
40  ViewFragment:  ViewFragment:
41    @Name: links    @Name: links
42    @Formatting:    @Formatting:
# Line 55  ViewFragment: Line 48  ViewFragment:
48                 description=>"%res(name=>GoToWikiPageLicenseLink);"p);                 description=>"%res(name=>GoToWikiPageLicenseLink);"p);
49    
50      %link-wiki(page=>"Wiki//Page//Search",rel=>search,      %link-wiki(page=>"Wiki//Page//Search",rel=>search,
51                 description=>"%res(name=>GoToSearchPageLink);"p);                 description=>"%res(name=>GoToSearchPageLink);"p);
52    
53  ViewFragment:  ## TODO: Resource, URI
54    @Name: ws--post-content      %link-to-resource (
55    @Description:        uri => {javascript:var%20WikiName=prompt('Please%20input%20the%20WikiName:','','Jump%20to%20SuikaWiki');if(WikiName)%7B_content.location.href='wiki%3F'+encodeURIComponent(WikiName)%7D},
56      @@@: After content body -- navigation bar        rel => jump,
57      @@lang:en        class => wiki-cmd,
58    @Order: 100        label => {%html-link (
59    @Formatting:                    description => {%res(name=>JumpToLink);}p,
60      %section (                  );},
61        id       => children,      );
62        title    => {%res(name=>{Children:Title});}p, heading,      %link-to-resource (
63        content  => {%page-list (        uri => {javascript:var%20WikiName=prompt('Please%20input%20the%20WikiName:','','Jump%20to%20SuikaWiki');if(WikiName)%7B_content.location.href='wiki%3Fmycmd=edit;mypage='+encodeURIComponent(WikiName)%7D},
64                       ns       => {%page-name;}p, recursive => 0,        rel => jump,
65                       type     => both,        class => wiki-cmd,
66                       template => {%res(name=>{Children:Item});}p,        label => {%html-link (
67                     );}p,                    description => {%res(name=>JumpToEditLink);}p,
68                    );},
69      );      );
         %section (  
           id => see-also,  
           title => {%res(name=>SeeAlso);}p, heading,  
           content => {%search-result;}p,  
         );  
         %section (  
           id => referer,  
           title => {%res(name=>Referer);}p, heading,  
           content => {%referer-list;}p,  
         );  
70    
71  ViewFragment:  ViewFragment:
72    @Name: ws--footer    @Name: ws--footer
# Line 94  ViewFragment: Line 78  ViewFragment:
78          description => {%res (name => {Footer:License:SeeLicensePageLong});}p,          description => {%res (name => {Footer:License:SeeLicensePageLong});}p,
79        );},        );},
80      );      );
81      %wpr--remove-button;  #    %wpr--remove-button;
82    
83  ViewFragment:  ViewFragment:
84    @Template[list]:wr--read-body    @Template[list]:wr--read-body

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24