PageRenderTime 32ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/zh/floater_inspect.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 22ac5cb0aa3dd7fdccddc43a6c08f8bd MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="inspect" title="INSPECT OBJECTS">
  3. <floater.string name="timeStamp">
  4. [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
  5. </floater.string>
  6. <scroll_list name="object_list" tool_tip="Select an object from this list to highlight it in-world">
  7. <scroll_list.columns label="????" name="object_name"/>
  8. <scroll_list.columns label="?????" name="owner_name"/>
  9. <scroll_list.columns label="?????" name="creator_name"/>
  10. <scroll_list.columns label="????" name="creation_date"/>
  11. </scroll_list>
  12. <button label="???????..." name="button owner" tool_tip="See profile of the highlighted object&apos;s owner"/>
  13. <button label="???????..." name="button creator" tool_tip="See profile of the highlighted object&apos;s original creator"/>
  14. </floater>