Subversion Repositories oidplus

Rev

Rev 327 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 327 Rev 386
1
<?xml version="1.0"?>
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<manifest>
2
<manifest
-
 
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2"
-
 
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
 
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin.xsd">
3
 
6
 
4
        <type>OIDplusPagePluginAdmin</type>
7
        <type>OIDplusPagePluginAdmin</type>
5
 
8
 
6
        <info>
9
        <info>
7
                <name>OID-Info.com import/export</name>
10
                <name>OID-Info.com import/export</name>
8
                <author>ViaThinkSoft</author>
11
                <author>ViaThinkSoft</author>
9
                <version />
12
                <version />
10
                <descriptionHTML />
13
                <descriptionHTML />
11
                <oid>1.3.6.1.4.1.37476.2.5.2.4.3.400</oid>
14
                <oid>1.3.6.1.4.1.37476.2.5.2.4.3.400</oid>
12
        </info>
15
        </info>
13
 
16
 
14
        <php>
17
        <php>
15
                <mainclass>OIDplusPageAdminOIDInfoExport</mainclass>
18
                <mainclass>OIDplusPageAdminOIDInfoExport</mainclass>
16
        </php>
19
        </php>
17
 
20
 
18
        <css>
21
        <css>
19
                <file>style.css</file>
22
                <file>style.css</file>
20
        </css>
23
        </css>
21
 
24
 
22
        <js>
25
        <js>
23
                <file>script.js</file>
26
                <file>script.js</file>
24
        </js>
27
        </js>
25
       
28
       
26
</manifest>
29
</manifest>
27
 
30