Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 708 → Rev 709

/trunk/plugins/viathinksoft/captcha/vts_challenge/manifest.xml
0,0 → 1,36
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<manifest
xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.12.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.12.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_captcha.xsd">
 
<type>OIDplusCaptchaPlugin</type>
 
<info>
<name>ViaThinkSoft Client Challenge</name>
<author>ViaThinkSoft</author>
<version />
<descriptionHTML />
<oid>1.3.6.1.4.1.37476.2.5.2.4.11.3</oid>
</info>
 
<php>
<mainclass>OIDplusCaptchaPluginVtsClientChallenge</mainclass>
</php>
<css>
</css>
 
<js>
<!-- will be added in captchaDomHead() to support oobe.php -->
<!--<file>OIDplusCaptchaPluginVtsChallenge.js</file>-->
</js>
 
<cssSetup>
</cssSetup>
 
<jsSetup>
<file>OIDplusCaptchaPluginVtsClientChallengeSetup.js</file>
</jsSetup>
 
</manifest>