Skip to content

Commit

Permalink
Error loading page
Browse files Browse the repository at this point in the history
fix #159
  • Loading branch information
darkman97i committed Nov 18, 2018
1 parent c33ca81 commit 98676a2
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 27 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/js/jquery-1.8.3.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/main/webapp/mobile/context_menu.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/dashboard_browse.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
<script type="text/javascript">
$(function() {
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/dashboard_detail.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/dashboard_menu.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/desktop_browser.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
<script type="text/javascript">
$(function() {
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/document_dialog.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/document_menu.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/document_properties.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/error.jsp
Expand Up @@ -11,7 +11,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/folder_dialog.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/folder_menu.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/folder_properties.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
6 changes: 4 additions & 2 deletions src/main/webapp/mobile/home.jsp
Expand Up @@ -9,9 +9,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="apple-touch-icon" sizes="57x57" href="img/touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/touch-icon-ipad.png" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
Binary file added src/main/webapp/mobile/img/touch-icon-ipad.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/mobile/img/touch-icon-iphone.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/mail_properties.jsp
Expand Up @@ -10,7 +10,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/mobile/search_menu.jsp
Expand Up @@ -11,7 +11,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
Expand Down
16 changes: 5 additions & 11 deletions src/main/webapp/mobile/search_normal.jsp
Expand Up @@ -11,7 +11,8 @@
<title>OpenKM Mobile</title>
<link rel="apple-touch-icon" href="img/condor.jpg" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script src="../js/jquery-1.11.3.min.js"></script>
<!-- Jquery mobile requires jquery min 1.8.3 for running, it does not work with upper version -->
<script src="../js/jquery-1.8.3.min.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
<script type="text/javascript">
$(function() {
Expand Down Expand Up @@ -58,20 +59,13 @@
<ul data-role="listview" data-theme="c">
<c:forEach var="result" items="${resultSet.results}">
<c:choose>
<c:when test="${result.document != null || result.attachment != null}">
<c:when test="${result.node != null}">
<!-- document -->
<c:choose>
<c:when test="${result.document != null}">
<c:set var="doc" value="${result.document}"></c:set>
</c:when>
<c:otherwise>
<c:set var="doc" value="${result.attachment}"></c:set>
</c:otherwise>
</c:choose>
<c:set var="doc" value="${result.node}"></c:set>
<li id="${doc.uuid}" data-action="searchMenu">
<c:url value="/frontend/Download" var="urlDownload">
<c:if test="${doc.convertibleToPdf}">
<c:param name="toPdf"/>
<c:param name="toPdf" value="true"/>
</c:if>
<c:param name="uuid" value="${doc.uuid}"/>
</c:url>
Expand Down

0 comments on commit 98676a2

Please sign in to comment.