<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Mod_Search.ascx.cs" Inherits="ExWeb.Mod_Search" %>
<%@ Register TagPrefix="mod" TagName="password" Src="~/Mod/Mod_Password.ascx" %>

<mod:password ID="ModPassword1" runat="server" />
<asp:Panel runat="server" ID="Panel_Module">
    <script>
        (function () {
            var cx = '007348521554852172363:mxrhgimgpds';
            var gcse = document.createElement('script');
            gcse.type = 'text/javascript';
            gcse.async = true;
            gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
                '//www.google.com/cse/cse.js?cx=' + cx;
            var s = document.getElementsByTagName('script')[0];
            s.parentNode.insertBefore(gcse, s);
        })();
    </script>
    <gcse:search></gcse:search>
</asp:Panel>