Remove notifier to send emails.
This commit is contained in:
@@ -1,32 +1,18 @@
|
||||
<html>
|
||||
<body>
|
||||
<ul>
|
||||
<li>User Name: ${fullName}</li>
|
||||
<li>Email: ${email}</li>
|
||||
<li>Server: ${server}</li>
|
||||
<li>RequestURI: ${requestURI}</li>
|
||||
<li>Method: ${method}</li>
|
||||
<li>User Agent: ${userAgent}</li>
|
||||
<li>Remote Address: ${remoteAddress}</li>
|
||||
|
||||
|
||||
#if($mapId)
|
||||
<li>Mindmap Id: ${mapId}</li>
|
||||
#end
|
||||
#if($mapTitle)
|
||||
<li>Mindmap Title: ${mapTitle}</li>
|
||||
#end
|
||||
</ul>
|
||||
|
||||
<pre style="border:1px dashed #a9a9a9">
|
||||
${errorMsg}
|
||||
</pre>
|
||||
User Name: ${fullName} -
|
||||
Email: ${email} -
|
||||
Server: ${server} -
|
||||
RequestURI: ${requestURI} -
|
||||
Method: ${method} -
|
||||
User Agent: ${userAgent} -
|
||||
Remote Address: ${remoteAddress} -
|
||||
#if($mapId)
|
||||
Mindmap Id: ${mapId} -
|
||||
#end
|
||||
#if($mapTitle)
|
||||
Mindmap Title: ${mapTitle} -
|
||||
#end
|
||||
${errorMsg}
|
||||
|
||||
#if($mapXML)
|
||||
<pre style="border:1px dashed #a9a9a9">
|
||||
${mapXML}
|
||||
</pre>
|
||||
#end
|
||||
|
||||
</body>
|
||||
</html>
|
||||
${mapXML}
|
||||
#end
|
@@ -1,14 +0,0 @@
|
||||
<jxb:bindings version="2.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<jxb:bindings schemaLocation="mindmap.xsd">
|
||||
<jxb:schemaBindings>
|
||||
<jxb:package name="com.wisemapping.jaxb.wisemap"/>
|
||||
</jxb:schemaBindings>
|
||||
</jxb:bindings>
|
||||
<jxb:bindings node="/xsd:schema/xsd:complexType[@name='topicType']/xsd:attribute[@name='text']" schemaLocation="mindmap.xsd">
|
||||
<jxb:property name="textAttr"/>
|
||||
</jxb:bindings>
|
||||
<jxb:bindings node="/xsd:schema/xsd:complexType[@name='note']/xsd:simpleContent/xsd:extension/xsd:attribute[@name='text']" schemaLocation="mindmap.xsd">
|
||||
<jxb:property name="textAttr"/>
|
||||
</jxb:bindings>
|
||||
</jxb:bindings>
|
Reference in New Issue
Block a user