Esempio n. 1
0
    }
    $back_id = $last_back_id;
    //	array_pop($cap); //don't display current breadthumb
    $caption = implode($cap, ' > ');
}
if (isset($ret) && ($ret === false || is_numeric($ret))) {
    if (is_numeric($ret)) {
        $b = $back_id + 2 - $ret;
    } else {
        $b = $back_id + 1;
    }
    $stack = array_slice($stack, 0, $b);
    header('Location: mobile.php');
    exit;
}
$csses = Epesi::get_csses();
if (IPHONE) {
    ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta id="viewport" name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
	<title>epesi CRM</title>
	<link rel="stylesheet" href="libs/UiUIKit/stylesheets/iphone.css" />
	<link rel="apple-touch-icon" href="images/apple-favicon.png" />
	<script type="text/javascript" charset="utf-8">
		function clickclear(thisfield, defaulttext) {
			if (thisfield.value == defaulttext) {
				thisfield.value = "";
			}