webapi-eca/webpages/handlers/command_answer.html
2014-02-10 22:28:10 +01:00

17 lines
No EOL
321 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Command Result</title>
{{{head_requires}}}
</head>
<body>
{{{div_menubar}}}
<div id="mainbody">
<div id="pagetitle">Hi {{user.username}}, response to your command:</div>
<p>
{{message}}
</p>
</div>
<div id="info"></div>
</body>
</html>