Changeset 796 for trunk/Application
- Timestamp:
- Feb 4, 2016, 5:03:08 PM (9 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r795 r796 1 1 <?php 2 2 3 $Revision = 79 4; // Subversion revision3 $Revision = 795; // Subversion revision 4 4 $DatabaseRevision = 792; // SQL structure revision 5 5 $ReleaseTime = strtotime('2016-02-04'); -
trunk/Application/View.php
r791 r796 79 79 80 80 $BodyParam = ''; 81 if(isset($ this->Load)) $BodyParam .= ' onload="'.$this->Load.'"';82 if(isset($ this->Unload)) $BodyParam .= ' onunload="'.$this->Unload.'"';81 if(isset($Page->Load)) $BodyParam .= ' onload="'.$Page->Load.'"'; 82 if(isset($Page->Unload)) $BodyParam .= ' onunload="'.$Page->Unload.'"'; 83 83 $Output = '<?xml version="1.0" encoding="'.$this->Encoding.'"?>'."\n". 84 84 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'.
Note:
See TracChangeset
for help on using the changeset viewer.