Page MenuHomeHEPForge

struct3
No OneTemporary

#!/bin/csh
echo 'Content-Type: text/html'
echo ''
set temp1 = `echo $PATH_INFO | cut -d "/" -f -4`
set temp2 = `echo $PATH_INFO | cut -d "/" -f 5`
cat << ==CAT_END==
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'><html>
<head>
<style TYPE='text/css'>
A:link {color:blue;
text-decoration:underline;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 10pt;
font-weight:bold;}
A:visited {color:blue;
text-decoration:underline;
font-size: 10pt;
font-family: arial, verdana, helvetica, sans-serif;
font-weight:bold;}
A:hover {color:red;
text-decoration:underline;
font-size: 10pt;
font-family: arial, verdana, helvetica, sans-serif;
font-weight:bold;}
TH {background-color:#bbbbbb}
TD {background-color:#eeeeee}
</STYLE>
<link rel='stylesheet' href='/review/quarkonii/hepdata.css' type='text/css'>
</head>
<body>
<table border=1 cellpadding=15pt>
<tr>
<td bgcolor='#DDDDDD' valign='top'>
==CAT_END==
cat /home/whalley/review/f2/structcont.shtml
echo "</td>"
echo "<td bgcolor='#EEEEEE' valign='top'>"
cat /home/whalley/review/f2/structtop.shtml
echo "</td>"
echo "</tr>"
echo "<tr>"
echo "<td valign='top'>"
cat /home/whalley/review/f2/struct1.shtml
echo "</td>"
echo "<td bgcolor='#FFFFca' valign='top'>"
echo "<title>BCDMS structure function data</title>"
#echo "<body bgcolor=#ffffff>"
echo "<pre>"
cat /home/whalley/review/f2/data/$PATH_INFO
echo "</pre>"
echo "</body>"
echo "</html>"
exit

File Metadata

Mime Type
text/x-shellscript
Expires
Mon, Feb 24, 6:42 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4483049
Default Alt Text
struct3 (1 KB)

Event Timeline