tadd second to fourth figures - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
(HTM) git clone git://src.adamsgaard.dk/cosmo
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2fc87d1587317451f83f649f93fd5f12dc8d9827
(DIR) parent 46aa6835451c3ed92e9fabf54122003e54d1d658
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 29 Sep 2015 16:03:16 +0200
add second to fourth figures
Diffstat:
M index.php | 78 +++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/index.php b/index.php
t@@ -158,6 +158,84 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
</div>
</div>
+ <div class="row">
+ <div class="col s12 m8 offset-m2">
+ <div class="card">
+ <div class="card-image">
+ <img src="output/<?php
+ echo($_GET['results_id']); ?>_Walks-2.png">
+ <span class="card-title">Second figure</span>
+ </div>
+ <div class="card-content">
+ <p>This is the second figure, and it shows this and that.</p>
+ </div>
+ <div class="card-action">
+ <a href="output/<?php
+ echo($_GET['results_id']); ?>_Walks-2.png"
+ target="_blank">Link to PNG</a>
+ <a href="output/<?php
+ echo($_GET['results_id']); ?>_Walks-2.pdf"
+ target="_blank">Link to PDF</a>
+ <a href="output/<?php
+ echo($_GET['results_id']); ?>_Walks-2.fig"
+ target="_blank">Link to FIG</a>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col s12 m8 offset-m2">
+ <div class="card">
+ <div class="card-image">
+ <img src="output/<?php
+ echo($_GET['results_id']); ?>_Walks-3.png">
+ <span class="card-title">Third figure</span>
+ </div>
+ <div class="card-content">
+ <p>This is the third figure, and it shows this and that.</p>
+ </div>
+ <div class="card-action">
+ <a href="output/<?php
+ echo($_GET['results_id']); ?>_Walks-3.png"
+ target="_blank">Link to PNG</a>
+ <a href="output/<?php
+ echo($_GET['results_id']); ?>_Walks-3.pdf"
+ target="_blank">Link to PDF</a>
+ <a href="output/<?php
+ echo($_GET['results_id']); ?>_Walks-3.fig"
+ target="_blank">Link to FIG</a>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col s12 m8 offset-m2">
+ <div class="card">
+ <div class="card-image">
+ <img src="output/<?php
+ echo($_GET['results_id']); ?>_Walks-4.png">
+ <span class="card-title">Fourth figure</span>
+ </div>
+ <div class="card-content">
+ <p>This is the fourth figure, and it shows this and that.</p>
+ </div>
+ <div class="card-action">
+ <a href="output/<?php
+ echo($_GET['results_id']); ?>_Walks-4.png"
+ target="_blank">Link to PNG</a>
+ <a href="output/<?php
+ echo($_GET['results_id']); ?>_Walks-4.pdf"
+ target="_blank">Link to PDF</a>
+ <a href="output/<?php
+ echo($_GET['results_id']); ?>_Walks-4.fig"
+ target="_blank">Link to FIG</a>
+ </div>
+ </div>
+ </div>
+ </div>
+
<?php
} else {
?>