[HepData-svn] r1399 - review-cgi

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Sep 22 16:05:26 BST 2010


Author: whalley
Date: Wed Sep 22 16:05:26 2010
New Revision: 1399

Log:
initial import

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

Added: review-cgi/quarkonii
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ review-cgi/quarkonii	Wed Sep 22 16:05:26 2010	(r1399)
@@ -0,0 +1,80 @@
+#!/bin/csh
+echo 'Content-Type: text/html'
+echo ''
+
+set temp1 = `echo $PATH_INFO | cut -d "/" -f 2`
+set temp2 = `echo $PATH_INFO | cut -d "/" -f 3`	
+
+/usr/bin/wget -O /var/www/plots/xxxxplot.png http://hepdata.cedar.ac.uk/plotimage/hepdata-irn$temp1-$temp2-x01-ylog1_200.png
+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 bgcolor=#ffffdd>
+
+<table border=1 cellpadding=15pt>
+
+<tr>
+<td bgcolor='#DDDDDD' valign='top'>
+==CAT_END==
+cat /home/whalley/review/quarkonii/cont.shtml
+cat << ==CAT_END==
+</td>
+
+<td bgcolor='#EEEEEE' valign='center'>
+==CAT_END==
+cat /home/whalley/review/quarkonii/top.shtml
+cat << ==CAT_END==
+</td>
+<td>
+<img src='/review-plots/xxxxplot.png' height='100' width='100'>"
+</td>
+</tr>
+
+<tr>
+<td valign='top'>
+==CAT_END==
+cat /home/whalley/review/quarkonii/navig.shtml
+cat << ==CAT_END==
+</td>
+
+<td bgcolor='#FFFFca' valign='top' colspan='2'>
+==CAT_END==
+
+#/usr/bin/wget -O - http://hepdata.cedar.ac.uk/h3test/ViewTable/$PATH_INFO/
+/usr/bin/wget -O - http://hepdata.cedar.ac.uk/ViewTable/$PATH_INFO/
+#echo "<br>"
+
+#echo "<img src='/review-plots/xxxxplot.png' height='200' width='200'>"
+#echo '</td>'
+
+
+echo "</tr>"
+echo "</table>"
+echo "</html>"
+
+exit


More information about the HepData-svn mailing list