Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / help_window.tpl
1 <%- $doctype %>
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="<%- $stylevar['lang'] %>" xml:lang="<%- $stylevar['lang'] %>" dir="<%- $stylevar['lang_dir'] %>">
3 <head>
4 <%- $headinclude %>
5 <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
6 <title><%-T("Help")%> - <%- $topic['title'] %></title>
7 </head>
8
9 <body>
10
11 <div align="center" style="margin-top: 10px">
12 <div class="box" style="width: 90%">
13 <div class="box-head"><%-T("Help")%> : <%- $topic['title'] %></div>
14
15 <div class="box-mid box-overpad">
16 <%- $topic['body'] %>
17 </div>
18 </div>
19 </div>
20
21 </body>
22
23 </html>