Scott Stewart
By: a guest | Jul 24th, 2009 | Syntax:
ColdFusion | Size: 1.55 KB | Hits: 441 | Expires: Never
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" href="./css/redmond/jquery-ui-1.7.2.custom.css" rel="stylesheet" />
<link type="text/css" href="./css/barcode_gen_admin.css" rel="stylesheet" />
<script type="text/javascript" src="./js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="./js/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="./js/jquery.hijack.js"></script>
<script type="text/javascript" src="./js/jquery.url.js"></script>
<script type="text/javascript">
/*Load Tab Wrapper*/
$(function(){
$('#TC_Content_Tabs').tabs();
});
<title><cfoutput>#application.title#</cfoutput></title>
<div id="TC_Content_Tabs">
<li><a href="display/dsp_newTemplate.cfm<cfif IsDefined("url.indexClassDropdown")>?indxclsID=<cfoutput>#url.indexClassDropdown#</cfoutput></cfif>" title="TC Content Container">Create a New Template
</a></li>
<li><a href="display/dsp_existingTemplate.cfm" title="TC Content Container">Copy A Template
</a></li>
<li><a href="display/dsp_editTemplate.cfm" title="TC Content Container">Edit A Remplate
</a></li>
<li><a href="display/dsp_genAdmin.cfm" title="TC Content Container">General Admin
</a></li>
<div id="TC_Content_Container"></div>