Blame view

app/views/main.html 6.33 KB
87c93a029   Dang YoungWorld   add modal
1
  <div ng-controller="MainCtrl" class="col-sm-10 col-sm-offset-1" id="tshirt-container">
862daa8a4   DANG   commit theme
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
    <div class="row">
      <header>
        <div class="logo">
          <img src="images/uniqlo_logo.png" alt="Logo Uniqlo" />
          Uniqlo Customize
        </div>
      </header>
      <nav class="clearfix">
        <div class="col-sm-12">
          <h2 class="pull-left">加工箇所を選択してデザインしてください。</h2>
          <ul class="pull-right">
            <li><a href="#">商品に戻る</a></li>
            <li><a href="#">加工方法に戻る</a></li>
            <li class="action">デザインする</li>
          </ul>
        </div>
      </nav>
      <article>
  
          <aside class="col-sm-5">
            <div class="step">
              <div class="title">
                1. デザインを作る
              </div>
              <div class="step-box">
                <div class="tshirt-design clearfix">
                  <div class="icon">
                    <img src="images/t-shirt_icon/tshirt1.gif" alt="icon t-shirt" />
                  </div>
                  <div class="name">
                    背中背中 (28x22)
                  </div>
                  <div class="action">
                    <button class="red" ng-click="modalTShirtDesign()">
                      <i class="fa fa-caret-right" aria-hidden="true"></i> デザインを作る
                    </button>
                  </div>
8f087d204   DANG   Theme + add bower...
39
40
41
                </div>
              </div>
            </div>
e7c9c7707   DANG   Commit theme
42

862daa8a4   DANG   commit theme
43
44
45
            <!--  BREAK DOWN-->
            <div class="text-center break-down">
              <img src="images/bg_step_arrow.gif" alt="arrow" />
e7c9c7707   DANG   Commit theme
46
            </div>
862daa8a4   DANG   commit theme
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
  
            <!-- STEP 2-->
            <div class="step">
              <div class="title">
                2.アイテムカラーを変更する
              </div>
              <div class="step-box clearfix">
                <div class="tshirt-color">
                  <ul class="choice-color clearfix">
                    <li class="white"><div></div></li>
                    <li class="blue"><div></div></li>
                  </ul>
                  <div class="color-name">
                    color: 00 WHITE
                  </div>
                  <div class="view-more">
                    在庫確認 <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>
                  </div>
e7c9c7707   DANG   Commit theme
65
66
67
                </div>
              </div>
            </div>
e7c9c7707   DANG   Commit theme
68

862daa8a4   DANG   commit theme
69
70
71
72
            <!--  BREAK DOWN-->
            <div class="text-center break-down">
              <img src="images/bg_step_arrow.gif" alt="arrow" />
            </div>
e7c9c7707   DANG   Commit theme
73

862daa8a4   DANG   commit theme
74
75
76
77
78
79
80
81
82
83
84
            <!-- STEP 3-->
            <div class="step">
              <div class="step-box clearfix">
                <div class="tshirt-saveorder">
                  <div class="clearfix">
                    <div class="action">
                      <button class="white">
                        <div class="text">
                          このデザインを保存する
                        </div>
                        <div class="arrow">
e7c9c7707   DANG   Commit theme
85
                          <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>
862daa8a4   DANG   commit theme
86
87
88
89
90
91
92
93
94
95
96
97
98
                        </div>
                      </button>
                    </div>
                    <div class="action">
                      <button class="red">
                        <div class="text">
                          このデザインで注文する
                        </div>
                        <div class="arrow clearfix">
                          <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>
                        </div>
                      </button>
                    </div>
e7c9c7707   DANG   Commit theme
99
                  </div>
862daa8a4   DANG   commit theme
100
101
                  <div class="notice">
                    デザインを保存するには、ログインしてください
e7c9c7707   DANG   Commit theme
102
103
                  </div>
                </div>
e7c9c7707   DANG   Commit theme
104
              </div>
e7c9c7707   DANG   Commit theme
105

862daa8a4   DANG   commit theme
106
107
108
109
              <!-- BREAL LINE-->
              <div class="text-center break-line">
                <hr />
              </div>
e7c9c7707   DANG   Commit theme
110

862daa8a4   DANG   commit theme
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
              <!-- STEP 4-->
              <div class="step">
                <div class="title-notice">
                  商品・デザインの変更はこちら <span class="require">作業中のデザインは破棄されます</span>
                </div>
                <div class="step-box">
                  <div class="change-design">
                    <table>
                      <tr>
                        <td class="text-center">商品</td>
                        <td>MENドライカノコポロシャツ・ポケツキ半袖(ホワイト)</td>
                        <td class="text-right">
                          <button class="brown"><i class="fa fa-caret-right" aria-hidden="true"></i> 変更</button>
                        </td>
                      </tr>
                      <tr>
                        <td width="10%" class="text-center">加工方法</td>
                        <td width="70%">シルク:胸中央 (27×27)</td>
                        <td width="20%" class="text-right">
                          <button class="brown"><i class="fa fa-caret-right" aria-hidden="true"></i> 変更</button>
                        </td>
                      </tr>
                    </table>
                  </div>
                </div>
e7c9c7707   DANG   Commit theme
136
              </div>
862daa8a4   DANG   commit theme
137
138
139
140
141
142
              <!-- STEP 5- finish-->
              <div class="step">
                <div class="finish-design">
                  <button class="white">
                    自分で保存したデザインを呼び出す <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>
                  </button>
e7c9c7707   DANG   Commit theme
143
                </div>
862daa8a4   DANG   commit theme
144

e7c9c7707   DANG   Commit theme
145
146
              </div>
            </div>
862daa8a4   DANG   commit theme
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
          </aside>
          <section id="tshirt-content" class="col-sm-7 text-center">
            <div class="switch-border-design">
              <i class="fa fa-square-o" aria-hidden="true"></i> 替えます
            </div>
            <div class="tshirt-image">
              <img src="images/t-shirt/front.png" alt="" />
            </div>
            <div class="tshirt-choice">
              <ul>
                <li class="front focus">
                  <div>前</div>
                  <div class="image">
                    <img src="images/t-shirt_icon/tshirt1-front.png" alt="" />
                  </div>
  
                </li>
                <li class="back">
                  <div>後</div>
                  <div class="image">
                    <img src="images/t-shirt_icon/tshirt1-back.png" alt="" />
                  </div>
e7c9c7707   DANG   Commit theme
169

862daa8a4   DANG   commit theme
170
171
                </li>
              </ul>
e7c9c7707   DANG   Commit theme
172
            </div>
862daa8a4   DANG   commit theme
173
          </section>
e7c9c7707   DANG   Commit theme
174

862daa8a4   DANG   commit theme
175
      </article>
c87bc1f33   TRUONG   first commit: ini...
176

862daa8a4   DANG   commit theme
177
178
179
      <!--MODAL CONTENT-->
      <div ng-include="'views/tshirt-design.html'"></div>
    </div>
87c93a029   Dang YoungWorld   add modal
180

87c93a029   Dang YoungWorld   add modal
181

8f087d204   DANG   Theme + add bower...
182
  </div>