This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Teacup
mirror of
https://github.com/aaronpk/Teacup.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
starting to add date buttons
pull/10/head
Aaron Parecki
9 years ago
parent
f1f7402721
commit
7226f059c2
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
views/new-post.php
+ 7
- 0
views/new-post.php
View File
@ -19,6 +19,13 @@
<
img
src
=
"
"
height
=
"
320
"
id
=
"
note_location_img_small
"
class
=
"
img-responsive
"
>
</
div
>
</
div
>
<
div
class
=
"
form-group
"
>
<
h3
>
Date
</
h3
>
<
input
type
=
"
date
"
value
=
"
<?= date('Y-m-d') ?>
"
id
=
"
note_date
"
>
<
input
type
=
"
time
"
value
=
"
<?= date('H:i') ?>
"
id
=
"
note_time
"
>
</
div
>
</
form
>
<
?
php
if
(
$this
->
micropub_endpoint
)
:
?>
Write
Preview
Loading…
Cancel
Save