|
@@ -1,10 +1,25 @@
|
|
|
-<div class="row">
|
|
|
- <div class="small-12 medium-6 medium-centered columns">
|
|
|
- <?php echo $this->form ?>
|
|
|
+<div class="section">
|
|
|
+ <div class="row">
|
|
|
+ <div class="small-12 medium-6 columns">
|
|
|
+ <h1>Public Demo</h1>
|
|
|
+ <p>This is a public demo site. Please use the following demo accounts.</p>
|
|
|
+ <h3 class="subheader">Administrative Account</h3>
|
|
|
+ <p>Username: aaccount<br>Password: passthetime</p>
|
|
|
+ <h3 class="subheader">Supervisor Account</h3>
|
|
|
+ <p>Username: asupervisor<br>Password: passthetime</p>
|
|
|
+ <h3 class="subheader">Standard Account</h3>
|
|
|
+ <p>Username: astandard<br>Password: passthetime</p>
|
|
|
+ </div>
|
|
|
+ <div class="small-12 medium-6 columns">
|
|
|
+ <div class="row">
|
|
|
+ <div class="small-12 columns text-center">
|
|
|
+ <?php echo $this->message ?>
|
|
|
+ </div>
|
|
|
+ <div class="small-12 columns">
|
|
|
+ <?php echo $this->form ?>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-<div id="errorMessage" class="warning reveal-modal small text-center" data-reveal data-options="close_on_background_click:false" aria-labelledby="Error" aria-hidden="false" role="dialog">
|
|
|
- <h2 id="modelTitle"><?php echo $this->message ?></h2>
|
|
|
- <p>Your super-top-secert PIN didn't work.</p>
|
|
|
- <a class="clearKeyPad button round" href="#">Try again</a>
|
|
|
-</div>
|
|
|
+
|