PHP Classes

File: css/tifstyle.php

Recommend this page to a friend!
  Classes of Mark de Leon   PHP Document Scanner using SANE or eSCL AirPrint   css/tifstyle.php   Download  
File: css/tifstyle.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Document Scanner using SANE or eSCL AirPrint
Web interface to scan printed documents
Author: By
Last change:
Date: 4 years ago
Size: 359 bytes
 

Contents

Class file image Download
<?php
    header
("Content-type: text/css; charset: UTF-8");
include_once
'config.inc.php';
?>
canvas {
max-height:<?php echo $adminfilelistzoomtifmaxheight ;?>;
max-width: <?php echo $adminfilelistzoomtifmaxwidth ;?>;
height: <?php echo $adminfilelistzoomtifheight ;?>;
width: <?php echo $adminfilelistzoomtifwidth ;?>;
margin: 0;
padding: 0;
border: 0;
}