diff options
author | Daniel <darthdaniel85@gmail.com> | 2014-10-23 17:46:06 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2014-10-23 17:47:25 -0500 |
commit | a31c1f2ff0f4c996e0b90b1743b775af4cf58e6a (patch) | |
tree | 5c4b82d153bbe3dde8ca60d87e1efc23a9fefeab /framework/Wsat/pages/TWsatHome.page | |
parent | 6258436ce62988d1178c7c394d5093dbac52056f (diff) |
Scaffolding 10%
Diffstat (limited to 'framework/Wsat/pages/TWsatHome.page')
-rw-r--r-- | framework/Wsat/pages/TWsatHome.page | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/framework/Wsat/pages/TWsatHome.page b/framework/Wsat/pages/TWsatHome.page index e8796ccd..2f65a541 100644 --- a/framework/Wsat/pages/TWsatHome.page +++ b/framework/Wsat/pages/TWsatHome.page @@ -1,17 +1,25 @@ <com:TContent ID="Content"> - <label style="font-size: 18px; font-weight: bold">Welcome to the Web Site Administration Tool</label> + <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> + <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> - </table> + <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> |