コード例 #1
0
			</form>
			<br clear="all" />
		</fb:success>

<form action="actions.php" method="get">
	<input type="hidden" name="action" value="<?php 
echo $nextAction;
?>
" />
	<input type="hidden" name="hashNameSpace" value="txt_" />
	<input type="hidden" name="txt_id" value="<?php 
echo $rec->data['id'];
?>
" />
	<div class="formHead"></div>
	<div class="formRowText">	<?php 
textFieldFor($rec, 'title', 'Title');
?>
 </div>
	<div class="formRowText">	<?php 
textFieldFor($rec, 'originalDate', 'Original Date');
?>
 </div>
	<div class="formRowBG">	
		<?php 
checkFieldFor($rec, 'night', 'Did this happen at night?');
?>
	</div>
	<div class="formFoot" align="right"> <input type="submit" value="Submit" /> </div>
</form>
コード例 #2
0
:</b><?php 
    echo $errValue;
    ?>
</li>
<?php 
}
?>
</ul>

<form action="actions.php" method="get">
	<input type="hidden" name="action" value="<?php 
echo $nextAction;
?>
" />
	<input type="hidden" name="hashNameSpace" value="txt_" />
	<input type="hidden" name="txt_id" value="<?php 
echo $rec->data['id'];
?>
" />
	<div class="formHead">Edit Thought</div>
	<div class="formRowText">	<?php 
textFieldFor($rec, 'short', 'Short');
?>
 </div>
	<div class="formRowText">	<?php 
textFieldFor($rec, 'full', 'Full');
?>
	</div>
	<div class="formFoot" align="right"> <input type="submit" value="Submit" /> </div>
</form>