PHP Classes

File: template.php

Recommend this page to a friend!
  Classes of Michael Hauptmann   Compare DB   template.php   Download  
File: template.php
Role: Auxiliary data
Content type: text/plain
Description: The template file for the output
Class: Compare DB
Compare and synchronize two databases
Author: By
Last change:
Date: 19 years ago
Size: 912 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>DB Compare {{VERSION}}</title> <link href="template.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="add"> <span style="position: absolute; right: 9px; top: 9px; background-color: red;"><b>&nbsp;&nbsp;Tables and columns to add&nbsp;&nbsp;</b></span> {{ADD}} </div> <div class="alter"> <span style="position: absolute; right: 0px; top: 0px; background-color: red;"><b>&nbsp;&nbsp;Columns to alter&nbsp;&nbsp;</b></span> {{ALTER}} </div> <div class="remove"> <span style="position: absolute; right: 0px; top: 0px; background-color: red;"><b>&nbsp;&nbsp;Tables and columns to remove&nbsp;&nbsp;</b></span> {{REMOVE}} </div> </body> </html>