Image integration
This commit is contained in:
parent
33753fc289
commit
9e706f18d4
@ -316,7 +316,6 @@ $(function(){ldelim}
|
||||
{/if}
|
||||
{else}
|
||||
<div id="account-creation_container">
|
||||
<div class="insert_top_account_creation"></div>
|
||||
<form action="{$link->getPageLink('authentication.php', true)}" method="post" id="account-creation_form" class="std">
|
||||
{$HOOK_CREATE_ACCOUNT_TOP}
|
||||
<fieldset class="account_creation">
|
||||
|
@ -1,12 +1,37 @@
|
||||
<style type="text/css">
|
||||
{if $landing}
|
||||
body#authentication #account-creation_container .insert_top_account_creation{
|
||||
background-image: url("{$base_dir_ssl}modules/landingpages/img/{$id_lp}_2_{$cookie->id_lang}.jpg") !important;
|
||||
background-position: center 99px;
|
||||
background-repeat: no-repeat;
|
||||
<style type="text/css">
|
||||
body#authentication .insert_top_account_creation {
|
||||
width: 100%;
|
||||
}
|
||||
{/if}
|
||||
|
||||
body#authentication .insert_top_account_creation img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
body#authentication span.subtitle_create_account {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body#authentication #columns .content #center_column #account-creation_form h3{
|
||||
display: none;
|
||||
}
|
||||
|
||||
body#authentication div.paiement_logo_block a.payment{
|
||||
display: none;
|
||||
}
|
||||
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
{literal}
|
||||
$(document).ready(function () {
|
||||
$('#columns').before('<div class="insert_top_account_creation">' +
|
||||
'<img src="{/literal}{$base_dir_ssl}modules/landingpages/img/{$id_lp}_2_{$cookie->id_lang}.jpg{literal}">' +
|
||||
'</div>');
|
||||
});
|
||||
{/literal}
|
||||
</script>
|
||||
{/if}
|
||||
<div class="hidden" style="display: none !important;">
|
||||
<input type="hidden" name="lp" value="{$smarty.request.lp|escape:'htmlall':'UTF-8'}"/>
|
||||
{if isset($tag)}
|
||||
|
Loading…
Reference in New Issue
Block a user