From 83483a1826d1d05e2f9733746f35fef1939b8c0a Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 2 Jul 2011 16:51:32 -0700 Subject: lowercase --- views/Profile/add.html.php | 4 ---- views/Profile/edit.html.php | 6 ------ views/Profile/view.html.php | 31 ------------------------------- 3 files changed, 41 deletions(-) delete mode 100644 views/Profile/add.html.php delete mode 100644 views/Profile/edit.html.php delete mode 100644 views/Profile/view.html.php (limited to 'views/Profile') diff --git a/views/Profile/add.html.php b/views/Profile/add.html.php deleted file mode 100644 index 76744b9..0000000 --- a/views/Profile/add.html.php +++ /dev/null @@ -1,4 +0,0 @@ -form->create($photo, array('type' = > 'file')); ?> -

Upload a photo

- form->field('file', array('type' => 'file')); ?> - form->end(); ?> \ No newline at end of file diff --git a/views/Profile/edit.html.php b/views/Profile/edit.html.php deleted file mode 100644 index 6e0a2b2..0000000 --- a/views/Profile/edit.html.php +++ /dev/null @@ -1,6 +0,0 @@ -form->create($profile); ?> - form->field('firstname', array('type' => 'text')); ?> - form->field('lastname', array('type' => 'text')); ?> - form->field('birthday', array('type' => 'text')); ?> - form->submit('save'); ?> -form->end(); ?> \ No newline at end of file diff --git a/views/Profile/view.html.php b/views/Profile/view.html.php deleted file mode 100644 index 341f4a9..0000000 --- a/views/Profile/view.html.php +++ /dev/null @@ -1,31 +0,0 @@ -form->create($photo, array('type' => 'file')); ?> - - form->label("This is you"); ?> - -

Upload a photo

- form->field('file', array('type' => 'file')); ?> - -form->end(); ?> -

username ?>

-
-profile views: profileViews ?>
-Last Online: lastLogin)) ? "Never" : date('m/d/y', $user->lastLogin->sec); ?>
- - $value): ?> - : - - -html->link('Click to edit profile', "/profile/edit/$user->username"); ?> - - -

Recently Watched

-
- - 10)) ? 10 : count($history); -for ($i = 0; $i < $count; $i++): ?> - - - - - -
html->link($history[$i]["series_title"], '/animelist/$user->username/opinion'); ?>
\ No newline at end of file -- cgit v1.2.3