Download as dotx/ott, potx/otp, xltx/ots formats
This commit is contained in:
parent
29bad09138
commit
5228ad3d5e
|
@ -428,7 +428,9 @@ define([
|
|||
Asc.c_oAscFileType.DOCX,
|
||||
Asc.c_oAscFileType.HTML,
|
||||
Asc.c_oAscFileType.PDF,
|
||||
Asc.c_oAscFileType.PDFA
|
||||
Asc.c_oAscFileType.PDFA,
|
||||
Asc.c_oAscFileType.DOTX,
|
||||
Asc.c_oAscFileType.OTT
|
||||
];
|
||||
|
||||
if ( !_format || _supported.indexOf(_format) < 0 )
|
||||
|
|
|
@ -143,7 +143,9 @@ define([
|
|||
Asc.c_oAscFileType.ODT,
|
||||
Asc.c_oAscFileType.DOCX,
|
||||
Asc.c_oAscFileType.HTML,
|
||||
Asc.c_oAscFileType.PDFA
|
||||
Asc.c_oAscFileType.PDFA,
|
||||
Asc.c_oAscFileType.DOTX,
|
||||
Asc.c_oAscFileType.OTT
|
||||
];
|
||||
|
||||
if ( !_format || _supported.indexOf(_format) < 0 )
|
||||
|
|
|
@ -54,14 +54,15 @@ define([
|
|||
formats: [[
|
||||
{name: 'DOCX', imgCls: 'docx', type: Asc.c_oAscFileType.DOCX},
|
||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA},
|
||||
{name: 'TXT', imgCls: 'txt', type: Asc.c_oAscFileType.TXT}
|
||||
{name: 'TXT', imgCls: 'txt', type: Asc.c_oAscFileType.TXT},
|
||||
{name: 'ODT', imgCls: 'odt', type: Asc.c_oAscFileType.ODT}
|
||||
],[
|
||||
// {name: 'DOC', imgCls: 'doc-format btn-doc', type: Asc.c_oAscFileType.DOC},
|
||||
{name: 'ODT', imgCls: 'odt', type: Asc.c_oAscFileType.ODT},
|
||||
{name: 'DOTX', imgCls: 'dotx', type: Asc.c_oAscFileType.DOTX},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA},
|
||||
{name: 'RTF', imgCls: 'rtf', type: Asc.c_oAscFileType.RTF},
|
||||
{name: 'OTT', imgCls: 'ott', type: Asc.c_oAscFileType.OTT}
|
||||
],[
|
||||
{name: 'HTML (Zipped)', imgCls: 'html', type: Asc.c_oAscFileType.HTML}
|
||||
// {name: 'EPUB', imgCls: 'doc-format btn-epub', type: Asc.c_oAscFileType.EPUB}
|
||||
]],
|
||||
|
||||
|
||||
|
@ -114,14 +115,15 @@ define([
|
|||
formats: [[
|
||||
{name: 'DOCX', imgCls: 'docx', type: Asc.c_oAscFileType.DOCX, ext: '.docx'},
|
||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF, ext: '.pdf'},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA, ext: '.pdf'},
|
||||
{name: 'TXT', imgCls: 'txt', type: Asc.c_oAscFileType.TXT, ext: '.txt'}
|
||||
{name: 'TXT', imgCls: 'txt', type: Asc.c_oAscFileType.TXT, ext: '.txt'},
|
||||
{name: 'ODT', imgCls: 'odt', type: Asc.c_oAscFileType.ODT, ext: '.odt'}
|
||||
],[
|
||||
// {name: 'DOC', imgCls: 'doc-format btn-doc', type: Asc.c_oAscFileType.DOC, ext: '.doc'},
|
||||
{name: 'ODT', imgCls: 'odt', type: Asc.c_oAscFileType.ODT, ext: '.odt'},
|
||||
{name: 'DOTX', imgCls: 'dotx', type: Asc.c_oAscFileType.DOTX, ext: '.dotx'},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA, ext: '.pdf'},
|
||||
{name: 'RTF', imgCls: 'rtf', type: Asc.c_oAscFileType.RTF, ext: '.rtf'},
|
||||
{name: 'OTT', imgCls: 'ott', type: Asc.c_oAscFileType.OTT, ext: '.ott'}
|
||||
],[
|
||||
{name: 'HTML (Zipped)', imgCls: 'html', type: Asc.c_oAscFileType.HTML, ext: '.html'}
|
||||
// {name: 'EPUB', imgCls: 'doc-format btn-epub', type: Asc.c_oAscFileType.EPUB, ext: '.epub'}
|
||||
]],
|
||||
|
||||
|
||||
|
|
|
@ -263,10 +263,12 @@
|
|||
<script src="../../../vendor/svg-injector/svg-injector.min.js"></script>
|
||||
<img class="inline-svg" src="../../common/main/resources/img/header/buttons.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/docx.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/dotx.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/pdf.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/pdfa.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/txt.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/odt.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/ott.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/rtf.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/html.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/blank.svg">
|
||||
|
|
|
@ -284,10 +284,12 @@
|
|||
|
||||
<inline src="resources/img/header/buttons.svg" />
|
||||
<inline src="resources/img/doc-formats/docx.svg" />
|
||||
<inline src="resources/img/doc-formats/dotx.svg" />
|
||||
<inline src="resources/img/doc-formats/pdf.svg" />
|
||||
<inline src="resources/img/doc-formats/pdfa.svg" />
|
||||
<inline src="resources/img/doc-formats/txt.svg" />
|
||||
<inline src="resources/img/doc-formats/odt.svg" />
|
||||
<inline src="resources/img/doc-formats/ott.svg" />
|
||||
<inline src="resources/img/doc-formats/rtf.svg" />
|
||||
<inline src="resources/img/doc-formats/html.svg" />
|
||||
<inline src="resources/img/doc-formats/blank.svg" />
|
||||
|
|
|
@ -402,7 +402,9 @@ define([
|
|||
Asc.c_oAscFileType.PPTX,
|
||||
Asc.c_oAscFileType.ODP,
|
||||
Asc.c_oAscFileType.PDF,
|
||||
Asc.c_oAscFileType.PDFA
|
||||
Asc.c_oAscFileType.PDFA,
|
||||
Asc.c_oAscFileType.POTX,
|
||||
Asc.c_oAscFileType.OTP
|
||||
];
|
||||
|
||||
if ( !_format || _supported.indexOf(_format) < 0 )
|
||||
|
|
|
@ -151,7 +151,9 @@ define([
|
|||
var _supported = [
|
||||
Asc.c_oAscFileType.PPTX,
|
||||
Asc.c_oAscFileType.ODP,
|
||||
Asc.c_oAscFileType.PDFA
|
||||
Asc.c_oAscFileType.PDFA,
|
||||
Asc.c_oAscFileType.POTX,
|
||||
Asc.c_oAscFileType.OTP
|
||||
];
|
||||
|
||||
if ( !_format || _supported.indexOf(_format) < 0 )
|
||||
|
|
|
@ -55,8 +55,11 @@ define([
|
|||
formats: [[
|
||||
{name: 'PPTX', imgCls: 'pptx', type: Asc.c_oAscFileType.PPTX},
|
||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA},
|
||||
{name: 'ODP', imgCls: 'odp', type: Asc.c_oAscFileType.ODP}
|
||||
],[
|
||||
{name: 'POTX', imgCls: 'potx', type: Asc.c_oAscFileType.POTX},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA},
|
||||
{name: 'OTP', imgCls: 'otp', type: Asc.c_oAscFileType.OTP}
|
||||
]],
|
||||
|
||||
|
||||
|
@ -109,8 +112,11 @@ define([
|
|||
formats: [[
|
||||
{name: 'PPTX', imgCls: 'pptx', type: Asc.c_oAscFileType.PPTX, ext: '.pptx'},
|
||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF, ext: '.pdf'},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA, ext: '.pdf'},
|
||||
{name: 'ODP', imgCls: 'odp', type: Asc.c_oAscFileType.ODP, ext: '.odp'}
|
||||
],[
|
||||
{name: 'POTX', imgCls: 'potx', type: Asc.c_oAscFileType.POTX, ext: '.potx'},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA, ext: '.pdf'},
|
||||
{name: 'OTP', imgCls: 'otp', type: Asc.c_oAscFileType.OTP, ext: '.otp'}
|
||||
]],
|
||||
|
||||
template: _.template([
|
||||
|
|
|
@ -262,9 +262,11 @@
|
|||
<script src="../../../vendor/svg-injector/svg-injector.min.js"></script>
|
||||
<img class="inline-svg" src="../../common/main/resources/img/header/buttons.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/pptx.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/potx.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/pdf.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/pdfa.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/odp.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/otp.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/blank.svg">
|
||||
<script>
|
||||
var svgpoints = document.querySelectorAll('img.inline-svg');
|
||||
|
|
|
@ -284,9 +284,11 @@
|
|||
|
||||
<inline src="resources/img/header/buttons.svg" />
|
||||
<inline src="resources/img/doc-formats/pptx.svg" />
|
||||
<inline src="resources/img/doc-formats/potx.svg" />
|
||||
<inline src="resources/img/doc-formats/pdf.svg" />
|
||||
<inline src="resources/img/doc-formats/pdfa.svg" />
|
||||
<inline src="resources/img/doc-formats/odp.svg" />
|
||||
<inline src="resources/img/doc-formats/otp.svg" />
|
||||
<inline src="resources/img/doc-formats/blank.svg" />
|
||||
|
||||
<div id="viewport"></div>
|
||||
|
|
|
@ -429,7 +429,9 @@ define([
|
|||
Asc.c_oAscFileType.ODS,
|
||||
Asc.c_oAscFileType.CSV,
|
||||
Asc.c_oAscFileType.PDF,
|
||||
Asc.c_oAscFileType.PDFA
|
||||
Asc.c_oAscFileType.PDFA,
|
||||
Asc.c_oAscFileType.XLTX,
|
||||
Asc.c_oAscFileType.OTS
|
||||
];
|
||||
|
||||
if ( !_format || _supported.indexOf(_format) < 0 )
|
||||
|
|
|
@ -104,7 +104,9 @@ define([
|
|||
Asc.c_oAscFileType.XLSX,
|
||||
Asc.c_oAscFileType.ODS,
|
||||
Asc.c_oAscFileType.CSV,
|
||||
Asc.c_oAscFileType.PDFA
|
||||
Asc.c_oAscFileType.PDFA,
|
||||
Asc.c_oAscFileType.XLTX,
|
||||
Asc.c_oAscFileType.OTS
|
||||
];
|
||||
|
||||
if ( !_format || _supported.indexOf(_format) < 0 )
|
||||
|
|
|
@ -44,10 +44,12 @@ define([
|
|||
formats: [[
|
||||
{name: 'XLSX', imgCls: 'xlsx', type: Asc.c_oAscFileType.XLSX},
|
||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA}
|
||||
],[
|
||||
{name: 'ODS', imgCls: 'ods', type: Asc.c_oAscFileType.ODS},
|
||||
{name: 'CSV', imgCls: 'csv', type: Asc.c_oAscFileType.CSV}
|
||||
],[
|
||||
{name: 'XLTX', imgCls: 'xltx', type: Asc.c_oAscFileType.XLTX},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA},
|
||||
{name: 'OTS', imgCls: 'ots', type: Asc.c_oAscFileType.OTS}
|
||||
]
|
||||
// ,[
|
||||
// {name: 'HTML', imgCls: 'html', type: Asc.c_oAscFileType.HTML}
|
||||
|
@ -104,10 +106,12 @@ define([
|
|||
formats: [[
|
||||
{name: 'XLSX', imgCls: 'xlsx', type: Asc.c_oAscFileType.XLSX, ext: '.xlsx'},
|
||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF, ext: '.pdf'},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA, ext: '.pdf'}
|
||||
],[
|
||||
{name: 'ODS', imgCls: 'ods', type: Asc.c_oAscFileType.ODS, ext: '.ods'},
|
||||
{name: 'CSV', imgCls: 'csv', type: Asc.c_oAscFileType.CSV, ext: '.csv'}
|
||||
],[
|
||||
{name: 'XLTX', imgCls: 'xltx', type: Asc.c_oAscFileType.XLTX, ext: '.xltx'},
|
||||
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA, ext: '.pdf'},
|
||||
{name: 'OTS', imgCls: 'ots', type: Asc.c_oAscFileType.OTS, ext: '.ots'}
|
||||
]
|
||||
// ,[
|
||||
// {name: 'HTML', imgCls: 'html', type: Asc.c_oAscFileType.HTML, ext: '.html'}
|
||||
|
|
|
@ -264,9 +264,11 @@
|
|||
<script src="../../../vendor/svg-injector/svg-injector.min.js"></script>
|
||||
<img class="inline-svg" src="../../common/main/resources/img/header/buttons.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/xlsx.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/xltx.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/pdf.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/pdfa.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/ods.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/ots.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/csv.svg">
|
||||
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/blank.svg">
|
||||
<script>
|
||||
|
|
|
@ -283,9 +283,11 @@
|
|||
|
||||
<inline src="resources/img/header/buttons.svg" />
|
||||
<inline src="resources/img/doc-formats/xlsx.svg" />
|
||||
<inline src="resources/img/doc-formats/xltx.svg" />
|
||||
<inline src="resources/img/doc-formats/pdf.svg" />
|
||||
<inline src="resources/img/doc-formats/pdfa.svg" />
|
||||
<inline src="resources/img/doc-formats/ods.svg" />
|
||||
<inline src="resources/img/doc-formats/ots.svg" />
|
||||
<inline src="resources/img/doc-formats/csv.svg" />
|
||||
<inline src="resources/img/doc-formats/blank.svg" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue