Ignore:
Timestamp:
2010/12/01 12:33:54 (16 years ago)
Author:
nanasess
Message:

source:branches/camp/camp-2_5-A の成果物

  • 画像のディレクトリ/ファイル名を変更
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/install/sql/insert_data.sql

    r19686 r19697  
    778778INSERT INTO mtb_status (id, name, rank) VALUES (5, '限定品', 4); 
    779779 
    780 INSERT INTO mtb_status_image (id, name, rank) VALUES (1, 'img/right_product/icon01.gif', 0); 
    781 INSERT INTO mtb_status_image (id, name, rank) VALUES (2, 'img/right_product/icon02.gif', 1); 
    782 INSERT INTO mtb_status_image (id, name, rank) VALUES (3, 'img/right_product/icon03.gif', 2); 
    783 INSERT INTO mtb_status_image (id, name, rank) VALUES (4, 'img/right_product/icon04.gif', 3); 
    784 INSERT INTO mtb_status_image (id, name, rank) VALUES (5, 'img/right_product/icon05.gif', 4); 
     780INSERT INTO mtb_status_image (id, name, rank) VALUES (1, 'img/icon/icon_01.gif', 0); 
     781INSERT INTO mtb_status_image (id, name, rank) VALUES (2, 'img/icon/icon_02.gif', 1); 
     782INSERT INTO mtb_status_image (id, name, rank) VALUES (3, 'img/icon/icon_03.gif', 2); 
     783INSERT INTO mtb_status_image (id, name, rank) VALUES (4, 'img/icon/icon_04.gif', 3); 
     784INSERT INTO mtb_status_image (id, name, rank) VALUES (5, 'img/icon/icon_05.gif', 4); 
    785785 
    786786INSERT INTO mtb_target (id, name, rank) VALUES (0, 'Unused', 0); 
Note: See TracChangeset for help on using the changeset viewer.