Example #1
0
					<?php 
    echo t('Submitted by');
    ?>
 {{ activeRecord.username || 'Guest' }} <?php 
    echo t('from');
    ?>
 {{ activeRecord.ipAddress }}
				</div>
				
				<div class="edit">
					<a ng-click="activeRecord.rescan()"><i class="fa fa-refresh" ng-show="activeRecord.scanning == 1"></i> <?php 
    echo t('Rescan');
    ?>
</a> | 
					<a href="<?php 
    echo View::URL('dashboard/formify/forms/records/edit/');
    ?>
/{{ activeRecord.fID }}/{{ activeRecord.rID }}/{{ activeRecord.token }}"><?php 
    echo t('Edit');
    ?>
</a>
				</div>
				
				<div class="clearfix"></div>
				
				<div ng-repeat="a in activeRecord.answers">
				
					<h3>{{ a.label }}</h3>
					<p ng-repeat="v in a.value">{{ v }}</p>
	
				</div>