From c97592292d9b256247251f82d30d1085b2be5211 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Mon, 8 Aug 2011 05:12:46 +0200 Subject: [PATCH] Pridano super barevny CSS menu --- TODO | 9 ++++--- index.php | 75 ++++++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 71 insertions(+), 13 deletions(-) diff --git a/TODO b/TODO index baf872c..4547bc7 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,12 @@ ##TODO * HOT - * History (!) - * Reference integrity * Write some assistants for basic workflows - * CSS * Features * INSERT/UPDATE to multiple tables (so brand new item can be inserted with model at once) + * DB + * Reference integrity * UI + * CSS * Templating system * Stateless barcode scanner interface (php-cli?) * Security @@ -14,8 +14,9 @@ * XSS (none fixed) * Code refactoring * Optimize magic quotes usage - * Separate classes to single files + * Move classes to separate files * Make sure that every method is in the class that it belongs to + * Move CSS and Javascript to separate files * Use GetText * English and Czech locales * Release engineering diff --git a/index.php b/index.php index 0614a8d..a41759c 100755 --- a/index.php +++ b/index.php @@ -40,20 +40,77 @@ class Sklad_HTML {

SystémSklad$title

+ + +
- +
  • Logout
  • Home
  • +
  • Assistants + +
  • new-item
  • +
    +
  • +
  • List + +
  • item
  • +
  • model
  • +
  • category
  • +
  • producer
  • +
  • vendor
  • +
  • room
  • +
  • status
  • +
    +
  • +
  • New + +
  • item
  • +
  • model
  • +
  • category
  • +
  • producer
  • +
  • vendor
  • +
  • room
  • +
  • status
  • +
    +
  • -
    - - -
    - + +
    +
    + + +
    + +
    +
    $message
    -- 2.30.2