diff -r 19861294506f -r cf8f9180e63e doc/book/en/development/webstdlib/baseviews.rst --- a/doc/book/en/development/webstdlib/baseviews.rst Fri Jun 19 09:19:27 2009 +0200 +++ b/doc/book/en/development/webstdlib/baseviews.rst Fri Jun 19 20:38:32 2009 +0200 @@ -13,26 +13,26 @@ HTML views ~~~~~~~~~~ *oneline* - This is a hyper linked *text* view. Similar to the `secondary` view, - but called when we want the view to stand on a single line, or just + This is a hyper linked *text* view. Similar to the `secondary` view, + but called when we want the view to stand on a single line, or just get a brief view. By default this view uses the parameter `MAX_LINE_CHAR` to control the result size. *secondary* This is a combinaison of an icon and a *oneline* view. - By default it renders the two first attributes of the entity as a + By default it renders the two first attributes of the entity as a clickable link redirecting to the primary view. *incontext, outofcontext* Similar to the `secondary` view, but called when an entity is considered - as in or out of context. By default it respectively returns the result of - `textincontext` and `textoutofcontext` wrapped in a link leading to + as in or out of context. By default it respectively returns the result of + `textincontext` and `textoutofcontext` wrapped in a link leading to the primary view of the entity. List ````` *list* - This view displays a list of entities by creating a HTML list (`