Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/about.cshtml @ 12551

Last change on this file since 12551 was 12546, checked in by dglaser, 9 years ago

#2394:

HeuristicLab.Services.WebApp.Status:

  • added used / total cores
  • moved kb to gb filter to WebApp

HeuristicLab.Services.WebApp:

  • added about page
  • added filter
File size: 3.0 KB
Line 
1<div class="default-view-container">
2    <div class="row">
3        <div class="col-lg-12">
4            <div class="panel panel-default">
5                <div class="panel-heading">
6                    <h3 class="panel-title">Responsible for Contents and Editing of Pages</h3>
7                </div>
8                <div class="panel-body">
9                    <p>
10                        Heuristic and Evolutionary Algorithms Laboratory (HEAL)<br />
11                        School of Informatics, Communications and Media<br />
12                        University of Applied Sciences Upper Austria<br />
13                        Softwarepark 11<br />
14                        A-4232 Hagenberg, Austria<br />
15                        (media owner and editor for the purposes of the Austrian Media Act)<br />
16                    </p>
17                </div>
18            </div>
19        </div>
20    </div>
21
22    <div class="row">
23        <div class="col-lg-12">
24            <div class="panel panel-default">
25                <div class="panel-heading">
26                    <h3 class="panel-title">Contact</h3>
27                </div>
28                <div class="panel-body">
29                    <p><strong>Support and Inquiries</strong>: ​<a href="mailto:#">support@heuristiclab.com</a></p>
30                    <p><strong>Heuristic and Evolutionary Algorithms Laboratory (HEAL)</strong>: <a href="​http://heal.heuristiclab.com">​http://heal.heuristiclab.com</a></p>
31                    <p>
32                        <strong>Head of HeuristicLab</strong>:<br />
33                        FH-Prof. DI Dr. Stefan Wagner<br />
34                        Phone: +43 50804 22030<br />
35                        Fax: +43 50804 21599<br />
36                        E-mail: <a href="mailto:#">stefan.wagner@heuristiclab.com</a><br />
37                    </p>
38                </div>
39            </div>
40        </div>
41    </div>
42
43    <div class="row">
44        <div class="col-lg-12">
45            <div class="panel panel-default">
46                <div class="panel-heading">
47                    <h3 class="panel-title">Disclaimer of Liability and Endorsement</h3>
48                </div>
49                <div class="panel-body">
50                    <p style="text-align:justify">HeuristicLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details (http://www.gnu.org/licenses). All contents on the development homepage and wiki of the HeuristicLab have been compiled carefully. Still, the Heuristic and Evolutionary Algorithms Laboratory (HEAL) makes no guarantees of accuracy, completeness and timeliness of the information on this website. Therefore HEAL accepts no responsibility or liability for damages or losses resulting from the use of this website and/or the software.</p>
51                </div>
52            </div>
53        </div>
54    </div>
55</div>
Note: See TracBrowser for help on using the repository browser.