diff --git a/AYA.SlnSynor/AYA.SlnSynor/AYA.SlnSinort.csproj b/AYA.SlnSynor/AYA.SlnSynor/AYA.SlnSinort.csproj index e181f82f9..750376aa5 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/AYA.SlnSinort.csproj +++ b/AYA.SlnSynor/AYA.SlnSynor/AYA.SlnSinort.csproj @@ -195,6 +195,7 @@ + Global.asax @@ -7678,6 +7679,7 @@ + @@ -7691,8 +7693,6 @@ - - @@ -7711,6 +7711,8 @@ + + diff --git a/AYA.SlnSynor/AYA.SlnSynor/Controllers/PropuestaNormativaController.cs b/AYA.SlnSynor/AYA.SlnSynor/Controllers/PropuestaNormativaController.cs new file mode 100644 index 000000000..425d674d7 --- /dev/null +++ b/AYA.SlnSynor/AYA.SlnSynor/Controllers/PropuestaNormativaController.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.Mvc; + +namespace AYA.SlnSinort.Controllers.PropuestaNormativa +{ + public class PropuestaNormativaController : BaseController + { + public ActionResult Index() + { + InitControllers(); + return View(); + } + + } +} \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor/Scripts/_references.js b/AYA.SlnSynor/AYA.SlnSynor/Scripts/_references.js index 27444dbe2..7107d5150 100644 Binary files a/AYA.SlnSynor/AYA.SlnSynor/Scripts/_references.js and b/AYA.SlnSynor/AYA.SlnSynor/Scripts/_references.js differ diff --git a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/PropuestaNormativa.js b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/PropuestaNormativa.js new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/PropuestaNormativa.js @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/Home/About.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/Home/About.cshtml deleted file mode 100644 index 694345d5e..000000000 --- a/AYA.SlnSynor/AYA.SlnSynor/Views/Home/About.cshtml +++ /dev/null @@ -1,7 +0,0 @@ -@{ - ViewBag.Title = "About"; -} -

@ViewBag.Title.

-

@ViewBag.Message

- -

Use this area to provide additional information.

diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/Home/Contact.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/Home/Contact.cshtml deleted file mode 100644 index 23390b014..000000000 --- a/AYA.SlnSynor/AYA.SlnSynor/Views/Home/Contact.cshtml +++ /dev/null @@ -1,17 +0,0 @@ -@{ - ViewBag.Title = "Contact"; -} -

@ViewBag.Title.

-

@ViewBag.Message

- -
- One Microsoft Way
- Redmond, WA 98052-6399
- P: - 425.555.0100 -
- -
- Support: Support@example.com
- Marketing: Marketing@example.com -
\ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Foro.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Foro.cshtml new file mode 100644 index 000000000..7eb9e8285 --- /dev/null +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Foro.cshtml @@ -0,0 +1,7 @@ + +@{ + ViewBag.Title = "Foro"; +} + +

Foro

+ diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Index.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Index.cshtml new file mode 100644 index 000000000..616107021 --- /dev/null +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Index.cshtml @@ -0,0 +1,190 @@ +@*@section ButtonOption { + + }*@ + +@{ + ViewBag.Title = "Propuesta Normativa"; + Layout = "~/Views/Shared/_Layout.cshtml"; + +} +

 Propuesta Normativa

+ +
+ +
+ + +
+ +
+ + @*---------------------Proyecto normativo---------------------------------------------------------*@ + +
+ +
+ +
+
+ + + + @*---------------------Emisor---------------------------------------------------------*@ + +
+ +
+ + + + + + + +
+
+ + + + +
+ +
+ + +
+
+ +
+
+ +
+ +
+ + +
+
+ +
+
+ + @*------------------------------------------------------------------------------*@ + +
+ +
+ + + + + + + +
+
+ + + + + +
+ + +
+ + +
+ +
+ + + +
+ +
+ + +
+
+ + + + + + +
+ +
+
+ + +
+
+
+ +
+ +
+
+ + +
+
+
+ +
+ +
+
+ + +
+
+
+
+ +
+ +
+ +
+ + +
+
+ +
+
+ +
+ +
+ +
+ +
+ +@section scripts{ + + @*@Scripts.Render("~/Scripts/Ultimus-TDC")*@ + +} +