Artifact b342dc744abba52028d3d950b6b97e661b25fe2d:
- File applications/admin/views/default/about.html — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 450) [annotate] [blame] [check-ins using] [more...]
{{extend 'layout.html'}} {{block sectionclass}}about{{end}} <h2>{{=T("About application")}} "{{=app}}"</h2> <h3>{{=T("About")}} {{=app}}</h3> <p class="controls">{{=button(URL('edit/%s/ABOUT' % (app)), T('Edit'))}}</p> <div class="about_text legalese">{{=about}}</div> <h3>{{=T('License for')}} {{=app}}</h3> <p class="controls">{{=button(URL('edit/%s/LICENSE' % (app)), T('Edit'))}}</p> <div class="license_text legalese">{{=license}}</div> </ul>