XMB-Users: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
=XMB Users Category= | =XMB Users Category= | ||
Line 5: | Line 4: | ||
===update_files/dev_flash/vsh/resource/explore/xmb/category_user.xml=== | ===update_files/dev_flash/vsh/resource/explore/xmb/category_user.xml=== | ||
< | <syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 35: | Line 34: | ||
</View> | </View> | ||
</XMBML> | </XMBML> | ||
</ | </syntaxhighlight> | ||
===update_files/dev_flash/vsh/resource/explore/xmb/category_user_login.xml=== | ===update_files/dev_flash/vsh/resource/explore/xmb/category_user_login.xml=== | ||
< | <syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 64: | Line 63: | ||
</View> | </View> | ||
</XMBML> | </XMBML> | ||
</ | </syntaxhighlight> | ||
===update_files/dev_flash/vsh/resource/explore/xmb/category_user_shop.xml=== | ===update_files/dev_flash/vsh/resource/explore/xmb/category_user_shop.xml=== | ||
< | <syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 110: | Line 109: | ||
</XMBML> | </XMBML> | ||
</ | </syntaxhighlight> | ||
Latest revision as of 15:24, 5 June 2015
XMB Users Category[edit | edit source]
XML configuration files[edit | edit source]
update_files/dev_flash/vsh/resource/explore/xmb/category_user.xml[edit | edit source]
<?xml version="1.0" encoding="UTF-8"?>
<XMBML version="1.0">
<View id="root">
<Items>
<Query
class="type:x-xmb/folder-pixmap"
key="seg_poweroff"
src="#seg_poweroff"
/>
<Query
class="type:x-xmb/folder-pixmap"
key="user_provider_0"
src="user://localhost/create"
/>
<Query
class="type:x-xmb/folder-pixmap"
key="user_provider_1"
src="user://localhost/users"
/>
</Items>
</View>
<View id="seg_poweroff">
<Items>
<Item class="type:x-xmb/xmlpoweroff" key="poweroff" />
</Items>
</View>
</XMBML>
update_files/dev_flash/vsh/resource/explore/xmb/category_user_login.xml[edit | edit source]
<?xml version="1.0" encoding="UTF-8"?>
<XMBML version="1.0">
<View id="root">
<Items>
<Query
class="type:x-xmb/folder-pixmap"
key="seg_poweroff"
src="#seg_poweroff"
/>
<Query
class="type:x-xmb/folder-pixmap"
key="user_provider_1"
src="user://localhost/users"
/>
</Items>
</View>
<View id="seg_poweroff">
<Items>
<Item class="type:x-xmb/xmlpoweroff" key="poweroff" />
</Items>
</View>
</XMBML>
update_files/dev_flash/vsh/resource/explore/xmb/category_user_shop.xml[edit | edit source]
<?xml version="1.0" encoding="UTF-8"?>
<XMBML version="1.0">
<View id="root">
<Items>
<Query
class="type:x-xmb/folder-pixmap"
key="seg_fixed_items"
src="#seg_fixed_items"
/>
</Items>
</View>
<View id="seg_fixed_items">
<Attributes>
<Table key="poweroff">
<Pair key="icon_rsc"><String>tex_power_off</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemPowerOff</String></Pair>
<Pair key="title_rsc"><String>msg_power_off_console2</String></Pair>
<Pair key="module_name"><String>explore_plugin</String></Pair>
<Pair key="module_action"><String>NotifyErrorNoExecute</String></Pair>
<Pair key="bar_action"><String>none</String></Pair>
<Pair key="lbl_half"><String>1</String></Pair>
</Table>
<Table key="create_user">
<Pair key="icon_rsc"><String>item_tex_NewUser</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemUser</String></Pair>
<Pair key="title_rsc"><String>msg_new_user_create</String></Pair>
<Pair key="module_name"><String>explore_plugin</String></Pair>
<Pair key="module_action"><String>NotifyErrorNoExecute</String></Pair>
<Pair key="bar_action"><String>none</String></Pair>
<Pair key="lbl_half"><String>1</String></Pair>
</Table>
</Attributes>
<Items>
<Item class="type:x-xmb/module-action" key="poweroff" attr="poweroff" />
<Item class="type:x-xmb/module-action" key="create_user" attr="create_user" />
</Items>
</View>
</XMBML>
Modifications[edit | edit source]
Sony Documentation[edit | edit source]
- manuals.playstation.net
|