Tripal v1.1 (6.x-1.1)
tripal_library_admin.tpl.php
Go to the documentation of this file.
00001 <h3>Tripal Library Administrative Tools Quick Links:</h3>
00002 <ul>
00003  <li><a href="<?php print url("admin/tripal/tripal_library/configuration") ?>">Library Configuration</a></li>
00004 </ul>
00005 <h3>Module Description:</h3>
00006 <p>The Tripal Library module is an interface for the Chado Library module which groups features (sequences) into genetic libraries.
00007     This module provides support for visualization of "library" pages, editing and updating.</p>
00008 
00009 <h3>Setup Instructions:</h3>
00010 <ol>
00011   <li><p><b>Set Permissions</b>: By default only the site administrator account has access to create, edit, delete
00012    or administer features. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
00013    permissions under the 'tripal_library' section as appropriate for your site. For a simple setup, allow anonymous 
00014    users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
00015 
00016 <li><p><b>Sync any Existing Libraries</b>: Near the top of the <?php  l('Library Configuration page', 'admin/tripal/tripal_library/configuration') ?> there is
00017   a Sync Libraries section which provides list of libraries currently in chado which can be synced.
00018   Simply select the libraries you would like to create Drupal/Tripal pages for and click Sync Libraries.</p></li>
00019 </ol>
00020 
00021 
00022 <h3>Features of this Module:</h3>
00023 <ul>
00024   <li><b>Add/Edit/Delete Libraries</b>: Libraries with no associated features can be created <?php print l('here', 'node/add/chado-library') ?>.  
00025   Existing Libraries (regardless of the method used to create them) can be
00026   edited or deleted by clicking the Edit tab at the top of the Library Page.</li>
00027   
00028     <li><p><b>Simple Search Tool</b>: A <?php print l('simple search tool','chado/libraries') ?> is provided for 
00029     finding libraries. This tool relies on Drupal Views.  <a href="http://drupal.org/project/views">Drupal Views</a>
00030     which must be installed to see the search tool.  Look for it in the navigation menu under the item 
00031     "Search Biological Data". </p></li>
00032 </ul>
 All Classes Files Functions Variables