PHP Classes

File: includes/modal.php

Recommend this page to a friend!
  Classes of santi   PHP Imager Scraper   includes/modal.php   Download  
File: includes/modal.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Imager Scraper
Crawl a page and extract the images it contains
Author: By
Last change:
Date: 6 years ago
Size: 888 bytes
 

Contents

Class file image Download
<!-- Modal -->
<div class="modal fade" id="info-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
        <h4 class="modal-title" id="myModalLabel">This image can't be download...</h4>
      </div>
      <div class="modal-body text-center">
        <p>For download click on image with the right button and <b>save image as</b>:</p>
        <p class="last-p">
          <img src="assets/images/save-as.png" alt="save as">
        </p>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>