Ticket #444 -> Incluir el logo de Incam y de la ISO en el login.
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@17 eb19766c-00d9-a042-a3a0-45cb8ec72764
This commit is contained in:
parent
41573c77d6
commit
a44de79fe5
BIN
resources/ISOlogo-login.png
Normal file
BIN
resources/ISOlogo-login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
@ -6,6 +6,25 @@
|
||||
background: #fefefe url(../graphics/loginbg.png) top left repeat-x;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
@ -16,6 +35,7 @@
|
||||
position: relative;
|
||||
padding: 1em;
|
||||
border: 1px solid #B7B7B7;
|
||||
border-top: 0px;
|
||||
width: 280px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@ -23,7 +43,7 @@
|
||||
}
|
||||
|
||||
#loginbox_outer.hasDisclaimer {
|
||||
width: 580px;
|
||||
width: 560px;
|
||||
}
|
||||
|
||||
#loginbox {
|
||||
@ -38,6 +58,31 @@
|
||||
background: white url(../powered-by-kt.png) bottom right no-repeat;
|
||||
}
|
||||
|
||||
#header {
|
||||
position: relative;
|
||||
padding: 1em;
|
||||
border: 1px solid #B7B7B7;
|
||||
border-bottom: 0px;
|
||||
width: 280px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
#header.hasDisclaimer {
|
||||
width: 560px;
|
||||
background: #ddd url(../graphics/dashlet-gradient-info_old.gif) bottom left no-repeat;
|
||||
border-bottom: 3px solid #B7B7B7;
|
||||
}
|
||||
|
||||
.logo {
|
||||
right: 1em;
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
#loginbox.hasDisclaimer {
|
||||
/* background: white url(../graphics/ktbg.png) bottom left repeat-x;*/
|
||||
}
|
||||
@ -65,7 +110,7 @@
|
||||
}
|
||||
|
||||
#disclaimerbox {
|
||||
width: 252px;
|
||||
width: 265px;
|
||||
float: left;
|
||||
padding-left: 0px;
|
||||
border-left: 1px solid #eee;
|
||||
@ -77,6 +122,8 @@
|
||||
margin-top: 0;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 1em;
|
||||
color: #666;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
input {
|
||||
@ -102,7 +149,7 @@
|
||||
}
|
||||
|
||||
#loginbox.hasDisclaimer .form_actions {
|
||||
padding: 1em 0 6em 0;
|
||||
padding: 1em 0 1em 0;
|
||||
border-width: 0 0 0 0;
|
||||
}
|
||||
|
||||
@ -110,16 +157,27 @@
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.descriptiveText
|
||||
{
|
||||
.instructionText {
|
||||
margin-top: 5px;
|
||||
color: #666;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.descriptiveText
|
||||
{
|
||||
margin-top: 5px;
|
||||
color: #666;
|
||||
clear: both;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.descriptiveText.version
|
||||
{
|
||||
font-size: x-small;
|
||||
font-size: xx-small;
|
||||
text-align: right;
|
||||
/*position: absolute;
|
||||
bottom: 1em;
|
||||
right: 2em; */
|
||||
}
|
||||
|
||||
#bottomspacer {
|
||||
|
||||
BIN
resources/logoincam-login.png
Normal file
BIN
resources/logoincam-login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
@ -12,28 +12,31 @@
|
||||
<link rel="stylesheet" href="{$rootUrl}/resources/css/kt-ie-icons.css" type="text/css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="{$rootUrl}/thirdpartyjs/curvycorners/rounded_corners.inc.js"> </script>
|
||||
<script type="text/javascript" src="{$rootUrl}/resources/js/login_loader.js"> </script>
|
||||
{*<script type="text/javascript" src="{$rootUrl}/thirdpartyjs/curvycorners/rounded_corners.inc.js"> </script>
|
||||
<script type="text/javascript" src="{$rootUrl}/resources/js/login_loader.js"> </script>*}
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="loginbox_outer" {if ($disclaimer)} class="hasDisclaimer" {/if}>
|
||||
<div id="{if $config->get("ui/poweredByDisabled") == '0'}loginbox_skin{else}loginbox{/if}" {if ($disclaimer)} class="hasDisclaimer" {/if}>
|
||||
<div id="header" class="hasDisclaimer">
|
||||
<h1>Sistema de desarrollo técnico de proyectos</h1>
|
||||
<h2>(Gestión de la documentación del proyecto)</h2>
|
||||
<div class="logo">
|
||||
<img src="{$rootUrl}/resources/logoincam-login.png" alt="Incam IC"/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="loginbox_outer" class="hasDisclaimer">
|
||||
<div class="hasDisclaimer" id="{if $config->get("ui/poweredByDisabled") == '0'}loginbox_skin{else}loginbox{/if}">
|
||||
<div id="formbox">
|
||||
<form action="{$smarty.server.PHP_SELF}" method="POST" name="login">
|
||||
<input type="hidden" name="action" value="login" />
|
||||
<input type="hidden" name="cookieverify" value="{$cookietest}" />
|
||||
<input type="hidden" name="redirect" value="{$redirect}" />
|
||||
{if $config->get("ui/mainLogo") != ''}
|
||||
<img src="{$config->get("ui/mainLogo")}" alt="{$config->get("ui/mainLogoTitle")}" class="logoimage"/><br />
|
||||
{else}
|
||||
<img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" alt="{$appname}" class="logoimage" height="50" width="200"/><br />
|
||||
{/if}
|
||||
|
||||
{if $smallVersion == 'Community Edition'}
|
||||
<span class="communityLabel"><h2>{i18n}Community Edition{/i18n}</h2></span>
|
||||
{/if}
|
||||
{if ($errorMessage == null)}
|
||||
<p class="descriptiveText">{i18n}Please enter your details below to login.{/i18n}</p>
|
||||
<p class="instructionText">{i18n}Please enter your details below to login.{/i18n}</p>
|
||||
{else}
|
||||
<div class="ktErrorMessage"><span>
|
||||
{if ($errorMessage == $errorMessageConfirm)}
|
||||
@ -59,23 +62,28 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
{if ($disclaimer)}
|
||||
<div id="disclaimerbox">
|
||||
<p>{$disclaimer}</p>
|
||||
<div id="disclaimerbox">
|
||||
<p class="descriptiveText">
|
||||
{if ($disclaimer)}
|
||||
{$disclaimer}
|
||||
{/if}
|
||||
</p>
|
||||
|
||||
<p class="descriptiveText version">
|
||||
<br/>
|
||||
{i18n arg_appname="$appname"}#appname#{/i18n}<br/>Versión: {$versionName}<br/>
|
||||
{if ($smallVersion == 'Community Edition')}
|
||||
{i18n}This program is free software and published under the <a href=" http://www.gnu.org/licenses/">GNU General Public License version 3</a>{/i18n}<br>
|
||||
{else}
|
||||
{i18n}All rights reserved.{/i18n}<br>
|
||||
{/if}
|
||||
{*
|
||||
{i18n}<a href="http://www.knowledgetree.com/">Document Management Software</a>{/i18n}<br>
|
||||
{i18n}© 2008, 2009 <a href="http://www.knowledgetree.com/">KnowledgeTree Inc.</a>{/i18n}<br><br>
|
||||
*}
|
||||
<img src="{$rootUrl}/resources/ISOlogo-login.png" alt="ISO 9001" class="logoimage"/>
|
||||
</p>
|
||||
</div>
|
||||
{/if}
|
||||
<p class="descriptiveText version">
|
||||
<br>
|
||||
{* {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}<br/>
|
||||
{i18n}<a href="http://www.knowledgetree.com/">Document Management Software</a>{/i18n}<br>
|
||||
{i18n}© 2008, 2009 <a href="http://www.knowledgetree.com/">KnowledgeTree Inc.</a>{/i18n}<br><br>
|
||||
{if ($smallVersion == 'Community Edition')}
|
||||
{i18n}This program is free software and published under the <a href=" http://www.gnu.org/licenses/">GNU General Public License version 3</a>{/i18n}<br>
|
||||
{else}
|
||||
{i18n}All rights reserved.{/i18n}<br>
|
||||
{/if}
|
||||
*}
|
||||
</p>
|
||||
<div id="bottomspacer"></div>
|
||||
<div class="floatClear"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user