Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/about.cshtml @ 12583

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

#2413:

HeuristicLab.Services.WebApp-3.3:

  • Added CryptoJS Library
  • Changed about page
  • Obfuscated emails

HeuristicLab.Services.WebApp.Status-3.3:

  • Added QuickSelection to Status History page
File size: 3.2 KB
RevLine 
[12546]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>
[12556]10                        <strong>Heuristic and Evolutionary Algorithms Laboratory (HEAL)</strong><br />
[12546]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">
[12583]29                    <p><strong>Support</strong>: <a href="App/RedirectUrl?url=http://groups.google.com/group/heuristiclab">HeuristicLab Google Group</a></p>
30                    <p><strong>Inquiries</strong>: ​<a ng-click="mailToSupport()">support(at)heuristiclab.com</a></p>
[12556]31                    <p><strong>Heuristic and Evolutionary Algorithms Laboratory (HEAL)</strong>: <a href="App/RedirectUrl?url=http://heal.heuristiclab.com">​http://heal.heuristiclab.com</a></p>
32                    <p><strong>HeuristicLab development site</strong>: <a href="App/RedirectUrl?url=http://dev.heuristiclab.com">http://dev.heuristiclab.com</a></p>
[12546]33                    <p>
[12556]34                        <strong>Head of HeuristicLab</strong>: <br />
[12546]35                        FH-Prof. DI Dr. Stefan Wagner<br />
[12556]36                        <span class="glyphicon glyphicon-phone-alt"></span> +43 50804 22030<br />
37                        <span class="glyphicon glyphicon-print"></span> +43 50804 21599<br />
[12583]38                        <span class="glyphicon glyphicon-envelope"></span> <a ng-click="mailToStefanWagner()">stefan.wagner(at)heuristiclab.com</a><br />
[12546]39                    </p>
40                </div>
41            </div>
42        </div>
43    </div>
44
45    <div class="row">
46        <div class="col-lg-12">
47            <div class="panel panel-default">
48                <div class="panel-heading">
[12556]49                    <h3 class="panel-title">Disclaimer</h3>
[12546]50                </div>
51                <div class="panel-body">
[12556]52                    <p style="text-align: justify">HeuristicLab, Hive and HeuristicLab WebApp are distributed in the hope that they 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 (<a href="App/RedirectUrl?url=http://www.gnu.org/licenses">http://www.gnu.org/licenses</a>). </p>
[12546]53                </div>
54            </div>
55        </div>
56    </div>
57</div>
Note: See TracBrowser for help on using the repository browser.