Update of /cvsroot/phpwebapp/web_app/webobjects/datebox
In directory sc8-pr-cvs1:/tmp/cvs-serv29261/webobjects/datebox
Modified Files:
datebox.php datebox.html
Log Message:
* added some comments (that are handled by phpDocumentor)
for dividing the code into packages and subpackages
* replaced .gif images by .png images
Index: datebox.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** datebox.php 16 Jul 2003 09:27:59 -0000 1.2
--- datebox.php 11 Aug 2003 16:17:51 -0000 1.3
***************
*** 1,3 ****
--- 1,7 ----
<?php
+ /**
+ * @package webobjects
+ * @subpackage datebox
+ */
class datebox extends WebObject
{
Index: datebox.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** datebox.html 16 Jul 2003 09:27:59 -0000 1.2
--- datebox.html 11 Aug 2003 16:17:51 -0000 1.3
***************
*** 10,14 ****
onfocus="blur()" />
<input type="image"
! src="{{./}}show_calendar.gif" width="12" height="12"
onclick="show_calendar(this.form.name+'.text_{{obj_name}}',
null, null, '{{format}}');"
--- 10,14 ----
onfocus="blur()" />
<input type="image"
! src="{{./}}show_calendar.png" width="12" height="12"
onclick="show_calendar(this.form.name+'.text_{{obj_name}}',
null, null, '{{format}}');"
|