[xoops-cvslog 4965] CVS update: xoops2jp/html/modules/base/class

Back to archive index

Minahito minah****@users*****
2006年 10月 13日 (金) 14:06:55 JST


Index: xoops2jp/html/modules/base/class/PageNavigator.class.php
diff -u xoops2jp/html/modules/base/class/PageNavigator.class.php:1.1.2.3.2.2 xoops2jp/html/modules/base/class/PageNavigator.class.php:removed
--- xoops2jp/html/modules/base/class/PageNavigator.class.php:1.1.2.3.2.2	Fri Sep 29 17:14:01 2006
+++ xoops2jp/html/modules/base/class/PageNavigator.class.php	Fri Oct 13 14:06:55 2006
@@ -1,37 +0,0 @@
-<?php
-
-if (!defined('XOOPS_ROOT_PATH')) exit();
-
-require_once XOOPS_ROOT_PATH . "/core/XCube_PageNavigator.class.php";
-
-class Legacy_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