新建品牌.html
37.1 KB
1
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://static.yohobuy.com/admin/css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jquery.min.js"></script>
<title>YOHO有货后台管理</title>
<script type="text/javascript">
var biz =
{
oldchr: "A",
selbiz: function(chr) {
$("#div_" + chr).show();
$("#div_" + this.oldchr).hide();
this.oldchr = chr;
}
};
</script>
</head>
<body>
<div class="mainbox">
<div class="daohang">当前位置:<a href="main.html">首页</a> > <a href="#">品牌管理</a> > <a href="#">品牌设置</a> > <span>新建品牌</span></div>
<table class="table1" style="width:100%;">
<thead>
<tr>
<th colspan="2"> 新建品牌</th>
</tr>
</thead>
<tr>
<td align="right" style="width:120px;">品牌名称</td>
<td><input id="bizname" name="bizname" type="text" /></td>
</tr>
<tr>
<td align="right">品牌缩写</td>
<td><input id="biznikename" name="biznikename" type="text" style="width:50px;" maxlength="2" />
<span class="font_tip">(自动产生商品编码用!)</span></td>
</tr>
<tr>
<td align="right">品牌名称首字母</td>
<td><input id="bizword" name="bizword" type="text" style="width:50px;" maxlength="1" />
<span class="font_tip">(中文用拼音首字母!)</span></td>
</tr>
<tr>
<td align="right">品牌域名</td>
<td><input id="bizdomain" name="bizdomain" type="text" /></td>
</tr>
<tr>
<td align="right">品牌类型</td>
<td><select id="biztype" name="biztype" style="width:155px;">
<option value="品牌旗舰店">品牌旗舰店</option>
<option value="香港潮流贩售">香港潮流贩售</option>
<option value="台湾街牌速递">台湾街牌速递</option>
<option value="内地潮流区">内地潮流区</option>
<option value="玩乐生活区">玩乐生活区</option>
</select></td>
</tr>
<tr>
<td align="right">选择风格</td>
<td><script type="text/javascript">
function openbox()
{
var o=document.getElementById("winbox")
if(o.style.display=="none")
{
o.style.display="block"
}
}
function closebox()
{
var o=document.getElementById("winbox")
if(o.style.display=="block")
{
o.style.display="none"
}
}
function del(flag)
{
var o="li_"+flag
document.getElementById(o).style.display="none";
var a=document.getElementsByName("box");
a[flag].checked=false;
}
function check()
{
var a=document.getElementsByName("box");
var str="";
for(var i=0;i<a.length;i++){
if(a[i].type=="checkbox" && a[i].checked) {
var b="li_"+i;
//alert(a[i].value);
//alert(b);
str+="<li id='"+b+"'>"+a[i].value+"<span onclick='del("+i+")'>X</span></li>"
}
}
document.getElementById("winboxlist").innerHTML=str;
}
</script>
<ul class="winbox-list" id="winboxlist">
</ul>
<div class="winbox-add">
<button class="but2" onclick="openbox();">添加</button>
<div id="winbox" class="winbox" style="display:none;">
<table class="tablein">
<tr>
<td><input name="box" type="checkbox" value="非主流" />
非主流</td>
<td><input name="box" type="checkbox" value="复选框" />
复选框</td>
<td><input name="box" type="checkbox" value="蓝调" />
蓝调</td>
<td><input name="box" type="checkbox" value="爵士" />
爵士</td>
</tr>
<tr>
<td><input name="box" type="checkbox" value="非主流" />
非主流</td>
<td><input name="box" type="checkbox" value="复选框" />
复选框</td>
<td><input name="box" type="checkbox" value="蓝调" />
蓝调</td>
<td><input name="box" type="checkbox" value="爵士" />
爵士</td>
</tr>
<tr>
<td colspan="4" align="right"><button class="but2" onclick="check()">确定</button> <button class="but2" onclick="closebox();">取消</button>
<td>
</tr>
</table>
</div>
</div></td>
</tr>
<tr>
<td align="right">子品牌</td>
<td><h3><a href="javascript:biz.selbiz('A')" style="margin:0 2px;">A</a><a href="javascript:biz.selbiz('B')" style="margin:0 2px;">B</a><a href="javascript:biz.selbiz('C')" style="margin:0 2px;">C</a><a href="javascript:biz.selbiz('D')" style="margin:0 2px;">D</a><a href="javascript:biz.selbiz('E')" style="margin:0 2px;">E</a><a href="javascript:biz.selbiz('F')" style="margin:0 2px;">F</a><a href="javascript:biz.selbiz('G')" style="margin:0 2px;">G</a><a href="javascript:biz.selbiz('H')" style="margin:0 2px;">H</a><a href="javascript:biz.selbiz('I')" style="margin:0 2px;">I</a><a href="javascript:biz.selbiz('J')" style="margin:0 2px;">J</a><a href="javascript:biz.selbiz('K')" style="margin:0 2px;">K</a><a href="javascript:biz.selbiz('L')" style="margin:0 2px;">L</a><a href="javascript:biz.selbiz('M')" style="margin:0 2px;">M</a><a href="javascript:biz.selbiz('N')" style="margin:0 2px;">N</a><a href="javascript:biz.selbiz('O')" style="margin:0 2px;">O</a><a href="javascript:biz.selbiz('P')" style="margin:0 2px;">P</a><a href="javascript:biz.selbiz('Q')" style="margin:0 2px;">Q</a><a href="javascript:biz.selbiz('R')" style="margin:0 2px;">R</a><a href="javascript:biz.selbiz('S')" style="margin:0 2px;">S</a><a href="javascript:biz.selbiz('T')" style="margin:0 2px;">T</a><a href="javascript:biz.selbiz('U')" style="margin:0 2px;">U</a><a href="javascript:biz.selbiz('V')" style="margin:0 2px;">V</a><a href="javascript:biz.selbiz('W')" style="margin:0 2px;">W</a><a href="javascript:biz.selbiz('X')" style="margin:0 2px;">X</a><a href="javascript:biz.selbiz('Y')" style="margin:0 2px;">Y</a><a href="javascript:biz.selbiz('Z')" style="margin:0 2px;">Z</a></h3>
<div id="div_A" style="clear:both;">
<input id="chk_5" name="sub_biz" type="checkbox" value="5" />
<label for="chk_5" style="cursor: pointer">ANYHOW</label>
<input id="chk_23" name="sub_biz" type="checkbox" value="23" />
<label for="chk_23" style="cursor: pointer">ADLIB</label>
<input id="chk_55" name="sub_biz" type="checkbox" value="55" />
<label for="chk_55" style="cursor: pointer">ACROSS!</label>
<input id="chk_110" name="sub_biz" type="checkbox" value="110" />
<label for="chk_110" style="cursor: pointer">10x1</label>
<input id="chk_158" name="sub_biz" type="checkbox" value="158" />
<label for="chk_158" style="cursor: pointer">AAAA</label>
<input id="chk_189" name="sub_biz" type="checkbox" value="189" />
<label for="chk_189" style="cursor: pointer">appetime</label>
<input id="chk_225" name="sub_biz" type="checkbox" value="225" />
<label for="chk_225" style="cursor: pointer">ALTAMONT</label>
<input id="chk_235" name="sub_biz" type="checkbox" value="235" />
<label for="chk_235" style="cursor: pointer">AIAIAI</label>
<input id="chk_264" name="sub_biz" type="checkbox" value="264" />
<label for="chk_264" style="cursor: pointer">And I</label>
</div>
<div id="div_B" style="display:none;clear:both;">
<input id="chk_217" name="sub_biz" type="checkbox" value="217" />
<label for="chk_217" style="cursor: pointer">BORDERLINE</label>
<input id="chk_219" name="sub_biz" type="checkbox" value="219" />
<label for="chk_219" style="cursor: pointer">Bustout</label>
<input id="chk_29" name="sub_biz" type="checkbox" value="29" />
<label for="chk_29" style="cursor: pointer">B-SIDE</label>
</div>
<div id="div_C" style="display:none;clear:both;">
<input id="chk_51" name="sub_biz" type="checkbox" value="51" />
<label for="chk_51" style="cursor: pointer">CAPSULE</label>
<input id="chk_46" name="sub_biz" type="checkbox" value="46" />
<label for="chk_46" style="cursor: pointer">CHAIRMAN</label>
<input id="chk_18" name="sub_biz" type="checkbox" value="18" />
<label for="chk_18" style="cursor: pointer">CHERRY ASH</label>
<input id="chk_104" name="sub_biz" type="checkbox" value="104" />
<label for="chk_104" style="cursor: pointer">COZE</label>
<input id="chk_191" name="sub_biz" type="checkbox" value="191" />
<label for="chk_191" style="cursor: pointer">CHOOCI收纳专家</label>
<input id="chk_141" name="sub_biz" type="checkbox" value="141" />
<label for="chk_141" style="cursor: pointer">CR轩谛</label>
<input id="chk_146" name="sub_biz" type="checkbox" value="146" />
<label for="chk_146" style="cursor: pointer">converse</label>
<input id="chk_220" name="sub_biz" type="checkbox" value="220" />
<label for="chk_220" style="cursor: pointer">checkblue</label>
<input id="chk_223" name="sub_biz" type="checkbox" value="223" />
<label for="chk_223" style="cursor: pointer">CODPIECE</label>
<input id="chk_232" name="sub_biz" type="checkbox" value="232" />
<label for="chk_232" style="cursor: pointer">吃茶去</label>
<input id="chk_261" name="sub_biz" type="checkbox" value="261" />
<label for="chk_261" style="cursor: pointer">COCOLULU</label>
</div>
<div id="div_D" style="display:none;clear:both;">
<input id="chk_259" name="sub_biz" type="checkbox" value="259" />
<label for="chk_259" style="cursor: pointer">DSMOSIS</label>
<input id="chk_251" name="sub_biz" type="checkbox" value="251" />
<label for="chk_251" style="cursor: pointer">大脑+布</label>
<input id="chk_244" name="sub_biz" type="checkbox" value="244" />
<label for="chk_244" style="cursor: pointer">东情西韵</label>
<input id="chk_214" name="sub_biz" type="checkbox" value="214" />
<label for="chk_214" style="cursor: pointer">DEMETER香水</label>
<input id="chk_137" name="sub_biz" type="checkbox" value="137" />
<label for="chk_137" style="cursor: pointer">dopie</label>
<input id="chk_94" name="sub_biz" type="checkbox" value="94" />
<label for="chk_94" style="cursor: pointer">DUSTY</label>
<input id="chk_64" name="sub_biz" type="checkbox" value="64" />
<label for="chk_64" style="cursor: pointer">DBG</label>
</div>
<div id="div_E" style="display:none;clear:both;">
<input id="chk_27" name="sub_biz" type="checkbox" value="27" />
<label for="chk_27" style="cursor: pointer">ENO</label>
<input id="chk_3" name="sub_biz" type="checkbox" value="3" />
<label for="chk_3" style="cursor: pointer">ENGAME</label>
<input id="chk_10" name="sub_biz" type="checkbox" value="10" />
<label for="chk_10" style="cursor: pointer">EBLIS HUNGI</label>
<input id="chk_206" name="sub_biz" type="checkbox" value="206" />
<label for="chk_206" style="cursor: pointer">EASTPAK</label>
<input id="chk_224" name="sub_biz" type="checkbox" value="224" />
<label for="chk_224" style="cursor: pointer">ETNIES</label>
</div>
<div id="div_F" style="display:none;clear:both;">
<input id="chk_253" name="sub_biz" type="checkbox" value="253" />
<label for="chk_253" style="cursor: pointer">FLOSO</label>
<input id="chk_25" name="sub_biz" type="checkbox" value="25" />
<label for="chk_25" style="cursor: pointer">Fire Panda</label>
<input id="chk_57" name="sub_biz" type="checkbox" value="57" />
<label for="chk_57" style="cursor: pointer">FURY ANIMALS</label>
</div>
<div id="div_G" style="display:none;clear:both;">
<input id="chk_96" name="sub_biz" type="checkbox" value="96" />
<label for="chk_96" style="cursor: pointer">光当娃</label>
<input id="chk_26" name="sub_biz" type="checkbox" value="26" />
<label for="chk_26" style="cursor: pointer">glamourflage</label>
<input id="chk_13" name="sub_biz" type="checkbox" value="13" />
<label for="chk_13" style="cursor: pointer">G-SHOCK</label>
<input id="chk_256" name="sub_biz" type="checkbox" value="256" />
<label for="chk_256" style="cursor: pointer">GROUP INDIVIDUAL</label>
<input id="chk_242" name="sub_biz" type="checkbox" value="242" />
<label for="chk_242" style="cursor: pointer">GOOKIE CLOTHING</label>
</div>
<div id="div_H" style="display:none;clear:both;">
<input id="chk_56" name="sub_biz" type="checkbox" value="56" />
<label for="chk_56" style="cursor: pointer">HEART</label>
<input id="chk_76" name="sub_biz" type="checkbox" value="76" />
<label for="chk_76" style="cursor: pointer">HOOPS</label>
<input id="chk_79" name="sub_biz" type="checkbox" value="79" />
<label for="chk_79" style="cursor: pointer">HARD PLAYER</label>
<input id="chk_201" name="sub_biz" type="checkbox" value="201" />
<label for="chk_201" style="cursor: pointer">黑头</label>
</div>
<div id="div_I" style="display:none;clear:both;">
<input id="chk_203" name="sub_biz" type="checkbox" value="203" />
<label for="chk_203" style="cursor: pointer">INKY</label>
<input id="chk_207" name="sub_biz" type="checkbox" value="207" />
<label for="chk_207" style="cursor: pointer">izzue</label>
<input id="chk_185" name="sub_biz" type="checkbox" value="185" />
<label for="chk_185" style="cursor: pointer">Idea man</label>
<input id="chk_36" name="sub_biz" type="checkbox" value="36" />
<label for="chk_36" style="cursor: pointer">Infinite Fantasy</label>
<input id="chk_213" name="sub_biz" type="checkbox" value="213" />
<label for="chk_213" style="cursor: pointer">IN BRAND</label>
<input id="chk_216" name="sub_biz" type="checkbox" value="216" />
<label for="chk_216" style="cursor: pointer">I.O.U</label>
<input id="chk_241" name="sub_biz" type="checkbox" value="241" />
<label for="chk_241" style="cursor: pointer">INP</label>
</div>
<div id="div_J" style="display:none;clear:both;">
<input id="chk_236" name="sub_biz" type="checkbox" value="236" />
<label for="chk_236" style="cursor: pointer">皆</label>
<input id="chk_250" name="sub_biz" type="checkbox" value="250" />
<label for="chk_250" style="cursor: pointer">J.SPRINGS</label>
<input id="chk_83" name="sub_biz" type="checkbox" value="83" />
<label for="chk_83" style="cursor: pointer">九口山</label>
<input id="chk_99" name="sub_biz" type="checkbox" value="99" />
<label for="chk_99" style="cursor: pointer">吉田耀司</label>
<input id="chk_150" name="sub_biz" type="checkbox" value="150" />
<label for="chk_150" style="cursor: pointer">JASONWOOD</label>
</div>
<div id="div_K" style="display:none;clear:both;">
<input id="chk_123" name="sub_biz" type="checkbox" value="123" />
<label for="chk_123" style="cursor: pointer">Know1edge</label>
<input id="chk_39" name="sub_biz" type="checkbox" value="39" />
<label for="chk_39" style="cursor: pointer">K*facto.2y</label>
<input id="chk_260" name="sub_biz" type="checkbox" value="260" />
<label for="chk_260" style="cursor: pointer">K2-STYLE</label>
<input id="chk_212" name="sub_biz" type="checkbox" value="212" />
<label for="chk_212" style="cursor: pointer">KRAVITZ</label>
</div>
<div id="div_L" style="display:none;clear:both;">
<input id="chk_226" name="sub_biz" type="checkbox" value="226" />
<label for="chk_226" style="cursor: pointer">LYLE&SCOTT</label>
<input id="chk_254" name="sub_biz" type="checkbox" value="254" />
<label for="chk_254" style="cursor: pointer">LYRIQUE</label>
<input id="chk_40" name="sub_biz" type="checkbox" value="40" />
<label for="chk_40" style="cursor: pointer">Leilei Club</label>
<input id="chk_22" name="sub_biz" type="checkbox" value="22" />
<label for="chk_22" style="cursor: pointer">LACOSTE</label>
<input id="chk_86" name="sub_biz" type="checkbox" value="86" />
<label for="chk_86" style="cursor: pointer">L-HOUSE</label>
<input id="chk_97" name="sub_biz" type="checkbox" value="97" />
<label for="chk_97" style="cursor: pointer">LITTLE KISS</label>
<input id="chk_84" name="sub_biz" type="checkbox" value="84" />
<label for="chk_84" style="cursor: pointer">LUCKY8</label>
<input id="chk_82" name="sub_biz" type="checkbox" value="82" />
<label for="chk_82" style="cursor: pointer">LETSTEE</label>
<input id="chk_116" name="sub_biz" type="checkbox" value="116" />
<label for="chk_116" style="cursor: pointer">lining</label>
<input id="chk_139" name="sub_biz" type="checkbox" value="139" />
<label for="chk_139" style="cursor: pointer">La Fillette</label>
<input id="chk_186" name="sub_biz" type="checkbox" value="186" />
<label for="chk_186" style="cursor: pointer">鲤Carp</label>
<input id="chk_182" name="sub_biz" type="checkbox" value="182" />
<label for="chk_182" style="cursor: pointer">look at me</label>
<input id="chk_188" name="sub_biz" type="checkbox" value="188" />
<label for="chk_188" style="cursor: pointer">LOMO</label>
<input id="chk_163" name="sub_biz" type="checkbox" value="163" />
<label for="chk_163" style="cursor: pointer">004</label>
</div>
<div id="div_M" style="display:none;clear:both;">
<input id="chk_180" name="sub_biz" type="checkbox" value="180" />
<label for="chk_180" style="cursor: pointer">monkey style</label>
<input id="chk_149" name="sub_biz" type="checkbox" value="149" />
<label for="chk_149" style="cursor: pointer">MORN CREATIONS</label>
<input id="chk_144" name="sub_biz" type="checkbox" value="144" />
<label for="chk_144" style="cursor: pointer">M.I.C CREW</label>
<input id="chk_108" name="sub_biz" type="checkbox" value="108" />
<label for="chk_108" style="cursor: pointer">MIXIS</label>
<input id="chk_121" name="sub_biz" type="checkbox" value="121" />
<label for="chk_121" style="cursor: pointer">美特斯邦威</label>
<input id="chk_78" name="sub_biz" type="checkbox" value="78" />
<label for="chk_78" style="cursor: pointer">木村井泓 MCJH&TWJ</label>
<input id="chk_65" name="sub_biz" type="checkbox" value="65" />
<label for="chk_65" style="cursor: pointer">MRKT</label>
<input id="chk_66" name="sub_biz" type="checkbox" value="66" />
<label for="chk_66" style="cursor: pointer">MELISSA</label>
<input id="chk_31" name="sub_biz" type="checkbox" value="31" />
<label for="chk_31" style="cursor: pointer">MANIA</label>
<input id="chk_16" name="sub_biz" type="checkbox" value="16" />
<label for="chk_16" style="cursor: pointer">MS</label>
<input id="chk_252" name="sub_biz" type="checkbox" value="252" />
<label for="chk_252" style="cursor: pointer">MR.STORE 手工帽子</label>
<input id="chk_258" name="sub_biz" type="checkbox" value="258" />
<label for="chk_258" style="cursor: pointer">Magicstar</label>
<input id="chk_200" name="sub_biz" type="checkbox" value="200" />
<label for="chk_200" style="cursor: pointer">MISS FOREVER</label>
<input id="chk_229" name="sub_biz" type="checkbox" value="229" />
<label for="chk_229" style="cursor: pointer">Miracle kill</label>
<input id="chk_240" name="sub_biz" type="checkbox" value="240" />
<label for="chk_240" style="cursor: pointer">MYGE </label>
</div>
<div id="div_N" style="display:none;clear:both;">
<input id="chk_237" name="sub_biz" type="checkbox" value="237" />
<label for="chk_237" style="cursor: pointer">NIC IS COMING</label>
<input id="chk_227" name="sub_biz" type="checkbox" value="227" />
<label for="chk_227" style="cursor: pointer">NEW 4TH ARMY</label>
<input id="chk_42" name="sub_biz" type="checkbox" value="42" />
<label for="chk_42" style="cursor: pointer">NOMADISM</label>
<input id="chk_11" name="sub_biz" type="checkbox" value="11" />
<label for="chk_11" style="cursor: pointer">NY:CREW</label>
<input id="chk_69" name="sub_biz" type="checkbox" value="69" />
<label for="chk_69" style="cursor: pointer">NOIZ</label>
<input id="chk_85" name="sub_biz" type="checkbox" value="85" />
<label for="chk_85" style="cursor: pointer">能猫</label>
<input id="chk_187" name="sub_biz" type="checkbox" value="187" />
<label for="chk_187" style="cursor: pointer">now</label>
</div>
<div id="div_O" style="display:none;clear:both;">
<input id="chk_125" name="sub_biz" type="checkbox" value="125" />
<label for="chk_125" style="cursor: pointer">OID</label>
<input id="chk_138" name="sub_biz" type="checkbox" value="138" />
<label for="chk_138" style="cursor: pointer">OUTLETS</label>
<input id="chk_132" name="sub_biz" type="checkbox" value="132" />
<label for="chk_132" style="cursor: pointer">OOU!</label>
<input id="chk_134" name="sub_biz" type="checkbox" value="134" />
<label for="chk_134" style="cursor: pointer">ODD VEL</label>
<input id="chk_101" name="sub_biz" type="checkbox" value="101" />
<label for="chk_101" style="cursor: pointer">OUTERSPACE</label>
<input id="chk_80" name="sub_biz" type="checkbox" value="80" />
<label for="chk_80" style="cursor: pointer">ONE DAY</label>
<input id="chk_48" name="sub_biz" type="checkbox" value="48" />
<label for="chk_48" style="cursor: pointer">odm</label>
</div>
<div id="div_P" style="display:none;clear:both;">
<input id="chk_50" name="sub_biz" type="checkbox" value="50" />
<label for="chk_50" style="cursor: pointer">破壳</label>
<input id="chk_44" name="sub_biz" type="checkbox" value="44" />
<label for="chk_44" style="cursor: pointer">PROTEST</label>
<input id="chk_68" name="sub_biz" type="checkbox" value="68" />
<label for="chk_68" style="cursor: pointer">PLDstudio</label>
<input id="chk_195" name="sub_biz" type="checkbox" value="195" />
<label for="chk_195" style="cursor: pointer">PLAY顽</label>
<input id="chk_208" name="sub_biz" type="checkbox" value="208" />
<label for="chk_208" style="cursor: pointer">PEEKEE</label>
<input id="chk_211" name="sub_biz" type="checkbox" value="211" />
<label for="chk_211" style="cursor: pointer">pluto</label>
<input id="chk_230" name="sub_biz" type="checkbox" value="230" />
<label for="chk_230" style="cursor: pointer">PEOPLE3</label>
<input id="chk_262" name="sub_biz" type="checkbox" value="262" />
<label for="chk_262" style="cursor: pointer">Paul&Reed</label>
</div>
<div id="div_Q" style="display:none;clear:both;">
<input id="chk_199" name="sub_biz" type="checkbox" value="199" />
<label for="chk_199" style="cursor: pointer">青春合作社</label>
</div>
<div id="div_R" style="display:none;clear:both;">
<input id="chk_202" name="sub_biz" type="checkbox" value="202" />
<label for="chk_202" style="cursor: pointer">RASEN family</label>
<input id="chk_32" name="sub_biz" type="checkbox" value="32" />
<label for="chk_32" style="cursor: pointer">rex</label>
<input id="chk_54" name="sub_biz" type="checkbox" value="54" />
<label for="chk_54" style="cursor: pointer">Reputation</label>
<input id="chk_7" name="sub_biz" type="checkbox" value="7" />
<label for="chk_7" style="cursor: pointer">REVELATOR</label>
</div>
<div id="div_S" style="display:none;clear:both;">
<input id="chk_4" name="sub_biz" type="checkbox" value="4" />
<label for="chk_4" style="cursor: pointer">SIMARK</label>
<input id="chk_24" name="sub_biz" type="checkbox" value="24" />
<label for="chk_24" style="cursor: pointer">速写</label>
<input id="chk_49" name="sub_biz" type="checkbox" value="49" />
<label for="chk_49" style="cursor: pointer">S.T.A.M.P.S.</label>
<input id="chk_35" name="sub_biz" type="checkbox" value="35" />
<label for="chk_35" style="cursor: pointer">SANKUANZ</label>
<input id="chk_71" name="sub_biz" type="checkbox" value="71" />
<label for="chk_71" style="cursor: pointer">SIXVISION</label>
<input id="chk_58" name="sub_biz" type="checkbox" value="58" />
<label for="chk_58" style="cursor: pointer">STORM</label>
<input id="chk_102" name="sub_biz" type="checkbox" value="102" />
<label for="chk_102" style="cursor: pointer">success</label>
<input id="chk_88" name="sub_biz" type="checkbox" value="88" />
<label for="chk_88" style="cursor: pointer">SLOW</label>
<input id="chk_95" name="sub_biz" type="checkbox" value="95" />
<label for="chk_95" style="cursor: pointer">SALE</label>
<input id="chk_147" name="sub_biz" type="checkbox" value="147" />
<label for="chk_147" style="cursor: pointer">3SUMMER</label>
<input id="chk_145" name="sub_biz" type="checkbox" value="145" />
<label for="chk_145" style="cursor: pointer">SCHIESSER</label>
<input id="chk_126" name="sub_biz" type="checkbox" value="126" />
<label for="chk_126" style="cursor: pointer">Styleengin</label>
<input id="chk_218" name="sub_biz" type="checkbox" value="218" />
<label for="chk_218" style="cursor: pointer">STAUER</label>
<input id="chk_248" name="sub_biz" type="checkbox" value="248" />
<label for="chk_248" style="cursor: pointer">SubCrew</label>
<input id="chk_228" name="sub_biz" type="checkbox" value="228" />
<label for="chk_228" style="cursor: pointer">STAGE</label>
</div>
<div id="div_T" style="display:none;clear:both;">
<input id="chk_246" name="sub_biz" type="checkbox" value="246" />
<label for="chk_246" style="cursor: pointer">taxibychan</label>
<input id="chk_114" name="sub_biz" type="checkbox" value="114" />
<label for="chk_114" style="cursor: pointer">TOYKINGDOM</label>
<input id="chk_127" name="sub_biz" type="checkbox" value="127" />
<label for="chk_127" style="cursor: pointer">TYAKASHA</label>
<input id="chk_194" name="sub_biz" type="checkbox" value="194" />
<label for="chk_194" style="cursor: pointer">TLD</label>
<input id="chk_106" name="sub_biz" type="checkbox" value="106" />
<label for="chk_106" style="cursor: pointer">THETHING</label>
<input id="chk_72" name="sub_biz" type="checkbox" value="72" />
<label for="chk_72" style="cursor: pointer">团一</label>
<input id="chk_77" name="sub_biz" type="checkbox" value="77" />
<label for="chk_77" style="cursor: pointer">TEEN TEAM</label>
</div>
<div id="div_U" style="display:none;clear:both;">
<input id="chk_247" name="sub_biz" type="checkbox" value="247" />
<label for="chk_247" style="cursor: pointer">URSUS THE BEAR</label>
<input id="chk_257" name="sub_biz" type="checkbox" value="257" />
<label for="chk_257" style="cursor: pointer">U HOME</label>
</div>
<div id="div_V" style="display:none;clear:both;">
<input id="chk_119" name="sub_biz" type="checkbox" value="119" />
<label for="chk_119" style="cursor: pointer">VISIBLE</label>
</div>
<div id="div_W" style="display:none;clear:both;">
<input id="chk_209" name="sub_biz" type="checkbox" value="209" />
<label for="chk_209" style="cursor: pointer">Wozzup sneaker</label>
<input id="chk_62" name="sub_biz" type="checkbox" value="62" />
<label for="chk_62" style="cursor: pointer">WALUX</label>
<input id="chk_45" name="sub_biz" type="checkbox" value="45" />
<label for="chk_45" style="cursor: pointer">WAZZAP</label>
</div>
<div id="div_X" style="display:none;clear:both;">
<input id="chk_111" name="sub_biz" type="checkbox" value="111" />
<label for="chk_111" style="cursor: pointer">X-TANG</label>
</div>
<div id="div_Y" style="display:none;clear:both;">
<input id="chk_122" name="sub_biz" type="checkbox" value="122" />
<label for="chk_122" style="cursor: pointer">翼品堂</label>
<input id="chk_204" name="sub_biz" type="checkbox" value="204" />
<label for="chk_204" style="cursor: pointer">Y-ICON</label>
<input id="chk_15" name="sub_biz" type="checkbox" value="15" />
<label for="chk_15" style="cursor: pointer">YOHO!</label>
<input id="chk_243" name="sub_biz" type="checkbox" value="243" />
<label for="chk_243" style="cursor: pointer">哟儿大</label>
<input id="chk_233" name="sub_biz" type="checkbox" value="233" />
<label for="chk_233" style="cursor: pointer">Y-VISON</label>
</div>
<div id="div_Z" style="display:none;clear:both;">
<input id="chk_28" name="sub_biz" type="checkbox" value="28" />
<label for="chk_28" style="cursor: pointer">ZETETIC</label>
<input id="chk_87" name="sub_biz" type="checkbox" value="87" />
<label for="chk_87" style="cursor: pointer">ZN</label>
</div></td>
</tr>
<tr>
<td align="right">品牌标志</td>
<td><input id="bizice" name="bizice" type="text" value="图片尺寸:80x50" style="width:200px;" />
<button type="button" class="but2" >浏览</button></td>
</tr>
<tr>
<td align="right">品牌列表背景</td>
<td><input id="bizback" name="bizback" type="text" value="图片尺寸:30x30,格式必须为GIF" style="width:200px;" />
<button type="button" class="but2" >浏览</button></td>
</tr>
<tr>
<td align="right">品牌授权书</td>
<td><input id="bizAuthor" name="bizAuthor" type="text" value="图片尺寸:940x510,格式必须为JPG" style="width:200px;" />
<button type="button" class="but2" >浏览</button></td>
</tr>
<tr>
<td align="right">品牌简介</td>
<td><textarea id="bizIntro" name="bizIntro" cols="40" rows="4"></textarea></td>
</tr>
<tr>
<td align="right">品牌类型说明</td>
<td><input id="biztyperemark" name="biztyperemark" type="text" /></td>
</tr>
<tr>
<td align="right">相关圈子ID</td>
<td><input id="bizgroundid" name="bizgroundid" type="text" /></td>
</tr>
<tr>
<td align="right">热门关键字</td>
<td><input id="bizhotkey" name="bizhotkey" type="text" />
<span class="font_tip">(网页Title中显示,用空格分隔)</span></td>
</tr>
<tr>
<td align="right">关键字</td>
<td><input id="bizkey" name="bizkey" type="text" />
<span class="font_tip">(搜索引擎收录用,用英文逗号分隔,100字以内)</span></td>
</tr>
<tr>
<td align="right">品牌描述</td>
<td><input id="bizdescription" name="bizdescription" type="text" size="80" />
<span class="font_tip">(100字以内)</span></td>
</tr>
<tr>
<td> </td>
<td><button type="button" class="butok" ></button></td>
</tr>
</table>
</div>
</body>
</html>