vnext
Paul Schneider 6 years ago
parent 83ac8c2a5e
commit c14b07ae87
3 changed files with 28 additions and 2 deletions

@ -4,7 +4,11 @@ namespace Yavsc.Controllers
{
public class TestController: Controller
{
public IActionResult Index()
public IActionResult CalendarEventDateComponent()
{
return View();
}
public IActionResult MarkdownForms()
{
return View();
}

@ -1,7 +1,6 @@
@model Yavsc.ViewModels.Test.CalendarViewModel
@{
ViewData["Title"] = @SR["Page d'accueil"];
int i=0;
}
@section header {
<script type="text/javascript" src="~/lib/moment/moment-with-locales.min.js"></script>

@ -0,0 +1,23 @@
<markdown>
# Title
## ![get:test] (/Test/Register)
![legacy_image](/images/logo-dev.png)
![input:text:name](Your name:)
!(input:email)(Email (ex:blouh&amp;john.net))
!(input:phone)(Enter your phone here, (ex:555 802 45 7897))
!(input:textarea:message)(Enter your message, and get some terrific WTF you want to do with.(ex:blouh&amp;john.net))
!(input:choice:yours)(And choose betwen [alpha,beta,gamma])
## ![post:Another](/test/Form)
Or else, ![input:textarea:yours](enter you life here :-))
</markdown>
Loading…