susee:log
This commit is contained in:
parent
6c685a5175
commit
c7d57e138c
@ -4,6 +4,7 @@
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
</head>
|
||||
<style>
|
||||
body {
|
||||
@ -195,6 +196,10 @@
|
||||
margin-top: 5px;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.download{
|
||||
font-size: 25px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
@ -219,7 +224,7 @@
|
||||
<%= data[i].file[j] %>
|
||||
</li>
|
||||
<button type="button" id="<%= data[i].file[j]+'|'+data[i].folder %>" class="btn btn-danger delete">Delete</button>
|
||||
<a onclick="downloadImage('<%= data[i].img[j] %>' , '<%= data[i].file[j] %>')">Download link</a>
|
||||
<a onclick="downloadImage('<%= data[i].img[j] %>' , '<%= data[i].file[j] %>')"><i class="fa fa-download download"></i></a>
|
||||
</ul>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user