Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project-melon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
65160381
project-melon
Commits
39a64a9a
Commit
39a64a9a
authored
1 month ago
by
65160381
Browse files
Options
Downloads
Patches
Plain Diff
Update file order.ejs
parent
749b3e68
No related branches found
No related tags found
No related merge requests found
Pipeline
#535
passed with warnings
1 month ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/order.ejs
+6
-10
6 additions, 10 deletions
views/order.ejs
with
6 additions
and
10 deletions
views/order.ejs
+
6
−
10
View file @
39a64a9a
...
@@ -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"
>
<h
1
class=
"useful_text"
>
Contact Us
</h
1
>
<h
3
class=
"useful_text"
>
Contact Us
</h
3
>
<div
class=
"location_text"
>
<div
class=
"location_text"
>
<ul>
<ul>
<li>
<li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment