Widget:Adult GCS: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly> <script type="text/javascript"> function calcScore(){ var score = 0; if(document.forms["Glasgow_coma_scale"]["input1"].checked == 1){score += 6;} if(document.for..." |
Gerald Chi (talk | contribs) mNo edit summary |
||
Line 34: | Line 34: | ||
<form name="Glasgow_coma_scale"> | <form name="Glasgow_coma_scale"> | ||
<table> | <table> | ||
<tbody style="border: 0; float: left; position: float; background: #104E8B; border-radius: 10px 10px 10px 10px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); margin: 0 0 0 0 | <tbody style="border: 0; float: left; position: float; background: #104E8B; border-radius: 10px 10px 10px 10px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); margin: 0 0 0 0; font-weight: bold;"> | ||
<tr> | <tr> | ||
<td style="text-align: center;" colspan="4"><span style="color: #ffffff;"><strong>Glasgow Coma Scale</strong></span></td> | <td style="text-align: center;" colspan="4"><span style="color: #ffffff;"><strong>Glasgow Coma Scale</strong></span></td> |