-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinclude_request_cited.html
30 lines (26 loc) · 1.67 KB
/
include_request_cited.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<h3>Where did you learn about this item?</h3>
<label for="CitedIn">
<span class="field">
<span class="<#ERROR name="ERRORCitedIn">"><b>Where did you find this item cited?</b></span><br />
<span class="note">Examples are Dissertation Abstracts, Dialog (specify which database), or a specific journal or book.</span>
</span>
<textarea id="CitedIn" name="CitedIn" rows="2" cols="40" class="f-name" tabindex="40"><#PARAM name="CitedIn"></textarea><br />
</label>
<!--<label for="CitedDate">
<span class="field">
<span class="<#ERROR name="ERRORCitedDate">"><b>Date of the work that cited the item.</b></span>
</span>
<input id="CitedDate" name="CitedDate" type="text" size="40" class="f-name" tabindex="41" value="<#PARAM name="CitedDate">"><br />
</label>
<label for="CitedVolume">
<span class="field">
<span class="<#ERROR name="ERRORCitedVolume">"><b>Volume number of the work that cited the item.</b></span>
</span>
<input id="CitedVolume" name="CitedVolume" type="text" size="40" class="f-name" tabindex="42" value="<#PARAM name="CitedVolume">"><br />
</label>
<label for="CitedPages">
<span class="field">
<span class="<#ERROR name="ERRORCitedPages">"><b>Pages where the item is cited.</b></span>
</span>
<input id="CitedPages" name="CitedPages" type="text" size="40" class="f-name" tabindex="43" value="<#PARAM name="CitedPages">"><br />
</label>-->