<taconite><eval><![CDATA[$.taconite.debug = true;]]></eval><replaceContent select="#outlet_modal"><div class="modal-dialog modal-lg" role="document">
    <div id="outlet" class="modal-content">
        <div class="modal-header">
            <button type="button" class="close fui-cross" data-dismiss="modal" aria-hidden="true"></button>
            <h1 class="modal-title" id="contextView">MBA</h1>
        </div>
        <div class="modal-body" id="body_content">
            <h2>Get the first 90 per cent of <br/>‘MBA’ for FREE</h2>
            <div id="response_container"></div>
            <form 
                id="download_form"
                method="post" 
                action="/novels/mba/download.html"
                role="application">
                <div id="form_header"><p>Choose your favourite format and agree to the licensing terms to get started.</p></div>
                <fieldset>
                    <div class="form-group">
                        <label class="sr-only" for="book_format">Choose an e-book format</label>
                        <select name="format" id="book_format" class="form-control select select-default select-lg" data-toggle="select" data-placeholder="Choose an e-book format">
                            <option></option>
                                                    <option value="mobi">Mobipocket</option>
                                                    <option value="epub">EPUB</option>
                                                    <option value="pdf">Portable Document Format</option>
                                                </select>
                    </div>
                    <div class="form-group has-feedback">
                        <p>You are free to share (copy and redistribute) the material in any medium or format for private, non-commercial use which identifies the author, or  as permitted under these 
                        <a title="Click to view licence" href="http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode" onclick="window.open(this.href); return false;">creative commons terms</a>.</p>
    		            <label class="checkbox" for="book_license">
                            <input id="book_license" class="custom-checkbox" type="checkbox" name="license" data-toggle="checkbox" value="1" />I agree
                        </label>
                    </div>
                    <div class="form-group">
                        <button class="btn btn-primary btn-embossed btn-lg" id="download_button" type="submit">Submit</button>
                    </div>
                </fieldset>
            </form>
        </div>
        <div class="modal-footer">
            <button type="button" class="btn btn-default btn-embossed" data-dismiss="modal">Close</button>
        </div>
    </div>
</div>
</replaceContent><eval><![CDATA[
                    $.fn.initDownloadForm('en');
                ]]></eval></taconite>