From 5425af6e55b5e0b049cfc3c05071a869fc5a80d9 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Fri, 27 May 2016 21:03:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=BC=D0=BD=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=BF=D0=BE=D0=BD=D0=BE=D0=B2=D0=BA=D1=83=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/indexTemplate.php | 8 +++++--- views/tracks/files.php | 25 +++++++++++++++++++++---- views/tracks/index.php | 19 ++++++++----------- 3 files changed, 34 insertions(+), 18 deletions(-) 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 ?>)
+ +