PageRenderTime 31ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/panel_status_bar.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 136 lines | 136 code | 0 blank | 0 comment | 0 complexity | a4adf05c75e186fc4ee2cf895b8f7beb MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_opaque="true"
  4. background_visible="true"
  5. bg_opaque_color="DkGray"
  6. chrome="true"
  7. follows="top|right"
  8. height="19"
  9. layout="topleft"
  10. left="0"
  11. mouse_opaque="false"
  12. name="status"
  13. top="19"
  14. tab_stop="false"
  15. width="1000">
  16. <panel.string
  17. name="packet_loss_tooltip">
  18. Packet Loss
  19. </panel.string>
  20. <panel.string
  21. name="bandwidth_tooltip">
  22. Bandwidth
  23. </panel.string>
  24. <panel.string
  25. name="time">
  26. [hour12, datetime, slt]:[min, datetime, slt] [ampm, datetime, slt] [timezone,datetime, slt]
  27. </panel.string>
  28. <panel.string
  29. name="timeTooltip">
  30. [weekday, datetime, slt], [day, datetime, slt] [month, datetime, slt] [year, datetime, slt]
  31. </panel.string>
  32. <panel.string
  33. name="buycurrencylabel">
  34. L$ [AMT]
  35. </panel.string>
  36. <panel
  37. height="18"
  38. left="-370"
  39. width="160"
  40. top="1"
  41. follows="right|top"
  42. name="balance_bg">
  43. <text
  44. halign="center"
  45. font="SansSerifSmall"
  46. follows="all"
  47. height="18"
  48. left="0"
  49. name="balance"
  50. tool_tip="Click to refresh your L$ balance"
  51. v_pad="4"
  52. top="0"
  53. wrap="false"
  54. value="L$20"
  55. width="40" />
  56. <button
  57. halign="center"
  58. font="SansSerifSmall"
  59. follows="right|top|bottom"
  60. image_hover_unselected="PushButton_Over"
  61. image_unselected="PushButton_Off"
  62. image_pressed="PushButton_Press"
  63. height="18"
  64. label="Buy L$"
  65. label_color="White"
  66. left_pad="0"
  67. label_shadow="true"
  68. name="buyL"
  69. pad_right="0"
  70. pad_bottom="2"
  71. tool_tip="Click to buy more L$"
  72. top="0"
  73. width="80" />
  74. <button
  75. halign="left"
  76. font="SansSerifSmall"
  77. follows="right|top|bottom"
  78. imgoverlay_label_space="7"
  79. image_overlay="Command_MiniCart_Icon"
  80. image_overlay_alignment="left"
  81. image_hover_unselected="PushButton_Over"
  82. image_unselected="PushButton_Off"
  83. image_pressed="PushButton_Press"
  84. height="18"
  85. label="Shop"
  86. label_color="White"
  87. left_pad="0"
  88. label_shadow="true"
  89. name="goShop"
  90. pad_bottom="2"
  91. tool_tip="Open Second Life Marketplace"
  92. top="0"
  93. width="65" />
  94. </panel>
  95. <text
  96. type="string"
  97. font="SansSerifSmall"
  98. text_readonly_color="TimeTextColor"
  99. follows="right|top"
  100. halign="right"
  101. height="16"
  102. top="5"
  103. layout="topleft"
  104. left_pad="0"
  105. name="TimeText"
  106. tool_tip="Current time (Pacific)"
  107. width="145">
  108. 24:00 AM PST
  109. </text>
  110. <button
  111. follows="right|top"
  112. height="16"
  113. image_selected="Play_Off"
  114. image_unselected="Pause_Off"
  115. image_pressed="Pause_Press"
  116. image_pressed_selected="Play_Press"
  117. is_toggle="true"
  118. left_pad="15"
  119. top="1"
  120. name="media_toggle_btn"
  121. tool_tip="Start/Stop All Media (Music, Video, Web pages)"
  122. width="16" >
  123. </button>
  124. <button
  125. follows="right|top"
  126. height="16"
  127. image_selected="AudioMute_Off"
  128. image_pressed="Audio_Press"
  129. image_unselected="Audio_Off"
  130. is_toggle="true"
  131. left_pad="5"
  132. top="2"
  133. name="volume_btn"
  134. tool_tip="Global Volume Control"
  135. width="16" />
  136. </panel>