diff --git a/views/indexTemplate.php b/views/indexTemplate.php index 654b128..9b80ad3 100644 --- a/views/indexTemplate.php +++ b/views/indexTemplate.php @@ -105,9 +105,10 @@ if (App::$user) {
-

Мои треки

- - Управление +

+ Мои треки + +


@@ -124,6 +125,7 @@ if (App::$user) { У вас пока нет сохраненных треков. + Загляните в раздел управления треками .
diff --git a/views/tracks/files.php b/views/tracks/files.php index 6033c01..bdb4b63 100644 --- a/views/tracks/files.php +++ b/views/tracks/files.php @@ -1,10 +1,27 @@ -

Ваши файлы с треками

+

Ваши исходные файлы с треками

+← вернуться к трекам +
id . ' — ' . $file->name . ' [' . $file->tracksCount.' . ' . $file->tptCount.' . ' . $file->wptCount . ']
'; - } + foreach ($files as $file): ?> + + id ?> +   + + + +    + + + +   + name ?> + — filename ?> + [tracksCount?> . tptCount ?> . wptCount ?>] +
+ + id; - print ' — '; - print $trip->name; - print ' ('; - print $trip->createdAt; - print ') — '; - print $trip->description; - print '
'; - } + foreach ($trips as $trip): +?> + id ?> — name ?> (createdAt ?>)
+ +