ChipMaster's trial hacks on C++CMS starting with v1.2.1. Not sure I'll follow on with the v2 since it looks to be breaking and mostly frivolous.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
411 B

  1. <% c++ #include "tc_sep_skin.h" %>
  2. <% domain plugin2 %>
  3. <% skin plugin2 %>
  4. <% view master_plugin uses data::master extends tc_skin::master_api2 %>
  5. <% template call() %>Plugin2: <% include f1() %><% end %>
  6. <% end view %>
  7. <% view msg uses data::master extends tc_skin::message_base %>
  8. <% template render() %><% include f1() %>; <% gt "translate me" %>; <% include f1() %><% end %>
  9. <% end view %>
  10. <% end skin %>