Menu

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

Download this file

17 lines (16 with data), 342 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<% c++ #include "content.h" %>
<% skin view %>
<% view message uses content::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 view %>
<% end skin %>
MongoDB Logo MongoDB