2011-06-30 06:15:06 +00:00
|
|
|
@{
|
|
|
|
ViewBag.Title = "Test";
|
|
|
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
|
|
|
}
|
2011-07-01 20:28:53 +00:00
|
|
|
@section HeaderContent
|
|
|
|
{
|
|
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/3.3.0/build/yui/yui-min.js"></script>
|
|
|
|
}
|
2011-06-30 06:15:06 +00:00
|
|
|
@{Html.RenderAction("RootDir");}
|