使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
WP6
/
patents_search_php
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
added 'year' to random result page
main
Simon Bowie
2 年前
父节点
053ef69e29
当前提交
095725091d
共有
1 个文件被更改
,包括
8 次插入
和
0 次删除
分列视图
显示文件统计
+8
-0
site/public/random.php
+ 8
- 0
site/public/random.php
查看文件
@@ -38,6 +38,14 @@ $publication_details = get_publication_details($random_record['doc_ref']);
<br><br>
Year:
<?php
echo $random_record['year'];
?>
<br><br>
EPO publication:
<a href=<?php echo $random_record['epo_publication_url']; ?>>
撰写
预览
正在加载...
取消
保存