]> mj.ucw.cz Git - pciids.git/blob - help/list
Profile 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='$CUR_URL$profile'>editing your profile</a>).
10         <li><strong>Hierarchy</strong> ‒ lists all parental items.
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 <h1>ID 0000</h1>
26 <div class='menu'><ul>
27         <li><a href='$HELP_URL$account'>Log in</a>
28         <li><a href='$HELP_URL$newitem'>Add item</a>
29         <li><a href='$HELP_URL$newhistory'>Discuss</a>
30 </ul></div>
31 <div class='navigation'><ul>
32         <li><a href='$HELP_URL$index'>Parent</a>
33 </div>
34 <div class='name'><p>ID name</div>
35 <div class='discussion'><h2>Discussion</h2>
36 <div class='main-history'>
37         <p class='itemname'>Name: ID name
38         <p class='discussion-text'>This item is here just as an example.
39         <p class='author'>Author
40         <p class='time'>1900-01-01 00:00
41 </div>
42 </div>
43 <h2>Sub-items</h2>
44 <table class='subnodes'><col class='id-col'><col class='name-col'><col class='note-col'>
45 <th>Id<th>Name<th>Note
46 <tr class='item'><td>1234<td>Sub-item<td>This is just example
47 </table>
48 </div>