/
zOMGdev
/
cppcms
Обзор
Документация
Войти
/
zOMGdev
/
cppcms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/message_board/view/forums.tmpl
33 строки
761 B
Artyom Beilis
- Added deprecation of <% var %> format
21 авг 2011, 17:31
21 авг 2011, 17:31
c2b2d5e
Код
Авторство
О чём код?
<% skin %> <% view forums uses data::forums extends master %> <% template body() %> <% foreach topic in topics %> <ul> <% item %> <li><a href="<% url "/user_thread" using topic.id %>"><%= topic.title %></a></li> <% end %> </ul> <% empty %> <h2><% gt "No Topics" %></h2> <% end %> <h2><% gt "Create New Disussion" %></h2> <form action="<% url "/forums" %>" method="post" ><% csrf script %> <% form as_p form %> </form> <% end template %> <% template links() %> <% include master::links() %> <p> <% if next %> <a href="<% url "/forums" using next %>"><% gt "Next Page" %></a> <% end %> <% if prev %> <a href="<% url "/forums" using prev %>"><% gt "Prev Page" %></a> <% end %> </p> <% end template %> <% end view %> <% end skin %>