[REL] Pluz Ase Login page [REVCMS]

Flint

http://Dusk-Hotel.com
Jul 10, 2012
464
48
Well i saw Pluz's ASE Release and decieded to check it out it looked pretty neat so i thought why not make a login page for it, it's nothing that good it's just got a navigation bar with a marquee or w/e
use it or don't i don't know i just wanted it to fitin with PluzASE

Heres the release & images:
(Where it says Welcome to HOTELNAME Ase! i added a marquee effect so it moves...)
a251c4bec014f88f045c339c49936737.png


Replace your login code with this

Code:
<link href="app/tpl/skins/{skin}/hk/styles/styles.css" rel="stylesheet" type="text/css">
<div id="main">
    <div id="links"></div>
    <div id="header">
    <div class='cssmenu'>
<ul id="navigation">
  <b><marquee><h2>Welcome to {hotelName} ASE!</h2></marquee></b>
 
      </ul>
  </li>
</ul>
</div>
<div id="main">
    <div id="links"></div>
    <div class="header" id="login">
</div>
    <div id="site_conten" class="login">
      <div id="content_container" class="login">
 
        <div id="content" class="login">
          <!-- insert the page content here -->
 
          <h2><center>{hotelName} ASE</center></h2>
          <hr></hr>
          <p>Welcome to the {hotelName} Hotel All Seeing Eye. Your IP has been logged (<?php echo $_SERVER["REMOTE_ADDR"]; ?>)
            Please note any attempt to brute-force or exploit this system will be noticed by {hotelname} Administration so if you do not have clearance to this area, fuck off. <br /></p>
            <hr></hr>
            <?php echo $template->form->error; ?>
       
            <br />
                <form method="post" action="index.php?url=login">
                Username: <br /> <input type="text" name="username" class="login" style="width: 96%"/> <br /> <br />
                Password: <br /> <input type="password" name="password" class="login" style="width: 96%"/> <br /> <br /><br />
                        <input type="submit" value="Log into ASE" name="login" class="login"/>
                </form><br /><br />    <center>Powered by Pluz ASE<br><br><br></center>
        </div>
      </div>
    </div>
  </div>

Credits
Pluz
Me
Kryptos
(If i forgot anyone please post below)
 

L4SSE

New Member
Sep 16, 2012
3
1
The only thing you edited is adding the marquee and edited some css colours? Come on man, It's too simple to release.
 

Flint

http://Dusk-Hotel.com
Jul 10, 2012
464
48
The only thing you edited is adding the marquee and edited some css colours? Come on man, It's too simple to release.

it's nothing that good it's just got a navigation bar with a marquee or w/e

Like i said it's nothing that good, i just wanted the nav bar.
 

Users who are viewing this thread

Top