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

Back to archive index

Minahito minah****@users*****
2006年 9月 23日 (土) 00:47:21 JST


Index: xoops2jp/html/class/xoopsform/formcheckbox.php
diff -u xoops2jp/html/class/xoopsform/formcheckbox.php:1.2.8.1 xoops2jp/html/class/xoopsform/formcheckbox.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formcheckbox.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formcheckbox.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formcheckbox.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: formcheckbox.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -155,9 +155,9 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_checkbox.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
-	
+		
 		return $renderTarget->getResult();
 	}
 }
Index: xoops2jp/html/class/xoopsform/formelementtray.php
diff -u xoops2jp/html/class/xoopsform/formelementtray.php:1.2.8.1 xoops2jp/html/class/xoopsform/formelementtray.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formelementtray.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formelementtray.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formelementtray.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: formelementtray.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -171,7 +171,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_elementtray.html");
 		$renderTarget->setAttribute("tray", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/grouppermform.php
diff -u xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.2 xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.3
--- xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.2	Fri Sep 22 18:18:14 2006
+++ xoops2jp/html/class/xoopsform/grouppermform.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php 
-// $Id: grouppermform.php,v 1.2.8.2 2006/09/22 09:18:14 minahito Exp $
+// $Id: grouppermform.php,v 1.2.8.3 2006/09/22 15:47:21 minahito Exp $
 // ------------------------------------------------------------------------ //
 // XOOPS - PHP Content Management System                      //
 // Copyright (c) 2000-2003 XOOPS.org                           //
@@ -159,7 +159,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_grouppermform.html");
 		$renderTarget->setAttribute("form", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formdhtmltextarea.php
diff -u xoops2jp/html/class/xoopsform/formdhtmltextarea.php:1.2.8.4 xoops2jp/html/class/xoopsform/formdhtmltextarea.php:1.2.8.5
--- xoops2jp/html/class/xoopsform/formdhtmltextarea.php:1.2.8.4	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formdhtmltextarea.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formdhtmltextarea.php,v 1.2.8.4 2006/09/22 09:18:16 minahito Exp $
+// $Id: formdhtmltextarea.php,v 1.2.8.5 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -92,7 +92,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_dhtmltextarea.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		$ret = $renderTarget->getResult();
@@ -119,9 +119,9 @@
 		$renderTarget->setAttribute("element", $this);
 		$renderTarget->setAttribute("smilesArr", $smilesArr);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
-	
+		
 		return $renderTarget->getResult();
     }
 }
Index: xoops2jp/html/class/xoopsform/themeform.php
diff -u xoops2jp/html/class/xoopsform/themeform.php:1.2.8.1 xoops2jp/html/class/xoopsform/themeform.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/themeform.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/themeform.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: themeform.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: themeform.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -88,7 +88,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_themeform.html");
 		$renderTarget->setAttribute("form", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		$ret = $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formtext.php
diff -u xoops2jp/html/class/xoopsform/formtext.php:1.2.8.1 xoops2jp/html/class/xoopsform/formtext.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formtext.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formtext.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formtext.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: formtext.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -134,7 +134,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_text.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formfile.php
diff -u xoops2jp/html/class/xoopsform/formfile.php:1.2.8.1 xoops2jp/html/class/xoopsform/formfile.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formfile.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formfile.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formfile.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: formfile.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -90,7 +90,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_file.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formbutton.php
diff -u xoops2jp/html/class/xoopsform/formbutton.php:1.2.8.1 xoops2jp/html/class/xoopsform/formbutton.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formbutton.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formbutton.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formbutton.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: formbutton.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -118,7 +118,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_button.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/simpleform.php
diff -u xoops2jp/html/class/xoopsform/simpleform.php:1.2.8.1 xoops2jp/html/class/xoopsform/simpleform.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/simpleform.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/simpleform.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: simpleform.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: simpleform.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -68,7 +68,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_simpleform.html");
 		$renderTarget->setAttribute("form", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formhidden.php
diff -u xoops2jp/html/class/xoopsform/formhidden.php:1.2.8.1 xoops2jp/html/class/xoopsform/formhidden.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formhidden.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formhidden.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formhidden.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: formhidden.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -97,7 +97,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_hidden.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formlabel.php
diff -u xoops2jp/html/class/xoopsform/formlabel.php:1.2.8.1 xoops2jp/html/class/xoopsform/formlabel.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formlabel.php:1.2.8.1	Fri Sep 22 18:18:15 2006
+++ xoops2jp/html/class/xoopsform/formlabel.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formlabel.php,v 1.2.8.1 2006/09/22 09:18:15 minahito Exp $
+// $Id: formlabel.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -86,7 +86,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_label.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formpassword.php
diff -u xoops2jp/html/class/xoopsform/formpassword.php:1.2.8.1 xoops2jp/html/class/xoopsform/formpassword.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formpassword.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formpassword.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formpassword.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: formpassword.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -136,7 +136,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_password.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formselect.php
diff -u xoops2jp/html/class/xoopsform/formselect.php:1.2.8.2 xoops2jp/html/class/xoopsform/formselect.php:1.2.8.3
--- xoops2jp/html/class/xoopsform/formselect.php:1.2.8.2	Fri Sep 22 22:55:43 2006
+++ xoops2jp/html/class/xoopsform/formselect.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formselect.php,v 1.2.8.2 2006/09/22 13:55:43 nobunobu Exp $
+// $Id: formselect.php,v 1.2.8.3 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -185,7 +185,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_select.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formradio.php
diff -u xoops2jp/html/class/xoopsform/formradio.php:1.2.8.1 xoops2jp/html/class/xoopsform/formradio.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formradio.php:1.2.8.1	Fri Sep 22 18:18:15 2006
+++ xoops2jp/html/class/xoopsform/formradio.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formradio.php,v 1.2.8.1 2006/09/22 09:18:15 minahito Exp $
+// $Id: formradio.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -144,7 +144,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_radio.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formtextarea.php
diff -u xoops2jp/html/class/xoopsform/formtextarea.php:1.2.8.1 xoops2jp/html/class/xoopsform/formtextarea.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/formtextarea.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formtextarea.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formtextarea.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: formtextarea.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -134,7 +134,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_textarea.html");
 		$renderTarget->setAttribute("element", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/formtextdateselect.php
diff -u xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.3 xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.4
--- xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.3	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/formtextdateselect.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formtextdateselect.php,v 1.2.8.3 2006/09/22 09:18:16 minahito Exp $
+// $Id: formtextdateselect.php,v 1.2.8.4 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -68,7 +68,7 @@
         $jstime = formatTimestamp($this->getValue(), '"F j, Y H:i:s"');
         include_once XOOPS_ROOT_PATH.'/include/calendarjs.php';
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();
Index: xoops2jp/html/class/xoopsform/tableform.php
diff -u xoops2jp/html/class/xoopsform/tableform.php:1.2.8.1 xoops2jp/html/class/xoopsform/tableform.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/tableform.php:1.2.8.1	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/tableform.php	Sat Sep 23 00:47:21 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: tableform.php,v 1.2.8.1 2006/09/22 09:18:16 minahito Exp $
+// $Id: tableform.php,v 1.2.8.2 2006/09/22 15:47:21 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -70,7 +70,7 @@
 		$renderTarget->setTemplateName("legacy_xoopsform_tableform.html");
 		$renderTarget->setAttribute("form", $this);
 
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();


xoops-cvslog メーリングリストの案内
Back to archive index