Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
梁杰芳
slm-fileview
Commits
e8beb6cb
Commit
e8beb6cb
authored
Nov 18, 2021
by
liangjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改office/pdf图片显示按钮显示
parent
82c7b596
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
fileNotSupported.ftl
server/src/main/resources/web/fileNotSupported.ftl
+1
-4
officePicture.ftl
server/src/main/resources/web/officePicture.ftl
+0
-3
No files found.
server/src/main/resources/web/fileNotSupported.ftl
View file @
e8beb6cb
...
...
@@ -32,10 +32,7 @@
<div
class=
"container"
>
<img
src=
"images/sorry.jpg"
/>
<span>
该文件类型(${file.suffix?html})系统暂时不支持在线预览,
<b>
说明
</b>
:
<p
style=
"color: red;"
>
${msg}
</p>
有任何疑问,请加
<a
href=
"https://jq.qq.com/?_wv=1027&k=5c0UAtu"
>
官方QQ群:613025121
</a>
咨询
该文件类型(${file.suffix?html})系统暂时不支持在线预览
</span>
</div>
</body>
...
...
server/src/main/resources/web/officePicture.ftl
View file @
e8beb6cb
...
...
@@ -27,9 +27,6 @@
</div>
</
#
list>
</div>
<
#
if
"
false
"
==
switchDisabled
>
<img
src=
"images/pdf.svg"
width=
"63"
height=
"63"
style=
"position: fixed; cursor: pointer; top: 40%; right: 48px; z-index: 999;"
alt=
"使用PDF预览"
title=
"使用PDF预览"
onclick=
"changePreviewType('pdf')"
/>
</
#
if>
<script>
window
.
onload
=
function
()
{
/*初始化水印*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment