diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/.add.html.swp | bin | 12288 -> 0 bytes | |||
-rw-r--r-- | html/.add.html.un~ | bin | 32860 -> 0 bytes | |||
-rw-r--r-- | html/.style.css.swp | bin | 12288 -> 0 bytes | |||
-rw-r--r-- | html/.style.css.un~ | bin | 47414 -> 1418 bytes | |||
-rw-r--r-- | html/add.html | 26 | ||||
-rw-r--r-- | html/imgs/1516948982.jpg | bin | 0 -> 775702 bytes | |||
-rw-r--r-- | html/imgs/1517194089.jpg | bin | 0 -> 15428 bytes | |||
-rw-r--r-- | html/imgs/1517194132.png | bin | 0 -> 105704 bytes | |||
-rw-r--r-- | html/imgs/1517202617.jpg | bin | 0 -> 15428 bytes | |||
-rw-r--r-- | html/imgs/1517202643.png | bin | 0 -> 105704 bytes | |||
-rw-r--r-- | html/style.css | 2 |
11 files changed, 1 insertions, 27 deletions
diff --git a/html/.add.html.swp b/html/.add.html.swp Binary files differdeleted file mode 100644 index 2e8af71..0000000 --- a/html/.add.html.swp +++ /dev/null diff --git a/html/.add.html.un~ b/html/.add.html.un~ Binary files differdeleted file mode 100644 index 3e8dea0..0000000 --- a/html/.add.html.un~ +++ /dev/null diff --git a/html/.style.css.swp b/html/.style.css.swp Binary files differdeleted file mode 100644 index 06400be..0000000 --- a/html/.style.css.swp +++ /dev/null diff --git a/html/.style.css.un~ b/html/.style.css.un~ Binary files differindex b688347..730471b 100644 --- a/html/.style.css.un~ +++ b/html/.style.css.un~ diff --git a/html/add.html b/html/add.html deleted file mode 100644 index a664f58..0000000 --- a/html/add.html +++ /dev/null @@ -1,26 +0,0 @@ -<html> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>添加issue</title> -<body> -<link rel="stylesheet" href="style.css" type="text/css" /> -<div id="container"> - <img src="logo.png" id="logo"/> - <br/> - <script src="ckeditor/ckeditor.js"></script> - - <form action="/add" class="form_add"> - <font class="issue_font">标题:</font><input name="issue_title" type="text" class="issue_title"/> - <br/> - <font class="issue_font">标签(用空格分割):</font><input name="issue_tags" type="text" class="issue_tags"/> - <font class="issue_font">问题描述:</font> - <textarea name="issue_description" id="editor1" class="ckeditor" rows="10" cols="80"> - </textarea> - <font class="issue_font">解决方案:</font> - <textarea name="issue_solve" id="editor2" class="ckeditor" rows="20" cols="80"> - </textarea> - <input type="submit" value="提交" class="submit"/> - </form> -</div> -</body> -</html> - diff --git a/html/imgs/1516948982.jpg b/html/imgs/1516948982.jpg Binary files differnew file mode 100644 index 0000000..fa4fd41 --- /dev/null +++ b/html/imgs/1516948982.jpg diff --git a/html/imgs/1517194089.jpg b/html/imgs/1517194089.jpg Binary files differnew file mode 100644 index 0000000..d41d4c3 --- /dev/null +++ b/html/imgs/1517194089.jpg diff --git a/html/imgs/1517194132.png b/html/imgs/1517194132.png Binary files differnew file mode 100644 index 0000000..af6549d --- /dev/null +++ b/html/imgs/1517194132.png diff --git a/html/imgs/1517202617.jpg b/html/imgs/1517202617.jpg Binary files differnew file mode 100644 index 0000000..d41d4c3 --- /dev/null +++ b/html/imgs/1517202617.jpg diff --git a/html/imgs/1517202643.png b/html/imgs/1517202643.png Binary files differnew file mode 100644 index 0000000..af6549d --- /dev/null +++ b/html/imgs/1517202643.png diff --git a/html/style.css b/html/style.css index dd447a4..6d1a447 100644 --- a/html/style.css +++ b/html/style.css @@ -1,5 +1,5 @@ #container{ - width:640; + width:768px; } #pagejump_next{ |