diff --git a/class/Blogs.php b/class/Blogs.php index 5514b69..f6d4caf 100644 --- a/class/Blogs.php +++ b/class/Blogs.php @@ -14,7 +14,7 @@ class blogs {

Insert Site feed

diff --git a/class/Links.php b/class/Links.php index 344a115..157fa58 100644 --- a/class/Links.php +++ b/class/Links.php @@ -7,42 +7,42 @@ class links { echo '
Google Apps
Media
Desk Accessories
Entertainment
diff --git a/class/Search.php b/class/Search.php index 19d96ce..54a682e 100644 --- a/class/Search.php +++ b/class/Search.php @@ -4,20 +4,20 @@ class search { public function __construct($params){ echo '
- - -
- - - - - - - - -
- -
'; +
+ +
+ + + + + + + + +
+
+ '; } private function setParams($params){ diff --git a/css/clock.css b/css/clock.css index 02e79a9..4861532 100644 --- a/css/clock.css +++ b/css/clock.css @@ -15,7 +15,7 @@ float:left; .clock{ /* The .clock div. Created dynamically by jQuery */ - background:url(../images/clock.png) top left no-repeat; + background:url(../images/interface/clock.png) top left no-repeat; background-color:#FFF; height:100px; diff --git a/css/jquery.fancybox-1.3.0.css b/css/jquery.fancybox-1.3.0.css index 9cd507e..5e1b5fb 100644 --- a/css/jquery.fancybox-1.3.0.css +++ b/css/jquery.fancybox-1.3.0.css @@ -39,7 +39,7 @@ left: 0; width: 40px; height: 480px; - background: transparent url('../images/fancy_loading.png') no-repeat; + background: transparent url('../images/fancy/fancy_loading.png') no-repeat; } #fancybox-overlay { @@ -110,7 +110,7 @@ right: -15px; width: 32px; height: 32px; - background: url('../images/fancy_close.png') top left no-repeat; + background: url('../images/fancy/fancy_close.png') top left no-repeat; cursor: pointer; z-index: 1103; display: none; @@ -177,7 +177,7 @@ #fancybox-title-over { padding: 10px; - background: url('../images/fancy_title_over.png'); + background: url('../images/fancy/fancy_title_over.png'); display: block; } @@ -192,19 +192,19 @@ #fancybox-title-left { padding-left: 15px; - background: transparent url('../images/fancy_title_left.png') repeat-x; + background: transparent url('../images/fancy/fancy_title_left.png') repeat-x; } #fancybox-title-main { font-weight: bold; line-height: 29px; - background: transparent url('../images/fancy_title_main.png') repeat-x; + background: transparent url('../images/fancy/fancy_title_main.png') repeat-x; color: #FFF; } #fancybox-title-right { padding-left: 15px; - background: transparent url('../images/fancy_title_right.png') repeat-x; + background: transparent url('../images/fancy/fancy_title_right.png') repeat-x; } #fancybox-left, #fancybox-right { @@ -214,7 +214,7 @@ width: 35%; cursor: pointer; outline: none; - background-image: url('../images/blank.gif'); + background-image: url('../images/fancy/blank.gif'); z-index: 1102; display: none; } @@ -240,11 +240,11 @@ } #fancybox-left-ico { - background: transparent url('../images/fancy_nav_left.png') no-repeat; + background: transparent url('../images/fancy/fancy_nav_left.png') no-repeat; } #fancybox-right-ico { - background: transparent url('../images/fancy_nav_right.png') no-repeat; + background: transparent url('../images/fancy/fancy_nav_right.png') no-repeat; } #fancybox-left:hover, #fancybox-right:hover { @@ -273,7 +273,7 @@ div#fancy-bg-n { left: 0; width: 100%; height: 20px; - background: transparent url('../images/fancy_shadow_n.png') repeat-x; + background: transparent url('../images/fancy/fancy_shadow_n.png') repeat-x; } div#fancy-bg-ne { @@ -281,7 +281,7 @@ div#fancy-bg-ne { right: -20px; width: 20px; height: 20px; - background: transparent url('../images/fancy_shadow_ne.png') no-repeat; + background: transparent url('../images/fancy/fancy_shadow_ne.png') no-repeat; } div#fancy-bg-e { @@ -289,7 +289,7 @@ div#fancy-bg-e { right: -20px; height: 100%; width: 20px; - background: transparent url('../images/fancy_shadow_e.png') repeat-y; + background: transparent url('../images/fancy/fancy_shadow_e.png') repeat-y; } div#fancy-bg-se { @@ -297,7 +297,7 @@ div#fancy-bg-se { right: -20px; width: 20px; height: 20px; - background: transparent url('../images/fancy_shadow_se.png') no-repeat; + background: transparent url('../images/fancy/fancy_shadow_se.png') no-repeat; } div#fancy-bg-s { @@ -313,7 +313,7 @@ div#fancy-bg-sw { left: -20px; width: 20px; height: 20px; - background: transparent url('../images/fancy_shadow_sw.png') no-repeat; + background: transparent url('../images/fancy/fancy_shadow_sw.png') no-repeat; } div#fancy-bg-w { @@ -321,7 +321,7 @@ div#fancy-bg-w { left: -20px; height: 100%; width: 20px; - background: transparent url('../images/fancy_shadow_w.png') repeat-y; + background: transparent url('../images/fancy/fancy_shadow_w.png') repeat-y; } div#fancy-bg-nw { @@ -329,5 +329,5 @@ div#fancy-bg-nw { left: -20px; width: 20px; height: 20px; - background: transparent url('../images/fancy_shadow_nw.png') no-repeat; + background: transparent url('../images/fancy/fancy_shadow_nw.png') no-repeat; } diff --git a/css/main.css b/css/main.css index 869aaf0..cfeee81 100644 --- a/css/main.css +++ b/css/main.css @@ -292,7 +292,7 @@ a.green-button,a.green-button:visited{ text-decoration:none; text-shadow:1px 1px 1px #DDDDDD; - background:url(../images/button_green.png) no-repeat left top; + background:url(../images/interface/button_green.png) no-repeat left top; } a.green-button:hover{ @@ -300,7 +300,7 @@ a.green-button:hover{ background-position:left bottom; } - .jclock {position:absolute; top:10px; right:10px;z-index:500; width:200px;background:#fff url(../images/clock.png) top left no-repeat; padding:5px 0 0 5px; width:59px; height:21px;} + .jclock {position:absolute; top:10px; right:10px;z-index:500; width:200px;background:#fff url(../images/interface/clock.png) top left no-repeat; padding:5px 0 0 5px; width:59px; height:21px;} #blogs {/*position:absolute; bottom:10px; left: 100px;*/padding:5px;width:350px;-webkit-border-radius: 5px; diff --git a/css/neige.css b/css/neige.css index dd0f325..56eb631 100644 --- a/css/neige.css +++ b/css/neige.css @@ -1 +1 @@ -#weather .weatherpic{float:left; background:url(../images/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} +#weather .weatherpic{float:left; background:url(../images/weather/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} diff --git a/css/note.css b/css/note.css index dcd6d57..2124335 100644 --- a/css/note.css +++ b/css/note.css @@ -62,7 +62,7 @@ span.data{ display:none; } width:980px; height:500px; z-index:10; - background:url(../images/add_a_note_help.gif) no-repeat left top; + /*background:url(../images/add_a_note_help.gif) no-repeat left top;*/ } h3.popupTitle{ @@ -112,7 +112,7 @@ h3.popupTitle{ } #note-submit{ margin:20px auto; } -.delete {display:none; height:16px; width:16px; background:url(../images/delete.png) top left no-repeat; position:absolute; top:5px; right:5px; z-index:9999;} +.delete {display:none; height:16px; width:16px; background:url(../images/interface/delete.png) top left no-repeat; position:absolute; top:5px; right:5px; z-index:9999;} .delete:hover{cursor:pointer !important;} diff --git a/css/nuage.css b/css/nuage.css index 6321b61..2ddabb6 100644 --- a/css/nuage.css +++ b/css/nuage.css @@ -1 +1 @@ -#weather .weatherpic{float:left; background:url(../images/nuage.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} +#weather .weatherpic{float:left; background:url(../images/weather/nuage.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} diff --git a/css/peunuage.css b/css/peunuage.css index 260b045..3fc6c72 100644 --- a/css/peunuage.css +++ b/css/peunuage.css @@ -1 +1 @@ -#weather .weatherpic{float:left; background:url(../images/peu-nuageux.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} +#weather .weatherpic{float:left; background:url(../images/weather/peu-nuageux.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} diff --git a/css/pluie.css b/css/pluie.css index dd0f325..56eb631 100644 --- a/css/pluie.css +++ b/css/pluie.css @@ -1 +1 @@ -#weather .weatherpic{float:left; background:url(../images/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} +#weather .weatherpic{float:left; background:url(../images/weather/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} diff --git a/css/soleil.css b/css/soleil.css index 5979def..36f2704 100644 --- a/css/soleil.css +++ b/css/soleil.css @@ -1 +1 @@ -#weather .weatherpic{float:left; background:url(../images/soleil.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} +#weather .weatherpic{float:left; background:url(../images/weather/soleil.png) top left no-repeat; width:53px; height:53px; margin-right:10px;} diff --git a/index.php b/index.php index 72eb410..91c61cb 100644 --- a/index.php +++ b/index.php @@ -73,42 +73,42 @@ if($config = simplexml_load_file('db/config.xml')){
Google Apps
Media
Desk Accessories
Entertainment
@@ -139,7 +139,7 @@ if($config = simplexml_load_file('db/config.xml')){
    getLinks() as $link) - echo '
  • '.$link['url'].'
  • ';?> + echo '
  • '.$link['url'].'
  • ';?>

Insert Site feed

diff --git a/js/getUncompletedTasks.php b/js/getUncompletedTasks.php index 3688448..f7b465d 100644 --- a/js/getUncompletedTasks.php +++ b/js/getUncompletedTasks.php @@ -6,16 +6,16 @@ function cbfunc(o){ $('#results').append('
      '); for(var i in o) { - $('#uncompletedList').append('
    • '+o[i].content+' - '+o[i].date_string+'
    • '); + $('#uncompletedList').append('
    • '+o[i].content+' - '+o[i].date_string+'
    • '); } } function cbfunc2(o){ - $('#uncompletedList').append('
    • '+o.content+' - '+o.date_string+'
    • '); + $('#uncompletedList').append('
    • '+o.content+' - '+o.date_string+'
    • '); } $(document).ready(function(){ - $('#todoList').append('
      '); + $('#todoList').append('
      '); var token = ""; var project_id = ""; var script = document.createElement('script'); diff --git a/js/jquery.blogs.js b/js/jquery.blogs.js index e6bcda0..24f2ffc 100644 --- a/js/jquery.blogs.js +++ b/js/jquery.blogs.js @@ -22,7 +22,7 @@ function make_draggable(elements) //affichage des blogs $('body').append('
      '); -$("#blogs").html(" Loading Blogs..."); +$("#blogs").html(" Loading Blogs..."); var tmp; /* A helper function for converting a set of elements to draggables: */ diff --git a/js/jquery.notes.js b/js/jquery.notes.js index 692a4fd..a0fcba5 100644 --- a/js/jquery.notes.js +++ b/js/jquery.notes.js @@ -12,7 +12,7 @@ $(document).ready(function(){ //click sur delete $('.delete').click(function(){ var data2 = {'id' : $(this).attr("id")}; - $(this).replaceWith(''); + $(this).replaceWith(''); /* Sending an AJAX POST request: */ $.post('ajax/delete-notes.php',data2,function(msg2){ if(parseInt(msg2)) @@ -78,7 +78,7 @@ $(document).ready(function(){ return false; }*/ - $(this).replaceWith(''); + $(this).replaceWith(''); var data = { 'zindex' : ++zIndex, diff --git a/js/main.js b/js/main.js index 13c67d1..f11c00a 100644 --- a/js/main.js +++ b/js/main.js @@ -55,7 +55,7 @@ $(document).ready(function(){ 'padding' : 15 }); $('#config-submit').live('click',function(e){ - $(this).replaceWith(''); + $(this).replaceWith(''); var data3 = { 'clock' : $('input[type=radio][name=clock_group]:checked').attr('value'), 'meteo' : $('input[type=radio][name=meteo_group]:checked').attr('value'),