Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
make login form pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Romans Malinovskis committed Apr 29, 2011
1 parent bd14f8c commit 432343f
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions templates/shared/empty.html
@@ -1,47 +1,52 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html>
<!-- Agile Toolkit (c) Agile Technologies // http://www.agiletech.ie/ --> <html lang="en">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<head>
<title><?page_title?>Agile Toolkit<?/?></title> <title><?page_title?>Agile Toolkit<?/?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


<link rel="shortcut icon" href="<?$template?>templates/jui/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="<?template?>images/favicon.ico<?/?>" type="image/x-icon" />
<link rel="shortcut icon" href="<?$template?>templates/jui/images/favicon.ico" /> <link rel="shortcut icon" href="<?template?>images/favicon.ico<?/?>" />


<link rel="stylesheet" type="text/css" href="<?template?>css/themes/agile/jquery-ui.css<?/?>" /> <link rel="stylesheet" type="text/css" href="<?template?>css/themes/agile/jquery-ui.css<?/?>" />
<link rel="stylesheet" type="text/css" href="<?template?>css/agile.css<?/?>" /> <link rel="stylesheet" type="text/css" href="<?template?>css/agile.css<?/?>" />
<link rel="stylesheet" type="text/css" href="<?template?>css/default.css<?/?>" />
<link rel="stylesheet" type="text/css" href="<?template?>css/atk-icons.css<?/?>" />
<link rel="stylesheet" type="text/css" href="<?template?>css/general.css<?/?>" /> <link rel="stylesheet" type="text/css" href="<?template?>css/general.css<?/?>" />

<link rel="stylesheet" type="text/css" href="<?template?>css/custom.css<?/?>" />
<!--[if lt IE 9]>
<script src=<?template?>css/ie.js<?/?>"></script>
<![endif]-->
<?$js_include?> <?$js_include?>


<script type="text/javascript"> <script type="text/javascript">
$(function(){ $(function(){
<?$document_ready?> <?$document_ready?>
}); });
</script> </script>


</head> </head>
<body> <body class="<?fullscreen?>atk-fullscreen<?/?> gs-12">
<div id="layout"> <div id="layout" class="gs-wrap">
<div class="wrapper">
<div id="header">
<?logo?><div id="atk-logo" class="ui-widget-header float-left"><img src="<?$atk_path?><?logo_url?>templates/jui/images/atk-logo.png<?/?>" /></div><?/logo?>
<div id="header-right">
<div id="atk-version"><b><?name?>Agile Toolkit™<?/?></b><br/><i><?$version?></i></div>
</div>
<div class="clear"></div>
</div>


<div id="Content"> <div id="header">
<?Content?> <?logo?><a href="http://agiletoolkit.org/" target="_blank"><div id="atk-logo" class="ui-widget-header float-left"><img src="<?template?>images/atk-logo.png<?/?>" alt="Agile Toolkit" /></div></a><?/logo?>
<?/?> <div id="header-right">
<div id="atk-version"><b><?name?>Agile Toolkit™<?/?></b><br/><i><?$version?></i></div>
</div> </div>
<div class="clear"></div> </div>

<div id="Content">
<?Content?>
<?/?>
</div> </div>
<div id="footer-guard"></div> <div id="footer-guard"></div>
</div> </div>
<div id="footer" class="wrapper"> <div id="footer" class="gs-wrap">
This system is implemented using <a href="http://agiletech.ie/work/agile_toolkit/">Agile Toolkit™ / AModules</a>. &copy; 1999-2010 This system is implemented using
<a href="http://agiletoolkit.org/license">AGPL</a> version of <a href="http://agiletoolkit.org/">Agile Toolkit</a>. &copy; 1999-2011
| <?theme?>jui<?/?> Theme | <?theme?>jui<?/?> Theme
</div> </div>
<div id="atk-growl-holder"></div>
</body> </body>
</html> </html>

0 comments on commit 432343f

Please sign in to comment.