From 75a367cd307d60b0b5838c28ddd4f7cd8243b9b4 Mon Sep 17 00:00:00 2001 From: voltan Date: Sun, 21 May 2017 13:52:01 +0430 Subject: [PATCH] work on theme --- .idea/workspace.xml | 263 ++++++++++-------- .../asset/ng-template/front/item-list.html | 210 ++++++++++++++ 2 files changed, 353 insertions(+), 120 deletions(-) create mode 100644 module/guide/asset/ng-template/front/item-list.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9b42716..e143d1b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,8 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -113,8 +66,6 @@ - - @@ -127,20 +78,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + project + + + true + + + + DIRECTORY + + false + + + @@ -258,7 +237,8 @@ - + + 1491372513965 @@ -288,17 +268,23 @@ - - - - + @@ -332,6 +318,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -558,23 +581,10 @@ - - - - - - - - - - - - - - + - - + + @@ -587,13 +597,26 @@ - + - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/module/guide/asset/ng-template/front/item-list.html b/module/guide/asset/ng-template/front/item-list.html new file mode 100644 index 0000000..84cea77 --- /dev/null +++ b/module/guide/asset/ng-template/front/item-list.html @@ -0,0 +1,210 @@ +
+
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+

+ +

+
+ {{'CITY' | translate}} : + {{item.city}} + | {{item.area}} +
+
+
+
+ {{'DIFFICULTY' | translate}} : {{item.difficulty}} +
+
+ {{'DURATION' | translate}} : {{item.duration_view}} +
+
+ {{'ELEVATION' | translate}} : + {{item.elevation_end}} +
+
+
+
+ {{'ELEVATION' | translate}} : + {{item.elevation_end}} +
+
+
+ +
+
+
+
+
+
+
+ + +
+
+
+ {{'NONE_ITEM' | translate}} +
+
+
+
\ No newline at end of file