-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added prototype form submit for evaluation. Not finished, this breaks…
… the application.
- Loading branch information
Bas Wenneker
committed
May 10, 2010
1 parent
05f718c
commit 9aa3da8
Showing
5 changed files
with
66 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<%= stylesheet_link_tag 'evaluation' %> | ||
|
||
<h1>Evaluation#index</h1> | ||
<h1>Evaluation</h1> | ||
<form id="evaluation-form" method="post" action=""> | ||
<div id="citation-container"> | ||
Evaluator: <br /> | ||
<input type="text" id="evaluator" value="[email protected]"/><br /> | ||
Citation: <br /> | ||
<input type="hidden" id="citation-id" value=""/><br /> | ||
<textarea id="citation"> | ||
|
||
</textarea><br /> | ||
<button id="citation-request-btn">Go!</button> | ||
<input type="text" id="evaluator" name="evaluator" value="[email protected]"/><br /> | ||
Citation: | ||
<input type="hidden" id="citation-id" name="citation-id" value=""/><br /> | ||
<textarea id="citation" name="citation"></textarea><br /> | ||
<input type="radio" name="parser" value="parscit" id="radio-parscit"/> <label for="radio-parscit">parscit</label> | ||
<input type="radio" name="parser" value="freecite" id="radio-freecite"/> <label for="radio-freecite">freecite</label> | ||
</div> | ||
|
||
<div id="comparison-container"> | ||
|
@@ -19,12 +19,13 @@ | |
</div> | ||
|
||
<div id="eval-container"> | ||
<textarea id="eval-note"> | ||
|
||
</textarea><br /> | ||
<a href="javascript:void(0);" id="eval-ok">Ok</a>, <a href="javascript:void(0);" id="eval-not-ok">Not Ok</a> | ||
<textarea id="eval-note"></textarea><br /> | ||
<input type="radio" name="evaluation" id="eval-ok" value="1"/> <label for="eval-ok">OK</label> | ||
<input type="radio" name="evaluation" id="eval-not-ok" value="0"/> <label for="eval-not-ok">Not OK</label> | ||
<br /> | ||
<button type="button" id="evaluation-btn">Send</button> | ||
</div> | ||
|
||
</form> | ||
<%= javascript_include_tag 'prototype' %> | ||
|
||
<%= javascript_include_tag 'evaluation/abstract_comparison_table' %> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule bibmix
updated
from 3458d2 to 54155e