[HepData-svn] r1486 - review-cgi

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Nov 11 14:35:47 GMT 2011


Author: whalley
Date: Fri Nov 11 14:35:46 2011
New Revision: 1486

Log:
adding script for F2 review

Added:
   review-cgi/struct3   (contents, props changed)

Added: review-cgi/struct3
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ review-cgi/struct3	Fri Nov 11 14:35:46 2011	(r1486)
@@ -0,0 +1,55 @@
+#!/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


More information about the HepData-svn mailing list