Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/13 10:40:40 (11 years ago)
Author:
pfleck
Message:

#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.

Location:
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Views
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Views/Home/Index.cshtml

    r9589 r9604  
    11@{
    2     ViewBag.Title = "Index";
     2    ViewBag.Title = "Home Page";
    33}
     4@*@section featured {
     5    <section class="featured">
     6        <div class="content-wrapper">
     7            <hgroup class="title">
     8                <h1>@ViewBag.Title.</h1>
     9                <h2>@ViewBag.Message</h2>
     10            </hgroup>
     11            <p>
     12                To learn more about ASP.NET MVC visit
     13                <a href="http://asp.net/mvc" title="ASP.NET MVC Website">http://asp.net/mvc</a>.
     14                The page features <mark>videos, tutorials, and samples</mark> to help you get the most from ASP.NET MVC.
     15                If you have any questions about ASP.NET MVC visit
     16                <a href="http://forums.asp.net/1146.aspx/1?MVC" title="ASP.NET MVC Forum">our forums</a>.
     17            </p>
     18        </div>
     19    </section>
     20}*@
     21<h3>We suggest the following:</h3>
     22<ol class="round">
     23    <li class="one">
     24        <h5>Getting Started</h5>
     25        ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that
     26        enables a clean separation of concerns and that gives you full control over markup
     27        for enjoyable, agile development. ASP.NET MVC includes many features that enable
     28        fast, TDD-friendly development for creating sophisticated applications that use
     29        the latest web standards.
     30        <a href="http://go.microsoft.com/fwlink/?LinkId=245151">Learn more…</a>
     31    </li>
    432
    5 <h2>HeuristicLab Hive</h2>
     33    <li class="two">
     34        <h5>Add NuGet packages and jump-start your coding</h5>
     35        NuGet makes it easy to install and update free libraries and tools.
     36        <a href="http://go.microsoft.com/fwlink/?LinkId=245153">Learn more…</a>
     37    </li>
    638
    7 <p>Hello, World!</p>
     39    <li class="three">
     40        <h5>Find Web Hosting</h5>
     41        You can easily find a web hosting company that offers the right mix of features
     42        and price for your applications.
     43        <a href="http://go.microsoft.com/fwlink/?LinkId=245157">Learn more…</a>
     44    </li>
     45</ol>
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Views/Web.config

    r9589 r9604  
    1616        <add namespace="System.Web.Mvc.Ajax" />
    1717        <add namespace="System.Web.Mvc.Html" />
     18        <add namespace="System.Web.Optimization"/>
    1819        <add namespace="System.Web.Routing" />
    1920      </namespaces>
Note: See TracChangeset for help on using the changeset viewer.