]> git.treefish.org Git - wirbrennen/flipacoin.git/blob - templates/usecoin.html
Separated functional perl code and html using perl html template module.
[wirbrennen/flipacoin.git] / templates / usecoin.html
1 <html>
2   <!-- TMPL_INCLUDE NAME=_header.html -->
3   <body>
4     <!-- TMPL_INCLUDE NAME=_head.html -->
5
6     <a href=/<!-- TMPL_VAR NAME=REQUESTEDCOINID -->>
7       <font style="BACKGROUND-COLOR: yellow" color=blue>
8         <b>http://<!-- TMPL_VAR NAME=HTTP_HOST -->/<!-- TMPL_VAR NAME=REQUESTEDCOINID --></b></font></a>
9     
10     <br>
11      
12     <!-- TMPL_IF NAME=NOTYETFLIPPED -->
13       <pre>
14 <b>Creation time:</b> <!-- TMPL_VAR NAME=COINCREATIONTIME -->
15 <b>Status:</b> Not yet flipped <a href=/<!-- TMPL_VAR NAME=REQUESTEDCOINID -->?action=flip><font color=blue>[flip it]</font></a>
16       </pre>
17     <!-- TMPL_ELSE -->
18       <pre>
19 <b>Creation time:</b> <!-- TMPL_VAR NAME=COINCREATIONTIME -->
20 <b>Status:</b> <!-- TMPL_VAR NAME=COINSTATUS -->
21 <b>Result:</b> <!-- TMPL_VAR NAME=COINRESULT -->
22       </pre>
23     <!-- /TMPL_IF -->
24
25   </body>
26 </html>