PDF rausgenommen
This commit is contained in:
@ -0,0 +1,89 @@
|
||||
|
||||
{if $smarty.const.ACCOUNT_GENDER eq 'true'}
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-6 mb-15">
|
||||
<legend class="fs-16">{$lang.entry_gender} *</legend>
|
||||
<div class="form-check">
|
||||
<label class="form-check-label">
|
||||
<input type="radio" class="form-check-input" name="gender" value="m" checked="checked">{$lang.male}
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<label class="form-check-label">
|
||||
<input type="radio" class="form-check-input" name="gender" value="f">{$lang.female}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<label for="firstname">{$lang.entry_first_name} *</label>
|
||||
<input id="firstname" name="firstname" type="text" value="{$firstname}" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<label for="lastname">{$lang.entry_last_name} *</label>
|
||||
<input id="lastname" name="lastname" type="text" value="{$lastname}" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if $smarty.const.ACCOUNT_COMPANY eq 'true'}
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<label for="company">{$lang.entry_company}</label>
|
||||
<input id="company" name="company" type="text" value="{$company}" class="form-control" />
|
||||
</div>
|
||||
{if $smarty.const.ACCOUNT_OWNER eq 'true'}
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<label for="owner">{$lang.entry_owner}</label>
|
||||
<input id="owner" name="owner" type="text" value="{$owner}" class="form-control" />
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
{if $smarty.const.ACCOUNT_VAT_ID eq 'true'}
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<label for="vat_id">{$lang.entry_vat_id}</label>
|
||||
<input id="vat_id" name="vat_id" type="text" value="{$vat_id}" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<label for="street_address">{$lang.entry_street_address} *</label>
|
||||
<input id="street_address" name="street_address" type="text" value="{$street_address}" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<label for="postcode">{$lang.entry_post_code} *</label>
|
||||
<input id="postcode" name="postcode" type="text" value="{$postcode}" class="form-control" />
|
||||
</div>
|
||||
|
||||
{if $smarty.const.ACCOUNT_STATE eq 'true'}
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<label for="state">{$lang.entry_state} *</label>
|
||||
{if $state_has_zones eq true}
|
||||
<select id="state" name="state" class="form-control pointer">
|
||||
{html_options values=$zones_values output=$zones_names}
|
||||
</select>
|
||||
{else}
|
||||
<input id="state" type="text" name="state" value="" class="form-control" />
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<label for="city">{$lang.entry_city} *</label>
|
||||
<input id="city" name="city" type="text" value="{$city}" class="form-control required" />
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<label for="country">{$lang.entry_country} *</label>
|
||||
{oos_get_country_list name=country selected=$store_country}
|
||||
</div>
|
||||
</div>
|
28
msd2/myoos/templates/phoenix/modules/manufacturers.html
Normal file
28
msd2/myoos/templates/phoenix/modules/manufacturers.html
Normal file
@ -0,0 +1,28 @@
|
||||
{if $mod_manufacturer_array}
|
||||
<!-- BRANDS -->
|
||||
<section class="section-xs">
|
||||
<div class="container">
|
||||
|
||||
<div class="text-center">
|
||||
<!-- CAROUSEL -->
|
||||
<div class="owl-carousel m-0" data-plugin-options={literal}'{"singleItem": false, "autoPlay": 3000}'{/literal}>
|
||||
{foreach $mod_manufacturer_array as $i}
|
||||
<div>
|
||||
<!-- item -->
|
||||
<a href="{html_href_link content=$filename.shop manufacturers_id=$i.manufacturers_id}">
|
||||
{small_manufacturers_image image=$i.manufacturers_image alt=$i.manufacturers_name}
|
||||
</a>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
|
||||
</div>
|
||||
<!-- /CAROUSEL -->
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<!-- BRANDS -->
|
||||
{/if}
|
||||
|
166
msd2/myoos/templates/phoenix/modules/user_account_details.html
Normal file
166
msd2/myoos/templates/phoenix/modules/user_account_details.html
Normal file
@ -0,0 +1,166 @@
|
||||
<table border="0" width="100%" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td class="formAreaTitle">{$lang.category_personal}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="formArea">
|
||||
<tr>
|
||||
<td class="main"><table border="0" cellspacing="0" cellpadding="2">
|
||||
{if $smarty.const.ACCOUNT_GENDER eq 'true'}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_gender}</td>
|
||||
<td class="main"> <input type="radio" name="gender" value="m" checked="checked"> {$lang.male} <input type="radio" name="gender" value="f"> {$lang.female} <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
{/if}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_first_name}</td>
|
||||
<td class="main"> <input type="text" name="firstname" value="{$account.customers_firstname}"> <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_last_name}</td>
|
||||
<td class="main"> <input type="text" name="lastname" value="{$account.customers_lastname}"> <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
{if $smarty.const.ACCOUNT_DOB eq 'true'}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_date_of_birth}</td>
|
||||
<td class="main"> <input type="text" name="dob" value="{$account.customers_dob|oos_date_short}"> <small>{$lang.entry_date_of_birth_text}<font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
{/if}
|
||||
{if $smarty.const.ACCOUNT_NUMBER eq 'true'}
|
||||
{if $read eq 'false'}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_number}</td>
|
||||
<td class="main"> <input type="text" name="number" value="{$number}"></td>
|
||||
</tr>
|
||||
{else}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_number}</td>
|
||||
<td class="main"> {$account.customers_number}<input type="hidden" name="number" value="{$account.customers_number}"></td>
|
||||
</tr>
|
||||
{/if}
|
||||
{/if}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_email_address}</td>
|
||||
<td class="main"> <input type="text" name="email_address" value="{$email_address}"> <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
{if $smarty.const.ACCOUNT_COMPANY eq 'true'}
|
||||
<tr>
|
||||
<td class="formAreaTitle"><br>{$lang.category_company}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="formArea">
|
||||
<tr>
|
||||
<td class="main"><table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_company}</td>
|
||||
<td class="main"> <input type="text" name="company" value="{$account.entry_company}"></td>
|
||||
</tr>
|
||||
{if $smarty.const.ACCOUNT_OWNER eq 'true'}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_owner}</td>
|
||||
<td class="main"> <input type="text" name="owner" value="{$account.entry_owner}"></td>
|
||||
</tr>
|
||||
|
||||
{/if}
|
||||
{if $smarty.const.ACCOUNT_VAT_ID eq 'true'}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_vat_id}</td>
|
||||
<td class="main"> <input type="text" name="vat_id" value="{$account.customers_vat_id}"></td>
|
||||
</tr>
|
||||
{/if}
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
{/if}
|
||||
<tr>
|
||||
<td class="formAreaTitle"><br>{$lang.category_address}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="formArea">
|
||||
<tr>
|
||||
<td class="main"><table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_street_address}</td>
|
||||
<td class="main"> <input type="text" name="street_address" value="{$account.entry_street_address}"> <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_post_code}</td>
|
||||
<td class="main"> <input type="text" name="postcode" value="{$account.entry_postcode}"> <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_city}</td>
|
||||
<td class="main"> <input type="text" name="city" value="{$account.entry_city}"> <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
{if $smarty.const.ACCOUNT_STATE eq 'true'}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_state}</td>
|
||||
<td class="main"> <input type="text" name="state" value="{oos_get_zone_name country_id=$account.entry_country_id zone_id=$account.entry_zone_id default_zone=$account.entry_state}"> <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
{/if}
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_country}</td>
|
||||
<td class="main"> {oos_get_country_list name=country selected=$account.entry_country_id} <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="formAreaTitle"><br>{$lang.category_contact}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="formArea">
|
||||
<tr>
|
||||
<td class="main"><table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
{if $smarty.const.ACCOUNT_TELEPHONE eq 'true'}
|
||||
<td class="main"> {$lang.entry_telephone_number}</td>
|
||||
<td class="main"> <input type="text" name="telephone" value="{$account.customers_telephone}"> <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
{/if}
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="formAreaTitle"><br>{$lang.category_options}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="formArea">
|
||||
<tr>
|
||||
<td class="main"><table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_newsletter}</td>
|
||||
<td class="main"> <select name=newsletter>{html_options values=$newsletter_ids selected=$account.customers_newsletter output=$newsletter}</select></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
{if $show_password eq 'true'}
|
||||
<tr>
|
||||
<td class="formAreaTitle"><br>{$lang.category_password}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="formArea">
|
||||
<tr>
|
||||
<td class="main"><table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_password}</td>
|
||||
<td class="main"> <input type="password" name="password" maxlength="40"> <small><font color="#AABBDD">{$lang.entry_info_text}</font></small></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main"> {$lang.entry_password_confirmation}</td>
|
||||
<td class="main"> <input type="password" name="confirmation" maxlength="40"> <small><font color="#AABBDD">{$lang.entry_password_confirmation}</font></small></td></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
{/if}
|
||||
</table>
|
Reference in New Issue
Block a user