Beispiel #1
0
?>
'><?php 
echo $flash['message'];
?>
</div>
      <? } ?>
    </div>
    
    <div id='activity-indicator'>
      <?php 
echo i('zing.cms/admin/global-indicator.gif');
?>
    </div
	  
	  <div id='footer'>
    	<div class='align-right'>
    		<span class='zing'><?php 
echo \zing\cms\Attribution::name();
?>
</span>
        <?php 
echo \zing\cms\Attribution::copyright();
?>
    	  <?php 
echo i('zing.cms/admin/freefall-icon.png', array('class' => 'icon'));
?>
    	</div>
    </div>
		
  </body>
</html>
Beispiel #2
0
<form method='post' action='<?php 
echo $request->path();
?>
' id='session-form'>
  <div class='inner'>
		
		<h1><?php 
echo \zing\cms\Attribution::name();
?>
 :: Sign In</h1>
		
		<label>Username:</label>
		<input type='text' name='username' />
		
		<label>Password:</label>
		<input type='password' name='password' />
		
    <input type='submit' value='Login' />
    
    <!--
		<p class='links'>
		  <input type='checkbox' name='remember_me'> Remember me |
      <a href='#'>Forgot your password?</a>
		</p>
		-->
	
	</div>
</form>