blob: 1748d117f46e05a247def0f7bce749f75d8b04cd (
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="前往上一個位置"/>
<pull_button name="forward_btn" tool_tip="前往下一個位置"/>
<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!">
最愛列
</label>
<chevron_button name=">>" tool_tip="顯示更多我的最愛"/>
</favorites_bar>
</panel>
|