Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglee committed Aug 30, 2014
1 parent d1774dd commit 752e609
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions forms/login2.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/**
* OpenSocialWebsite
*
* @package OpenSocialWebsite
* @author Open Social Website Core Team <[email protected]>
* @copyright 2014 iNFORMATIKON TECHNOLOGIES
* @license General Public Licence http://www.opensocialwebsite.com/licence
* @link http://www.opensocialwebsite.com/licence
*/
?>
<div>
<input type="text" name="username" placeholder="<?php echo ossn_print('username');?>" class="long-input">
</div>

<div>
<input type="password" name="password" placeholder="<?php echo ossn_print('password');?>" class="long-input">
</div>
<div>
<input type="submit" value="Login" class="ossn-button ossn-button-submit" />
</div>

0 comments on commit 752e609

Please sign in to comment.