Initial content
This commit is contained in:
parent
15e5ea6a2f
commit
86fe317055
92 changed files with 13147 additions and 0 deletions
11
vivocore/conf/velocity/error.vm
Normal file
11
vivocore/conf/velocity/error.vm
Normal file
|
@ -0,0 +1,11 @@
|
|||
#**
|
||||
* Show Error Message, if any
|
||||
*#
|
||||
|
||||
## Show Error Message, if any
|
||||
## Usually rendered inside div class=error
|
||||
|
||||
#if( $response.response.error.code )
|
||||
<h1>ERROR $response.response.error.code</h1>
|
||||
$response.response.error.msg
|
||||
#end
|
Loading…
Add table
Add a link
Reference in a new issue