initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
K 25
svn:wc:ra_dav:version-url
V 86
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/apps/admin/modules/default/templates
END
secureSuccess.php
K 25
svn:wc:ra_dav:version-url
V 104
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/apps/admin/modules/default/templates/secureSuccess.php
END
indexSuccess.php
K 25
svn:wc:ra_dav:version-url
V 103
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/apps/admin/modules/default/templates/indexSuccess.php
END
loginSuccess.php
K 25
svn:wc:ra_dav:version-url
V 103
/svn/!svn/ver/25/pae.co.at/trunk/proactiveenglish/apps/admin/modules/default/templates/loginSuccess.php
END

View File

@@ -0,0 +1,130 @@
10
dir
55
http://barnabas/svn/pae.co.at/trunk/proactiveenglish/apps/admin/modules/default/templates
http://barnabas/svn
2009-05-28T02:14:48.119086Z
25
ben
5f44b648-3ce2-dc11-a6be-00b0d029fcea
secureSuccess.php
file
2010-07-31T05:41:52.000000Z
a3bb2d45ee548fe6234c42a58e0f47e3
2009-05-28T02:14:48.119086Z
25
ben
137
indexSuccess.php
file
2010-07-31T05:41:52.000000Z
d541fb2e9d80de632b49ee371f4a5db1
2009-05-28T02:14:48.119086Z
25
ben
347
loginSuccess.php
file
2010-07-31T05:41:52.000000Z
62daab3fe84cd59b4cd5d2e6796181ec
2009-05-28T02:14:48.119086Z
25
ben
488

View File

@@ -0,0 +1,12 @@
<h2>Pro Active English Site Administration</h2>
<p>
Welcome to the administration section of Pro Active English.
</p>
<p>
Here, by clicking the links above, you can edit various sections of
the site.
</p>
<p>
If you need any help, don't hesitate to contact me at
<?php echo mail_to("ben.ramey@gmail.com", "ben.ramey@gmail.com") ?>.
</p>

View File

@@ -0,0 +1,21 @@
<h2>Welcome!</h2>
<p>
Please login below.
</p>
<?php echo form_tag('default/login', 'method=post') ?>
<fieldset class='login'>
<legend>Login</legend>
<div class='field'>
<label>Username</label>
<?php echo input_tag('username') ?>
</div>
<div class='field'>
<label>Password</label>
<?php echo input_password_tag('password') ?>
</div>
<div class='field field-submit'>
<label>&nbsp;</label>
<?php echo submit_tag('Login') ?>
</div>
</fieldset>
</form>

View File

@@ -0,0 +1,4 @@
<p>I'm sorry, you do not have the right credentials to access this page.</p>
<p>
<?php echo link_to('Logout', 'default/logout') ?>
</p>

View File

@@ -0,0 +1,12 @@
<h2>Pro Active English Site Administration</h2>
<p>
Welcome to the administration section of Pro Active English.
</p>
<p>
Here, by clicking the links above, you can edit various sections of
the site.
</p>
<p>
If you need any help, don't hesitate to contact me at
<?php echo mail_to("ben.ramey@gmail.com", "ben.ramey@gmail.com") ?>.
</p>

View File

@@ -0,0 +1,21 @@
<h2>Welcome!</h2>
<p>
Please login below.
</p>
<?php echo form_tag('default/login', 'method=post') ?>
<fieldset class='login'>
<legend>Login</legend>
<div class='field'>
<label>Username</label>
<?php echo input_tag('username') ?>
</div>
<div class='field'>
<label>Password</label>
<?php echo input_password_tag('password') ?>
</div>
<div class='field field-submit'>
<label>&nbsp;</label>
<?php echo submit_tag('Login') ?>
</div>
</fieldset>
</form>

View File

@@ -0,0 +1,4 @@
<p>I'm sorry, you do not have the right credentials to access this page.</p>
<p>
<?php echo link_to('Logout', 'default/logout') ?>
</p>