Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12560


Ignore:
Timestamp:
07/01/15 12:52:20 (9 years ago)
Author:
dglaser
Message:

#2388:

HeuristicLab.Services.WebApp-3.3:

  • updated about page

HeuristicLab.Services.WebApp.Statistics-3.3:

  • added missing files
Location:
branches/HiveStatistics/sources
Files:
14 added
5 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/HeuristicLab.Services.WebApp.Statistics-3.3.csproj

    r12551 r12560  
    8282      <SpecificVersion>False</SpecificVersion>
    8383      <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
     84      <Private>False</Private>
    8485    </Reference>
    8586    <Reference Include="System" />
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/statistics.js

    r12551 r12560  
    3939    ];
    4040    var menu = app.getMenu();
    41     var section = menu.getSection('Menü', 1);
     41    var section = menu.getSection('Menu', 1);
    4242    section.addEntry({
    4343        name: 'Statistics',
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/about.cshtml

    r12546 r12560  
    88                <div class="panel-body">
    99                    <p>
    10                         Heuristic and Evolutionary Algorithms Laboratory (HEAL)<br />
     10                        <strong>Heuristic and Evolutionary Algorithms Laboratory (HEAL)</strong><br />
    1111                        School of Informatics, Communications and Media<br />
    1212                        University of Applied Sciences Upper Austria<br />
     
    2727                </div>
    2828                <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>
     29                    <p><strong>Support and Inquiries</strong>: ​<a href="mailto:support@heuristiclab.com">support@heuristiclab.com</a></p>
     30                    <p><strong>Heuristic and Evolutionary Algorithms Laboratory (HEAL)</strong>: <a href="App/RedirectUrl?url=http://heal.heuristiclab.com">​http://heal.heuristiclab.com</a></p>
     31                    <p><strong>HeuristicLab development site</strong>: <a href="App/RedirectUrl?url=http://dev.heuristiclab.com">http://dev.heuristiclab.com</a></p>
    3132                    <p>
    32                         <strong>Head of HeuristicLab</strong>:<br />
     33                        <strong>Head of HeuristicLab</strong>: <br />
    3334                        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 />
     35                        <span class="glyphicon glyphicon-phone-alt"></span> +43 50804 22030<br />
     36                        <span class="glyphicon glyphicon-print"></span> +43 50804 21599<br />
     37                        <span class="glyphicon glyphicon-envelope"></span> <a href="mailto:stefan.wagner@heuristiclab.com">stefan.wagner@heuristiclab.com</a><br />
    3738                    </p>
    3839                </div>
     
    4546            <div class="panel panel-default">
    4647                <div class="panel-heading">
    47                     <h3 class="panel-title">Disclaimer of Liability and Endorsement</h3>
     48                    <h3 class="panel-title">Disclaimer</h3>
    4849                </div>
    4950                <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                    <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>
    5152                </div>
    5253            </div>
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/about.js

    r12546 r12560  
    99
    1010    var menu = app.getMenu();
    11     var section = menu.getSection('Menü', -1);
     11    var section = menu.getSection('Menu', -1);
    1212    section.addEntry({
    1313        index: 10000,
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/shared/filter/filters.js

    r12546 r12560  
    1 (function () {
     1(function() {
    22    var module = appMainPlugin.getAngularModule();
    33    module.filter('kbToGB', function () {
Note: See TracChangeset for help on using the changeset viewer.