Skip to content
Snippets Groups Projects
Commit 6b4d55ce authored by Miniontoby's avatar Miniontoby :writing_hand_tone1: Committed by Miniontoby
Browse files

Added templates for issues and service desk

Also added more meta tags to the head of the website
parent d6d3ee66
Branches master
No related tags found
No related merge requests found
## Summary
(Summarize the bug encountered concisely)
## Steps to reproduce
(How one can reproduce the issue - this is very important)
## Example Project
(If possible, please create an example project here on edutgit.org that exhibits the problematic
behavior, and link to it here in the bug report.
If you are using an older version of GitLab, this will also determine whether the bug has been fixed
in a more recent version)
## What is the current bug behavior?
(What actually happens)
## What is the expected correct behavior?
(What you should see instead)
## Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as
it's very hard to read otherwise.)
## Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
/label ~bug ~reproduced ~needs-investigation
/assign @Miniontoby
\ No newline at end of file
## Feature Name
(specify the name)
## Feature summary
(Summarize the feature)
## Extra notes
(Leave some extra notes if wanted)
/label ~suggestion
/todo
\ No newline at end of file
Hello,
A user just used the Service Desk, here some information:
## Issue ID:
%{ISSUE_ID}
## Note Text:
%{NOTE_TEXT}
## Path:
%{ISSUE_PATH}
- Service Desk
\ No newline at end of file
Hello,
Thanks for your email
The automatic bot has made issue %{ISSUE_ID} from your email
If you want to visit your issue, check %{ISSUE_PATH}
- TheDutchProgrammers Group
\ No newline at end of file
...@@ -14,29 +14,56 @@ $url = $app->config['app_folder']; //($_SERVER['REQUEST_URI'] == $app->config['a ...@@ -14,29 +14,56 @@ $url = $app->config['app_folder']; //($_SERVER['REQUEST_URI'] == $app->config['a
<html lang="<?=$app->config['app_language']?>"> <html lang="<?=$app->config['app_language']?>">
<head> <head>
<title><?=$page_title?> - MySchoolDay</title> <title><?=$page_title?> - MySchoolDay</title>
<meta charset="utf-8"> <!-- Complete list from https://gist.github.com/lancejpollard/1978404 -->
<meta name="title" content="<?=$page_title?> - MySchoolDay"> <meta charset="utf-8"/>
<meta name="description" content="MySchoolDay WebApp"> <meta http-equiv="Expires" content="0"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Pragma" content="no-cache"/>
<meta name="theme-color" content="#ffd260"> <meta http-equiv="Cache-Control" content="no-cache"/>
<meta name="twitter:card" content="summary_large_image"> <meta name="abstract" content=""/>
<meta name="twitter:title" content="<?=$page_title?> - MySchoolDay"> <meta name="application-name" content="MySchoolDay"/>
<meta name="twitter:description" content="MySchoolDay WebApp"> <meta name="author" content="TheDutchProgrammers, gitlab+thedutchprogrammers-myschoolday-823-issue-@edugit.org"/>
<meta name="twitter:image" content="<?=$url?>images/logo.png"> <meta name="category" content="SchoolRoster"/>
<meta property="og:url" content="<?=$app->url?>"> <meta name="Classification" content="School"/>
<meta property="og:type" content="website"> <meta name="copyright" content="TheDutchProgrammers"/>
<meta property="og:title" content="<?=$page_title?> - MySchoolDay"> <meta name="coverage" content="Worldwide"/>
<meta property="og:description" content="MySchoolDay WebApp"> <meta name="description" property="og:description" content="MySchoolDay WebApp"/>
<meta property="og:image" content="images/logo.png"> <meta name="designer" content="TheDutchProgrammers"/>
<meta name="directory" content="<?=$url?>"/>
<meta name="distribution" content="Global"/>
<meta name="fb:page_id" content=""/>
<meta name="identifier-URL" content="<?=$app->url?>"/>
<meta name="keywords" content="MySchoolDay"/>
<meta name="language" content="<?=$app->config['app_language']?>"/>
<meta name="og:email" content="gitlab+thedutchprogrammers-myschoolday-823-issue-@edugit.org"/>
<meta name="owner" content="TheDutchProgrammers"/>
<meta name="rating" content="General"/>
<meta name="reply-to" content="gitlab+thedutchprogrammers-myschoolday-823-issue-@edugit.org"/>
<meta name="revised" content="Monday, Nov 22th, 2021, 1:50 pm" />
<meta name="revisit-after" content="7 days"/>
<meta name="robots" content="noindex"/>
<meta name="subject" content="MySchoolDay School Roster"/>
<meta name="summary" content="MySchoolDay - <?=$page_title?>"/>
<meta name="theme-color" content="#ffd260"/>
<meta name="title" property="og:title" content="<?=$page_title?> - MySchoolDay"/>
<meta name="topic" content="School Roster"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:description" content="MySchoolDay WebApp"/>
<meta name="twitter:image" property="og:image" content="<?=$url?>images/logo.png"/>
<meta name="twitter:title" content="<?=$page_title?> - MySchoolDay"/>
<meta name="url" property="og:url" content="<?=$app->url?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta property="og:site_name" content="MySchoolDay"/>
<meta property="og:type" content="website"/>
<meta property="twitter:domain" content="<?=$app->config['app_domain']?>"> <meta property="twitter:domain" content="<?=$app->config['app_domain']?>">
<meta property="twitter:url" content="<?=$app->url?>"> <meta property="twitter:url" content="<?=$app->url?>"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="shortcut icon" type="image/ico" href="<?=$url?>favicon.ico"/>
<link rel="stylesheet" href="<?=$url?>css/style.css"/>
<link rel="manifest" href="<?=$url?>manifest.json"/>
<link rel="apple-touch-icon" href="<?=$url?>favicon.ico"/> <link rel="apple-touch-icon" href="<?=$url?>favicon.ico"/>
<link rel="icon" type="image/ico" href="<?=$url?>favicon.ico"/>
<link rel="manifest" href="<?=$url?>manifest.json"/>
<link rel="shortcut" type="image/png" href="<?=$url?>images/LogoMint.png"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="<?=$url?>css/style.css"/>
</head> </head>
<body> <body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment