Archived
1
0

chen-chan got its own dir in static

This commit is contained in:
chen-chan
2015-12-23 03:25:52 +01:00
parent cab35af8c4
commit 7d89ab06c7
11 changed files with 55 additions and 90 deletions

View File

@@ -1,20 +1,15 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="/static/user.css">
<title>try again</title>
</head>
<body>
<form enctype="multipart/form-data" name="post" method="post">
<html><head><link rel="stylesheet" href="/static/chen-chan/main.css"><title>try again</title></head><body>
<form enctype="multipart/form-data" name="post" method="post">
{{#attachment}}
<input type="hidden" name="attachment_data" value="{{attachment}}" />
<input type="hidden" name="attachment_filename" value="{{attachment_filename}}" />
<input type="hidden" name="attachment_mime" value="{{attachment_type}}" />
<input type="hidden" name="attachment_data" value="{{attachment}}">
<input type="hidden" name="attachment_filename" value="{{attachment_filename}}">
<input type="hidden" name="attachment_mime" value="{{attachment_type}}">
{{/attachment}}
<input type="hidden" name="reference" value="{{reference}}" />
<input type="hidden" name="name" value="{{name}}" />
<input type="hidden" name="subject" value="{{subject}}" />
<input type="hidden" name="captcha_id" value="{{captcha_id}}" />
<input type="hidden" name="message" value="{{message}}" />
<input type="hidden" name="reference" value="{{reference}}">
<input type="hidden" name="name" value="{{name}}">
<input type="hidden" name="subject" value="{{subject}}">
<input type="hidden" name="captcha_id" value="{{captcha_id}}">
<input type="hidden" name="message" value="{{message}}">
<div id="postform-outer">
<div id="postform-inner">
<div>{{fail_message}}</div>
@@ -41,6 +36,5 @@
</table>
</div>
</div>
</form>
</body>
</html>
</form>
</body></html>