From 83483a1826d1d05e2f9733746f35fef1939b8c0a Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 2 Jul 2011 16:51:32 -0700 Subject: lowercase --- views/profile/view.html.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 views/profile/view.html.php (limited to 'views/profile/view.html.php') diff --git a/views/profile/view.html.php b/views/profile/view.html.php new file mode 100644 index 0000000..341f4a9 --- /dev/null +++ b/views/profile/view.html.php @@ -0,0 +1,31 @@ +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