blob: ea3d9d0c3e7fad0e7ec7e7cfe92aeefe28b3e240 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="inspect" title="INSPECT OBJECTS">
<floater.string name="timeStamp">
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
</floater.string>
<scroll_list name="object_list" tool_tip="Select an object from this list to highlight it in-world">
<scroll_list.columns label="物件名稱" name="object_name"/>
<scroll_list.columns label="擁有者名稱" name="owner_name"/>
<scroll_list.columns label="創造者名稱" name="creator_name"/>
<scroll_list.columns label="創造日期" name="creation_date"/>
</scroll_list>
<button label="察看擁有者檔案..." name="button owner" tool_tip="See profile of the highlighted object's owner"/>
<button label="察看創造者檔案..." name="button creator" tool_tip="See profile of the highlighted object's original creator"/>
</floater>
|