HTML Code in template to define DBLookupCombo or DBGrid

Hi

I have developed a TMS Web core/ XData application to capture and display data. This works very fine but I cannot get it 100% web responsive. I then decided to let a web designer rather design web pages that I can use as templates. This works well and looks 100% better than mine. The problem I and the designer does not know how his HTML code must look as to enable me to assign a DBLookupComboBox or a DBGrid to his template

With a lot of effort I sorted the LookupCombo myself out The HTML code must look as follow

		<div class="form-group">
			<label for="l_employer">Employer</label>
			<select class="form-control" id="e_employer">
			<option>Default select</option>
			</select>
		</div>