Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
HIMS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sandeep Sagar
HIMS
Commits
b86c5d4f
Commit
b86c5d4f
authored
Oct 12, 2023
by
Sandeep Sagar Panjala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial commit
parent
31f1f63d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
32 deletions
+17
-32
.gitignore
.gitignore
+3
-4
Hims.Admin.csproj
Presentation/Hims.Admin/Hims.Admin.csproj
+0
-2
layout.html
Presentation/Hims.Admin/src/app/areas/layout/layout.html
+0
-0
index.html
Presentation/Hims.Admin/src/index.html
+14
-26
No files found.
.gitignore
View file @
b86c5d4f
node_modules
node_modules
package-lock.json
package-lock.json
.angular
.DS_Store
.DS_Store
**/.DS_Store
**/.DS_Store
.angular
/.vs
/.vs
/.git
/.git
obj
obj
...
@@ -51,5 +51,5 @@ Properties
...
@@ -51,5 +51,5 @@ Properties
/Distributed Services/Hims.Api/Logs
/Distributed Services/Hims.Api/Logs
/Distributed Services/Hims.Api/appsettings.json
/Distributed Services/Hims.Api/appsettings.json
/Presentation/Hims.Admin/wwwroot/*
/Presentation/Hims.Providers/wwwroot/*
!/Presentation/Hims.Admin/wwwroot/assets
!/Presentation/Hims.Providers/wwwroot/assets
\ No newline at end of file
Presentation/Hims.Admin/Hims.Admin.csproj
View file @
b86c5d4f
...
@@ -443,8 +443,6 @@
...
@@ -443,8 +443,6 @@
<ItemGroup>
<ItemGroup>
<Folder Include="src\app\areas\admin\patient-multiple-forms\pages\edit-patient-details\" />
<Folder Include="src\app\areas\admin\patient-multiple-forms\pages\edit-patient-details\" />
<Folder Include="src\app\areas\admin\physiotherapy-encounter\pages\" />
<Folder Include="src\app\areas\admin\physiotherapy-encounter\pages\" />
<Folder Include="wwwroot\assets\fonts\themify\fonts\" />
<Folder Include="wwwroot\assets\images\pediatric-images\" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<None Include="wwwroot\assets\css\styles\calendar.css" />
<None Include="wwwroot\assets\css\styles\calendar.css" />
...
...
Presentation/Hims.Admin/src/app/areas/layout/layout.html
View file @
b86c5d4f
This diff is collapsed.
Click to expand it.
Presentation/Hims.Admin/src/index.html
View file @
b86c5d4f
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<head>
<meta
<meta
charset=
"utf-8"
>
name=
"viewport"
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
<meta
name=
"description"
content=
"Careaxes"
>
/>
<meta
name=
"author"
content=
"Careaxes"
>
<meta
name=
"description"
content=
"Careaxes"
/>
<meta
name=
"author"
content=
"Careaxes"
/>
<title>
Careaxes
</title>
<title>
Careaxes
</title>
<base
href=
"/"
/>
<base
href=
"/"
>
<link
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"assets/images/favicon.png"
/>
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"assets/images/favicon.png"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/fonts/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/fonts/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/css/bootstrap.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/css/bootstrap.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/css/toastr.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/css/toastr.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/css/app.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/css/app.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/css/custom.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"assets/css/custom.css"
/>
</head>
</head>
<body
<body
data-layout-mode=
"two-column"
data-sidebar-size=
"condensed"
data-sidebar-color=
"light"
data-layout-width=
"fluid"
data-layout-menu-position=
"fixed"
data-sidebar-showuser=
"false"
data-topbar-color=
"light"
onmousemove=
"showCoords(event)"
onclick=
"sidebarEnable1(event); leave1(event); show(event);"
onresize=
"hide(event);"
>
data-layout-mode=
"two-column"
data-sidebar-size=
"condensed"
data-sidebar-color=
"light"
data-layout-width=
"fluid"
data-layout-menu-position=
"fixed"
data-sidebar-showuser=
"false"
data-topbar-color=
"light"
>
<app-root></app-root>
<app-root></app-root>
</body>
</body>
</html>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment