]> jspc29.x-matter.uni-frankfurt.de Git - labtools.git/commitdiff
css changed to work on Raspberry browser, timer changed on server side
authorJan Michel <j.michel@gsi.de>
Fri, 17 Jul 2015 12:49:47 +0000 (14:49 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 17 Jul 2015 12:59:24 +0000 (14:59 +0200)
presenter/getPic.pl
presenter/showroom.pl
presenter/style.css

index aa204ab307625f7a12d15d8387d3bd1013329808..390d0c71bd2b2b8471f0534879d9cf1609b0a332 100755 (executable)
@@ -23,6 +23,6 @@ do {
   $f = $data[0];
   chomp($f);
   sleep(1) if($f eq $old);
-  }while($timer++ < 60 && $f eq $old);
+  }while($timer++ < 40 && $f eq $old);
 
-print $f;
\ No newline at end of file
+print $f;
index e63b0c30b6c59bbb0556c597d1e758376e52fe4b..738af226c05b191ce2cb4bc0ad6a52ffe5e4760e 100755 (executable)
@@ -38,8 +38,8 @@ Select a file and press upload.
 <hr>
 <button type="button" onClick="updatefiles();">Update file list</button>
 <div id="files"> &nbsp; </div>
-<button type="button" onClick="window.open('store/$room/'+document.getElementById('filelist').value)">Show Me!</button>
-<button type="button" onClick="present(document.getElementById('filelist').value)">Show All!</button>
+<button type="button" onClick="window.open('store/$room/'+document.getElementById('filelist').value)">Show 2 Me</button>
+<button type="button" onClick="present(document.getElementById('filelist').value)">Show 2 All</button>
 
 </body></html>
 HDOC
index 5cc988590768d7bf71019756eee819cc36c0e560..910e2eca19d6ea95f5a639720ee374eed362ab88 100644 (file)
@@ -53,6 +53,7 @@ h1 {
   height:100%;
   width:100%;
   position:absolute;
+  text-align:center;
   padding-right:100px;
   text-align:center;
   }
@@ -67,7 +68,7 @@ h1 {
   max-height:100%;  
   max-width:100%;
   object-fit:contain;
-  margin:auto;
+  margin:auto;
   padding:0;
   }