CTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Ny økonomichef hos Frøslev Træ // # ###################################################################### # // // # Form validation customer to_payment // # ###################################################################### # // $(document).ready(function(){ $("#form_to_payment").validate({ rules: { accept_terms: { required: true } }, messages: { accept_terms: { required: 'Du skal accepterer handelsbetingelserne
' } }, errorLabelContainer: "#error" }); }); // # ###################################################################### # // // # Form validation Search // # ###################################################################### # // $(document).ready(function(){ $("#pwsearch").validate({ rules: { q: { required: true } }, messages: { q: { required: 'Du skal indtaste et søgeord' } }, showErrors: function(errorMap, errorList) { // Do nothing here }, }); }); // # ###################################################################### # // // # Form validation customer new signup // # ###################################################################### # // $(document).ready(function(){ $("#signup_company").validate({ rules: { cus_companyname: { required: true }, cus_address: { required: true }, cus_city: { required: true }, cus_cvrnr: { required: true }, cus_website: { required: true }, cus_contactperson: { required: true }, cus_mail: { required: true, email: true }, cus_password: { required: true } }, messages: { cus_companyname: { required: 'Firmanavn mangler' }, cus_address: { required: 'Adresse mangler' }, cus_city: { required: 'Postnr & by mangler' }, cus_cvrnr: { required: 'CVR nr. mangler' }, cus_website: { required: 'Hjemmeside mangler' }, cus_contactperson: { required: 'Kontaktperson mangler' }, cus_mail: { required: 'Mail mangler', email: 'Mail mangler' }, cus_password: { required: 'Password mangler' } } }); }); // # ###################################################################### # // // # Form validation journalist new signup // # ###################################################################### # // $(document).ready(function(){ $("#journalist_signup").validate({ rules: { cus_contactperson: { required: true }, cus_mail: { required: true, email: true }, cus_password: { required: true } }, messages: { cus_contactperson: { required: 'Navn mangler' }, cus_mail: { required: 'Mail mangler', email: 'Mail mangler' }, cus_password: { required: 'Password mangler' } } }); }); // # ###################################################################### # // // # Form validation subscriber new signup // # ###################################################################### # // $(document).ready(function(){ $("#subscribe_signup").validate({ rules: { cus_contactperson: { required: true }, cus_mail: { required: true, email: true } }, messages: { cus_contactperson: { required: 'Navn mangler' }, cus_mail: { required: 'Mail mangler', email: 'Mail mangler' } }, errorLabelContainer: "#error_pmdata" }); }); // # ###################################################################### # // // # Show / hide categories // # ###################################################################### # // jQuery(function($){ jQuery("#show_categories").click(function() { $('#categories_popout').fadeIn('fast',function(){ $(document).bind('click', function (e) { var clicked = $(e.target); if (!clicked.parents().hasClass("xxx")) { $('#categories_popout').fadeOut('fast'); $(document).unbind('click'); } }); }); }); }); // # ###################################################################### # // // # Show / hide languagechanger // # ###################################################################### # // jQuery(function($){ jQuery("#show_languagechanger").click(function() { $('.languagechanger_wrapper').show('',function(){ $(document).bind('click', function (e) { var clicked = $(e.target); if (!clicked.parents().hasClass("xxx")) { $('.languagechanger_wrapper').hide(''); $(document).unbind('click'); } }); }); }); }); // # ###################################################################### # // // # Show / hide featurelist // # ###################################################################### # // jQuery(function($){ jQuery(".question").click(function() { var ID = $(this).attr("id"); $('.moreinfo').slideUp('fast'); $('.'+ID).slideDown('fast'); }); }); jQuery(function($){ jQuery("#showfeatures").click(function() { $('.feature-table').show(); $('#showfeatures').hide(); $('#hidefeatures').show(); }); }); jQuery(function($){ jQuery("#hidefeatures").click(function() { $('.feature-table').hide(); $('#showfeatures').show(); $('#hidefeatures').hide(); }); }); $(document).ready(function(){ $(".preview_image_image").hover(function(){ $('#imageHoverDiv'+this.id).show(); }); $(".imageHoverDiv").mouseleave(function(){ $(".imageHoverDiv").hide(); }); }); // # ###################################################################### # // // # Watermarks // # ###################################################################### # // $(document).ready(function(){ $('#orderinfo_company').watermark('Virksomhed'); $('#orderinfo_contactperson').watermark('Kontaktperson'); $('#orderinfo_email').watermark('E-mail'); $('#orderinfo_phone').watermark('Direkte tlf.'); $('#orderinfo_remarks').watermark(''); }); // # ###################################################################### # // // # Form validation order more info // # ###################################################################### # // $(document).ready(function(){ $("#moreinfo").validate({ rules: { orderinfo_contactperson: { required: true }, orderinfo_email: { required: true, email: true }, orderinfo_phone: { required: true } }, messages: { orderinfo_contactperson: { required: 'Kontaktperson mangler' }, orderinfo_email: { required: 'Mail mangler', email: 'Mail mangler' }, orderinfo_phone: { required: 'Telefon mangler' } } }); }); Få dit eget presserum .topbar_icon_plus { position:relative; top:3px; font-size:18px; } .topbar_button_container { position:relative; top:5px; float:right; margin-right:0px; } .topbar_container_inner { border-bottom:2px solid #d8d8d8; padding:6px; height:34px; margin-top:2px; } .topbar_logo { width:130px; float:left; position:relative; top:1px; } .topbar_container { position:fixed; top:0px; width:100%; z-index:100000; height:47px; background-color:#fff; border-bottom:1px solid #bfbfbf;vertical-align:middle; text-align:center; } .menuprotiop { font-weight:bold; display:inline; background-color:#f2f2f2; padding:10px 10px 10px 10px; font-size:13px;color:#333; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-bottom-radius: 4px; cursor:pointer; border:1px solid #cccccc; background: rgb(255,255,255); /* Old browsers */ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ } .menuprotiop:hover { background:none; background-color:#ed6524; color:#fff; border: 1px solid #fff; }@media only screen and ( max-width: 1024px ) { .menuprotiop { font-size: 28px; }} Skift sprog --> 06-08-15
Ny økonomichef hos Frøslev Træ 1. august tiltrådte Jan Tonnesen som økonomichef hos Frøslev Træ Jan Tonnesen kommer fra en tilsvarende stilling hos Lindab Profil.
Han har revisorbaggrund fra KPMG med 20 års erfaring samt 12 års erfaring som regnskabs-/økonomichef.
Læs mere her
tags: KPMG, Microsoft, økonomi, regnskab, browser, journalist, sprog,
Ingen kommentarer:
Send en kommentar