]> mj.ucw.cz Git - pciids.git/blob - help/list
Fix link in help
[pciids.git] / help / list
1 Browsing ID list
2 <p>
3 You can examine the current list of IDs.
4 The IDs are organized into a tree.
5 <h2>Page anatomy</h2>
6 <p>
7 Page is divided into parts:
8 <ul>
9         <li><strong>Menu</strong> ‒ you can perform actions, both in connection with current item (like <a href='$HELP_URL$newitem'>adding a new sub-item</a>) and global (<a href='$HELP_URL$profile'>editing your profile</a>). Placed in the top left corner.
10         <li><strong>Hierarchy</strong> ‒ lists all parental items. Placed in the top right corner.
11         <li><strong>Discussion</strong> ‒ contains history of suggested names, notes and general talk about current item.
12         <li><strong>List of sub-items</strong> ‒ all direct sub-items are listed here and you can browse into them.
13 </ul>
14
15 You can find menu and hierarchy in most other pages and they have the same function.
16
17 <h2>Colors</h2>
18 Colors are used both in discussion and list of sub-items to mark status of discussion comments and sub-items respectively.
19 <span class='main-history'>Green entries</span> are discussion comments which provide current item name.
20 <span class='unseen-history'>Grey ones</span> are entries with some problem. They are either items without any assigned name (discussion about non-existing item, new item which was not yet approved by an admin) or discussion comments not yet seen by an admin.
21 <span class='history'>White ones</span> are the rest, usual discussion and valid items.
22
23 <h2>Example</h2>
24 <div class='help-example'>
25 <div class='top'>
26 <h1>ID 0000</h1>
27 <div class='menu'><ul>
28         <li><a href='$HELP_URL$account'>Log in</a>
29         <li><a href='$HELP_URL$newitem'>Add item</a>
30         <li><a href='$HELP_URL$newhistory'>Discuss</a>
31 </ul></div>
32 <div class='navigation-menu'><ul>
33         <li><a href='$HELP_URL$index'>Parent</a>
34 </div>
35 <div class='clear'></div></div>
36 <div class='name'><p>ID name</div>
37 <div class='discussion'><h2>Discussion</h2>
38 <div class='main-history'>
39         <p class='itemname'>Name: ID name
40         <p class='discussion-text'>This item is here just as an example.
41         <p class='author'>Author
42         <p class='time'>1900-01-01 00:00
43 </div>
44 </div>
45 <h2>Sub-items</h2>
46 <table class='subnodes'><col class='id-col'><col class='name-col'><col class='note-col'>
47 <th>Id<th>Name<th>Note
48 <tr class='item'><td>1234<td>Sub-item<td>This is just example
49 </table>
50 </div>