%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/309157/root/home/waritko/subsonic/ROOT/WEB-INF/jsp/
Upload File :
Create Path :
Current File : //proc/309157/root/home/waritko/subsonic/ROOT/WEB-INF/jsp/upload.jsp

<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>

<html><head>
    <%@ include file="head.jsp" %>
</head><body>

<h1><fmt:message key="upload.title"/></h1>

<c:forEach items="${model.uploadedFiles}" var="file">
    <p><fmt:message key="upload.success"><fmt:param value="${file.path}"/></fmt:message></p>
</c:forEach>

<c:forEach items="${model.unzippedFiles}" var="file">
    <fmt:message key="upload.unzipped"><fmt:param value="${file.path}"/></fmt:message><br/>
</c:forEach>

<c:choose>
    <c:when test="${not empty model.exception}">
        <p><fmt:message key="upload.failed"><fmt:param value="${model.exception.message}"/></fmt:message></p>
    </c:when>
    <c:when test="${empty model.uploadedFiles}">
        <p><fmt:message key="upload.empty"/></p>
    </c:when>
</c:choose>

<i class="fa fa-chevron-left icon"></i>&nbsp;<a href="more.view?"><fmt:message key="common.back"/></a>
</body></html>



Zerion Mini Shell 1.0