[ARVADOS] updated: 645b161de03001fee5663397f033a2efb17bda98

git at public.curoverse.com git at public.curoverse.com
Fri Apr 10 13:33:55 EDT 2015


Summary of changes:
 .../_getting_started_popup.html.erb                | 29 ++++++----------------
 1 file changed, 7 insertions(+), 22 deletions(-)

       via  645b161de03001fee5663397f033a2efb17bda98 (commit)
       via  6dffa00d8e284e3e5266b9d318cd6c732ae905f4 (commit)
      from  dcd96ef83d878c48e588a815d7793e6004c4f08c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 645b161de03001fee5663397f033a2efb17bda98
Merge: 6dffa00 dcd96ef
Author: Nancy Ouyang <nancy.ouyang at gmail.com>
Date:   Fri Apr 10 13:33:47 2015 -0400

    Merge branch '5493-getting-started-modal' of git.curoverse.com:arvados into 5493-getting-started-modal
    
    Conflicts:
    	apps/workbench/app/views/getting_started/_getting_started_popup.html.erb


commit 6dffa00d8e284e3e5266b9d318cd6c732ae905f4
Author: Nancy Ouyang <nancy.ouyang at gmail.com>
Date:   Fri Apr 10 13:32:42 2015 -0400

    fix merge conflicts

diff --git a/apps/workbench/app/assets/images/mouse-move.gif b/apps/workbench/app/assets/images/mouse-move.gif
new file mode 100644
index 0000000..516bc16
Binary files /dev/null and b/apps/workbench/app/assets/images/mouse-move.gif differ
diff --git a/apps/workbench/app/assets/images/pipeline-running.gif b/apps/workbench/app/assets/images/pipeline-running.gif
new file mode 100644
index 0000000..64e9009
Binary files /dev/null and b/apps/workbench/app/assets/images/pipeline-running.gif differ
diff --git a/apps/workbench/app/views/getting_started/_getting_started_popup.html.erb b/apps/workbench/app/views/getting_started/_getting_started_popup.html.erb
index c07c3cf..bf52e74 100644
--- a/apps/workbench/app/views/getting_started/_getting_started_popup.html.erb
+++ b/apps/workbench/app/views/getting_started/_getting_started_popup.html.erb
@@ -1,5 +1,11 @@
+<style>
+.style_image {
+  border: 10px solid #ddd;
+}
+</style>
+
 <div id="getting-started-modal-window" class="modal">
-  <div class="modal-dialog modal-with-loading-spinner">
+  <div class="modal-dialog modal-with-loading-spinner" style="width:80%">
     <div class="modal-content">
       <div class="modal-header">
         <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
@@ -10,16 +16,51 @@
         <br/>
       </div>
 
-      <div class="modal-body" style="height: 25em; overflow-y: scroll">
-         <%= image_tag "getting_started/pipeline.gif" %>
+           <div class="modal-body" style="height: 38em; overflow-y: scroll">
+
+
+<div class="container">
+    <div class="row">
+        <div class="col-md-6">
+  <strong>How does this work?</strong> What you're looking at right now is Workbench, the graphical interface to the Arvados system.
+<br><br>
+Click the <span class="btn btn-sm btn-primary">Next ></span> button below for a quick tour of Arvados.
+<br><br>
+<strong>OR</strong> 
+          <br><br>Get started by running your first pipeline in 3 quick steps:<br><br>
+<ol><li> Go to the <span class="btn btn-sm btn-default"><i class="fa fa-lg fa-fw fa-dashboard"></i> Dashboard</span> > <span class="btn btn-sm btn-primary"><i class="fa fa-fw fa-gear"></i> Run a pipeline...</span> <br><br>
+<%= image_tag "mouse-move.gif", :class => "style_image" %>.
+</li><br>
+  <li>  <span class="btn btn-sm btn-default"><i class="fa fa-fw fa-gear"></i>Mason Lab -- Ancestry Mapper (public)</span> > <span class="btn btn-sm btn-primary">Next: choose inputs <i class="fa fa-fw fa-arrow-circle-right"></i></span></li><br>
+  <li> <span class="btn btn-sm btn-primary">Run <i class="fa fa-fw fa-play"></i></span></li>
+</ol>
+      </div>        <div class="col-md-6" style="border-left: solid; border-width: 1px">
+            <br>
+<i class="fa fa-flag fa-flip-horizontal" style="color: green"></i> <i class="fa fa-child"></i> 
+<strong>Voila!</strong> <i class="fa fa-child"></i> <i class="fa fa-flag" style="color: green"></i> 
+Your pipeline is now spooling up and getting ready to run!  
+            <br><br>
+
+  <br><br>
+  Go ahead, try it for yourself right now. <span class="glyphicon glyphicon-thumbs-up"></span>
+<br><br>
+<%= image_tag "pipeline-running.gif", :class => "style_image" %>
+
+  <br><br>
+  <em><strong>Note:</strong> You can always come back to this Getting Started guide by clicking the <span class="fa fa-lg fa-question-circle"></span> in the upper-right corner.</em> 
+  <br><br>
+</div> </div> </div> 
+
+
+
       </div>
-      <div class="modal-body" style="height: 25em; overflow-y: scroll">
-         <%= image_tag "getting_started/mouse-move.gif" %>
+      <div class="modal-body" style="height: 38em; overflow-y: scroll">
+        Page 2
       </div>
-      <div class="modal-body" style="height: 25em; overflow-y: scroll">
+      <div class="modal-body" style="height: 38em; overflow-y: scroll">
         Page 3
       </div>
-      <div class="modal-body" style="height: 25em; overflow-y: scroll">
+      <div class="modal-body" style="height: 38em; overflow-y: scroll">
         Page 4
       </div>
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list