Adaptación visual con logos para Incam.

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@7 eb19766c-00d9-a042-a3a0-45cb8ec72764
This commit is contained in:
David Arranz 2010-09-10 17:42:58 +00:00
parent 9d512efcb0
commit f912fd791e
12 changed files with 103 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
resources/logoincam.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -316,10 +316,13 @@
<!-- Start footer -->
<div id="copyrightbarBorder">
<table width="98%">
<tr>
<td width="10%">
<tr>
<td width="1%">
{*
<a href="{$rootUrl}"><img src="{$rootUrl}/resources/powered-by-kt.png" border="0" alt="Powered by KnowledgeTree" title="Powered by KnowledgeTree"/></a>
</td>
*}
</td>
<td>
{if ($smallVersion == 'Community Edition')}
{i18n arg_version="$versionname" arg_appname="$appname"}#appname# Version: #version# is licensed free of charge and supplied with
@ -332,6 +335,7 @@
<br>{i18n arg_timing=$page->getReqTime()}Request created in #timing#s{/i18n}
{/if}
</td>
{*
<td align="right">
{i18n}&copy; 2008, 2009 <a href="http://www.knowledgetree.com/about/legal" target="_blank">KnowledgeTree Inc.</a>{/i18n}
{i18n}All rights reserved.{/i18n}
@ -339,6 +343,7 @@
<br>{i18n arg_timing=$page->getReqTime()}Request created in #timing#s{/i18n}
{/if}
</td>
*}
</tr>
<!-- Display custom disclaimer if set -->
{assign var=disclaimer value=$page->getDisclaimer()}

View File

@ -11,11 +11,11 @@
<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>
-->
</head>
</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}>
@ -66,14 +66,15 @@
{/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}&copy; 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}
{* {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}<br/>
{i18n}<a href="http://www.knowledgetree.com/">Document Management Software</a>{/i18n}<br>
{i18n}&copy; 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>

View File

@ -0,0 +1,83 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>{i18n arg_appname="$appname"}Login | #appname#{/i18n}</title>
<link rel="stylesheet" href="{$rootUrl}/resources/css/kt-login.css" type="text/css" />
<link rel="icon" href="{$rootUrl}/resources/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="{$rootUrl}/resources/favicon.ico" type="image/x-icon">
<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>
-->
</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="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>
{else}
<div class="ktErrorMessage"><span>
{if ($errorMessage == $errorMessageConfirm)}
{$errorMessage}
{else}
{$errorMessage|sanitize}
{/if}
</span></div>
{/if}
<label for="username">{i18n}Username{/i18n}</label>
<input type="text" id="username" name="username"/>
<label for="password">{i18n}Password{/i18n}</label>
<input type="password" id="password" name="password"/>
<label for="language">{i18n}Language{/i18n}</label>
<select id="language" name="language">
{foreach from=$languages key=sLang item=sLanguageName}
<option value="{$sLang}" {if $sLang == $selected_language}SELECTED="yes"{/if}>{$sLanguageName}</option>
{/foreach}
</select>
<div class="form_actions">
<input type="submit" value="{i18n}Login{/i18n}" />
</div>
</form>
</div>
{if ($disclaimer)}
<div id="disclaimerbox">
<p>{$disclaimer}</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}&copy; 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>
</div>
</body>
</html>