2013-08-09 00:44:43 +02:00
|
|
|
<?php if(!class_exists('raintpl')){exit;}?><?php $tpl = new RainTPL;$tpl_dir_temp = self::$tpl_dir;$tpl->assign( $this->var );$tpl->draw( dirname("header") . ( substr("header",-1,1) != "/" ? "/" : "" ) . basename("header") );?>
|
|
|
|
|
|
|
|
|
2013-08-09 23:43:56 +02:00
|
|
|
<h1 id="title"><?php echo $instance_title;?> - Connexion</h1>
|
2013-08-09 00:44:43 +02:00
|
|
|
|
2013-08-09 23:43:56 +02:00
|
|
|
<form method="post" action="index.php?do=connect" id="connexion_form">
|
|
|
|
<p><label for="login" class="label-block">Username : </label><input type="text" name="login" id="login"/></p>
|
|
|
|
<p><label for="password" class="label-block">Password : </label><input type="password" name="password" id="password"/></p>
|
2013-08-09 00:44:43 +02:00
|
|
|
<p><input type="submit" value="Connect"/></p>
|
|
|
|
</form>
|