-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcity.php
executable file
·41 lines (31 loc) · 1.54 KB
/
city.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<script src="js/city.js"></script>
<div class="container-fluid">
<div class="container pt-2">
<div class="card" id="city_profile">
</div>
<div id="comment-form">
<div class="row bootstrap snippets">
<div class="col-md col-md-offset col-sm mt-2">
<div class="comment-wrapper">
<div class="panel panel-info">
<div class="panel-heading">
</div>
<div class="panel-body" id="comment-container">
<textarea class="form-control" placeholder="Γράψε ένα σχόλιο..." rows="3" id="comment"></textarea>
<br>
<button type="button" class="btn btn-outline-info float-right" id="button-comment">Προσθήκη σχολίου</button>
<button type="button" class="btn btn-outline-info float-right" id="button-like"></button>
<div class="clearfix"></div>
<hr>
<ul class="media-list" id="comments">
</ul>
<ul class=" pagination pagination-sm" id="pagination">
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>