<div id="messages"><?php 
echo $this->flashSession->output();
?>
</div>
<div class="container">
	<?php 
echo $this->getContent();
?>
<h1><?php 
echo messetool\Modules\Modules\Backend\Controllers\ControllerBase::translate('loginTitle');
?>
</h1>


<div class="loginForm">
  <form action="<?php 
echo $form->getAction();
?>
" method="POST">
   <label for="username">Email: </label><br>
    <?php 
echo $form->render('username');
?>
<br/><br>
    

    <label for="password">Password: </label><br>
    <?php 
echo $form->render('password');
?>
<br><br>
    ?>
			</h1>
			<ul>
			<li><?php 
    echo $this->tag->linkTo(array('backend/' . $language . '/feusers/upload/', '<span class="glyphicon glyphicon-edit"></span> Upload', 'title' => 'Upload'));
    ?>
</li>
			
			</ul>
		</div>
		<?php 
}
?>
		<?php 
if (messetool\Acl\Acl::linkAllowed($this->session->get('auth'), 'survey', 'index')) {
    ?>
		
		<div class="ceElement xs">
			<h1><?php 
    echo $this->tag->linkTo(array('backend/' . $language . '/survey/index/', messetool\Modules\Modules\Backend\Controllers\ControllerBase::translate('survey'), 'title' => messetool\Modules\Modules\Backend\Controllers\ControllerBase::translate('survey')));
    ?>
			</h1>
			
		</div>
		<?php 
}
?>
		
		
	</div>
</div>
echo $uniqueId;
?>
">
							<input type="hidden" name="question" value="111">
							<input type="submit" value="<?php 
echo messetool\Modules\Modules\Backend\Controllers\ControllerBase::translate('surveyButtonGoon');
?>
" data-animation="32" data-goto="13" class="pt-trigger" style="margin-right:1vw;">
						</div>
					</form>
				</div>
				<div class="pt-page pt-page-13">
					<br>
					<div class="statusbar outer">
					<h3 style="margin-left"><?php 
echo messetool\Modules\Modules\Backend\Controllers\ControllerBase::translate('thankYouB');
?>
</h3>
					</div>
					<div class="trigger-buttons">
						<a href="http://agritechnica2015.denkfabrik-group.com/backend/de/survey/" class="navButton"  style="margin-left:30px;float:left;font-size:1.5vw;font-weight:normal">Zurück zum Anfang der Befragung.</a>
						
					</div>
					
				</div>
			</div>
		</div>
		
	</section>
		
<div id="virtualKeyboardWrapper"></div>
    ?>
		</table>

		<br><br>
		<?php 
    echo $this->tag->hiddenField(array('dataFieldWrap', 'value' => $dataFieldWrap));
    ?>
		<?php 
    echo $this->tag->hiddenField(array('divider', 'value' => $divider));
    ?>
		<?php 
    echo $this->tag->hiddenField(array('time', 'value' => $tstamp));
    ?>
		<?php 
    echo $this->tag->hiddenField(array('firstRowFieldNames', 'value' => $firstRowFieldNames));
    ?>
		<?php 
    echo $this->tag->hiddenField(array('filename', 'value' => $filename));
    ?>
		<?php 
    echo $this->tag->submitButton(array(messetool\Modules\Modules\Backend\Controllers\ControllerBase::translate('ok')));
    ?>

	</form>
	</div>
	</div>
	</div><?php 
}
?>
</div>
</section>
            ?>
</td>				
				<td><?php 
            echo $feuser->city;
            ?>
</td>				
				<td><?php 
            echo $feuser->company;
            ?>
</td>	
				<td><a href='<?php 
            echo $path;
            echo $feuser->uid;
            ?>
'>>> <?php 
            echo messetool\Modules\Modules\Backend\Controllers\ControllerBase::translate('update');
            ?>
</a></td>

				</tr>
				<?php 
        }
        ?>
				</tbody>
			</table>
		</div>
	</div>
	<?php 
    }
}
?>