Source code of tbs_us_examples_subtpl_header.htm

  1
2
3
4
5
6
7
8
9
10
11
12
13
 
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>TinyButStrong - Example of sub-template (header)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="./tbs_us_examples_styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="font-weight:bold; color:#666699; text-align:center;">- WEB Portal -</div>
<div class="text-mini" style="font-weight:bold; color:#666699; text-align:right;">Current time: <span style="color:#666699;">[onshow..now;frm='hh:nn:ss']</span></div>
</body>
</html>