Return to Snippet

Revision: 19141
at October 16, 2009 10:37 by rflying


Initial Code
<div class="tab" id="[[tab1]]">
													<table style="TABLE-LAYOUT: fixed" cellSpacing="0" cellPadding="3" width="100%">
														<COLGROUP>
															<col width="115">
															<col>
															<col style="PADDING-LEFT: 20px" width="135">
															<col>
														</COLGROUP>
<tr>
<td class="NotReq">Call Center ID</td><td><input id="wooCallCenterID" class="num" readonly tabIndex="" type="text" value="<%# workorderEx.wooCallCenterID %>" maxLength="50" min="-100000000000" max="100000000000" grp="true" acc="0" dt="unformatted" returnValue="" runat="Server"></td>
<td class="Req">Branch</td><td><table style="TABLE-LAYOUT: fixed" cellSpacing="0" cellPadding="0" width="100%"><tr><td noWrap><div class="search"><span class="lui" onclick="openStdWin('../Branch/BranchInformation.aspx?braID=' + wooBranch_braIDFK.value);"><%# GetRelatedInnerHtml("../_imgs/ico_16_Branch.gif", workorderEx.wooBranch) %></span></div></td><td width="25">&nbsp;<IMG runat="server" id="wooBranch_braIDFKSearchImage" class="search" tabIndex=""  dialogWidth="950" dialogHeight="500" dialogArgs="" searchURL="../Branch/BranchSearch.aspx" src="../_imgs/btn_off_lookup.gif"><input id="wooBranch_braIDFK" name="wooBranch_braIDFK" type="hidden" value="<%# workorderEx.wooBranch_braIDFK %>" runat="server"></td></tr></table></td>
</tr>
<!-- Add code here  -->



													</table>
												</div>

Initial URL


Initial Description


Initial Title
Tab Content - Information Page

Initial Tags


Initial Language
ASP