Subversion Repositories oidplus

Rev

Rev 327 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
386 daniel-mar 1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
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">
308 daniel-mar 6
 
7
        <type>OIDplusPagePluginAdmin</type>
8
 
9
        <info>
327 daniel-mar 10
                <name>OID-Info.com import/export</name>
308 daniel-mar 11
                <author>ViaThinkSoft</author>
12
                <version />
13
                <descriptionHTML />
14
                <oid>1.3.6.1.4.1.37476.2.5.2.4.3.400</oid>
15
        </info>
16
 
17
        <php>
18
                <mainclass>OIDplusPageAdminOIDInfoExport</mainclass>
19
        </php>
20
 
21
        <css>
327 daniel-mar 22
                <file>style.css</file>
308 daniel-mar 23
        </css>
24
 
25
        <js>
327 daniel-mar 26
                <file>script.js</file>
308 daniel-mar 27
        </js>
28
 
29
</manifest>