init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
@using Kreta.Web.Helpers
|
||||
@using Kreta.Resources
|
||||
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td>
|
||||
<div class="apaczaiMenuButton">
|
||||
@Html.KretaButton("alapadatokButton", TanuloApaczaiResource.AlapadatokMenuItem, clickEventName: "TanuloApaczaiHelper.AlapadatokClick")
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="apaczaiMenuButton">
|
||||
@Html.KretaButton("elerhetosegekButton", TanuloApaczaiResource.ElerhetosegekMenuItem, clickEventName: "TanuloApaczaiHelper.ElerhetosegekClick")
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="apaczaiMenuButton">
|
||||
@Html.KretaButton("bankszamlaAdatokButton", TanuloApaczaiResource.BankszamlaMenuItem, clickEventName: "TanuloApaczaiHelper.BankszamlaAdatokClick")
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue