Subversion Repositories SmartDukaan

Rev

Rev 32457 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32457 Rev 32771
Line 45... Line 45...
45
<section class="wrapper">
45
<section class="wrapper">
46
	<div class="row">
46
	<div class="row">
47
		<div class="col-lg-12">
47
		<div class="col-lg-12">
48
			<h3 class="page-header"><i class="icon_document_alt"></i>RECHARGE</h3>
48
			<h3 class="page-header"><i class="icon_document_alt"></i>RECHARGE</h3>
49
			<ol class="breadcrumb">
49
			<ol class="breadcrumb">
50
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
50
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("mobilerecharge.home")</a></li>
51
				<li><i class="icon_document_alt"></i>CREATE</li>
51
				<li><i class="icon_document_alt"></i>#springMessage("mobilerecharge.create")</li>
52
				<!--Training Video -->
52
				<!--Training Video -->
53
				<li><a href="#videoModal" class="btn btn-danger" data-toggle="modal" data-src="0OtuGpY89-s"><span
53
				<li><a href="#videoModal" class="btn btn-danger" data-toggle="modal" data-src="0OtuGpY89-s"><span
54
						class="glyphicon glyphicon-play-circle"></span> Play Video</a></li>
54
						class="glyphicon glyphicon-play-circle"></span> #springMessage("mobilerecharge.playvideo")</a></li>
55
			</ol>
55
			</ol>
56
		</div>
56
		</div>
57
	</div>
57
	</div>
58
 
58
 
59
	<div class="row" style="background:white;background-color:white;padding:10px;">
59
	<div class="row" style="background:white;background-color:white;padding:10px;">
60
		<h4 class="modelHeaderCustom" style="font-size:22px;padding-bottom:2%">Recharge Information</h4>
60
		<h4 class="modelHeaderCustom" style="font-size:22px;padding-bottom:2%">#springMessage("mobilerecharge.rechargeinformation")</h4>
61
		<form id="create-recharge-form">
61
		<form id="create-recharge-form">
62
			<div class="col-lg-4">
62
			<div class="col-lg-4">
63
				<div class="row">
63
				<div class="row">
64
					#if($operatorTypes)
64
					#if($operatorTypes)
65
						<div class="col-lg-5 form-group">
65
						<div class="col-lg-5 form-group">
66
							<p>Operator Type</p>
66
							<p>#springMessage("mobilerecharge.operatortype")</p>
67
						</div>
67
						</div>
68
						<div class="col-lg-6 form-group">
68
						<div class="col-lg-6 form-group">
69
							<select class="form-control input-sm" id = "rechargeOperatorType" name = "rechargeOperatorType" placeholder="Operator Type">
69
							<select class="form-control input-sm" id = "rechargeOperatorType" name = "rechargeOperatorType" placeholder="Operator Type">
70
								#foreach($operatorType in $operatorTypes)
70
								#foreach($operatorType in $operatorTypes)
71
									#if($operatorType == "PREPAID")
71
									#if($operatorType == "PREPAID")