Commit 365ed89af64c7538284bdfff9b69895bfca0db04

Authored by Georg Hopp
1 parent 83389e5d

install jqeury ui files

Showing 1 changed file with 16 additions and 2 deletions
... ... @@ -46,9 +46,8 @@ nobase_trdata_DATA = assets/html/example.html \
46 46 assets/image/rambler-border-tr.jpg \
47 47 assets/image/rambler-logo-small.jpg \
48 48 assets/image/rambler-logo2-small.jpg \
49   - assets/js/jquery-1.7.1.js \
50   - assets/js/jquery-1.7.1.min.js \
51 49 assets/js/jquery.js \
  50 + assets/js/jquery-ui.js \
52 51 assets/js/serverval.js \
53 52 assets/js/session.js \
54 53 assets/js/init.js \
... ... @@ -56,6 +55,21 @@ nobase_trdata_DATA = assets/html/example.html \
56 55 assets/other/old_typewriter.ttf \
57 56 assets/style/taskrambler.css \
58 57 assets/style/common.css \
  58 + assets/style/jquery-ui.css \
  59 + assets/style/images/animated-overlay.gif \
  60 + assets/style/images/ui-bg_flat_0_aaaaaa_40x100.png \
  61 + assets/style/images/ui-bg_flat_75_ffffff_40x100.png \
  62 + assets/style/images/ui-bg_glass_55_fbf9ee_1x400.png \
  63 + assets/style/images/ui-bg_glass_65_ffffff_1x400.png \
  64 + assets/style/images/ui-bg_glass_75_dadada_1x400.png \
  65 + assets/style/images/ui-bg_glass_75_e6e6e6_1x400.png \
  66 + assets/style/images/ui-bg_glass_95_fef1ec_1x400.png \
  67 + assets/style/images/ui-bg_highlight-soft_75_cccccc_1x100.png \
  68 + assets/style/images/ui-icons_222222_256x240.png \
  69 + assets/style/images/ui-icons_2e83ff_256x240.png \
  70 + assets/style/images/ui-icons_454545_256x240.png \
  71 + assets/style/images/ui-icons_888888_256x240.png \
  72 + assets/style/images/ui-icons_cd0a0a_256x240.png \
59 73 assets/favicon.ico
60 74
61 75 SUBDIRS = src tests docs config
... ...
Please register or login to post a comment