summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml333
1 files changed, 80 insertions, 253 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml b/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml
index 9839075862..4b841b0a09 100644
--- a/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml
+++ b/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml
@@ -1,265 +1,92 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<!-- Part of side tray, see that XML file for panel config -->
+<!-- the web-based Home panel of the side tray -->
<panel
follows="all"
- height="560"
+ height="570"
+ min_height="350"
label="home_tab"
+ help_topic="sidetray_home"
layout="topleft"
+ top="0"
+ left="0"
name="home_tab"
width="333">
- <scroll_container
- color="DkGray"
+ <layout_stack
follows="all"
+ height="550"
layout="topleft"
- left="0"
- name="profile_scroll"
- opaque="true"
- height="560"
- width="333"
- top="0">
- <panel
- background_visible="true"
- height="560"
- layout="topleft"
- name="profile_scroll_panel"
- top="0"
- left="0"
- width="311">
- <panel
- background_visible="true"
- bg_alpha_color="DkGray2"
- class="panel_sidetray_home_info"
- follows="left|top|right"
- height="90"
- layout="topleft"
- left="15"
- top="17"
- name="sidebar_people"
- width="303">
- <text
- follows="left|right|top"
- font="SansSerifBigBold"
- height="30"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_name"
- text_color="EmphasisColor"
- top="10"
- value="People"
- width="200"
- word_wrap="true" />
- <icon
- follows="top|right"
- height="20"
- layout="topleft"
- name="tab_icon"
- right="-10"
- top="10"
- image_name="TabIcon_People_Selected"
- width="20" />
- <text
- follows="left|right|bottom"
- height="90"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_description"
- right="-10"
- text_color="white"
- top="40"
- word_wrap="true">
- Find your friends, your groups, contacts and people nearby.
- </text>
- </panel>
- <panel
- background_visible="true"
- bg_alpha_color="DkGray2"
- class="panel_sidetray_home_info"
- follows="left|top|right"
- height="90"
- layout="topleft"
- left="15"
- top_pad="15"
- name="sidebar_places"
- width="303">
- <text
- follows="left|right|top"
- font="SansSerifBigBold"
- height="30"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_name"
- text_color="EmphasisColor"
- top="10"
- value="Places"
- width="200"
- word_wrap="true" />
- <icon
- follows="top|right"
- height="20"
- layout="topleft"
- name="tab_icon"
- right="-10"
- top="10"
- width="20"
- image_name="TabIcon_Places_Selected"/>
- <text
- follows="all"
- height="90"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_description"
- right="-10"
- text_color="white"
- top="40"
- word_wrap="true">
- Find places to go and places you&apos;ve visited before.
- </text>
- </panel>
- <panel
- background_visible="true"
- bg_alpha_color="DkGray2"
- class="panel_sidetray_home_info"
- follows="left|top|right"
- height="90"
- layout="topleft"
- left="15"
- top_pad="15"
- name="sidebar_me"
- width="303">
- <text
- follows="left|right|top"
- font="SansSerifBigBold"
- height="30"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_name"
- text_color="EmphasisColor"
- top="10"
- value="My Profile"
- width="200"
- word_wrap="true" />
- <icon
- follows="top|right"
- height="20"
- layout="topleft"
- name="tab_icon"
- right="-10"
- top="10"
- width="20"
- image_name="TabIcon_Me_Selected"/>
- <text
- follows="all"
- height="90"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_description"
- right="-10"
- text_color="white"
- top="40"
- word_wrap="true">
- Edit your public profile.
- </text>
- </panel>
- <panel
- background_visible="true"
- bg_alpha_color="DkGray2"
- class="panel_sidetray_home_info"
- follows="left|top|right"
- height="90"
+ left="10"
+ name="stack"
+ top_pad="10"
+ width="313">
+ <layout_panel
+ auto_resize="false"
+ height="20"
layout="topleft"
- left="15"
- top_pad="15"
- name="sidebar_appearance"
- width="303">
- <text
- follows="left|right|top"
- font="SansSerifBigBold"
- height="30"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_name"
- text_color="EmphasisColor"
- top="10"
- value="My Appearance"
- width="200"
- word_wrap="true" />
- <icon
- follows="top|right"
- height="20"
- layout="topleft"
- name="tab_icon"
- right="-10"
- top="10"
- width="20"
- image_name="TabIcon_Appearance_Selected"/>
- <text
- follows="all"
- height="90"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_description"
- right="-10"
- text_color="white"
- top="40"
- word_wrap="true">
- Change your appearance and current look.
- </text>
- </panel>
- <panel
- background_visible="true"
- bg_alpha_color="DkGray2"
- class="panel_sidetray_home_info"
- follows="left|top|right"
- height="90"
+ left="0"
+ name="nav_controls"
+ top="0"
+ user_resize="false"
+ width="313">
+ <button
+ follows="left|top"
+ enabled="false"
+ height="20"
+ label="Back"
+ layout="topleft"
+ tab_stop="false"
+ left="0"
+ name="back"
+ top="0"
+ width="70">
+ <button.commit_callback
+ function="MediaBrowser.Back" />
+ </button>
+ <button
+ follows="left|top"
+ height="20"
+ enabled="false"
+ label="Forward"
+ layout="topleft"
+ tab_stop="false"
+ left_pad="3"
+ name="forward"
+ top_delta="0"
+ width="70">
+ <button.commit_callback
+ function="MediaBrowser.Forward" />
+ </button>
+ <button
+ follows="left|top"
+ height="20"
+ label="Home"
+ layout="topleft"
+ tab_stop="false"
+ left_pad="2"
+ name="home"
+ top_delta="0"
+ width="70">
+ <button.commit_callback
+ function="MediaBrowser.Home" />
+ </button>
+ </layout_panel>
+ <layout_panel
+ height="530"
layout="topleft"
- left="15"
- top_pad="15"
- name="sidebar_inventory"
- width="303">
- <text
- follows="left|right|top"
- font="SansSerifBigBold"
- height="30"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_name"
- text_color="EmphasisColor"
- top="10"
- value="My Inventory"
- width="200"
- word_wrap="true" />
- <icon
- follows="top|right"
- height="20"
- layout="topleft"
- name="tab_icon"
- right="-10"
- top="10"
- width="20"
- image_name="TabIcon_Things_Selected"/>
- <text
- follows="all"
- height="90"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="tab_description"
- right="-10"
- text_color="white"
- top="40"
- word_wrap="true">
- Browse your inventory.
- </text>
- </panel>
- </panel>
- </scroll_container>
+ left_delta="0"
+ name="browser_layout"
+ top_delta="0"
+ width="313">
+ <web_browser
+ border_visible="false"
+ follows="all"
+ height="530"
+ layout="topleft"
+ left="0"
+ name="browser"
+ start_url="data:text/html,%3Chtml%3E%3Cbody bgcolor=%22#2A2A2A%22 text=%22eeeeee%22%3E %3Ch3%3E %0D%0A%0D%0ALoading... %3C/h3%3E %3C/body%3E%3C/html%3E"
+ top="0"
+ width="313" />
+ </layout_panel>
+ </layout_stack>
</panel>