<?xml version="1.0" encoding="UTF-8"?>
<GoogleEnterpriseSources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Files\Google\Enterprise\Product\GSA\Appliance_4_6\OneBox\sdk\onebox.xsd">
  <onebox xmlns:xsl="http://www.w3.org/1999/XSL/Transform" type="external" suppressDateTime="true" suppressIPAddr="true">
    <name>cisco_unified_mpe_results</name>
    <security userAuth="basic"/>
    <description>This one box creates queries for Cisco Unified Meeting Place Express </description>
    <trigger triggerType="keyword">meeting</trigger>
    <providerURL>https://cisco_unified_mpe.mydomain.com:8080/findMeetings</providerURL>
    <resultsTemplate>
      <xsl:template name="cisco_unified_mpe_results">
        <table border="0" cellpadding="1" cellspacing="0">
          <tbody>
            <tr>
              <td colspan="2">
                <nobr>
                  <a>
                    <xsl:attribute name="href"><xsl:value-of select="title/urlLink"/></xsl:attribute>
                    <b>
                      <xsl:value-of select="title/urlText"/>
                    </b>
                  </a>
                </nobr>
              </td>
            </tr>
            <tr>
              <td valign="top" width="40">
                <img>
                  <xsl:attribute name="src"><xsl:value-of select="IMAGE_SOURCE"/></xsl:attribute>
                </img>
              </td>
              <td valign="top" width="99%">
                <xsl:for-each select="MODULE_RESULT">
                  <xsl:value-of select="Field[@name='meeting']" disable-output-escaping="yes"/>
                </xsl:for-each>
              </td>
            </tr>
          </tbody>
        </table>
      </xsl:template>
    </resultsTemplate>
  </onebox>
</GoogleEnterpriseSources>
