Annotation of FreeBSD/tinderbox/webui/templates/default/please_login.tpl, revision 1.1.1.1
1.1 as 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2: <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3: <head>
4: <!-- $MCom: portstools/tinderbox/webui/templates/default/please_login.tpl,v 1.2 2006/02/21 16:24:56 ade Exp $ //-->
5: <title><?=$tinderbox_name?></title>
6: <link href="<?=$templatesuri?>/tinderstyle.css" rel="stylesheet" type="text/css" />
7: </head>
8: <body>
9: <h1><?=$tinderbox_title?></h1>
10: <p style="color:#FF0000">Please login!</p>
11: <p><a href="javascript:history.back()">Back</a><br />
12: <a href="index.php">Back to homepage</a></p>
13: <?=$display_login?>
14: </body>
15: </html>