/
zOMGdev
/
cppcms
Обзор
Документация
Войти
/
zOMGdev
/
cppcms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/tc_plugin.tmpl
11 строк
393 B
Artyom Beilis
Added better support of gettext domains, testing is still required
18 янв 2016, 18:45
18 янв 2016, 18:45
7dc0736
Код
Авторство
О чём код?
<% c++ #include "tc_sep_skin.h" %> <% skin plugin %> <% domain tc_plugin %> <% view master_plugin uses data::master extends tc_skin::master_api %> <% template m1() %>plugin::master_plugin::m1 <%= text %><% end %> <% end view %> <% view helper_plugin uses data::helper extends tc_skin::helper_api %> <% template h1() %>plugin::helper_plugin::h1 <%= x %><% end %> <% end view %> <% end skin %>