[tuxdroid-svn] r6106 - in software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-
Status: Beta
Brought to you by:
ks156
From: remi <c2m...@c2...> - 2010-06-04 09:51:51
|
Author: remi Date: 2010-06-04 11:36:25 +0200 (Fri, 04 Jun 2010) New Revision: 6106 Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/attitunes.css software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/gadgets.css software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/livewithtux.css software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/online.css software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/tools.css software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/attitunes.xsl software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/gadgets.xsl software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/livewithtux.xsl software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/online.xsl software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/tools.xsl Log: * Fixed css and xsl files to be compatible with safari >=3 browser. Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/attitunes.css =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/attitunes.css 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/attitunes.css 2010-06-04 09:36:25 UTC (rev 6106) @@ -47,20 +47,13 @@ } div.frame01Sep2{ - font-family:Verdana, Bitstream Vera Sans; - display:table; - background-image:url(/data/web_interface/user_01/img/frame_01_sep_2.png); - background-repeat:repeat; - height:2px; - width:845px; - overflow: hidden; -} - -div.frame01Sep2{ margin-top:2px; + margin-bottom:-15px; + _margin-bottom:0px; display:table; + float:left; background-image:url(/data/web_interface/user_01/img/frame_01_sep_2.png); - background-repeat:repeat; + background-repeat:no-repeat; height:2px; width:845px; overflow: hidden; @@ -128,8 +121,6 @@ } .attitunesBtnTitle{ - width:56px; - _width:72px; height:34px; padding-left:16px; padding-top:-1px; @@ -147,6 +138,15 @@ text-decoration:none; font-family:Verdana, Bitstream Vera Sans; } +.attitunesBtnTitle{ + width:56px; + _width:72px; +} +@media screen and (-webkit-min-device-pixel-ratio:0) { + .attitunesBtnTitle{ + width:72px; + } +} .attitunesBtnNoTitle{ width:32px; @@ -164,6 +164,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_enable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .attitunesBtnStartEnable{ + width:72px; + } +} .attitunesBtnStartEnable:hover{ background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_activate.png); @@ -175,6 +180,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_activate.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .attitunesBtnStartActivate{ + width:72px; + } +} .attitunesBtnStartDisable{ width:59px; @@ -182,6 +192,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_disable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .attitunesBtnStartDisable{ + width:72px; + } +} .attitunesBtnStopEnable{ width:53px; @@ -189,6 +204,11 @@ padding-left:19px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_stop_enable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .attitunesBtnStopEnable{ + width:72px; + } +} .attitunesBtnStopEnable:hover{ background-image:url(/data/web_interface/user_01/img/gadgets_btn_stop_activate.png); @@ -200,6 +220,11 @@ padding-left:19px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_stop_activate.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .attitunesBtnStopActivate{ + width:72px; + } +} .attitunesBtnStopDisable{ width:53px; @@ -207,6 +232,11 @@ padding-left:19px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_stop_disable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .attitunesBtnStopDisable{ + width:72px; + } +} .attitunesBtnEdit{ background-image:url(/data/web_interface/user_01/img/gadgets_btn_edit_enable.png); Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/gadgets.css =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/gadgets.css 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/gadgets.css 2010-06-04 09:36:25 UTC (rev 6106) @@ -47,20 +47,13 @@ } div.frame01Sep2{ - font-family:Verdana, Bitstream Vera Sans; - display:table; - background-image:url(/data/web_interface/user_01/img/frame_01_sep_2.png); - background-repeat:repeat; - height:2px; - width:845px; - overflow: hidden; -} - -div.frame01Sep2{ margin-top:2px; + margin-bottom:-15px; + _margin-bottom:0px; display:table; + float:left; background-image:url(/data/web_interface/user_01/img/frame_01_sep_2.png); - background-repeat:repeat; + background-repeat:no-repeat; height:2px; width:845px; overflow: hidden; @@ -190,6 +183,11 @@ text-decoration:none; font-family:Verdana, Bitstream Vera Sans; } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .gadgetsBtnTitle{ + width:72px; + } +} .gadgetsBtnNoTitle{ width:32px; @@ -207,6 +205,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_enable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .gadgetsBtnStartEnable{ + width:72px; + } +} .gadgetsBtnStartEnable:hover{ background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_activate.png); @@ -218,6 +221,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_activate.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .gadgetsBtnStartActivate{ + width:72px; + } +} .gadgetsBtnStartDisable{ width:59px; @@ -225,6 +233,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_disable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .gadgetsBtnStartDisable{ + width:72px; + } +} .gadgetsBtnStopEnable{ width:53px; @@ -232,6 +245,11 @@ padding-left:19px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_stop_enable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .gadgetsBtnStopEnable{ + width:72px; + } +} .gadgetsBtnStopEnable:hover{ background-image:url(/data/web_interface/user_01/img/gadgets_btn_stop_activate.png); @@ -243,6 +261,11 @@ padding-left:19px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_stop_activate.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .gadgetsBtnStopActivate{ + width:72px; + } +} .gadgetsBtnStopDisable{ width:53px; @@ -250,6 +273,11 @@ padding-left:19px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_stop_disable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .gadgetsBtnStopDisable{ + width:72px; + } +} .gadgetsBtnHelp{ background-image:url(/data/web_interface/user_01/img/gadgets_btn_help_enable.png); Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/livewithtux.css =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/livewithtux.css 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/livewithtux.css 2010-06-04 09:36:25 UTC (rev 6106) @@ -254,6 +254,7 @@ display:table; line-height:32px; float:left; + font-size:0px; background-image:url(/data/web_interface/user_01/img/thumbnailbar_btn_previous_enable.png); } @@ -271,6 +272,7 @@ display:table; line-height:32px; float:left; + font-size:0px; background-image:url(/data/web_interface/user_01/img/thumbnailbar_btn_next_enable.png); } @@ -360,6 +362,7 @@ margin-top:0px; _margin-top:5px; display:table; + float:left; line-height:11px; font-size:10px; color:#FFFFFF; @@ -390,6 +393,12 @@ text-align:left; font-family:Verdana, Bitstream Vera Sans; } +@media screen and (-webkit-min-device-pixel-ratio:0) { + div.notifyHintGadgetMessages{ + display:table; + float:left; + } +} div.notifyHintAlert{ position:absolute; @@ -510,8 +519,6 @@ } .statusBtnSoundOnEnable{ - width:71px; - _width:101px; height:32px; padding-left:30px; padding-top:-1px; @@ -530,14 +537,22 @@ font-family:Verdana, Bitstream Vera Sans; background-image:url(/data/web_interface/user_01/img/status_btn_soundon_enable.png); } +.statusBtnSoundOnEnable{ + width:71px; + _width:101px; +} +@media screen and (-webkit-min-device-pixel-ratio:0) { + .statusBtnSoundOnEnable{ + width:101px; + } +} .statusBtnSoundOnEnable:hover{ background-image:url(/data/web_interface/user_01/img/status_btn_soundon_activate.png); } .statusBtnSoundOnActivate{ - width:71px; - _width:101px; + background-image:url(/data/web_interface/user_01/img/status_btn_soundon_activate.png); height:32px; padding-left:30px; padding-top:-1px; @@ -554,16 +569,22 @@ overflow:hidden; text-decoration:none; font-family:Verdana, Bitstream Vera Sans; - background-image:url(/data/web_interface/user_01/img/status_btn_soundon_activate.png); } +.statusBtnSoundOnActivate{ + width:71px; + _width:101px; +} +@media screen and (-webkit-min-device-pixel-ratio:0) { + .statusBtnSoundOnActivate{ + width:101px; + } +} .statusBtnSoundOnActivate:hover{ background-image:url(/data/web_interface/user_01/img/status_btn_soundon_activate.png); } .statusBtnSoundOffEnable{ - width:80px; - _width:102px; height:32px; padding-left:22px; padding-top:-1px; @@ -582,14 +603,22 @@ font-family:Verdana, Bitstream Vera Sans; background-image:url(/data/web_interface/user_01/img/status_btn_soundoff_enable.png); } +.statusBtnSoundOffEnable{ + width:80px; + _width:102px; +} +@media screen and (-webkit-min-device-pixel-ratio:0) { + .statusBtnSoundOffEnable{ + width:102px; + } +} + .statusBtnSoundOffEnable:hover{ background-image:url(/data/web_interface/user_01/img/status_btn_soundoff_activate.png); } .statusBtnSoundOffActivate{ - width:80px; - _width:102px; height:32px; padding-left:22px; padding-top:-1px; @@ -609,6 +638,17 @@ background-image:url(/data/web_interface/user_01/img/status_btn_soundoff_activate.png); } +.statusBtnSoundOffActivate{ + width:80px; + _width:102px; +} + +@media screen and (-webkit-min-device-pixel-ratio:0) { + .statusBtnSoundOffActivate{ + width:102px; + } +} + .statusBtnSoundOffActivate:hover{ background-image:url(/data/web_interface/user_01/img/status_btn_soundoff_activate.png); } Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/online.css =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/online.css 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/online.css 2010-06-04 09:36:25 UTC (rev 6106) @@ -64,6 +64,11 @@ text-decoration:none; font-family:Verdana, Bitstream Vera Sans; } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnTitle{ + width:72px; + } +} .toolsBtnStartEnable{ width:59px; @@ -71,6 +76,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_enable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnStartEnable{ + width:72px; + } +} .toolsBtnStartEnable:hover{ background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_activate.png); @@ -82,6 +92,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_activate.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnStartActivate{ + width:72px; + } +} .toolsBtnStartDisable{ width:59px; @@ -89,6 +104,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_disable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnStartDisable{ + width:72px; + } +} .leightbox { color: #333; Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/tools.css =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/tools.css 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/css/tools.css 2010-06-04 09:36:25 UTC (rev 6106) @@ -27,11 +27,13 @@ div.frame01Sep{ margin-top:6px; - margin-bottom:6px; + margin-bottom:-12px; + _margin-bottom:6px; font-family:Verdana, Bitstream Vera Sans; display:table; + float:left; background-image:url(/data/web_interface/user_01/img/frame_01_sep_3.png); - background-repeat:repeat; + background-repeat:no-repeat; height:2px; width:855px; overflow: hidden; @@ -67,6 +69,11 @@ text-decoration:none; font-family:Verdana, Bitstream Vera Sans; } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnTitle{ + width:72px; + } +} .toolsBtnStartEnable{ margin-left:10px; @@ -75,6 +82,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_enable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnStartEnable{ + width:72px; + } +} .toolsBtnStartEnable:hover{ background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_activate.png); @@ -86,6 +98,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_activate.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnStartActivate{ + width:72px; + } +} .toolsBtnStartDisable{ width:59px; @@ -93,6 +110,11 @@ padding-left:13px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_disable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnStartDisable{ + width:72px; + } +} .toolsBtnShowEnable{ margin-left:10px; @@ -102,6 +124,12 @@ _padding-left:22px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_show_enable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnShowEnable{ + width:72px; + padding-left:22px; + } +} .toolsBtnShowEnable:hover{ background-image:url(/data/web_interface/user_01/img/gadgets_btn_show_activate.png); @@ -114,6 +142,12 @@ _padding-left:22px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_show_activate.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnShowActivate{ + width:72px; + padding-left:22px; + } +} .toolsBtnShowDisable{ width:54px; @@ -122,6 +156,12 @@ _padding-left:22px; background-image:url(/data/web_interface/user_01/img/gadgets_btn_show_disable.png); } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .toolsBtnShowDisable{ + width:72px; + padding-left:22px; + } +} .toolsRowName{ width:390px; Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/attitunes.xsl =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/attitunes.xsl 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/attitunes.xsl 2010-06-04 09:36:25 UTC (rev 6106) @@ -163,19 +163,19 @@ { var htmlContent = ""; var iconId = "attitunesRowIcon_" + name; - htmlContent += '<div class="attitunesVSpacer" style="width:10px;"></div>'; + htmlContent += '<div class="attitunesVSpacer" style="width:10px;"> </div>'; htmlContent += '<div class="attitunesRowIcon"><img src="' + icon + '" height="34" width="34" id="' + iconId + '"></img></div>'; - htmlContent += '<div class="attitunesVSpacer" style="width:10px;"></div>'; + htmlContent += '<div class="attitunesVSpacer" style="width:10px;"> </div>'; htmlContent += '<span class="attitunesRowName">' + name + '</span>'; - htmlContent += '<div class="attitunesVSpacer" style="width:26px;"></div>'; + htmlContent += '<div class="attitunesVSpacer" style="width:26px;"> </div>'; htmlContent += '<a class="attitunesBtnTitle attitunesBtnStartEnable" id="startId_' + name + '" onclick="javascript:startAttitune(\''+name+'\');return false;" href="#">' + translationStart + '</a>'; - htmlContent += '<div class="attitunesVSpacer" style="width:8px;"></div>'; + htmlContent += '<div class="attitunesVSpacer" style="width:8px;"> </div>'; htmlContent += '<a class="attitunesBtnTitle attitunesBtnStopEnable" id="stopId_' + name + '" onclick="javascript:stopAttitune(\''+name+'\');return false;" href="#">' + translationStop + '</a>'; - htmlContent += '<div class="attitunesVSpacer" style="width:18px;"></div>'; - htmlContent += '<a class="attitunesBtnNoTitle attitunesBtnEdit" id="editId_' + name + '" onclick="javascript:setLastAttituneInAction(\''+name+'\');editAttitune();return false;" href="#"></a>'; - htmlContent += '<div class="attitunesVSpacer" style="width:18px;"></div>'; - htmlContent += '<a class="attitunesBtnNoTitle attitunesBtnDelete" id="deleteId_' + name + '" onclick="" href="#" name="lbOn" rel="popupConfirmDelete"></a>'; - htmlContent += '<div class="frame01Sep2"></div>'; + htmlContent += '<div class="attitunesVSpacer" style="width:18px;"> </div>'; + htmlContent += '<a class="attitunesBtnNoTitle attitunesBtnEdit" id="editId_' + name + '" onclick="javascript:setLastAttituneInAction(\''+name+'\');editAttitune();return false;" href="#"><p></p></a>'; + htmlContent += '<div class="attitunesVSpacer" style="width:18px;"> </div>'; + htmlContent += '<a class="attitunesBtnNoTitle attitunesBtnDelete" id="deleteId_' + name + '" onclick="" href="#" name="lbOn" rel="popupConfirmDelete"><p></p></a>'; + htmlContent += '<div class="frame01Sep2"/> </div>'; return htmlContent; } @@ -395,7 +395,7 @@ top:0px;"> <!-- FILTER BAR VIEW --> <div class="frame01TopSpace"> - <div class="attitunesVSpacer" style="width:35px;height:40px;"></div> + <div class="attitunesVSpacer" style="width:35px;height:40px;"> </div> <xsl:element name="a"> <xsl:attribute name="class">attitunesFilterRadio attitunesFilterRadioActivate</xsl:attribute> <xsl:attribute name="id">attitunesFilterRadioAll</xsl:attribute> @@ -404,7 +404,7 @@ </xsl:element> </div> <div class="frame01Middle" style="height:465px;"> - <div class="attitunesListScrollbox" id="attitunesListScrollbox"></div> + <div class="attitunesListScrollbox" id="attitunesListScrollbox"> </div> </div> <div class="frame01Bottom"></div> </div> Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/gadgets.xsl =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/gadgets.xsl 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/gadgets.xsl 2010-06-04 09:36:25 UTC (rev 6106) @@ -198,11 +198,11 @@ { var htmlContent = ""; var iconId = "gadgetsRowIcon_" + uuid; - htmlContent += '<div class="gadgetsVSpacer" style="width:10px;"></div>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:10px;"> </div>'; htmlContent += '<div class="gadgetsRowIcon"><img src="' + icon + '" height="34" width="34" id="' + iconId + '"></img></div>'; - htmlContent += '<div class="gadgetsVSpacer" style="width:10px;"></div>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:10px;"> </div>'; htmlContent += '<span class="gadgetsRowName">' + name + '</span>'; - htmlContent += '<div class="gadgetsVSpacer" style="width:26px;"></div>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:26px;"> </div>'; if (ondemand == 'true') { htmlContent += '<a class="gadgetsBtnTitle gadgetsBtnStartEnable" id="startId_' + uuid + '" onclick="javascript:startGadget(\''+uuid+'\');return false;" href="#">' + translationStart + '</a>'; @@ -211,7 +211,7 @@ { htmlContent += '<a class="gadgetsBtnTitle gadgetsBtnStartDisable" id="startId_' + uuid + '" onclick="return false;" href="#">' + translationStart + '</a>'; } - htmlContent += '<div class="gadgetsVSpacer" style="width:8px;"></div>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:8px;"> </div>'; if (ondemand == 'true') { htmlContent += '<a class="gadgetsBtnTitle gadgetsBtnStopEnable" id="stopId_' + uuid + '" onclick="javascript:stopGadget(\''+uuid+'\');return false;" href="#">' + translationStop + '</a>'; @@ -220,15 +220,15 @@ { htmlContent += '<a class="gadgetsBtnTitle gadgetsBtnStopDisable" id="stopId_' + uuid + '" onclick="javascript:return false;" href="#">' + translationStop + '</a>'; } - htmlContent += '<div class="gadgetsVSpacer" style="width:18px;"></div>'; - htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnHelp" id="helpId_' + uuid + '" onclick="" href="#" name="lbOn" rel="windowGadgetHelp"></a>'; - htmlContent += '<div class="gadgetsVSpacer" style="width:8px;"></div>'; - htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnConfigure" id="configureId_' + uuid + '" onclick="" href="#" name="lbOn" rel="windowGadgetConfiguration"></a>'; - htmlContent += '<div class="gadgetsVSpacer" style="width:8px;"></div>'; - htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnDuplicate" id="duplicateId_' + uuid + '" onclick="javascript:setLastGadgetInAction(\''+uuid+'\');duplicateUgc();return false;" href="#"></a>'; - htmlContent += '<div class="gadgetsVSpacer" style="width:18px;"></div>'; - htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnDelete" id="deleteId_' + uuid + '" onclick="" href="#" name="lbOn" rel="popupConfirmDelete"></a>'; - htmlContent += '<div class="frame01Sep2"></div>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:18px;"> </div>'; + htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnHelp" id="helpId_' + uuid + '" onclick="" href="#" name="lbOn" rel="windowGadgetHelp"><p></p></a>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:8px;"> </div>'; + htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnConfigure" id="configureId_' + uuid + '" onclick="" href="#" name="lbOn" rel="windowGadgetConfiguration"><p></p></a>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:8px;"> </div>'; + htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnDuplicate" id="duplicateId_' + uuid + '" onclick="javascript:setLastGadgetInAction(\''+uuid+'\');duplicateUgc();return false;" href="#"><p></p></a>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:18px;"> </div>'; + htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnDelete" id="deleteId_' + uuid + '" onclick="" href="#" name="lbOn" rel="popupConfirmDelete"><p></p></a>'; + htmlContent += '<div class="frame01Sep2"/> </div>'; return htmlContent; } @@ -564,21 +564,21 @@ top:0px;"> <!-- NOTIFICATION VIEW --> <div class="frame01TopSpace"> - <div class="gadgetsVSpacer" style="width:35px;height:40px;"></div> + <div class="gadgetsVSpacer" style="width:35px;height:40px;"> </div> <xsl:element name="a"> <xsl:attribute name="class">gadgetsFilterRadio gadgetsFilterRadioEnable</xsl:attribute> <xsl:attribute name="id">gadgetsFilterRadioOnDemand</xsl:attribute> <xsl:attribute name="onclick">javascript:fillGadgetRows('on_demand');return false;</xsl:attribute> <xsl:attribute name="href">#</xsl:attribute><xsl:value-of select="root/translations/on_demand"/> </xsl:element> - <div class="gadgetsVSpacer" style="width:5px;height:40px;"></div> + <div class="gadgetsVSpacer" style="width:5px;height:40px;"> </div> <xsl:element name="a"> <xsl:attribute name="class">gadgetsFilterRadio gadgetsFilterRadioEnable</xsl:attribute> <xsl:attribute name="id">gadgetsFilterRadioAlerts</xsl:attribute> <xsl:attribute name="onclick">javascript:fillGadgetRows('alerts');return false;</xsl:attribute> <xsl:attribute name="href">#</xsl:attribute><xsl:value-of select="root/translations/alerts"/> </xsl:element> - <div class="gadgetsVSpacer" style="width:5px;height:40px;"></div> + <div class="gadgetsVSpacer" style="width:5px;height:40px;"> </div> <xsl:element name="a"> <xsl:attribute name="class">gadgetsFilterRadio gadgetsFilterRadioActivate</xsl:attribute> <xsl:attribute name="id">gadgetsFilterRadioAll</xsl:attribute> @@ -587,7 +587,7 @@ </xsl:element> </div> <div class="frame01Middle" style="height:465px;"> - <div class="gadgetsListScrollbox" id="gadgetsListScrollbox"></div> + <div class="gadgetsListScrollbox" id="gadgetsListScrollbox"> </div> </div> <div class="frame01Bottom"></div> </div> @@ -657,7 +657,7 @@ style="height:240px" src=""> </iframe> - <div style="display:table;float:left;height:34px;width:370px"></div> + <div style="display:table;float:left;height:34px;width:370px"> </div> <xsl:element name="a"> <xsl:attribute name="class">windowBtn</xsl:attribute> <xsl:attribute name="name">lbOff</xsl:attribute> @@ -688,7 +688,7 @@ scrolling="no" src=""> </iframe> - <div style="display:table;float:left;height:34px;width:300px"></div> + <div style="display:table;float:left;height:34px;width:300px"> </div> <xsl:element name="a"> <xsl:attribute name="class">windowBtn</xsl:attribute> <xsl:attribute name="name">lbOff</xsl:attribute> Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/livewithtux.xsl =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/livewithtux.xsl 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/livewithtux.xsl 2010-06-04 09:36:25 UTC (rev 6106) @@ -481,7 +481,7 @@ <xsl:element name="a"> <xsl:attribute name="class">thumbnailBarBtnPrevious</xsl:attribute> <xsl:attribute name="onclick">javascript:previousGadget();return false;</xsl:attribute> - <xsl:attribute name="href">#</xsl:attribute> + <xsl:attribute name="href">#</xsl:attribute><p></p> </xsl:element> <!-- THUMBNAIL BAR --> <div class="thumbnailBarView"> @@ -560,7 +560,7 @@ <xsl:element name="a"> <xsl:attribute name="class">thumbnailBarBtnNext</xsl:attribute> <xsl:attribute name="onclick">javascript:nextGadget();return false;</xsl:attribute> - <xsl:attribute name="href">#</xsl:attribute> + <xsl:attribute name="href">#</xsl:attribute>  </xsl:element> </div> <div class="frame01Bottom"></div> Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/online.xsl =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/online.xsl 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/online.xsl 2010-06-04 09:36:25 UTC (rev 6106) @@ -105,22 +105,22 @@ { var htmlContent = ""; var iconId = "gadgetsRowIcon_" + symbolicName; - htmlContent += '<div class="gadgetsVSpacer" style="width:10px;"></div>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:10px;"> </div>'; htmlContent += '<div class="gadgetsRowIcon"><img src="' + icon + '" height="34" width="34" id="' + iconId + '"></img></div>'; - htmlContent += '<div class="gadgetsVSpacer" style="width:10px;"></div>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:10px;"> </div>'; htmlContent += '<span class="gadgetsRowName2">' + name + '</span>'; - htmlContent += '<div class="gadgetsVSpacer" style="width:18px;"></div>'; - htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnHelp" id="helpId_' + symbolicName + '" onclick="" href="#" name="lbOn" rel="windowGadgetHelp"></a>'; - htmlContent += '<div class="gadgetsVSpacer" style="width:8px;"></div>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:18px;"> </div>'; + htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnHelp" id="helpId_' + symbolicName + '" onclick="" href="#" name="lbOn" rel="windowGadgetHelp"><p></p></a>'; + htmlContent += '<div class="gadgetsVSpacer" style="width:8px;"> </div>'; if (isAnUpdate == "True") { - htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnUpdate" id="downloadId_' + symbolicName + '" onclick="" href="#" name="lbOn" rel="popupConfirmUpdate"></a>'; + htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnUpdate" id="downloadId_' + symbolicName + '" onclick="" href="#" name="lbOn" rel="popupConfirmUpdate"><p></p></a>'; } else { - htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnDownload" id="downloadId_' + symbolicName + '" onclick="" href="#" name="lbOn" rel="popupConfirmDownload"></a>'; + htmlContent += '<a class="gadgetsBtnNoTitle gadgetsBtnDownload" id="downloadId_' + symbolicName + '" onclick="" href="#" name="lbOn" rel="popupConfirmDownload"><p></p></a>'; } - htmlContent += '<div class="frame01Sep2"></div>'; + htmlContent += '<div class="frame01Sep2"> </div>'; return htmlContent; } @@ -307,7 +307,7 @@ top:0px;"> <!-- NOTIFICATION VIEW --> <div class="frame01TopSpace"> - <div class="gadgetsVSpacer" style="width:35px;height:40px;"></div> + <div class="gadgetsVSpacer" style="width:35px;height:40px;"> </div> <xsl:element name="a"> <xsl:attribute name="class">gadgetsFilterRadio gadgetsFilterRadioActivate</xsl:attribute> <xsl:attribute name="id">gadgetsFilterRadioAll</xsl:attribute> @@ -316,7 +316,7 @@ </xsl:element> </div> <div class="frame01Middle" style="height:465px;"> - <div class="gadgetsListScrollbox2" id="gadgetsListScrollbox"></div> + <div class="gadgetsListScrollbox2" id="gadgetsListScrollbox"> </div> </div> <div class="frame01Bottom2"></div> </div> @@ -422,7 +422,7 @@ style="height:240px" src=""> </iframe> - <div style="display:table;float:left;height:34px;width:370px"></div> + <div style="display:table;float:left;height:34px;width:370px"> </div> <xsl:element name="a"> <xsl:attribute name="class">windowBtn</xsl:attribute> <xsl:attribute name="name">lbOff</xsl:attribute> Modified: software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/tools.xsl =================================================================== --- software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/tools.xsl 2010-06-04 09:33:02 UTC (rev 6105) +++ software_suite_v3/smart-core/smart-server/branches/diyse-consortium-june-2010-demo/data/web_interface/user_01/xsl/tools.xsl 2010-06-04 09:36:25 UTC (rev 6106) @@ -157,7 +157,7 @@ <xsl:attribute name="href">#</xsl:attribute><xsl:value-of select="root/translations/start"/> </xsl:element> <span class="toolsRowName"><xsl:value-of select="root/data/attitunes_studio/name"/></span> - <div class="frame01Sep"></div> + <div class="frame01Sep"> </div> </xsl:if> <!-- TUX CONTROLLER --> <xsl:if test="root/data/tux_controller != ''"> @@ -168,7 +168,7 @@ <xsl:attribute name="href">#</xsl:attribute><xsl:value-of select="root/translations/start"/> </xsl:element> <span class="toolsRowName"><xsl:value-of select="root/data/tux_controller/name"/></span> - <div class="frame01Sep"></div> + <div class="frame01Sep"> </div> </xsl:if> <!-- GLOBAL SETTINGS --> <xsl:element name="a"> @@ -179,7 +179,7 @@ <xsl:attribute name="href">#</xsl:attribute><xsl:value-of select="root/translations/show"/> </xsl:element> <span class="toolsRowName"><xsl:value-of select="root/translations/global_settings"/></span> - <div class="frame01Sep"></div> + <div class="frame01Sep"> </div> <!-- ONLINE DOCUMENTATION --> <xsl:element name="a"> <xsl:attribute name="class">toolsBtnTitle toolsBtnShowEnable</xsl:attribute> @@ -187,7 +187,7 @@ <xsl:attribute name="href"><xsl:value-of select="root/translations/documentation_url"/></xsl:attribute><xsl:value-of select="root/translations/show"/> </xsl:element> <span class="toolsRowName"><xsl:value-of select="root/translations/online_documentation"/></span> - <div class="frame01Sep"></div> + <div class="frame01Sep"> </div> <!-- ABOUT --> <xsl:if test="root/data/about != ''"> <xsl:element name="a"> @@ -225,7 +225,7 @@ style="height:240px" src=""> </iframe> - <div style="display:table;float:left;height:34px;width:370px"></div> + <div style="display:table;float:left;height:34px;width:370px"> </div> <xsl:element name="a"> <xsl:attribute name="class">windowBtn</xsl:attribute> <xsl:attribute name="name">lbOff</xsl:attribute> @@ -256,7 +256,7 @@ scrolling="no" src=""> </iframe> - <div style="display:table;float:left;height:34px;width:300px"></div> + <div style="display:table;float:left;height:34px;width:300px"> </div> <xsl:element name="a"> <xsl:attribute name="class">windowBtn</xsl:attribute> <xsl:attribute name="name">lbOff</xsl:attribute> |