Welcome Guest, Not a member yet? Register   Sign In
SiteManagr - A simple open source CMS
#39

[eluser]st.programci[/eluser]
by autoloading form helper, and changing the code system can use smaller and cleaner codes.

below shows the new version of ./views/admin/auth/login_form.php

Code:
<?php if($message != NULL)
    echo "<div id='login_msg'>$message</div>"; ?&gt;
<br/><br/>

<div id="login_form">
    <h1>Login</h1>
    &lt;?php    
    echo form_open('admin/auth/login');
    echo form_input('user', 'Username');
    echo form_password('pass', 'Password');
    echo form_submit('submit', 'Login');
    //show register option, if turned on
    //if($config['Anyone can register'] == 'on') echo anchor('?page=register', 'Create Account');
    echo anchor('admin/auth/lostpass', 'Lost your password?');
    echo form_close();    
    ?&gt;
</div>

code is an example taken from tuts. i modified it a bit. it works fine, but without css styling.

and, i think styles should not be hardcoded.


Messages In This Thread
SiteManagr - A simple open source CMS - by El Forum - 12-15-2009, 04:11 PM
SiteManagr - A simple open source CMS - by El Forum - 12-15-2009, 06:47 PM
SiteManagr - A simple open source CMS - by El Forum - 12-15-2009, 09:06 PM
SiteManagr - A simple open source CMS - by El Forum - 12-15-2009, 10:36 PM
SiteManagr - A simple open source CMS - by El Forum - 12-16-2009, 10:19 AM
SiteManagr - A simple open source CMS - by El Forum - 12-16-2009, 10:25 AM
SiteManagr - A simple open source CMS - by El Forum - 12-16-2009, 10:34 AM
SiteManagr - A simple open source CMS - by El Forum - 12-16-2009, 10:40 AM
SiteManagr - A simple open source CMS - by El Forum - 12-16-2009, 10:50 AM
SiteManagr - A simple open source CMS - by El Forum - 12-16-2009, 12:26 PM
SiteManagr - A simple open source CMS - by El Forum - 12-16-2009, 12:26 PM
SiteManagr - A simple open source CMS - by El Forum - 12-16-2009, 12:33 PM
SiteManagr - A simple open source CMS - by El Forum - 12-17-2009, 02:05 AM
SiteManagr - A simple open source CMS - by El Forum - 12-17-2009, 03:54 AM
SiteManagr - A simple open source CMS - by El Forum - 12-17-2009, 07:28 AM
SiteManagr - A simple open source CMS - by El Forum - 12-17-2009, 10:23 PM
SiteManagr - A simple open source CMS - by El Forum - 12-18-2009, 09:24 AM
SiteManagr - A simple open source CMS - by El Forum - 12-18-2009, 02:47 PM
SiteManagr - A simple open source CMS - by El Forum - 12-19-2009, 12:33 PM
SiteManagr - A simple open source CMS - by El Forum - 12-28-2009, 11:26 AM
SiteManagr - A simple open source CMS - by El Forum - 12-29-2009, 04:10 AM
SiteManagr - A simple open source CMS - by El Forum - 12-29-2009, 07:25 AM
SiteManagr - A simple open source CMS - by El Forum - 01-04-2010, 08:08 PM
SiteManagr - A simple open source CMS - by El Forum - 01-22-2010, 08:47 AM
SiteManagr - A simple open source CMS - by El Forum - 01-22-2010, 10:08 AM
SiteManagr - A simple open source CMS - by El Forum - 01-23-2010, 04:22 AM
SiteManagr - A simple open source CMS - by El Forum - 01-26-2010, 03:42 PM
SiteManagr - A simple open source CMS - by El Forum - 01-26-2010, 04:32 PM
SiteManagr - A simple open source CMS - by El Forum - 01-26-2010, 05:04 PM
SiteManagr - A simple open source CMS - by El Forum - 01-26-2010, 05:35 PM
SiteManagr - A simple open source CMS - by El Forum - 01-27-2010, 05:20 PM
SiteManagr - A simple open source CMS - by El Forum - 01-27-2010, 06:12 PM
SiteManagr - A simple open source CMS - by El Forum - 01-27-2010, 06:32 PM
SiteManagr - A simple open source CMS - by El Forum - 01-28-2010, 12:02 AM
SiteManagr - A simple open source CMS - by El Forum - 01-28-2010, 08:25 AM
SiteManagr - A simple open source CMS - by El Forum - 01-28-2010, 11:44 AM
SiteManagr - A simple open source CMS - by El Forum - 01-28-2010, 10:09 PM
SiteManagr - A simple open source CMS - by El Forum - 01-31-2010, 09:32 PM
SiteManagr - A simple open source CMS - by El Forum - 01-31-2010, 11:09 PM
SiteManagr - A simple open source CMS - by El Forum - 02-01-2010, 08:09 AM
SiteManagr - A simple open source CMS - by El Forum - 02-06-2010, 05:34 AM
SiteManagr - A simple open source CMS - by El Forum - 06-17-2010, 12:59 PM
SiteManagr - A simple open source CMS - by El Forum - 07-20-2010, 07:51 AM
SiteManagr - A simple open source CMS - by El Forum - 07-21-2010, 08:21 AM
SiteManagr - A simple open source CMS - by El Forum - 07-21-2010, 09:46 AM
SiteManagr - A simple open source CMS - by El Forum - 07-21-2010, 11:16 AM
SiteManagr - A simple open source CMS - by El Forum - 08-21-2010, 08:59 AM
SiteManagr - A simple open source CMS - by El Forum - 08-25-2010, 11:25 AM
SiteManagr - A simple open source CMS - by El Forum - 09-25-2010, 08:11 AM
SiteManagr - A simple open source CMS - by El Forum - 09-30-2010, 04:00 AM
SiteManagr - A simple open source CMS - by El Forum - 09-30-2010, 03:25 PM
SiteManagr - A simple open source CMS - by El Forum - 10-01-2010, 02:00 AM
SiteManagr - A simple open source CMS - by El Forum - 10-28-2010, 07:05 AM
SiteManagr - A simple open source CMS - by El Forum - 07-29-2011, 09:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB