comparison bin/html.pm @ 41:d78100e92431 draft

Uploaded
author romaingred
date Fri, 01 Dec 2017 05:30:36 -0500
parents 8c003382d582
children cb33c7d521c4
comparison
equal deleted inserted replaced
40:8c003382d582 41:d78100e92431
112 { 112 {
113 header($sub); 113 header($sub);
114 print $sub " 114 print $sub "
115 <div align=\"center\"> 115 <div align=\"center\">
116 <h2>$id</h2> 116 <h2>$id</h2>
117 <p> <img src=\"$id/histogram.png\" width=50%/></p> 117 <p> <img class=\"featurette-image\" src=\"$id/histogram.png\"/></p>
118 <p><a href=\"$id/overlap_size.txt\">ping pong signature</a></p> 118 <p><a href=\"$id/overlap_size.txt\">ping pong signature</a></p>
119 <p><a href=\"$id/sensPPP.txt\">sens reads with PPP</a></p> 119 <p><a href=\"$id/sensPPP.txt\">sens reads with PPP</a></p>
120 <p><a href=\"$id/antisensPPP.txt\">reverse reads with PPP</a></p> 120 <p><a href=\"$id/antisensPPP.txt\">reverse reads with PPP</a></p>
121 <p><a href=\"$id/sens.txt\">sens reads without PPP</a></p> 121 <p><a href=\"$id/sens.txt\">sens reads without PPP</a></p>
122 <p><a href=\"$id/antisens.txt\">reverse reads without PPP</a></p> 122 <p><a href=\"$id/antisens.txt\">reverse reads without PPP</a></p>
464 text-align: left; 464 text-align: left;
465 } 465 }
466 466
467 .featurette-image { 467 .featurette-image {
468 margin-top: 10px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */ 468 margin-top: 10px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
469 width: 600px; 469 width: 400px;
470 height: auto; 470 height: auto;
471 } 471 }
472 472
473 </style> 473 </style>
474 <link href=\"css/bootstrap-responsive.css\" rel=\"stylesheet\"> 474 <link href=\"css/bootstrap-responsive.css\" rel=\"stylesheet\">