This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
design:interface [2014/01/08 10:27] emillyriverz [Console list items] |
design:interface [2015/09/15 09:31] (current) Den Approved |
||
---|---|---|---|
Line 194: | Line 194: | ||
You can use an annotation message to make an important warning before some action, or to inform about the result of the action, if it deserves to stay persistenly on the page (e.g. //no results for your search//). | You can use an annotation message to make an important warning before some action, or to inform about the result of the action, if it deserves to stay persistenly on the page (e.g. //no results for your search//). | ||
+ | |||
+ | ===== Lists ===== | ||
+ | |||
+ | List is a table that contains various items your plugin may have. Usually lists contain thumbnail photos, links and a text, with table rows differentiated by alternating colors. You can find examples of lists in //Members//, //Photos//, and //Videos// pages. | ||
+ | |||
+ | User list (with small avatars): | ||
+ | |||
+ | {{:design:userlist1.png|}} | ||
+ | |||
+ | Photo list (with mid-size picture thumbnails): | ||
+ | |||
+ | {{:design:photolist1.1.png|}} | ||
+ | |||
+ | Video list (with mid-size picture thumbnails and info): | ||
+ | |||
+ | {{:design:videolist1.1.png|}} | ||
+ | |||
+ | ===== Paging ===== | ||
+ | |||
+ | {{:design:paging.png|}} | ||
+ | |||
+ | |||
+ | Used for navigating and display the current location in the paged data. Previous/next icons are present if there are more than 2 pages of data. | ||
+ | |||
+ | ===== Icons ===== | ||
+ | |||
+ | When developing your plugins, you may need various icons for boxes, buttons, etc. Here's what Oxwall offers: | ||
+ | |||
+ | Standard icon set: | ||
+ | |||
+ | {{:design:iconset.png|}} | ||
+ | |||
+ | Tiny icon set: | ||
+ | |||
+ | {{:design:tinyiconset.png|}} | ||
+ | |||
+ | Please note that every theme may have its own icons, although the sets should be identical to the ones in the [[design:psd-style-guides|Theme StyleGuide]]. | ||
+ |