예제 #1
0
					  <?php 
} else {
    echo '&nbsp;';
}
?>
						
				  </td>
				  <td></td>
			</tr>		
			
			<tr>
				<td>Sites</td>
				<td>
				<?php 
$siteModel = new Site_Model(1);
echo $siteModel->get_descendants_chk($category->sites, 'categorySites');
?>
				</td>
			</tr>
		
			</table>
		</div>  <!-- div id="tab_general" -->  
			 
		<div id="tab_meta_infromation">
			<div class="headline">Meta Information</div>
			<table>
			<colgroup>
				<col width="150" />
				<col  />
			</colgroup>
			<tr>
예제 #2
0
</textarea></td>
			</tr>	
			<tr>
				<td><label for="occasionHeadline">Headline</label></td>
				<td><input type="text" name="occasionHeadline" id="occasionHeadline" class="formText" value="<?php 
echo $occasion->headline;
?>
"  /></td>
			</tr>
			
			<tr>
				<td>Sites</td>
				<td>
				<?php 
$siteModel = new Site_Model(1);
echo $siteModel->get_descendants_chk($occasion->sites, 'occasionSites');
?>
				</td>
			</tr>

			</table>
		 </div>  <!-- div id="tab_general" -->


		 <div id="tab_meta_infromation" >
			  <div class="headline">Meta Information</div>
			  <table>
			  <colgroup>
					<col width="150" />
					<col  />
			  </colgroup>
"  /></td>
			</tr>
			<tr>
				<td><label for="testimonialDescription">Description</label></td>
				<td><textarea name="testimonialDescription" id="testimonialDescription" class="formText"><?php 
echo $testimonial->description;
?>
</textarea></td>
			</tr>	
			
			<tr>
				<td>Sites</td>
				<td>
				<?php 
$siteModel = new Site_Model(1);
echo $siteModel->get_descendants_chk($testimonial->sites, 'testimonialSites');
?>
				</td>
			</tr>

			</table>
		 </div>  <!-- div id="tab_general" -->
		 
		 
		 
	</div>    	<!-- div id="contentRight" -->
</div>  <!-- div id='mainContent' -->
</form>
<script type="text/javascript"><!--
$.tabs('#tabs a', '<?php 
echo isset($_POST['selected_tab']) ? $_POST['selected_tab'] : '#tab_general';
예제 #4
0
			</tr>	

			<tr>
				<td><label for="video">Video file name:</label></td>
				<td><input type="text" id="video" class="formText" name="video" value="<?php 
echo $p_type->products_types_description->video;
?>
" /></td>
			</tr>				
			
			<tr>
				<td>Sites</td>
				<td>
				<?php 
$siteModel = new Site_Model(1);
echo $siteModel->get_descendants_chk($p_type->sites, 'productTypeSites');
?>
				</td>
			</tr>
			
		
			</table>
		</div>  <!-- div id="tab_general" -->  
			 
		<div id="tab_meta_infromation">
			<div class="headline">Meta Information</div>
			<table>
			<colgroup>
				<col width="150" />
				<col  />
			</colgroup>