[xoops-cvslog 4952] CVS update: xoops2jp/html/modules/legacyRender/class

Back to archive index

Minahito minah****@users*****
2006年 10月 12日 (木) 22:56:37 JST


Index: xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php
diff -u xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php:1.1.2.1.2.2 xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php:removed
--- xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php:1.1.2.1.2.2	Fri Sep 29 17:14:34 2006
+++ xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php	Thu Oct 12 22:56:37 2006
@@ -1,37 +0,0 @@
-<?php
-
-if (!defined('XOOPS_ROOT_PATH')) exit();
-
-require_once XOOPS_ROOT_PATH . "/core/XCube_PageNavigator.class.php";
-
-class LegacyRender_PageNavigator extends XCube_PageNavigator
-{
-	function getRenderSortUrl()
-	{
-		return parent::renderSortUrl('sort');
-	}
-
-	function renderHidden($sort = null)
-	{
-		if ($mask == null) {
-			$mask = array();
-		}
-		elseif (!is_array($mask)) {
-			$mask = array($mask);
-		}
-	
-		$ret = null;
-	
-		foreach ($this->mExtra as $key => $value) {
-		}
-	
-		if (!isset($mask[$key])) {
-			$value = htmlspecialchars($value, ENT_QUOTES);
-			$ret .= "<input type=\"hidden\" name=\"${key}\" value=\"${value}\" />";
-		}
-	
-		return $ret;
-	}
-}
-
-?>


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