Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment
Commits
debb2c84
Commit
debb2c84
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
remove html.tpl.php
parent
d00e614d
No related branches found
No related tags found
1 merge request
!62
V2.0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public_html/deployment/classes/html.tpl.php
+0
-44
0 additions, 44 deletions
public_html/deployment/classes/html.tpl.php
with
0 additions
and
44 deletions
public_html/deployment/classes/html.tpl.php
deleted
100644 → 0
+
0
−
44
View file @
d00e614d
<!doctype html>
<html>
<head>
<meta
name=
"robots"
content=
"noindex,nofollow"
/>
<meta
charset=
"utf-8"
>
<!-- Mobile viewport optimized -->
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"
/>
<!-- Mobile Internet Explorer allows us to activate ClearType technology for smoothing fonts for easy reading -->
<!--
not html5 valid:
<meta http-equiv="cleartype" content="on">
<link href="/deployment/bootstrap3/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="/vendor/twitter-bootstrap/4.1.1/css/bootstrap.min.css"/>
<script src="/vendor/twitter-bootstrap/4.1.1/js/bootstrap.min.js"></script>
-->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/vendor/bootstrap3/css/bootstrap.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/vendor/font-awesome/5.8.2/css/all.css"
>
<script
src=
"/vendor/jquery/3.4.1/jquery.min.js"
></script>
<title>
IML Deployment
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/deployment/main.css"
media=
"screen"
>
{{HEADER}}
</head>
<body>
<div
id=
"divcontent"
>
{{CONTENT}}
</div>
{{FOOTER}}
<script
src=
"/vendor/bootstrap3/js/bootstrap.min.js"
></script>
<script
src=
"/deployment/js/functions.js"
></script>
{{JSONREADY}}
<div
id=
"divmodal"
>
<div
id=
"divmodalmessage"
>
please wait ...
</div>
</div>
</body>
</html>
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