summaryrefslogtreecommitdiff
path: root/framework/Wsat/pages/TWsatHome.page
blob: 2f65a541f66392238142bfd2e889aae0e5c0d574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<com:TContent ID="Content">
        <label style="font-size: 18px; font-weight: bold">Welcome to the Web Site Administration Tool</label> 

        <div style="margin-top: 25px"><b>Application Dir:</b> <%= Prado::getPathOfNamespace('Application') %></div>

        <br/>
        <table>
                <tr style="background-color: #cccccc">
                        <td style="padding: 5px; width: 100px">
                                <com:THyperLink NavigateUrl="<%= $this->Service->constructUrl('TWsatGenerateAR') %>" Text="AR Classes" />
                        </td>
                        <td style="padding: 5px">
                                Enables you to generate all Active Record Classes with relations included.
                        </td>
                </tr>
                <tr style="background-color: #cccccc">
                        <td style="padding: 5px; width: 100px">
                                <com:THyperLink NavigateUrl="<%= $this->Service->constructUrl('TWsatScaffolding') %>" Text="Scaffolding" />
                        </td>
                        <td style="padding: 5px">
                                Enables you to generate a completed CRUD based in DB tables. It allow to choose bootstrap for the view generation.  
                        </td>
                </tr>
        </table>
</com:TContent>