Revision 1573:538469369fa5,
1.6 KB
checked in by Anne Kozlika <kozlika@…>, 12 years ago
(diff) |
Fixes title hierarchy in contextual help pages.
(And look Ma, I've fixed js for toggles on h4 instead of h3. I'm so pride!)
|
Rev | Line | |
---|
[215] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <title>Blogroll</title> |
---|
| 4 | </head> |
---|
| 5 | |
---|
| 6 | <body> |
---|
| 7 | |
---|
| 8 | <p>Blogroll allows you to display on your blog a list of links to other blogs or websites that |
---|
| 9 | you wish to suggest to your visitors. </p> |
---|
| 10 | <dl> |
---|
| 11 | <dt>Links</dt> |
---|
| 12 | <dd>Here are displayed your links and categories. Categories are displayed in bold characters. |
---|
| 13 | You can reorder this list by dragging its items upwards or downwards. Once done, clic on "save order". |
---|
| 14 | The order chosen here will be applied to links displayed on the blog with the Blogroll widget. |
---|
| 15 | Clic on a link or category to edit it.<br /> |
---|
| 16 | |
---|
| 17 | <dt>Delete selected links</dt> |
---|
| 18 | <dd>Allows you to delete links or categories by checking the boxes next to each of them.</dd> |
---|
| 19 | |
---|
| 20 | <dt>Add a new link</dt> |
---|
| 21 | <dd> |
---|
| 22 | <ul> |
---|
| 23 | <li><strong>Title : </strong>Type here the anchor text. For example "Jules and Julie". This field is mandatory.</li> |
---|
| 24 | <li><strong>URL : </strong>Type here the link's destination. It must begin with http://. This field is mandatory.</li> |
---|
| 25 | <li><strong>Description : </strong>Type here a short description for the link (will be displayed in a tooltip). For example "Jules and Julie world trip".</li> |
---|
| 26 | <li><strong>Language : </strong>Type here a two characters code for the destination language (for example en for english).</li> |
---|
| 27 | </ul> |
---|
| 28 | </dd> |
---|
| 29 | |
---|
| 30 | |
---|
| 31 | <dt>Add a category</dt> |
---|
| 32 | <dd>Links categories allow you to classify links diplayed by the Blogroll widget. They are displayed in bold characters. |
---|
| 33 | Type here the category's name.</dd> |
---|
| 34 | |
---|
| 35 | <dt>Import links</dt> |
---|
| 36 | <dd>This option allows you to import links from an OPML or XBEL file. </dd> |
---|
| 37 | |
---|
| 38 | </dl> |
---|
| 39 | </body> |
---|
| 40 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.