]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/about.component.html
LP1892077 Staff catalog Holdings grid more columns
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / about.component.html
1 <eg-staff-banner bannerText="About Evergreen" i18n-bannerText>
2 </eg-staff-banner>
3
4 <div class="row">
5   <div class="col-lg-4">
6     <div class="card">
7       <div class="card-header" i18n>Server Details</div>
8       <ul class="list-group list-group-flush">
9         <li class="list-group-item">
10           <div class="row pt-2">
11             <div class="col-lg-6" i18n>Evergreen Version</div>
12             <div class="col-lg-6">{{version}}</div>
13           </div>
14         </li>
15         <li class="list-group-item">
16           <div class="row pt-2">
17             <div class="col-lg-6" i18n>Hostname</div>
18             <div class="col-lg-6">{{server}}</div>
19           </div>
20         </li>
21       </ul>
22     </div><!-- card -->
23    </div>
24 </div>
25 <div class="row mt-4">
26   <div class="col-lg-8">
27     <h2 i18n>What is Evergreen?</h2>
28     <p i18n>Evergreen is library automation software that assists libraries
29        in day-to-day operations such as checking out materials, keeping
30        track of users, sharing resources among a group of libraries,
31        acquiring materials, and providing a web-based library catalog for
32        the public.
33     </p>
34     <p i18n>The open-source community developing and supporting Evergreen is
35        marked by a high degree of participation from developers and from
36        the librarians who use the software.
37     </p>
38     <p i18n>
39       More information can be found at 
40       <a href="https://evergreen-ils.org">https://evergreen-ils.org</a>. 
41       For help in using Evergreen, see our documentation at 
42       <a href="http://docs.evergreen-ils.org">http://docs.evergreen-ils.org</a>.
43     </p>
44     <p i18n>
45       Evergreen is Copyright &#0169; Georgia Public Library Service - 
46       A Unit of the University System of Georgia, and others. The 
47       Evergreen software is distributed under the 
48       <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
49       GNU General Public License, Version 2.
50       </a>
51     </p>
52   </div>
53 </div>
54
55
56
57