Example #1
0
		<td class=""><?php 
echo HTMLLib::CreateInputText('selection_c', $selection_c);
?>
</td>
	</tr>
	<tr>
		<td class="bg-clearBlue text-right span2"><label>Selection D</label></td>
		<td class=""><?php 
echo HTMLLib::CreateInputText('selection_d', $selection_d);
?>
</td>
	</tr>
	<tr>
		<td class="bg-clearBlue text-right span2"><label>Answer</label></td>
		<td class=""><?php 
echo HTMLLib::CreateTextArea('answer', $answer, 'span12');
?>
</td>
	</tr>
	<tr>
		<td class="bg-clearBlue text-right span2"><label>Reference</label></td>
		<td class=""><?php 
echo HTMLLib::CreateInputText('reference', $reference);
?>
</td>
	</tr>
	<tr>
		<td class="bg-clearBlue text-right span2"><label>Illustration</label></td>
		<td class=""><?php 
//echo HTMLLib::CreateInputText('illustration', $illustration)
?>
Example #2
0
				</tr>
				</table>
				<?php 
} else {
    ?>
							
            	<table class="table bordered condensed ">
				<tr class="bg-clearOrange">
					<td class=" text-right span1" colspan="2">
						<H4>STUDY NOTES</H4>
					</td>
				</tr>
				<tr>
					<td class="">
						<?php 
    echo HTMLLib::CreateTextArea('reference', HTMLLib::wysiwygTextArea($reference), 'span6', '', 'rows="15"');
    ?>
					</td>
					
				<tr>
				<tr>
					<td class="">
						<a href="http://wiki.en.it-processmaps.com/index.php/ITIL_Glossary#ITIL%20Glossary%20A-Z"
							target="_BLANK">Glossary of Terms</a>
						<div id="referenceStatus"></div>
					</td>
				<tr>
					<td>
						<button id="saveReference" class="command-button primary span3">
						    <i class="icon-database on-right"></i>
						    Save This Reference
Example #3
0
<body class="metro ">
	<form id="addQuestionaire" name="addQuestionaire" action="itil_pdf.php" method="post">
	<div class="example">
		<table class="table bordered condensed">
			<tr>
				<td class="bg-clearBlue text-right span2"><label>Last Question</label></td>
				<td class=""><?php 
echo $lastQuestion;
?>
</td>
			</tr>
			<tr>
				<td class="bg-clearBlue text-right span2"><label>Question</label></td>
				<td class=""><?php 
echo HTMLLib::CreateTextArea('question', '', 'span12', '', 'rows="8" cols="80"');
?>
</td>
			</tr>
			
			<tr>
				<td class="bg-clearBlue text-right span2"><label></label></td>
				<td class=""><?php 
echo HTMLLib::CreateSubmitButton('save', 'Save Question');
?>
</td>
			</tr>
			<tr>
				<td></td>
			</tr>	
		</table>