コード例 #1
0
ファイル: ajax.php プロジェクト: jeff-holloway/cce
	function load_co_slot_info()
	{
		$tab=cm_document_slot_filler();
		
		display_xml_response("<rslt>1</rslt><mrrTab><![CDATA[".$tab."]]></mrrTab>");		
	}
コード例 #2
0
ファイル: documents.php プロジェクト: jeff-holloway/cce
										<td>EMAIL ADDRESS<br><span id='fi_aud_email'></span></td>
										<td>REFERENCE #<br><span id='fi_aud_refer'></span></td>
									</tr>									
								</tbody>
							</table>
						</td>												
					</tr>
				</table>					
			</div>
		</div>
		
		<? } ?>		
		<? if(trim($namer) == "Compliance Manager") {  ?>		
		<div id='cm_slots' class='cust_info'>
			<?php 
echo cm_document_slot_filler(0);
?>
		</div>		
		<? } ?>		
		
		
	</div>	
	

<!--Form for file removal confirmation -->
<div id="dialog-file_removal" title="Delete Document" style='display:none;'>
	<p class="validateTips">Are you sure you want to remove this document?</p>
</div>

<!--Form for New Document Name -->
<div id="dialog-form_file_rename" title="Edit Document" style='display:none; width:500px;'>