/templates/webapps/community/admin/center.mako

https://bitbucket.org/cistrome/cistrome-harvard/ · Mako · 44 lines · 41 code · 3 blank · 0 comment · 2 complexity · 0a41f58ebb4e12cf3db0f8a1c82e7aaf MD5 · raw file

  1. <%inherit file="/base.mako"/>
  2. <%def name="title()">Galaxy Administration</%def>
  3. <h2>Administration</h2>
  4. <p>The menu on the left provides the following features</p>
  5. <ul>
  6. <li>
  7. <strong>Categories</strong>
  8. <p/>
  9. <ul>
  10. <li>
  11. <strong>Manage categories</strong>
  12. </li>
  13. <p/>
  14. </ul>
  15. </li>
  16. <li>
  17. <strong>Security</strong>
  18. <p/>
  19. <ul>
  20. <li>
  21. <strong>Manage users</strong> - provides a view of the registered users and all groups and non-private roles associated
  22. with each user.
  23. </li>
  24. <p/>
  25. <li>
  26. <strong>Manage groups</strong> - provides a view of all groups along with the members of the group and the roles associated with
  27. each group (both private and non-private roles). The group names include a link to a page that allows you to manage the users and
  28. roles that are associated with the group.
  29. </li>
  30. <p/>
  31. <li>
  32. <strong>Manage roles</strong> - provides a view of all non-private roles along with the role type, and the users and groups that
  33. are associated with the role. The role names include a link to a page that allows you to manage the users and groups that are associated
  34. with the role. The page also includes a view of the data library datasets that are associated with the role and the permissions applied
  35. to each dataset.
  36. </li>
  37. </ul>
  38. </li>
  39. <p/>
  40. </ul>
  41. <br/>