- Timestamp:
- 04/24/2019 05:25:18 PM (7 years ago)
- Location:
- trunk/webapps/einotebook
- Files:
-
- 2 edited
-
cad/cadpad.css (modified) (1 diff)
-
scripts/Evaluation.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/einotebook/cad/cadpad.css
r359 r397 66 66 #cadpadfooter 67 67 { 68 width:668px; 68 /*width:668px;*/ 69 width: 100%; 69 70 } 70 71 -
trunk/webapps/einotebook/scripts/Evaluation.js
r386 r397 49 49 "</tr>"; 50 50 } 51 51 /* Displays the comment input field 52 52 text += "<tr><td colspan='2' class='evaluationResponse'>" + 53 53 "<input onchange='events.getEvaluation(" + this.id + ").recordText();'" + … … 55 55 " class='evaluationResponseText' />" 56 56 + "</td>"; 57 58 text += "</table></td>" + 57 */ 58 text += "</table>"; 59 /* Displays the ranking bubbles 60 text += "</td>" + 59 61 "<td class='evaluationScale'>" + this.evaluationForm() + "</td>" + 60 "</tr>" + 61 "</table>"; 62 62 "</tr>"; 63 */ 64 text += "</table>"; 65 66 63 67 return text; 64 68 }
Note: See TracChangeset
for help on using the changeset viewer.
