Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 39a64a9a authored by 65160381's avatar 65160381
Browse files

Update file order.ejs

parent 749b3e68
No related branches found
No related tags found
No related merge requests found
Pipeline #535 passed with warnings
...@@ -5,10 +5,6 @@ ...@@ -5,10 +5,6 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>ASA</title> <title>ASA</title>
<meta name="keywords" content=""> <meta name="keywords" content="">
<meta name="description" content=""> <meta name="description" content="">
...@@ -25,10 +21,6 @@ ...@@ -25,10 +21,6 @@
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css"> <link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs--> <!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"> <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- owl stylesheets -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
</head> </head>
<body> <body>
<!--header section start --> <!--header section start -->
...@@ -69,6 +61,7 @@ ...@@ -69,6 +61,7 @@
<div class="add_product_section layout_padding"> <div class="add_product_section layout_padding">
<div class="container"> <div class="container">
<h1 class="gallery_taital">Add New Product</h1> <h1 class="gallery_taital">Add New Product</h1>
<% if (loggedIn) { %>
<form action="/product/add" method="POST" enctype="multipart/form-data"> <form action="/product/add" method="POST" enctype="multipart/form-data">
<!-- Show error message --> <!-- Show error message -->
<% if (message && message.length > 0) { %> <% if (message && message.length > 0) { %>
...@@ -99,10 +92,13 @@ ...@@ -99,10 +92,13 @@
<button class="btn btn-primary w-100 py-2" type="submit">Add Product</button> <button class="btn btn-primary w-100 py-2" type="submit">Add Product</button>
</form> </form>
<% } else { %>
<p>Please log in to add a product.</p>
<% } %>
</div> </div>
</div> </div>
<!-- Add Product section end --> <!-- Add Product section end -->
<!-- footer section start --> <!-- footer section start -->
<div class="footer_section layout_padding"> <div class="footer_section layout_padding">
<div class="container"> <div class="container">
...@@ -120,7 +116,7 @@ ...@@ -120,7 +116,7 @@
</div> </div>
</div> </div>
<div class="col-lg-3 col-sm-6"> <div class="col-lg-3 col-sm-6">
<h1 class="useful_text">Contact Us</h1> <h3 class="useful_text">Contact Us</h3>
<div class="location_text"> <div class="location_text">
<ul> <ul>
<li> <li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment