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
jenkins
slm-fileview
Commits
0798b8d8
Commit
0798b8d8
authored
Nov 21, 2019
by
陈精华
Committed by
kl
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化:删除无用代码、页面加header
parent
ae93d48b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
24 deletions
+4
-24
doc.ftl
jodconverter-web/src/main/resources/web/doc.ftl
+0
-10
docxConvert.ftl
jodconverter-web/src/main/resources/web/docxConvert.ftl
+0
-12
officePicture.ftl
jodconverter-web/src/main/resources/web/officePicture.ftl
+1
-1
pdf.ftl
jodconverter-web/src/main/resources/web/pdf.ftl
+2
-0
picture.ftl
jodconverter-web/src/main/resources/web/picture.ftl
+1
-1
No files found.
jodconverter-web/src/main/resources/web/doc.ftl
deleted
100644 → 0
View file @
ae93d48b
<!DOCTYPE html>
<html
lang=
"en"
>
<body>
${doc}
</body>
</html>
\ No newline at end of file
jodconverter-web/src/main/resources/web/docxConvert.ftl
deleted
100644 → 0
View file @
ae93d48b
<!DOCTYPE html>
<html
lang=
"en"
>
<body>
${docxConvert}
</body>
</html>
\ No newline at end of file
jodconverter-web/src/main/resources/web/officePicture.ftl
View file @
0798b8d8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<title>
office
图片预览
</title>
<title>
PDF
图片预览
</title>
<link
href=
"//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
href=
"//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<script
src=
"js/lazyload.js"
></script>
<script
src=
"js/lazyload.js"
></script>
<style>
<style>
...
...
jodconverter-web/src/main/resources/web/pdf.ftl
View file @
0798b8d8
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"utf-8"
>
<title>
PDF预览
</title>
<link
href=
"//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
href=
"//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
body
{
body
{
...
...
jodconverter-web/src/main/resources/web/picture.ftl
View file @
0798b8d8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<title>
图片预览
图
</title>
<title>
图片预览
</title>
<link
rel=
"stylesheet"
href=
"css/viewer.min.css"
>
<link
rel=
"stylesheet"
href=
"css/viewer.min.css"
>
<style>
<style>
*
{
margin
:
0
;
padding
:
0
;}
*
{
margin
:
0
;
padding
:
0
;}
...
...
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