]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/t_about.tt2
7aa2ea589ed49728f6625d8779ab804e7ec719de
[working/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>What is Evergreen?</h2>
27      <p>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.</p>
32      <p>The open-source community developing and supporting Evergreen is
33         marked by a high degree of participation from developers and from
34         the librarians who use the software.</p>
35      <p>More information can be found at <a
36         href="https://evergreen-ils.org"> https://evergreen-ils.org</a>.
37         For help in using Evergreen, see our documentation
38         at <a href="http://docs.evergreen-ils.org">
39         http://docs.evergreen-ils.org.</a></p>
40      <p>Evergreen is Copyright &#0169; Georgia Public Library
41         Service - A Unit of the University System of Georgia, and
42         others. The Evergreen software is distributed under the <a
43         href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
44         GNU General Public License, Version 2.</a></p>
45   </div>
46 </div>
47
48
49
50