myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3304] branches/wf4ever: Funny font for obvious m


From: noreply
Subject: [myexperiment-hackers] [3304] branches/wf4ever: Funny font for obvious mockups
Date: Tue, 15 Jan 2013 15:01:25 +0000 (UTC)

Revision
3304
Author
stain
Date
2013-01-15 15:01:22 +0000 (Tue, 15 Jan 2013)

Log Message

Funny font for obvious mockups

Modified Paths

Diff

Modified: branches/wf4ever/app/views/research_objects/_comments.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_comments.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_comments.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-<div id="commentsBox">
+<div id="commentsBox" class="mockup">
 
 
 <h2>

Modified: branches/wf4ever/app/views/research_objects/_credits.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_credits.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_credits.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-    <div class="annotation authors">
+    <div class="annotation authors mockup">
         <h3 class="type">Authors</h3>
         <div class="body">
           <ul>
@@ -12,7 +12,7 @@
         </div>
     </div>
     
-    <div class="annotation contributors">
+    <div class="annotation contributors mockup">
         <h3 class="type">Contributors</h3>
         <div class="body">
           <ul>

Modified: branches/wf4ever/app/views/research_objects/_description.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_description.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_description.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-    <div class="annotation">
+    <div class="annotation mockup">
         <h3 class="type">Description</h3>
         <div class="body">
 <p>

Modified: branches/wf4ever/app/views/research_objects/_diagram.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_diagram.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_diagram.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-      <div class="annotation">
+      <div class="annotation mockup">
         <h3 class="type">Research overview</h3>
         <div class="body">
           <img src="" width="450" />

Modified: branches/wf4ever/app/views/research_objects/_evolution.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_evolution.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_evolution.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,5 +1,5 @@
 
-    <div class="evolution">
+    <div class="evolution mockup">
 <h2>
 	<span class="icon"><img alt="Comments" src="" </span>	<span style="vertical-align: middle;">Evolution</span>
 </h2>

Modified: branches/wf4ever/app/views/research_objects/_inputs.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_inputs.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_inputs.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-<div class="inputs">
+<div class="inputs mockup">
   <h2>Inputs</h2>
   <table class="values">
     <tr><th>Parameter</th> <th>Value</th></tr>

Modified: branches/wf4ever/app/views/research_objects/_outputs.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_outputs.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_outputs.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-<div class="outputs">
+<div class="outputs mockup">
   <h2>Outputs</h2>
   <table class="values">
     <tr><th>Parameter</th> <th>Value</th></tr>

Modified: branches/wf4ever/app/views/research_objects/_reviews.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_reviews.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_reviews.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-<div id="ratingsBox">
+<div id="ratingsBox mockup">
 	<script src="" type="text/_javascript_"></script>
 <script src="" type="text/_javascript_"></script>
 

Modified: branches/wf4ever/app/views/research_objects/_rundescription.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_rundescription.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_rundescription.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-    <div class="annotation">
+    <div class="annotation mockup">
         <h3 class="type">Description</h3>
         <div class="body">
 The workflow maps a SNP (dbSNP id) to a gene (EntrezGene id).

Modified: branches/wf4ever/app/views/research_objects/_rundetails.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_rundetails.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_rundetails.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-<div class="run_details">
+<div class="run_details mockup">
   <h2>Run details</h2>
 
   <div class="process collapsed">

Modified: branches/wf4ever/app/views/research_objects/_rundownload.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_rundownload.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_rundownload.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-<div class="contribution_section_box"> 
+<div class="contribution_section_box mockup"> 
     <h3 class="heading">
       Download  
   	</h3>

Modified: branches/wf4ever/app/views/research_objects/_runstats.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_runstats.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_runstats.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-<div class="contribution_section_box"> 
+<div class="contribution_section_box mockup"> 
     <h3 class="heading">
       Run Statistics  
   	</h3>

Modified: branches/wf4ever/app/views/research_objects/_startedby.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_startedby.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_startedby.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-    <div class="annotation starters">
+    <div class="annotation starters mockup">
         <h3 class="type">Started by</h3>
         <div class="body">
           <div>

Modified: branches/wf4ever/app/views/research_objects/_status.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_status.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_status.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-<div class="contribution_section_box"> 
+<div class="contribution_section_box mockup"> 
     <h3 class="heading">
       RO status  
   	</h3>

Modified: branches/wf4ever/app/views/research_objects/_tags.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_tags.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_tags.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-    <div class="tags">
+    <div class="tags mockup">
       <h3>Tags</h3>
       <div class="tags">
         <div class="hTagcloud">

Modified: branches/wf4ever/app/views/research_objects/_title.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_title.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_title.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-      <div class="annotation">
+      <div class="annotation mockup">
         <span class="type">Title:</span>
   			<span class="title">Functional annotation of single nucleotide polymorphisms (SNPs) using next-generation text mining and curated metabolic pathway databases
 </span>

Modified: branches/wf4ever/app/views/research_objects/_uploader.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_uploader.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_uploader.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-    <div class="annotation uploaders">
+    <div class="annotation uploaders mockup">
         <h3 class="type">Uploaded by</h3>
         <div class="body">
           <ul>

Modified: branches/wf4ever/app/views/research_objects/_versions.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_versions.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_versions.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -5,7 +5,7 @@
 		form.submit
   }
 </script>
-<div class="contribution_version_selector_box">
+<div class="contribution_version_selector_box mockup">
 
   <table>
     <tbody>

Modified: branches/wf4ever/app/views/research_objects/_workflow.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/_workflow.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/_workflow.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,4 +1,4 @@
-      <div class="annotation">
+      <div class="annotation mockup">
         <h3 class="type">Executed workflow</h3>
         <div class="body">
           <div><a href="" by Kristina Hettne, Harish Dharuri</div>

Modified: branches/wf4ever/app/views/research_objects/wfrun.rhtml (3303 => 3304)


--- branches/wf4ever/app/views/research_objects/wfrun.rhtml	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/app/views/research_objects/wfrun.rhtml	2013-01-15 15:01:22 UTC (rev 3304)
@@ -13,7 +13,7 @@
 	<% end -%>
 </ul>
 
-<h1>Workflow run #1 in: <%=h @contributable.title -%></h1>
+<h1>Workflow run in: <%=h @contributable.title -%></h1>
 
 
 

Modified: branches/wf4ever/public/stylesheets/styles.css (3303 => 3304)


--- branches/wf4ever/public/stylesheets/styles.css	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/public/stylesheets/styles.css	2013-01-15 15:01:22 UTC (rev 3304)
@@ -2565,4 +2565,7 @@
   font-style: italic;
   font-size: 95%;
   color: #555;
+}
+.mockup {
+  font-family: "Comic Sans MS", "Comic Sans", "Margarine", fantasy;
 }
\ No newline at end of file

Modified: branches/wf4ever/public/stylesheets/webfonts.css (3303 => 3304)


--- branches/wf4ever/public/stylesheets/webfonts.css	2013-01-15 14:34:56 UTC (rev 3303)
+++ branches/wf4ever/public/stylesheets/webfonts.css	2013-01-15 15:01:22 UTC (rev 3304)
@@ -1,3 +1,3 @@
 @import url(http://fonts.googleapis.com/css?family=Margarine);
 @import url(http://fonts.googleapis.com/css?family=Inconsolata);
-
address@hidden url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]