mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 03:01:27 +00:00
o removed date stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7096ad93e9
commit
99f54fcad2
3 changed files with 0 additions and 23 deletions
|
@ -14,12 +14,6 @@ Form: GSWForm
|
|||
name = "loginForm";
|
||||
}
|
||||
|
||||
CurrentDate: GSWHiddenField
|
||||
{
|
||||
value = currentDate;
|
||||
name = "currentDate";
|
||||
};
|
||||
|
||||
User: GSWTextField
|
||||
{
|
||||
value = user;
|
||||
|
@ -34,7 +28,6 @@ Submit: GSWSubmitButton
|
|||
{
|
||||
action = login;
|
||||
value = "Login";
|
||||
onClick = onClickString;
|
||||
}
|
||||
|
||||
Reset: GSWResetButton
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<gsweb name="Form">
|
||||
<gsweb name="CurrentDate"></gsweb>
|
||||
<center>
|
||||
<gsweb name="MessageConditional">
|
||||
<b><gsweb name="Message"></gsweb><br></b>
|
||||
|
|
|
@ -133,20 +133,5 @@ RCS_ID("$Id$")
|
|||
return _nextPage;
|
||||
};
|
||||
|
||||
-(NSString*)currentDate
|
||||
{
|
||||
return @"--";
|
||||
};
|
||||
|
||||
-(void)setCurrentDate:(NSString*)date_
|
||||
{
|
||||
NSDebugMLog(@"FDdate_=%@",date_);
|
||||
};
|
||||
|
||||
-(NSString*)onClickString
|
||||
{
|
||||
return @"d=Date(); this.form.currentDate.value=Date.UTC(d.getYear(),d.getMonth(),d.getDay(),d.getHours(),d.getMinutes(),d.getSeconds())";
|
||||
};
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue