mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
DB update and some minor fixes
This commit is contained in:
parent
6dcd411a53
commit
000acb8e35
8 changed files with 19 additions and 12 deletions
|
@ -404,7 +404,7 @@ EOF
|
|||
$response_bikes = decode_json($bikes_json);
|
||||
|
||||
#bikes available
|
||||
print $q->div({-class=>'content_title2',-style=>''},"$list_title $selected_station{name} | $selected_station{station_id}"),"\n" if(1 == 1);
|
||||
print $q->div({-style=>'font-weight:bold;'},"$selected_station{name} | $selected_station{station_id}"),"\n" if(1 == 1);
|
||||
foreach my $bike (sort {$response_bikes->{shareejson}->{bikes}->{$a}->{bike} cmp $response_bikes->{shareejson}->{bikes}->{$b}->{bike} } keys (%{ $response_bikes->{shareejson}->{bikes} })) {
|
||||
|
||||
#print "<div style='border:1px solid #$bgcolor1;margin:1em 0;max-width:550px;'>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue