[REORG]
This commit is contained in:
@ -4,7 +4,11 @@ namespace Yavsc.Controllers
|
|||||||
{
|
{
|
||||||
public class TestController: Controller
|
public class TestController: Controller
|
||||||
{
|
{
|
||||||
public IActionResult Index()
|
public IActionResult CalendarEventDateComponent()
|
||||||
|
{
|
||||||
|
return View();
|
||||||
|
}
|
||||||
|
public IActionResult MarkdownForms()
|
||||||
{
|
{
|
||||||
return View();
|
return View();
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
@model Yavsc.ViewModels.Test.CalendarViewModel
|
@model Yavsc.ViewModels.Test.CalendarViewModel
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = @SR["Page d'accueil"];
|
ViewData["Title"] = @SR["Page d'accueil"];
|
||||||
int i=0;
|
|
||||||
}
|
}
|
||||||
@section header {
|
@section header {
|
||||||
<script type="text/javascript" src="~/lib/moment/moment-with-locales.min.js"></script>
|
<script type="text/javascript" src="~/lib/moment/moment-with-locales.min.js"></script>
|
23
src/Yavsc/Views/Test/MarkdownForms.cshtml
Normal file
23
src/Yavsc/Views/Test/MarkdownForms.cshtml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<markdown>
|
||||||
|
|
||||||
|
# Title
|
||||||
|
|
||||||
|
## ![get:test] (/Test/Register)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
!(input:email)(Email (ex:blouh&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&john.net))
|
||||||
|
|
||||||
|
!(input:choice:yours)(And choose betwen [alpha,beta,gamma])
|
||||||
|
|
||||||
|
## 
|
||||||
|
|
||||||
|
Or else, )
|
||||||
|
|
||||||
|
</markdown>
|
Reference in New Issue
Block a user