/[cvs]/bareface/yakka/actions/YakkaActionUserLogin.php
ViewVC logotype

Annotation of /bareface/yakka/actions/YakkaActionUserLogin.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Jan 5 00:22:25 2003 UTC (21 years, 6 months ago) by bareface
Branch: MAIN
CVS Tags: HEAD
init;

1 bareface 1.1 <?php
2    
3     class YakkaActionUserLogin {
4     function YakkaActionUserLogin(&$engine) {
5     $this->engine = &$engine;
6     }
7    
8     function run($parameters = null) {
9     return "<userlogin><input type='text' id='".$this->engine->arguments->getArgumentName("username")."' caption='Your Name:'/><input type='password' id='".$this->engine->arguments->getArgumentName("password")."' caption='Your Password:'/></userlogin>";
10     }
11     }
12    
13     ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed