Subversion Repositories ALCASAR

Rev

Rev 3174 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3174 Rev 3185
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: intercept.php 3174 2024-02-28 17:10:02Z rexy $
2
# $Id: intercept.php 3185 2024-03-08 23:56:49Z rexy $
3
#
3
#
4
# intercept.php for ALCASAR captive portal
4
# intercept.php for ALCASAR captive portal
5
# by Rexy & steweb57
5
# by Rexy & steweb57
6
# UI & css style by Stéphane ERARD & Alexandre VEZIN
6
# UI & css style by Stéphane ERARD & Alexandre VEZIN
7
# Help for language translation by B. AUBARD (thanks)
7
# Help for language translation by B. AUBARD (thanks)
Line 618... Line 618...
618
							</div>
618
							</div>
619
							<div class="d-none d-md-block col-md-2">
619
							<div class="d-none d-md-block col-md-2">
620
							</div>
620
							</div>
621
						</div>
621
						</div>
622
						<div class="row row_button">
622
						<div class="row row_button">
623
							<div class="col-5 offset-xs-12 col-md-4 offset-md-3 text-center">
-
 
624
								<input id="button" class="btn btn-default" value="Annuler" onclick="window.location.href = 'index.php';">
-
 
625
							</div>
-
 
626
							<div class="col-6 col-md-4">
623
							<div class="col-12 text-center">
627
								<input value="<?= $l_boutonO ?>" class="btn btn-primary button" type="submit" name="button">
624
								<input value="<?= $l_boutonO ?>" class="btn btn-primary button" type="submit" name="button">
628
							</div>	
625
								<?php if ($service_SMS_status): ?>
-
 
626
									<a href="sms_registration.php" class="btn btn-primary button"><?= $l_sms_registration ?></a>
629
						</div>
627
								<?php endif; ?>
630
						<?php if ($service_SMS_status): ?>
628
								<?php if ($service_Email_status): ?>
631
							<div class= "row sms_registration">
629
									<a href="email_registration_front.php" class="btn btn-primary button"><?= $l_email_registration ?></a>
632
								<a href="sms_registration.php"><?= $l_sms_registration ?></a>
630
								<?php endif; ?>
633
							</div>
631
							</div>
634
						<?php endif; ?>
-
 
635
						<?php if ($service_Email_status): ?>
-
 
636
							<div class= "row sms_registration">
-
 
637
								<a href="email_registration_front.php"><?= $l_email_registration ?></a>
-
 
638
							</div>
632
						</div>
639
						<?php endif; ?>
-
 
640
					</form>
633
					</form>
641
				</div>
634
				</div>
642
			</div>
635
			</div>
643
		</div>
636
		</div>
644
			<div class="row boite-info-spacing">
637
			<div class="row boite-info-spacing">