Difference between revisions of "Team:William and Mary/Outreach DB/Details"

 
(6 intermediate revisions by 3 users not shown)
Line 20: Line 20:
 
     <div class='search-result'>
 
     <div class='search-result'>
 
<div style='padding-top: 80px;'></div>
 
<div style='padding-top: 80px;'></div>
       <center><div class='project-title' style='font-size: 50px;'>{{[Outreach Project]}}</div></center>
+
       <center><div class='project-title' style='font-size: 40px;line-height: 50px;'>{{[Outreach Project]}}</div></center>
 
<div style='padding-top: 20px;'></div>
 
<div style='padding-top: 20px;'></div>
  
Line 28: Line 28:
  
 
<center><div style='padding-top: 0px;font-size: 16px;'>
 
<center><div style='padding-top: 0px;font-size: 16px;'>
         {{{[Product Description]}}}
+
         {{{[Description]}}}
 
       </div></center>
 
       </div></center>
  
Line 39: Line 39:
  
 
       <span class='outreach-category'  style='font-size: 18px;padding-left: 30px;padding-right: 30px;' >{{[Outreach Category]}}</span><i class="fa fa-circle" aria-hidden="true"  style='font-size: 5px;'></i></center>
 
       <span class='outreach-category'  style='font-size: 18px;padding-left: 30px;padding-right: 30px;' >{{[Outreach Category]}}</span><i class="fa fa-circle" aria-hidden="true"  style='font-size: 5px;'></i></center>
<div style='padding-top: 40px;padding-bottom: 2px;'></div>
+
<div style='padding-top: 20px;padding-bottom: 2px;'></div>
  
  
Line 136: Line 136:
 
       $('#show-details').html(datastring);
 
       $('#show-details').html(datastring);
 
       obj = JSON.parse(datastring);
 
       obj = JSON.parse(datastring);
       padInt5 = function ( i ){
+
       var padInt5 = function ( i ){
           i.toString().padStart(5, '0')
+
           return i.toString().padStart(5, '0');
       });
+
       };
 
       obj.id = padInt5(obj.id);
 
       obj.id = padInt5(obj.id);
       console.log(obj)
+
       console.log(obj);
       show_details(obj)
+
       show_details(obj);
 
     }
 
     }
 
   )
 
   )

Latest revision as of 02:47, 2 November 2017