Source code of tbs_us_examples_subtpl_login.htm

  1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>TinyButStrong - Example of sub-template (login)</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>
<form action="[onshow..script_name]?[onshow.other_prms;noerr]" method="post" id="form1">
  <fieldset style="border:none">
    Login:
    <input name="txt_login" type="text" id="txt_login" size="6" />
    Password:
    <input name="txt_password" type="text" id="txt_password" size="6" />
    <input name="btn_ok" type="submit" id="btn_ok" value="Ok" />
    <span style="color: #FF0000">Bad login or password.[onload;block=span;when [var.err_log]=1]</span>
  </fieldset>
</form>
</body>
</html>