blob: 26e03c9b3b90deb4a3ccd4bb8f502bc56828d5d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="navigation_bar">
<panel name="navigation_panel">
<pull_button name="back_btn" tool_tip="Go back to previous location"/>
<pull_button name="forward_btn" tool_tip="Go forward one location"/>
<button name="home_btn" tool_tip="瞬間傳送到我家的位置"/>
<location_input label="位置" name="location_combo"/>
<search_combo_box label="搜尋" name="search_combo_box" tool_tip="搜尋">
<combo_editor label="搜尋 [SECOND_LIFE]" name="search_combo_editor"/>
</search_combo_box>
</panel>
<favorites_bar name="favorite" tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!">
<label name="favorites_bar_label" tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!">
Favorites Bar
</label>
<chevron_button name=">>" tool_tip="Show more of My Favorites"/>
</favorites_bar>
</panel>
|