Home >Java >javaTutorial >PlayFramework completely implements an APP (12)
1. Customize the CRUD management page
> play crud:ov --layout
Replace the generated file content app/views/CRUD/layout.html
#{extends 'admin.html' /}
# {set 'moreStyles'}
href="@{'/public/stylesheets/crud.css'}" />
# {/set}
2. Customize the login page
play secure:ov - -css
secure.passWord=Your password:
secure.signin=Log in nowThe above is the content of PlayFramework to completely implement an APP (Twelve). For more related content, please pay attention to the PHP Chinese website ( www.php.cn)!