Subversion Repositories SmartDukaan

Rev

Rev 22822 | Rev 22824 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22822 Rev 22823
Line 1... Line 1...
1
<style>
1
<style>
2
.modal-dialog {
2
.modal-dialog {
3
	width: 75%;
3
	width: 85%;
4
	height: auto;
4
	height: auto;
5
}
5
}
6
 
6
 
7
.modal-content {
7
.modal-content {
8
	height: auto;
8
	height: auto;
9
	min-height: 100%;
9
	min-height: 100%;
10
	border-radius: 0;
10
	border-radius: 0;
11
}
11
}
-
 
12
 
-
 
13
div.polaroid {
-
 
14
	width: 40%;
-
 
15
	background-color: white;
-
 
16
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
-
 
17
		rgba(0, 0, 0, 0.19);
-
 
18
}
-
 
19
 
-
 
20
img {
-
 
21
	width: 100%
-
 
22
}
-
 
23
 
-
 
24
div.container {
-
 
25
	text-align: center;
-
 
26
	padding: 10px 20px;
-
 
27
}
12
</style>
28
</style>
13
<div class="container" id="vueFirst">
29
<div class="container" id="vueFirst">
14
 
30
 
15
<?php if(isset($result) && !empty($result)):?>
31
<?php if(isset($result) && !empty($result)):?>
16
	<div class="row">
32
	<div class="row">
Line 93... Line 109...
93
								v-model="chosenData.a.state" class="form-control">
109
								v-model="chosenData.a.state" class="form-control">
94
								<option v-for="state in states" v-bind:value="state">{{state}}</option>
110
								<option v-for="state in states" v-bind:value="state">{{state}}</option>
95
							</select>
111
							</select>
96
						</div>
112
						</div>
97
					</div>
113
					</div>
-
 
114
					<div class="polaroid">
-
 
115
						<div class="container">
-
 
116
							<p>Business Image</p>
-
 
117
						</div>
98
					<div><img style="width:350px" :src="'http://app.profitmandi.com:8080/profitmandi-web/document/' + chosenData.r.document_id" /></div>
118
						<img :src="'http://app.profitmandi.com:8080/profitmandi-web/document/' + chosenData.r.document_id" style="width: 100%">
-
 
119
					</div>
-
 
120
					<div class="polaroid">
-
 
121
						<div class="container">
-
 
122
							<p>Shop Image</p>
-
 
123
						</div>
-
 
124
						<img :src="'http://app.profitmandi.com:8080/profitmandi-web/document/' + chosenData.r.document_id" style="width: 100%">
-
 
125
					</div>
99
				</div>
126
				</div>
100
				<div class="modal-footer">
127
				<div class="modal-footer">
101
					<button type="button" class="btn btn-sm btn-default"
128
					<button type="button" class="btn btn-sm btn-default"
102
						data-dismiss="modal">Close</button>
129
						data-dismiss="modal">Close</button>
103
					<button type="button" class="btn btn-sm btn-primary">Save changes</button>
130
					<button type="button" class="btn btn-sm btn-primary">Save changes</button>