File:  [LON-CAPA] / loncom / html / adm / help / tex / Wishlist.tex
Revision 1.2: download - view: text, annotated - select for diffs
Tue Aug 17 12:32:52 2010 UTC (14 years ago) by wenzelju
Branches: MAIN
CVS tags: HEAD
lonwishlist.pm:
- Only submit "move" if a destination-folder was selected.
Wishlist.tex
- Corrected some little typos in user-help.

\label{Wishlist}
The wishlist is only available for users with access to the resource-pool. It offers a possibility to save links to resources from resource-pool or to external websites in a hierarchical list. Links must contain a title and a path. They can be stored in two ways:

\begin{enumerate}
\item When viewing a resource, an icon is offered to automatically set a link for this resource to the wishlist. 
\item A link can be manually set by inserting the required information.
\end{enumerate}

Folders, named by a title, can be used to structure the list. Both links and folder can also be added a note, for example to describe the content. The wishlist offers some functions for a dynamical structure. Therefore it is differentiated between a "'view"'(\includegraphics[width=0.03\paperwidth]{view})- and an "'edit"'(\includegraphics[width=0.03\paperwidth]{edit})-mode. The "'view"'-mode contains the following functions:

\begin{enumerate}
\item Add a new link (\includegraphics[width=0.03\paperwidth]{add_link}) to the wishlist by manually inserting a title, a path and an optional note. 
\item Add a new folder (\includegraphics[width=0.03\paperwidth]{add_folder}) to the wishlist by inserting a title and an optional note. 
\item View and edit notes (\includegraphics[width=0.03\paperwidth]{note}).
\item Select links and folders via checkboxes to move them to another folder (\includegraphics[width=0.03\paperwidth]{move}). Moving a folder means moving all content within this folder.
\item Select links and folders via checkboxes to delete them (\includegraphics[width=0.03\paperwidth]{delete}). Deleting a folder means deleting all content within this folder.
\item Save (\includegraphics[width=0.03\paperwidth]{save}) changed notes.
\end{enumerate}

The "'edit"'-mode offers the functions:

\begin{enumerate}
\item Add a new link (\includegraphics[width=0.03\paperwidth]{add_link}) to the wishlist by manually inserting a title, a path and an optional note. 
\item Add a new folder (\includegraphics[width=0.03\paperwidth]{add_folder}) to the wishlist by inserting a title and an optional note. 
\item Edit the titles (and paths) of links and folders via textfields.
\item View and edit notes (\includegraphics[width=0.03\paperwidth]{note}).
\item Sorting links and folders within a directory-level using the select-boxes before the title.
\item Select links and folders via checkboxes to move them to another folder (\includegraphics[width=0.03\paperwidth]{move}). Moving a folder means moving all content within this folder.
\item Select links and folders via checkboxes to delete them (\includegraphics[width=0.03\paperwidth]{delete}). Deleting a folder means deleting all content within this folder.
\item Save (\includegraphics[width=0.03\paperwidth]{save}) changed titles, paths and notes.
\end{enumerate}

The stored links can be imported into courses by using "'Edit Course"' -> "'Published Resources"' -> "'Import from wishlist"'. 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>