source: ISOcat/trunk/mod-ISOcat-manage-system/manage/forumsync.acc @ 2029

Last change on this file since 2029 was 2029, checked in by mwindhouwer, 12 years ago

Initial import of all the *cats, i.e., ISOcat, RELcat and SCHEMAcat.

File size: 735 bytes
Line 
1<accessor>
2        <name>/isocat/manage/forumsync</name>
3        <descr>ISOcat forum symc</descr>
4        <idoc>
5                <instr>
6                        <type>ISOcat.access.data.forum.sync</type>
7                        <target>var:void</target>
8                </instr>
9                <instr>
10                        <type>copy</type>
11                        <operand>
12                                <xhtml>
13                                        <head>
14                                                <title>ISOcat forum sync</title>
15                                                <meta http-equiv="refresh" content="1;URL=/introspect/pluginpanel+plugin@ep:mod_ISOcat_manage_system_plugin"/>
16                                        </head>
17                                        <body>
18                                                <h1>ISOcat forum sync</h1>
19                                                <p>
20                                                        The ISOcat database and the forum have been synchronized.
21                                                </p>
22                                        </body>
23                                </xhtml>
24                        </operand>
25                        <target>this:response</target>
26                </instr>
27        </idoc>
28        <response>
29                <mime>text/html</mime>
30                <expire>now</expire>
31        </response>
32</accessor>
Note: See TracBrowser for help on using the repository browser.