First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
@@ -0,0 +1,25 @@
<div data-options="dxView : { name: 'About', title: 'Névjegy', pane: 'master' } " >
<div data-options="dxContent : { targetPlaceholder: 'content' } " >
<div data-bind="dxScrollView: {}">
<p style="padding: 15px">Nuvolar.Scanner.Android</p>
<table style="width:100%;">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>HELLO WORLD</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
<!--<p style="padding: 5px">SIS-Rendszerház Kft.</p>-->
</div>
</div>
</div>
@@ -0,0 +1,4 @@
<div data-options="dxView : { name: 'Blank', title: '' } " >
<div data-options="dxContent : { targetPlaceholder: 'content' } " >
</div>
</div>