Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
osp
tools.ethertoff
Commits
b114ff86
Commit
b114ff86
authored
Oct 22, 2018
by
svilayphiou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed old templates dating from Relearn 2013 event
parent
64db6e03
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
65 deletions
+0
-65
ethertoff/templates/form.html
ethertoff/templates/form.html
+0
-33
ethertoff/templates/issue.html
ethertoff/templates/issue.html
+0
-20
ethertoff/templates/tracker.html
ethertoff/templates/tracker.html
+0
-12
No files found.
ethertoff/templates/form.html
deleted
100644 → 0
View file @
64db6e03
{% load static %}
<!DOCTYPE HTML>
<html>
<head>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
>
<title>
ethertoff
</title>
<link
rel=
"stylesheet/less"
href=
"{% static 'less/ethertoff.less' %}"
type=
"text/css"
media=
"screen"
charset=
"utf-8"
>
<script
src=
"{% static 'js/less-1.4.1.min.js' %}"
type=
"text/javascript"
charset=
"utf-8"
></script>
<style
type=
"text/css"
media=
"screen"
>
body
{
background
:
none
;
}
</style>
</head>
<body>
<form
id=
"email-form"
action=
"{% url 'ethertoff-issue-send' %}"
method=
"post"
accept-charset=
"utf-8"
>
{% csrf_token %}
<div>
<input
style=
"width: 45%; display: inline; margin-right: 10px;"
id=
"id_name"
maxlength=
"50"
name=
"name"
type=
"text"
value=
"{{ user.get_full_name }}"
/>
<!--<input style="width: 45%; display: inline;" id="id_email" name="email" type="text" value="{{ user.email }}" />-->
</div>
<div
style=
"margin-top: 3px;"
>
<label
style=
"width: 25%; display: inline;"
for=
"id_subject"
>
Subject
</label>
<input
style=
"width: 73%; display: inline;"
id=
"id_subject"
maxlength=
"100"
name=
"subject"
type=
"text"
/>
</div>
<div
style=
"margin-top: 3px;"
>
<textarea
style=
"width: 96%; height: 6em;"
id=
"id_message"
name=
"message"
></textarea>
</div>
<p><input
type=
"submit"
value=
"Send"
></p>
</form>
</body>
</html>
ethertoff/templates/issue.html
deleted
100644 → 0
View file @
64db6e03
<!DOCTYPE HTML>
<html>
<head>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
>
<title>
ethertoff
</title>
<link
rel=
"stylesheet/less"
href=
"{% static 'less/ethertoff.less' %}"
type=
"text/css"
media=
"screen"
charset=
"utf-8"
>
<script
src=
"{% static 'js/less-1.4.1.min.js' %}"
type=
"text/javascript"
charset=
"utf-8"
></script>
<style
type=
"text/css"
media=
"screen"
>
body
{
background
:
none
;
}
</style>
</head>
<body>
<p>
Your issue has been sent. You will receive it through the mailing-list and out of the printer in the common room.
</
<
p>
<p><a
href=
"/send-issue/"
>
Point out another issue.
</a></p>
</body>
</html>
ethertoff/templates/tracker.html
deleted
100644 → 0
View file @
64db6e03
{% extends "base.html" %}
{% block content %}
<h1>
Tracker
</h1>
<form
action=
"tracker_submit"
method=
"get"
accept-charset=
"utf-8"
>
<p><label>
ID
</label><input
name=
"id"
type=
"text"
value=
""
/></p>
<p><label>
Date/Time
</label><input
name=
"datetime"
type=
"text"
value=
""
/></p>
<p><label>
Name
</label><input
name=
"name"
type=
"text"
value=
""
/></p>
<p><label>
Text
</label><textarea
name=
"text"
cols=
"80"
rows=
"10"
value=
""
></textarea></p>
<p><input
type=
"submit"
value=
"Continue →"
/></p>
</form>
{% endblock %}
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