Ignore:
Timestamp:
Jan 19, 2016, 5:25:11 PM (8 years ago)
Author:
chronos
Message:
  • Added: Responsive web layout. Two column layout is switched for single column for devices with smaller display.
  • Modified: All four boxes at front page made as oveflowing defined height.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/System.php

    r853 r854  
    493493    if($this->Title != '') $Title = $this->Title.' - '.$Title;
    494494    $Output .= '<title>'.$Title.'</title>'.
     495    '<script src="'.$this->System->Link('/style/respond.js').'"></script>'.
    495496    '</head><body>';
    496497
     
    508509  function ShowFooter()
    509510  {
    510     global $ScriptStartTime, $Revision, $ReleaseTime;
     511    global $ScriptStartTime, $Revision, $ReleaseTime, $Version;
    511512
    512513    $ScriptGenerateDuration = round(GetMicrotime() - $ScriptStartTime, 2);
     
    517518    $Output .= '</td>'.
    518519      '</tr><tr>'.
    519       '<td colspan="4" class="page-bottom">'.T('Version').': '.$Revision.' ('.HumanDate($ReleaseTime).')'.
     520      '<td colspan="4" class="page-bottom">'.T('Version').': '.$Version.' '.T('Revision').': '.$Revision.' ('.HumanDate($ReleaseTime).')'.
    520521      ' &nbsp; <a href="http://svn.zdechov.net/trac/wowpreklad/browser/trunk">'.T('Source code').'</a> &nbsp; '.
    521522      '<a href="http://svn.zdechov.net/trac/wowpreklad/log/trunk?verbose=on">'.T('Changelog').'</a> &nbsp; '.
Note: See TracChangeset for help on using the changeset viewer.