背调
This commit is contained in:
55
application/api/view/author/orcid_required.html
Normal file
55
application/api/view/author/orcid_required.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>缺少 ORCID</title>
|
||||
{include file="author/_styles" /}
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-narrow">
|
||||
<div class="topbar" style="justify-content:center;">
|
||||
<a href="{$form_action}">← 返回查询页</a>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<div class="card-icon" style="background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%);">⚠</div>
|
||||
<h1 class="card-title" style="color:#dc2626;">无法自动匹配 ORCID</h1>
|
||||
<p class="card-subtitle">请手动补充 ORCID 后重新生成报告</p>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-warn">
|
||||
系统已按 <strong>姓名</strong> 在 OpenAlex、ORCID 官网、Scopus 检索,未找到可用结果。
|
||||
{notempty name="hint"}<br><br>{$hint|htmlspecialchars}{/notempty}
|
||||
</div>
|
||||
|
||||
{notempty name="submitted_name"}
|
||||
<dl class="info-panel">
|
||||
<dt>已提交姓名</dt>
|
||||
<dd>{$submitted_name|htmlspecialchars}</dd>
|
||||
{notempty name="submitted_institution"}
|
||||
<dt>已提交机构</dt>
|
||||
<dd>{$submitted_institution|htmlspecialchars}</dd>
|
||||
{/notempty}
|
||||
</dl>
|
||||
{/notempty}
|
||||
|
||||
<form method="get" action="{$form_action}">
|
||||
<div class="form-group">
|
||||
<label class="form-label">请填写 ORCID <span style="color:#dc2626">*</span></label>
|
||||
<input class="form-input" type="text" name="orcid" placeholder="0000-0002-6388-7847" required autofocus>
|
||||
</div>
|
||||
<input type="hidden" name="lastName" value="{$last_name|htmlspecialchars}">
|
||||
<input type="hidden" name="firstName" value="{$first_name|htmlspecialchars}">
|
||||
<input type="hidden" name="institution" value="{$institution|htmlspecialchars}">
|
||||
<button class="btn-primary" type="submit">补充 ORCID 并重新生成</button>
|
||||
</form>
|
||||
|
||||
<p class="form-foot">
|
||||
<a href="https://orcid.org/orcid-search/search" target="_blank" rel="noopener">在 ORCID 官网查找 ↗</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user