dashboard.html
568 Bytes
<html>
<head>
<title>Dashboard</title>
</head>
<body>
<h2>Dashboard</h2>
<p>The Dashboard displays information relevant to the logged
in user. It lists the documents you have checked out, and it displays items
requiring your attention, which may include:</p>
<ul>
<li>Pending documents documents that need to be approved</li>
<li>Subscription alerts and Notifications documents
youre subscribed to that have been added, deleted, or modified. This
section also lists document requiring your input in the workflow cycle.</li>
</ul>
</body>
</html>