背调优化
发邮件记录添加姓名和邮箱模糊搜索
This commit is contained in:
@@ -26,19 +26,19 @@
|
||||
<form method="get" action="{$form_action}">
|
||||
<div class="form-group">
|
||||
<label class="form-label">ORCID <span class="opt">— 填写后直接出报告</span></label>
|
||||
<input class="form-input" type="text" name="orcid" placeholder="0000-0002-6388-7847" value="{$orcid|default=''|htmlspecialchars}">
|
||||
<input class="form-input" type="text" name="orcid" value="{$orcid|default=''|htmlspecialchars}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">姓 Last Name <span class="opt">— 未填 ORCID 时必填</span></label>
|
||||
<input class="form-input" type="text" name="lastName" placeholder="PENG" value="{$last_name|default=''|htmlspecialchars}">
|
||||
<input class="form-input" type="text" name="lastName" value="{$last_name|default=''|htmlspecialchars}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">名 First Name <span class="opt">— 选填</span></label>
|
||||
<input class="form-input" type="text" name="firstName" placeholder="Sijing" value="{$first_name|default=''|htmlspecialchars}">
|
||||
<input class="form-input" type="text" name="firstName" value="{$first_name|default=''|htmlspecialchars}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">机构 Institution <span class="opt">— 选填,用于候选列表排序</span></label>
|
||||
<input class="form-input" type="text" name="institution" placeholder="University of Ibadan" value="{$institution|default=''|htmlspecialchars}">
|
||||
<input class="form-input" type="text" name="institution" value="{$institution|default=''|htmlspecialchars}">
|
||||
</div>
|
||||
<button class="btn-primary" type="submit">生成背调报告</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user