little update

This commit is contained in:
devin 2012-04-10 18:09:29 +08:00
parent 360e5228b7
commit ee85380ab2
3 changed files with 17 additions and 17 deletions

View File

@ -331,14 +331,14 @@ var orbitDesktop = function(dom){
});
}
if(!o.desktopData[o.currentface]){
// if(!o.desktopData[o.currentface]){
$(o.contentHolder).empty().load("/desktop/"+target,function(){
bindHandlers();
});
}else{
$(o.contentHolder).html(o.desktopData[o.currentface]);
bindHandlers();
}
// }else{
// $(o.contentHolder).html(o.desktopData[o.currentface]);
// bindHandlers();
// }
};
this.loadWallpaper = function(wallpaper){
if(!wallpaper)wallpaper = o.themesettings.background;

View File

@ -43,26 +43,26 @@
<div>
<table cellpadding="0" cellspacing="0" border="0" width="528">
<tr>
<th class="s_title hh3">Theme Color</th>
<th class="s_title hh3" width="190px">Theme Color</th>
<th class="s_title hh3">Line Color</th>
<th class="s_title hh3">Text Color</th>
<th class="s_title hh3">Background Color</th>
<th class="s_title hh3" width="120px">Text Color</th>
<th class="s_title hh3" width="120px">Background Color</th>
</tr>
<tr>
<td>
<input type="hidden" class="color-picker" value="#000000">
<input type="hidden" class="color-picker" value="#0099cc">
<input type="hidden" class="color-picker" value="#3366cc">
<input type="hidden" class="color-picker black" value="#000000">
<input type="hidden" class="color-picker black" value="#0099cc">
<input type="hidden" class="color-picker black" value="#3366cc">
</td>
<td>
<input type="hidden" class="color-picker" value="#ffffff">
<input type="hidden" class="color-picker black" value="#ffffff">
</td>
<td>
<input type="hidden" class="color-picker" value="#ffffff">
<input type="hidden" class="color-picker" value="#ffffff">
<input type="hidden" class="color-picker black" value="#ffffff">
<input type="hidden" class="color-picker black" value="#ffffff">
</td>
<td>
<input type="hidden" class="color-picker" value="#000000">
<input type="hidden" class="color-picker black" value="#000000">
</td>
</tr>
</table>

View File

@ -1,6 +1,6 @@
<div style='width: 180px; height: 150px; background-image: url( /desktop_widgets/weather/img/clouds_180x150_bg.jpg );
<div style='width: 100%; height: 100%; <!-- background-image: url( /desktop_widgets/weather/img/clouds_180x150_bg.jpg ); -->
background-repeat: no-repeat; background-color: #;' ><div id='NetweatherContainer'
style='height: 138px;' ><script src='http://netweather.accuweather.com/adcbin/
style='height: 100%;' ><script src='http://netweather.accuweather.com/adcbin/
netweather_v2/netweatherV2ex.asp?
partner=netweather&tStyle=normal&logo=1&zipcode=ASI|TW|TW018|HSINCHU|
&lang=eng&size=8&theme=clouds&metric=0&target=_self'></script></div></div>