コード例 #1
0
ファイル: enter_report.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "enter_tests_reports");
crumbSet("Entering a new test report");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
require "{$phpdir}/common.php";
$filename = date('mdY');
?>
<form action="enter_report_action.php" method="post">
<?php 
$reportdate = date('M d, Y');
print "<p>Date: {$reportdate}</p>\n";
?>
   
  <p>Product: 
コード例 #2
0
ファイル: release-me6000.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "release_matrix");
navDefine("release", "/nav_release.inc", "current", "release_index");
crumbSet("ME6000 Release");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
?>

<?php 
navInsertMarkup("release");
?>

<?php 
require "{$phpdir}/common.php";
$pdir = "me6000";
コード例 #3
0
ファイル: statmuxmon.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "s_monitor");
crumbSet("Statmux QA Monitor - Update every 1 mintue");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/common.php";
require "{$phpdir}/template/head.inc";
print '<meta http-equiv="refresh" content="60;' . $_SERVER['PHP_SELF'] . '" />';
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
?>
<b>
<li>View: <a href="http://europe/devwiki/QA/StatMux">Current Statmux Progress</a></li>
<li><a href="/statmux_memory.php">Statmux Memory Usage Statistics</a></li>
</b>
<?php 
$filename = "{$qa_logsdir}/statmuxstatus";
$output = PrintStatmuxMonitorList($filename);
コード例 #4
0
ファイル: test_bed.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "test_bed");
crumbSet("QA Test Bed - IPs/Ports Assignment");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/common.php";
require "{$phpdir}/template/head.inc";
echo gserveStatusRefreshTag(false);
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
?>
<p></p>
<pre>
<?php 
$filename = "{$qa_docsdir}/testbed.txt";
$output = GetFileContents($filename);
print $output;
?>
コード例 #5
0
ファイル: index.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "main_index");
crumbSet("QA Welcome");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
?>

<h4>Modulus Video QA</h4>

<p>The only place where you can find everything about
testing of Modulus Video Encoders and Decoders.
</p>
<p>
If you have any
questions or suggestions about this site, please contact <a
コード例 #6
0
ファイル: report-me1000.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "tests_reports");
navDefine("report", "/nav_report.inc", "current", "report_index");
crumbSet("ME1000 Test Reports");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
navInsertMarkup("report");
require "{$phpdir}/common.php";
$pdir = "me1000";
$dirname = "{$qa_reportdir}/{$pdir}";
?>
<h4>Test Report:</h4>
<p></p>
<p></p>
<p></p>
コード例 #7
0
ファイル: products.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "product_matrix");
navDefine("product", "/nav_product.inc", "current", "product_index");
crumbSet("Product Matrix");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
?>

<?php 
navInsertMarkup("product");
?>

<h4>Product Matrix</h4>

<p>
コード例 #8
0
ファイル: mvsearch_run.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "test_search");
crumbSet("MV Search Engine");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
require "{$phpdir}/common.php";
$filename = date('mdY');
?>
<form action="mvsearch_action.php" method="post">
<?php 
$reportdate = date('M d, Y');
print "<p>Date: {$reportdate}</p>\n";
?>
   
  <p>Hostname/IP:<input type="text" name = "host" value="" rows="1" cols="80"></input></p>
コード例 #9
0
ファイル: tests_tools.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "tests_tools");
crumbSet("Useful Test Tools");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
?>
<p></p>
<ul>
<?php 
require "{$phpdir}/common.php";
$flist = GetFileList($qa_toolsdir, false);
$read_content = GetFileContents("{$filename}", "", true);
while ($fpath = array_shift($flist)) {
    $filename = basename($fpath);
    print "<li><a href=\"/tests/tools/{$filename}\" title=\"{$filename}\">{$filename}</a></li>\n";
コード例 #10
0
ファイル: releases-hdenc3.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "releases_matrix");
navDefine("release", "/nav_release.inc", "current", "release_hdencthree");
crumbSet("Releases Matrix");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
?>

<?php 
require "{$phpdir}/build.php";
$edit_page = buildGetEditOrQueryPage();
if (strlen($edit_page) > 0) {
    echo $edit_page;
} else {
    navInsertMarkup("release");
コード例 #11
0
ファイル: info.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "web_info");
crumbSet("Info");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
?>
<p></p>
<ul>
<script language="JScript" type="text/jscript" runat="client">
  var WshShell = new ActiveXObject("WScript.Shell");
  WshShell.Run("c:\putty.exe");
</script>
<a href="cmdExec|c:\windows\systems32\taskmgr.exe">Run putty</a>
</ul>
<?php 
コード例 #12
0
ファイル: tests_plans.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "tests_plans");
crumbSet("Current Test Documents");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo crumbGet();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
?>
<p></p>
<ul>
<?php 
require "{$phpdir}/common.php";
$flist = GetFileList($qa_docsdir, false);
$read_content = GetFileContents("{$filename}", "", true);
while ($fpath = array_shift($flist)) {
    $filename = basename($fpath);
    print "<li><a href=\"/tests/docs/{$filename}\" title=\"{$filename}\">{$filename}</a></li>\n";
コード例 #13
0
ファイル: log.php プロジェクト: ttran82/scripts
<?php

$phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php";
require "{$phpdir}/template/top.inc";
require "{$phpdir}/template/includes.inc";
navDefine("main", "/nav_main.inc", "current", "log");
crumbSet("Log File");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php 
echo encoderTitleText();
?>
</title>
<?php 
require "{$phpdir}/template/head.inc";
?>
</head>
<body>
<?php 
require "{$phpdir}/template/body.inc";
require "{$phpdir}/log_file.inc";
$logfile = $_POST["logfile"];
showLog($logfile);
require "{$phpdir}/template/foot.inc";
?>
</body>
</html>