tripal_eimage_admin.tpl.php 1.5 KB

1234567891011121314151617181920212223242526
  1. <h3>Tripal Eimage Administrative Tools Quick Links:</h3>
  2. <ul>
  3. <li><a href="<?php print url("admin/tripal/tripal_eimage/configuration") ?>">Eimage Configuration</a></li>
  4. </ul>
  5. <h3>Module Description:</h3>
  6. <p>The Tripal Eimage module provides support for visualization of "eimage" pages, editing and updating.</p>
  7. <h3>Setup Instructions:</h3>
  8. <ol>
  9. <li><p><b>Set Permissions</b>: By default only the site administrator account has access to create, edit, delete
  10. or administer features. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
  11. permissions under the 'tripal_eimage' section as appropriate for your site. For a simple setup, allow anonymous
  12. users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
  13. <li><p><b>Sync any Existing Eimages</b>: Near the top of the <?php print l('Eimage Configuration page', 'admin/tripal/tripal_eimage/configuration') ?> there is
  14. a Sync Eimages section which provides list of eimages currently in chado which can be sync\'d.
  15. Simply select the eimages you would like to create Drupal/Tripal pages for and click Sync Eimages.</p></li>
  16. </ol>
  17. <h3>Features of this Module:</h3>
  18. <ul>
  19. <li><b>Add/Edit/Delete Eimages</b>: Eimages can be created <?php print l('here', 'node/add/chado-eimage') ?>.
  20. After creation, eimages (regardless of the method used to create them) can be
  21. edited or deleted by clicking the Edit tab at the top of the Eimage Page.</li>
  22. </ul>