mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
fixed to proper path
--HG-- branch : rc-botanic-webdev
This commit is contained in:
parent
d7db141324
commit
6973070230
2 changed files with 5 additions and 5 deletions
|
@ -131,15 +131,15 @@
|
|||
<li><a class="ajax-link" href="chart.php"><i class="icon-list-alt"></i><span class="hidden-tablet"> Charts</span></a></li>
|
||||
<li><a class="ajax-link" href="typography.php"><i class="icon-font"></i><span class="hidden-tablet"> Typography</span></a></li>
|
||||
<li><a class="ajax-link" href="gallery.php"><i class="icon-picture"></i><span class="hidden-tablet"> Gallery</span></a></li>
|
||||
<li class="nav-header hidden-tablet.php">Sample Section</li>
|
||||
<li class="nav-header hidden-tablet">Sample Section</li>
|
||||
<li><a class="ajax-link" href="table.php"><i class="icon-align-justify"></i><span class="hidden-tablet"> Tables</span></a></li>
|
||||
<li><a class="ajax-link" href="calendar.php"><i class="icon-calendar"></i><span class="hidden-tablet"> Calendar</span></a></li>
|
||||
<li><a class="ajax-link" href="grid.php"><i class="icon-th"></i><span class="hidden-tablet"> Grid</span></a></li>
|
||||
<li><a class="ajax-link" href="file-manager.php"><i class="icon-folder-open"></i><span class="hidden-tablet"> File Manager</span></a></li>
|
||||
<li><a href="tour"><i class="icon-globe.php"></i><span class="hidden-tablet"> Tour</span></a></li>
|
||||
<li><a href="tour.php"><i class="icon-globe"></i><span class="hidden-tablet"> Tour</span></a></li>
|
||||
<li><a class="ajax-link" href="icon.php"><i class="icon-star"></i><span class="hidden-tablet"> Icons</span></a></li>
|
||||
<li><a href="error"><i class="icon-ban-circle.php"></i><span class="hidden-tablet"> Error Page</span></a></li>
|
||||
<li><a href="login"><i class="icon-lock.php"></i><span class="hidden-tablet"> Login Page</span></a></li>
|
||||
<li><a href="error.php"><i class="icon-ban-circle"></i><span class="hidden-tablet"> Error Page</span></a></li>
|
||||
<li><a href="login.php"><i class="icon-lock"></i><span class="hidden-tablet"> Login Page</span></a></li>
|
||||
</ul>
|
||||
<label id="for-is-ajax" class="hidden-tablet" for="is-ajax"><input id="is-ajax" type="checkbox"> Ajax on menu</label>
|
||||
</div><!--/.well -->
|
||||
|
|
|
@ -13,7 +13,7 @@ include('header.php'); ?>
|
|||
<div class="alert alert-info">
|
||||
Please login with your Username and Password.
|
||||
</div>
|
||||
<form class="form-horizontal" action="index" method="post">
|
||||
<form class="form-horizontal" action="index.php" method="post">
|
||||
<fieldset>
|
||||
<div class="input-prepend" title="Username" data-rel="tooltip">
|
||||
<span class="add-on"><i class="icon-user"></i></span><input autofocus class="input-large span10" name="username" id="username" type="text" value="admin" />
|
||||
|
|
Loading…
Reference in a new issue