Show
Ignore:
Timestamp:
07/07/08 17:22:49 (5 months ago)
Author:
kimparsell
Message:

+ Major cleanup of markup in plog-admin section files - markup now structured properly and validates as XHTML Strict
+ Added plog-admin/images/diag-bg.gif - left out of original restructuring
+ plog-admin/plog-options.php - reworked date formats/added 2 new formats
+ plog-admin/includes/install-functions.php - change install email layout
+ plog-admin/js/plogger.js - changed line endings to unix
+ plog-admin/js/ajax_editing.js - minor markup correction
+ plog-includes/js/plog-slideshow.js - corrected markup, changed loop to false
+ plog-includes/plog-functions.php - minor change to comment notification email, minor markup tweaks
+ index.php - markup tweaks in prep for front-end/theme cleanup
+ gallery.php - minor cleanup (remove extra blank line at end of file)
+ plogger.php - minor cleanup (remove extra blank line at end of file)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-admin/_install.php

    r552 r555  
    3636} 
    3737?> 
    38 <html> 
    39         <head> 
    40                 <title>Install Plogger</title> 
    41                 <link rel="stylesheet" type="text/css" href="css/admin.css"> 
    42         </head> 
    43         <body> 
    44                 <img src="images/plogger.gif" alt="Plogger"> 
     38<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
     39        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
     40<html xmlns="http://www.w3.org/1999/xhtml"> 
     41<head> 
     42        <title>Install Plogger</title> 
     43        <meta http-equiv="Content-Type" content="txt/html; charset=utf-8" /> 
     44        <link rel="stylesheet" type="text/css" href="css/admin.css" /> 
     45</head> 
     46 
     47<body> 
     48 
     49<div><img src="images/plogger.gif" alt="Plogger" /></div> 
     50 
    4551<?php 
    4652if (empty($_POST['proceed'])) { 
     
    5056} 
    5157?> 
     58 
    5259</body> 
    5360</html>