aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/src/main/resources/templates/success.html
blob: c5a0d34513adb4349164ba9de2967df8f95edfae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
	    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	    <title>Mapping File</title>
	    <style type="text/css">
	    	#fileUploadDiv {
	    		text-align: center;
    			padding-top: 16px;
	    	}	    	
    		#fileUploadFormPage {
    			text-decoration: none;
    			text-align: center;
    			cursor: pointer;
    		}    		
    		#successMessage {
    			text-align: center; 
    			color: green; 
    			font-size: 25px; 
    			padding-top: 17px;
    		}
    	</style>
	</head>
	<body>
	    <center>
	    	<h2>Uploaded Mapping File </h2>
	    </center>
	    <div id="successMessage">
	        <strong>Successfully Uploaded Mapping File</strong>
	        <a href="/">Submit another mapping file</a>
	    </div>
	   
	</body>
</html>