浏览代码

removed pin login for demo site.

Adam Day 9 年之前
父节点
当前提交
c9911dfb3b
共有 1 个文件被更改,包括 23 次插入8 次删除
  1. 23 8
      application/views/account/index.phtml

+ 23 - 8
application/views/account/index.phtml

@@ -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>
+