/indra/newview/skins/default/xui/en/panel_my_profile.xml
XML | 146 lines | 141 code | 5 blank | 0 comment | 0 complexity | fa7287d4e6f44367d08d87d637b60945 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 2<panel 3 follows="all" 4 height="535" 5 label="Profile" 6 layout="topleft" 7 left="0" 8 name="panel_profile" 9 top="0" 10 width="315"> 11 <string 12 name="CaptionTextAcctInfo"> 13 [ACCTTYPE] 14[PAYMENTINFO] [AGEVERIFICATION] 15 </string> 16 <string 17 name="payment_update_link_url"> 18 http://www.secondlife.com/account/billing.php?lang=en 19 </string> 20 <string 21 name="partner_edit_link_url"> 22 http://www.secondlife.com/account/partners.php?lang=en 23 </string> 24 <string 25 name="my_account_link_url" 26 value="http://secondlife.com/account" /> 27 <string 28 name="no_partner_text" 29 value="None" /> 30 <string 31 name="no_group_text" 32 value="None" /> 33 <string 34 name="RegisterDateFormat"> 35 [REG_DATE] ([AGE]) 36 </string> 37 <string 38 name="name_text_args"> 39 [NAME] 40 </string> 41 <string 42 name="display_name_text_args"> 43 [DISPLAY_NAME] 44 </string> 45 <layout_stack 46 name="layout" 47 orientation="vertical" 48 follows="all" 49 layout="topleft" 50 left="0" 51 top="0" 52 height="510" 53 width="315" 54 border_size="0"> 55 <layout_panel 56 name="profile_stack" 57 follows="all" 58 layout="topleft" 59 top="0" 60 left="0" 61 height="492" 62 user_resize="false" 63 width="315"> 64 <scroll_container 65 color="DkGray2" 66 follows="all" 67 layout="topleft" 68 left="0" 69 name="profile_scroll" 70 opaque="true" 71 height="488" 72 width="315" 73 top="0"> 74 <panel 75 layout="topleft" 76 follows="left|top|right" 77 height="488" 78 name="scroll_content_panel" 79 top="0" 80 left="0" 81 width="297"> 82 <panel 83 follows="left|top|right" 84 height="117" 85 layout="topleft" 86 left="10" 87 name="second_life_image_panel" 88 top="0" 89 width="297"> 90 91 <texture_picker 92 allow_no_texture="true" 93 default_image_name="None" 94 enabled="false" 95 fallback_image="Generic_Person_Large" 96 follows="top|left" 97 height="124" 98 layout="topleft" 99 left="3" 100 name="2nd_life_pic" 101 top="10" 102 width="102" /> 103 104 <text 105 follows="left|top|right" 106 font="SansSerifLarge" 107 font.style="BOLD" 108 height="15" 109 layout="topleft" 110 left_pad="10" 111 name="display_name_descr_text" 112 text_color="0.7 0.7 0.7 1.0" 113 top_delta="0" 114 width="280" > 115 User name 116 </text> 117 118 <text 119 follows="left|top|right" 120 font.style="BOLD" 121 height="15" 122 layout="topleft" 123 left_delta="0" 124 name="name_descr_text" 125 text_color="0.4 0.4 0.4 1.0" 126 top_delta="20" 127 width="280"> 128 Display Name 129 </text> 130 131 <button 132 follows="bottom" 133 height="23" 134 left_delta="0" 135 top_delta="20" 136 label="Profile" 137 name="see_profile_btn" 138 tool_tip="See profile for this avatar" 139 width="120" /> 140 141 </panel> 142 </panel> 143 </scroll_container> 144 </layout_panel> 145 </layout_stack> 146</panel>