Пример #1
0
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
require_once "ui.inc";
require_once "utils.inc";
require_once "crawls.inc";
$gSlice = getParam('s', 'All');
$gTitle = "Trends";
?>
<!doctype html>
<html>
<head>
<title><?php 
echo genTitle($gTitle);
?>
</title>
<meta charset="UTF-8">

<?php 
echo headfirst();
?>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>

<body>

<?php 
echo uiHeader($gTitle);
?>
Пример #2
0
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
ini_set('display_errors', '1');
require_once "utils.inc";
require_once "ui.inc";
require_once "urls.inc";
$gTitle = "Admin";
?>
<!doctype html>
<html>
<head>
<title><?php 
genTitle($gTitle);
?>
</title>
<meta charset="UTF-8">

<?php 
echo headfirst();
?>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>

<body>
<?php 
echo uiHeader($gTitle);
?>
Пример #3
0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
require_once "ui.inc";
require_once "utils.inc";
$gTitle = "HTTP Archive";
?>
<!doctype html>
<html>
<head>	
<title><?php 
echo genTitle();
?>
</title>
<meta charset="UTF-8">

<?php 
echo headfirst();
?>
<link type="text/css" rel="stylesheet" href="style.css" />
<style>
.column {
	float: left;
	width: 50%; }
h2 {
	clear: both; }
.arrow { 
Пример #4
0
$url = $pageData['url'];
$urlencoded = urlencode($url);
$wptid = $pageData['wptid'];
$wptrun = $pageData['wptrun'];
$onLoad = $pageData['onLoad'];
$renderStart = $pageData['renderStart'];
$gRank = rank($url, $gPageid);
$wptServer = wptServer();
$harfileWptUrl = wptHarFileUrl($wptid, $wptrun, 0);
?>
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php 
echo genTitle(htmlentities($url));
?>
</title>

<?php 
echo headfirst();
?>
<link type="text/css" rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="harviewer/css/harViewer.css" type="text/css">
</head>

<body class=viewsite id=top>
<?php 
echo uiHeader($gTitle);
?>