comparison html/new.html @ 78:9bfe5ce3cc45

pasterd: rework themes
author David Demelier <markand@malikania.fr>
date Thu, 16 Mar 2023 20:45:59 +0100
parents fe78b16c694d
children 52029a52a385
comparison
equal deleted inserted replaced
77:fe78b16c694d 78:9bfe5ce3cc45
7 <td><input name="title" type="text" placeholder="Untitled" value="{{title}}" /></td> 7 <td><input name="title" type="text" placeholder="Untitled" value="{{title}}" /></td>
8 </tr> 8 </tr>
9 9
10 <tr> 10 <tr>
11 <td class="label">Author</td> 11 <td class="label">Author</td>
12 <td><input name="author" type="text" placeholder="Anonymous" /></td> 12 <td><input name="author" type="text" placeholder="Anonymous" value="{{author}}" /></td>
13 </tr> 13 </tr>
14 14
15 <tr> 15 <tr>
16 <td class="label">Language</td> 16 <td class="label">Language</td>
17 <td> 17 <td>
33 </select> 33 </select>
34 </td> 34 </td>
35 </tr> 35 </tr>
36 36
37 <tr> 37 <tr>
38 <td class="label">Private</td> 38 <td class="label">Public</td>
39 <td><input type="checkbox" name="private" checked></input></td> 39 <td><input type="checkbox" name="visible"></input></td>
40 </tr> 40 </tr>
41 </table> 41 </table>
42 42
43 <textarea id="code" class="textarea" placeholder="What do you want to share?" rows="10" name="code">{{code}}</textarea> 43 <textarea id="code" class="textarea" placeholder="What do you want to share?" rows="10" name="code">{{code}}</textarea>
44 <input class="submit" type="submit" value="paste" /> 44 <input class="submit" type="submit" value="paste" />