<?php $__env->startSection('main'); ?>
<div class="widewrapper weak-highlight">
    <div class="row" style='padding-top:15px;'>
        <div class="col-md-8 col-md-offset-2">
            <iframe width="800" height="<?= $height ?>" frameborder="0" frameborder="0" scrolling="no" src="<?= $url ?>"></iframe>
        </div>
    </div>
</div>  
<div id="myModal" class="modal fade">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
                <h4 class="modal-title">Get an Online Demo</h4>
            </div>
            <div class="modal-body">
                <form class="form" role="form" id="demo-form">
                    <div class="row">
                        <div class="col-sm-4">
                            <label for="contact-company" class="control-label">Current Pain Points</label>
                        </div>
                        <div class="col-sm-8">
                            <div class="checkbox">
                                <label>
                                  <input type="checkbox" name="demo-pricing" value="yes"> Pricing
                                </label>
                            </div>
                            <div class="checkbox">
                                <label>
                                  <input type="checkbox" name="demo-leadtime" value="yes"> Quote Lead Time
                                </label>
                            </div>
                            <div class="checkbox">
                                <label>
                                  <input type="checkbox" name="demo-materials" value="yes">  BOM Proliferation
                                </label>
                            </div>
                            <div class="checkbox">
                                <label>
                                  <input type="checkbox" name="demo-validations"  value="yes"> Invalid Quotes
                                </label>
                            </div>
                        </div>
                    </div>
                    <div class="form-group">
                        <label for="contact-company" class="control-label">Company Name</label>
                        <input type="text" class="form-control" id="contact-company" placeholder="ABC Corp." name="demo-company">
                    </div>
                    <div class="form-group">
                        <label for="contact-company" class="control-label">Contact Info</label>
                        <input type="text" class="form-control" id="contact-company" placeholder="John Smith" name="demo-contactname">
                    </div>
                    <div class="form-group">
                        <label for="email" class="control-label">Phone</label>
                        <input type="email" class="form-control" id="phone" placeholder="(312) 555-1212" name="demo-phone">
                    </div>
                    <div class="form-group">
                        <label for="email" class="control-label">Email</label>
                        <input type="email" class="form-control" id="contact-email" placeholder="Email" name="demo-email">
                    </div>
                    <div class="form-group">
                        <label for="other-info" class="control-label">Any other information that will help us give you the best possible demo</label>
                        <textarea id="other-info" class="form-control" rows="3" name="demo-other" placeholder="We have a very comlplex pricing algorithm and would like to see if your system can handle it."></textarea>
                    </div>
                </form>

            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-primary" id="request-demo">Contact Us</button>
            </div>
        </div><!-- /.modal-content -->
    </div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<?php $__env->stopSection(); ?>

<?php echo $__env->make('subpages', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>