Menu

[r628]: / examples / trunk / basic_cache / view.tmpl  Maximize  Restore  History

Download this file

17 lines (16 with data), 346 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<% c++ #include "data.h" %>
<% namespace view %>
<% class message uses data::message %>
<% template render() %>
<html>
<body>
<h1>Factorial Calculator</h1>
<h2><% arg %>! = <% fact %></h2>
<form method="post" action="/?originalUrl=https%3A%2F%2Fsourceforge.net%2F%26quot%3B%26quot%3B%2520%26gt%3B%253C%2Fspan">
<% form as_p info %>
</form>
</body>
<html>
<% end template %>
<% end class %>
<% end namespace %>
MongoDB Logo MongoDB