MvcBasicSiteDatabase.zip
MvcBasicSiteDatabase.bak
MvcBasicSiteSourceCode.zip
MvcBasicSiteSourceCode
MvcBasicSite
MvcBasic.Logic
MvcBasicSiteModel.edmx
Properties
MvcBasicSite
app_code
App_Data
App_GlobalResources
ClassDiagramUI.cd
Content
Images
dd_arrow.gif
flag_De.png
flag_En.png
flag_Ro.png
HeaderLogo.png
icon-arrow.gif
themes
base
images
ui-bg_flat_0_aaaaaa_40x100.png
ui-bg_flat_75_ffffff_40x100.png
ui-bg_glass_55_fbf9ee_1x400.png
ui-bg_glass_65_ffffff_1x400.png
ui-bg_glass_75_dadada_1x400.png
ui-bg_glass_75_e6e6e6_1x400.png
ui-bg_glass_95_fef1ec_1x400.png
ui-bg_highlight-soft_75_cccccc_1x100.png
ui-icons_222222_256x240.png
ui-icons_2e83ff_256x240.png
ui-icons_454545_256x240.png
ui-icons_888888_256x240.png
ui-icons_cd0a0a_256x240.png
Controllers
Global.asax
Models
MvcBasicSite.csproj.user
Properties
Scripts
Views
Account
Home
Shared
|
@using MvcBasicSite.Models;
@{
int culture = SiteSession.CurrentUICulture;
string pageTitle = string.Format("{0} - {1}", Resources.Resource.WebAppTitle, ViewBag.Title);
}
<!DOCTYPE html>
<html>
<head>
<title>@pageTitle</title>
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("~/Content/dd.css")" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="page">
<div id="header">
@Html.Partial("_Header")
<div id="menucontainer">
<ul id="menu">
<li>@Html.ActionLink(Resources.Resource.MenuHome, "Index", "Home")</li>
<li>@Html.ActionLink(Resources.Resource.MenuAbout, "About", "Home")</li>
</ul>
</div>
</div>
<div id="main">
@RenderBody()
</div>
<div id="footer">
@Html.Label("Copyright © 2013 - Raul ILOC")
</div>
</div>
<script type="text/javascript">
var paramObject = {
UrlChangeCulture: '@Url.Content("~/Account/ChangeCurrentCulture")'
}
function changeCurrentCulture(culture) {
document.location = paramObject.UrlChangeCulture + "?culture=" + culture;
return true;
}
</script>
@Content.Script("jquery-1.5.1.min.js", Url)
@Content.Script("jquery.unobtrusive-ajax.min.js", Url)
@Content.Script("jquery-ui-1.8.11.min.js", Url)
@Content.Script("jquery.dd.js", Url)
@Content.Script("Layout.js", Url)
@RenderSection("scripts", false)
</body>
</html>
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.
I'm currently Project Manager and Software Architect for .NET Development at SOFTCON IT Services SRL Timisoara a subsidiary of SOFTCON AG Munich Germany.
I am a senior software engineer with about 17 years working experience in software development and about 12 years as Project Manager and Architect.
I have about 11 years working experience in C# and .NET, 7 years working experience in C++ and Visual C++, 2+ years working experience in Java and J2EE.