/
zOMGdev
/
cppcms
Обзор
Документация
Войти
/
zOMGdev
/
cppcms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.1.1
examples/forms/view.tmpl
21 строка
471 B
Artyom Beilis
Fixed use of deprecated functions in examples, closing #3404317
06 сен 2011, 15:58
06 сен 2011, 15:58
be93651
Код
Авторство
О чём код?
<% c++ #include "content.h" %> <% skin view %> <% view message uses content::message %> <% template render() %> <html> <body> <% if not empty name %> <h1>Hello <%= name %></h1> <p>You are <%= sex %>, <%= state %></p> <p>Your age is <%= age %></p> <% else %> <h1>Input your details</h1> <% end %> <form method="post" action="" > <% form as_p info %> </form> </body> <html> <% end template %> <% end view %> <% end skin %>