Changeset 12560
- Timestamp:
- 07/01/15 12:52:20 (9 years ago)
- 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 82 82 <SpecificVersion>False</SpecificVersion> 83 83 <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> 84 <Private>False</Private> 84 85 </Reference> 85 86 <Reference Include="System" /> -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/statistics.js
r12551 r12560 39 39 ]; 40 40 var menu = app.getMenu(); 41 var section = menu.getSection('Men ü', 1);41 var section = menu.getSection('Menu', 1); 42 42 section.addEntry({ 43 43 name: 'Statistics', -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/about.cshtml
r12546 r12560 8 8 <div class="panel-body"> 9 9 <p> 10 Heuristic and Evolutionary Algorithms Laboratory (HEAL)<br />10 <strong>Heuristic and Evolutionary Algorithms Laboratory (HEAL)</strong><br /> 11 11 School of Informatics, Communications and Media<br /> 12 12 University of Applied Sciences Upper Austria<br /> … … 27 27 </div> 28 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> 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> 31 32 <p> 32 <strong>Head of HeuristicLab</strong>: <br />33 <strong>Head of HeuristicLab</strong>: <br /> 33 34 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 /> 37 38 </p> 38 39 </div> … … 45 46 <div class="panel panel-default"> 46 47 <div class="panel-heading"> 47 <h3 class="panel-title">Disclaimer of Liability and Endorsement</h3>48 <h3 class="panel-title">Disclaimer</h3> 48 49 </div> 49 50 <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> 51 52 </div> 52 53 </div> -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/about.js
r12546 r12560 9 9 10 10 var menu = app.getMenu(); 11 var section = menu.getSection('Men ü', -1);11 var section = menu.getSection('Menu', -1); 12 12 section.addEntry({ 13 13 index: 10000, -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/shared/filter/filters.js
r12546 r12560 1 (function 1 (function() { 2 2 var module = appMainPlugin.getAngularModule(); 3 3 module.filter('kbToGB', function () {
Note: See TracChangeset
for help on using the changeset viewer.