[Yuima-commits] r521 - in pkg/yuimaGUI/inst/yuimaGUI: . www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 15 22:13:33 CET 2016
Author: phoenix844
Date: 2016-11-15 22:13:33 +0100 (Tue, 15 Nov 2016)
New Revision: 521
Added:
pkg/yuimaGUI/inst/yuimaGUI/www/seville2016.png
Modified:
pkg/yuimaGUI/inst/yuimaGUI/server.R
pkg/yuimaGUI/inst/yuimaGUI/www/custom.css
pkg/yuimaGUI/inst/yuimaGUI/www/oviedo2016.png
Log:
added conference logos
Modified: pkg/yuimaGUI/inst/yuimaGUI/server.R
===================================================================
--- pkg/yuimaGUI/inst/yuimaGUI/server.R 2016-11-15 00:27:16 UTC (rev 520)
+++ pkg/yuimaGUI/inst/yuimaGUI/server.R 2016-11-15 21:13:33 UTC (rev 521)
@@ -40,9 +40,8 @@
output$certificates <- renderUI({
div(align = "center",
- HTML('<a href="http://cmstatistics.org/RegistrationsV2/COMPSTAT2016/viewSubmission.php?in=503&token=35qqr5sq3n5850n698190opn67p36q05">
- <img src="oviedo2016.png" class="thumbnail" height="100" width="100" />
- </a>')
+ HTML('<div id="certificate1" style="display: inline-block;"><img src="seville2016.png" class="thumbnail" height="100" width="100" /></div>
+ <div style="display: inline-block;"><img src="oviedo2016.png" class="thumbnail" height="100" width="100" /></div>')
)
})
Modified: pkg/yuimaGUI/inst/yuimaGUI/www/custom.css
===================================================================
--- pkg/yuimaGUI/inst/yuimaGUI/www/custom.css 2016-11-15 00:27:16 UTC (rev 520)
+++ pkg/yuimaGUI/inst/yuimaGUI/www/custom.css 2016-11-15 21:13:33 UTC (rev 521)
@@ -12,7 +12,10 @@
background-color: #282828;
}
-
+
+.thumbnail {
+ background-color:silver;
+}
.thumbnail:hover {
width:250px;
height:auto;
Modified: pkg/yuimaGUI/inst/yuimaGUI/www/oviedo2016.png
===================================================================
(Binary files differ)
Added: pkg/yuimaGUI/inst/yuimaGUI/www/seville2016.png
===================================================================
(Binary files differ)
Property changes on: pkg/yuimaGUI/inst/yuimaGUI/www/seville2016.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Yuima-commits
mailing list