Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
b5688699
Commit
b5688699
authored
Oct 29, 2015
by
HERBERT Ryan
Browse files
added header message
parent
2f3aadc2
Changes
2
Show whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/notification/add.html
View file @
b5688699
{{extend 'db_layout.html'}}
<h3>
{{=message}}
</h3>
<form
id=
"data_form"
action=
"DB_ADDRESS/notification/add_form"
enctype=
"multipart/form-data"
method=
"post"
>
<table>
<tbody>
...
...
server/web2py/applications/vidjil/views/notification/edit.html
View file @
b5688699
...
...
@@ -4,6 +4,8 @@
info = db.notification[request.vars["id"]]
}}
<h3>
{{=message}}
</h3>
<form
id=
"data_form"
action=
"DB_ADDRESS/notification/edit_form"
enctype=
"multipart/form-data"
method=
"post"
>
<input
type=
"HIDDEN"
id=
"notification_id"
name=
"id"
value=
"{{=request.vars["
id
"]}}"
>
<table>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment