lemonldap-ng/lemonldap-ng-portal/site/templates/bootstrap/header.tpl

29 lines
2.0 KiB
Smarty
Raw Normal View History

2016-04-06 14:01:55 +02:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
2016-04-07 07:21:55 +02:00
<title trspan="authenticationPortal">Authentication portal</title>
2016-04-06 14:01:55 +02:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2016-04-07 07:21:55 +02:00
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="cache-control" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2016-04-06 14:01:55 +02:00
<!-- //if:usedebianlibs
2016-04-07 07:21:55 +02:00
<link rel="stylesheet" type="text/css" href="/javascript/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/javascript/bootstrap/css/bootstrap-theme.min.css" />
2016-04-06 14:01:55 +02:00
<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="STATIC_PREFIX">css/portal.min.css" />
//elsif:useexternallibs
2016-04-07 07:21:55 +02:00
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" />
2016-04-06 14:01:55 +02:00
<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="STATIC_PREFIX">css/portal.min.css" />
//elsif:cssminified
2016-04-07 07:21:55 +02:00
<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="STATIC_PREFIX">css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="STATIC_PREFIX">css/bootstrap-theme.min.css" />
2016-04-06 14:01:55 +02:00
<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="STATIC_PREFIX">css/portal.min.css" />
//else -->
2016-04-07 07:21:55 +02:00
<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="STATIC_PREFIX">css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="STATIC_PREFIX">css/bootstrap-theme.css" />
2016-04-06 14:01:55 +02:00
<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="STATIC_PREFIX">css/portal.css" />
2016-04-07 07:21:55 +02:00
<!-- //endif -->
<link rel="shortcut icon" type="image/vnd.microsoft.icon" sizes="16x16 32x32 48x48 64x64 128x128" href="<TMPL_VAR NAME="STATIC_PREFIX">logos/favicon.ico" />
<link rel="icon" type="image/vnd.microsoft.icon" sizes="16x16 32x32 48x48 64x64 128x128" href="<TMPL_VAR NAME="STATIC_PREFIX">logos/favicon.ico" />