[xoops-cvslog 5797] CVS update: xoops2jp/html/class/xoopsform

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 11月 11日 (土) 18:34:14 JST


Index: xoops2jp/html/class/xoopsform/formhidden.php
diff -u xoops2jp/html/class/xoopsform/formhidden.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/formhidden.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/formhidden.php:1.2.8.2.2.2	Sun Oct 15 00:34:21 2006
+++ xoops2jp/html/class/xoopsform/formhidden.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formhidden.php,v 1.2.8.2.2.2 2006/10/14 15:34:21 minahito Exp $
+// $Id: formhidden.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -99,7 +99,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_hidden.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/themeform.php
diff -u xoops2jp/html/class/xoopsform/themeform.php:1.2.8.3.2.2 xoops2jp/html/class/xoopsform/themeform.php:1.2.8.3.2.3
--- xoops2jp/html/class/xoopsform/themeform.php:1.2.8.3.2.2	Sun Oct 15 00:36:16 2006
+++ xoops2jp/html/class/xoopsform/themeform.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: themeform.php,v 1.2.8.3.2.2 2006/10/14 15:36:16 minahito Exp $
+// $Id: themeform.php,v 1.2.8.3.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -83,7 +83,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_themeform.html");
 		$renderTarget->setAttribute("form", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		$ret = $renderTarget->getResult();
 		$ret .= $this->renderValidationJS( true );
Index: xoops2jp/html/class/xoopsform/formbutton.php
diff -u xoops2jp/html/class/xoopsform/formbutton.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/formbutton.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/formbutton.php:1.2.8.2.2.2	Sun Oct 15 00:33:19 2006
+++ xoops2jp/html/class/xoopsform/formbutton.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formbutton.php,v 1.2.8.2.2.2 2006/10/14 15:33:19 minahito Exp $
+// $Id: formbutton.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -120,7 +120,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_button.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/formdhtmltextarea.php
diff -u xoops2jp/html/class/xoopsform/formdhtmltextarea.php:1.2.8.6.2.2 xoops2jp/html/class/xoopsform/formdhtmltextarea.php:1.2.8.6.2.3
--- xoops2jp/html/class/xoopsform/formdhtmltextarea.php:1.2.8.6.2.2	Sun Oct 15 00:33:53 2006
+++ xoops2jp/html/class/xoopsform/formdhtmltextarea.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formdhtmltextarea.php,v 1.2.8.6.2.2 2006/10/14 15:33:53 minahito Exp $
+// $Id: formdhtmltextarea.php,v 1.2.8.6.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -94,7 +94,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_dhtmltextarea.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		$ret = $renderTarget->getResult();
         $ret .= $this->_renderSmileys();
@@ -121,7 +121,7 @@
 		$renderTarget->setAttribute("element", $this);
 		$renderTarget->setAttribute("smilesArr", $smilesArr);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 		
 		return $renderTarget->getResult();
     }
Index: xoops2jp/html/class/xoopsform/formselect.php
diff -u xoops2jp/html/class/xoopsform/formselect.php:1.2.8.3.2.2 xoops2jp/html/class/xoopsform/formselect.php:1.2.8.3.2.3
--- xoops2jp/html/class/xoopsform/formselect.php:1.2.8.3.2.2	Sun Oct 15 00:35:00 2006
+++ xoops2jp/html/class/xoopsform/formselect.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formselect.php,v 1.2.8.3.2.2 2006/10/14 15:35:00 minahito Exp $
+// $Id: formselect.php,v 1.2.8.3.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -187,7 +187,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_select.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/form.php
diff -u xoops2jp/html/class/xoopsform/form.php:1.2.8.4.2.3 xoops2jp/html/class/xoopsform/form.php:1.2.8.4.2.4
--- xoops2jp/html/class/xoopsform/form.php:1.2.8.4.2.3	Sun Nov  5 15:34:37 2006
+++ xoops2jp/html/class/xoopsform/form.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: form.php,v 1.2.8.4.2.3 2006/11/05 06:34:37 minahito Exp $
+// $Id: form.php,v 1.2.8.4.2.4 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -397,7 +397,7 @@
 		$renderTarget->setAttribute('required', $required);
 		$renderTarget->setAttribute('required_count', $reqcount);
 		
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 		
Index: xoops2jp/html/class/xoopsform/formfile.php
diff -u xoops2jp/html/class/xoopsform/formfile.php:1.2.8.2.2.3 xoops2jp/html/class/xoopsform/formfile.php:1.2.8.2.2.4
--- xoops2jp/html/class/xoopsform/formfile.php:1.2.8.2.2.3	Sun Oct 15 00:34:12 2006
+++ xoops2jp/html/class/xoopsform/formfile.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formfile.php,v 1.2.8.2.2.3 2006/10/14 15:34:12 minahito Exp $
+// $Id: formfile.php,v 1.2.8.2.2.4 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -92,7 +92,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_file.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/formlabel.php
diff -u xoops2jp/html/class/xoopsform/formlabel.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/formlabel.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/formlabel.php:1.2.8.2.2.2	Sun Oct 15 00:34:31 2006
+++ xoops2jp/html/class/xoopsform/formlabel.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formlabel.php,v 1.2.8.2.2.2 2006/10/14 15:34:31 minahito Exp $
+// $Id: formlabel.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -88,7 +88,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_label.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/formtextarea.php
diff -u xoops2jp/html/class/xoopsform/formtextarea.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/formtextarea.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/formtextarea.php:1.2.8.2.2.2	Sun Oct 15 00:35:18 2006
+++ xoops2jp/html/class/xoopsform/formtextarea.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formtextarea.php,v 1.2.8.2.2.2 2006/10/14 15:35:18 minahito Exp $
+// $Id: formtextarea.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -136,7 +136,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_textarea.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/tableform.php
diff -u xoops2jp/html/class/xoopsform/tableform.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/tableform.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/tableform.php:1.2.8.2.2.2	Sun Oct 15 00:36:04 2006
+++ xoops2jp/html/class/xoopsform/tableform.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: tableform.php,v 1.2.8.2.2.2 2006/10/14 15:36:04 minahito Exp $
+// $Id: tableform.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -72,7 +72,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_tableform.html");
 		$renderTarget->setAttribute("form", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/formcheckbox.php
diff -u xoops2jp/html/class/xoopsform/formcheckbox.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/formcheckbox.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/formcheckbox.php:1.2.8.2.2.2	Sun Oct 15 00:33:32 2006
+++ xoops2jp/html/class/xoopsform/formcheckbox.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formcheckbox.php,v 1.2.8.2.2.2 2006/10/14 15:33:32 minahito Exp $
+// $Id: formcheckbox.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -157,7 +157,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_checkbox.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 		
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/formtext.php
diff -u xoops2jp/html/class/xoopsform/formtext.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/formtext.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/formtext.php:1.2.8.2.2.2	Sun Oct 15 00:35:09 2006
+++ xoops2jp/html/class/xoopsform/formtext.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formtext.php,v 1.2.8.2.2.2 2006/10/14 15:35:09 minahito Exp $
+// $Id: formtext.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -136,7 +136,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_text.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/simpleform.php
diff -u xoops2jp/html/class/xoopsform/simpleform.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/simpleform.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/simpleform.php:1.2.8.2.2.2	Sun Oct 15 00:35:54 2006
+++ xoops2jp/html/class/xoopsform/simpleform.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: simpleform.php,v 1.2.8.2.2.2 2006/10/14 15:35:54 minahito Exp $
+// $Id: simpleform.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -70,7 +70,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_simpleform.html");
 		$renderTarget->setAttribute("form", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/formpassword.php
diff -u xoops2jp/html/class/xoopsform/formpassword.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/formpassword.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/formpassword.php:1.2.8.2.2.2	Sun Oct 15 00:34:40 2006
+++ xoops2jp/html/class/xoopsform/formpassword.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formpassword.php,v 1.2.8.2.2.2 2006/10/14 15:34:40 minahito Exp $
+// $Id: formpassword.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -138,7 +138,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_password.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/formradio.php
diff -u xoops2jp/html/class/xoopsform/formradio.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/formradio.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/formradio.php:1.2.8.2.2.2	Sun Oct 15 00:34:48 2006
+++ xoops2jp/html/class/xoopsform/formradio.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formradio.php,v 1.2.8.2.2.2 2006/10/14 15:34:48 minahito Exp $
+// $Id: formradio.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -146,7 +146,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_radio.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}
Index: xoops2jp/html/class/xoopsform/grouppermform.php
diff -u xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.3.2.3 xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.3.2.4
--- xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.3.2.3	Thu Nov  9 19:08:43 2006
+++ xoops2jp/html/class/xoopsform/grouppermform.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php 
-// $Id: grouppermform.php,v 1.2.8.3.2.3 2006/11/09 10:08:43 minahito Exp $
+// $Id: grouppermform.php,v 1.2.8.3.2.4 2006/11/11 09:34:14 minahito Exp $
 // ------------------------------------------------------------------------ //
 // XOOPS - PHP Content Management System                      //
 // Copyright (c) 2000-2003 XOOPS.org                           //
@@ -162,7 +162,7 @@
 		
 		$renderTarget->setAttribute("form", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
     }
Index: xoops2jp/html/class/xoopsform/formtextdateselect.php
diff -u xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.4.2.2 xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.4.2.3
--- xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.4.2.2	Sun Oct 15 00:35:27 2006
+++ xoops2jp/html/class/xoopsform/formtextdateselect.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formtextdateselect.php,v 1.2.8.4.2.2 2006/10/14 15:35:27 minahito Exp $
+// $Id: formtextdateselect.php,v 1.2.8.4.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -70,7 +70,7 @@
         $jstime = formatTimestamp($this->getValue(), '"F j, Y H:i:s"');
         include_once XOOPS_ROOT_PATH.'/include/calendarjs.php';	//< FIXME
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
     }
Index: xoops2jp/html/class/xoopsform/formelementtray.php
diff -u xoops2jp/html/class/xoopsform/formelementtray.php:1.2.8.2.2.2 xoops2jp/html/class/xoopsform/formelementtray.php:1.2.8.2.2.3
--- xoops2jp/html/class/xoopsform/formelementtray.php:1.2.8.2.2.2	Sun Oct 15 00:34:03 2006
+++ xoops2jp/html/class/xoopsform/formelementtray.php	Sat Nov 11 18:34:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formelementtray.php,v 1.2.8.2.2.2 2006/10/14 15:34:03 minahito Exp $
+// $Id: formelementtray.php,v 1.2.8.2.2.3 2006/11/11 09:34:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -173,7 +173,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_elementtray.html");
 		$renderTarget->setAttribute("tray", $this);
 
-		$renderSystem->renderWithTarget($renderTarget);
+		$renderSystem->render($renderTarget);
 	
 		return $renderTarget->getResult();
 	}


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index