gunthercox/ChatterBot

View on GitHub
docs/_templates/footer.html

Summary

Maintainability
Test Coverage
{% extends '!footer.html' %}

{% block extrafooter %}
<div class="footer">
    <table style="margin: 0px auto;">
        <tbody>
            <tr>
                <td style="text-align: center; padding: 30px;">
                    <a href="http://stackoverflow.com/questions/tagged/chatterbot">
                        <div>
                            <img src="{{ pathto('_static/so-icon.png', True) }}">
                        </div>
                        <div>
                            Ask a question under the<br/>
                            chatterbot tag
                        </div>
                    </a>
                </td>
                <td style="text-align: center; padding: 30px;">
                    <a href="https://github.com/gunthercox/ChatterBot/issues/new">
                        <div>
                            <img src="{{ pathto('_static/github-mark.png', True) }}">
                        </div>
                        <div>
                            Report an issue on<br/>
                            GitHub
                        </div>
                    </a>
                </td>
            </tr>
            <tr>
                <td colspan="2">
                    <div id="mc_embed_signup">
                        <form action="//salvius.us15.list-manage.com/subscribe/post?u=580aa1ae653acac0a2d60dc17&amp;id=6ebc548663" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
                            <div id="mc_embed_signup_scroll">
                            <h2>Subscribe to the ChatterBot Newsletter</h2>
                            <div class="mc-field-group">
                                <label for="mce-EMAIL">Email Address </label>
                                <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
                            </div>
                            <div id="mce-responses" class="clear">
                                <div class="response" id="mce-error-response" style="display:none"></div>
                                <div class="response" id="mce-success-response" style="display:none"></div>
                            </div>
                            <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
                            <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_580aa1ae653acac0a2d60dc17_6ebc548663" tabindex="-1" value=""></div>
                            <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
                            </div>
                        </form>
                    </div>
                </td>
            </tr>
        </tbody>
    </table>
</div>

<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
<script type='text/javascript'>
    (function($) {
        window.fnames = new Array();
        window.ftypes = new Array();
        fnames[0]='EMAIL';
        ftypes[0]='email';
        fnames[1]='FNAME';
        ftypes[1]='text';
        fnames[2]='LNAME';
        ftypes[2]='text';
    }(jQuery));
    var $mcj = jQuery.noConflict(true);
</script>
{{ super() }}
{% endblock %}