]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/t_about.tt2
LP1775640: Adds deposit columns to Item Status and Holdings View grids
[Evergreen.git] / Open-ILS / src / templates / staff / t_about.tt2
1 <div class="container-fluid text-center">
2   <div class="alert alert-info alert-less-pad strong-text-2">
3     <span>[% l('About Evergreen') %]</span>
4   </div>
5 </div>
6
7 <div class="row">
8   <div class="col-md-4">
9     <div class="panel panel-default">
10       <div class="panel-heading">[% l('Server Details') %]</div>
11       <div class="panel-body">
12         <div class="row pad-vert nav-pills-like-tabs">
13           <div class="col-md-6">[% l('Evergreen Version') %]</div>
14           <div class="col-md-6">{{context.version}}</div>
15         </div>
16         <div class="row pad-vert">
17           <div class="col-md-6">[% l('Hostname') %]</div>
18           <div class="col-md-6">{{context.server}}</div>
19         </div>
20       </div>
21     </div><!--panel-->
22    </div>
23 </div>
24 <div class="row">
25   <div class="col-md-8">
26     <h2>[% l('What is Evergreen?') %]</h2>
27     <p>[% |l %]Evergreen is library automation software that assists libraries
28        in day-to-day operations such as checking out materials, keeping
29        track of users, sharing resources among a group of libraries,
30        acquiring materials, and providing a web-based library catalog for
31        the public.[% END %]
32     </p>
33     <p>[% |l %]The open-source community developing and supporting Evergreen is
34        marked by a high degree of participation from developers and from
35        the librarians who use the software.[% END %]
36     </p>
37     <p>[% |l(
38     '<a href="https://evergreen-ils.org">https://evergreen-ils.org</a>',
39     '<a href="http://docs.evergreen-ils.org">http://docs.evergreen-ils.org</a>') 
40      %]More information can be found at [_1]. For help in using Evergreen, 
41        see our documentation at [_2].[% END %]
42     </p>
43     <p>[% |l(
44       '<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">',
45       '</a>') 
46       %]Evergreen is Copyright &#0169; Georgia Public Library Service - 
47         A Unit of the University System of Georgia, and others. The 
48         Evergreen software is distributed under the [_1]GNU General Public 
49         License, Version 2.[_2]
50       [% END %]
51     </p>
52   </div>
53 </div>
54
55
56
57