Upload All

This commit is contained in:
Alan
2018-02-26 14:09:18 +08:00
parent 42d3a3fc46
commit 46257f08b0
1024 changed files with 204324 additions and 0 deletions

21
views/message_form.pug Normal file
View File

@ -0,0 +1,21 @@
doctype html
html
head
include layout/head.pug
body
include layout/navbar.pug
.container
.col-lg-8.col-lg-push-2.col-sm-10.col-sm-push-1.col-xs-12
.panel.panel-default
.panel-body
h2 #{datas.title}
p #{datas.content}
hr
.text-right
if datas.button1
button#btnAction1.btn.btn-primary #{datas.button1}
if datas.button2
|
button#btnAction2.btn.btn-primary #{datas.button2}
include layout/footer.pug
script(type="text/javascript")!= datas.script