cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.views.user.system_image Namespace Reference

Functions

def img_ajax_add_image_http
 Ajax view for handling adding image from http link.
def img_ajax_get_all_table
 Ajax view fetching image list.
def img_ajax_get_group_table
 Ajax view for fetching group images list.
def img_ajax_get_private_table
 Ajax view for fetching user's private images list.
def img_ajax_get_public_table
 Ajax view for fetching public images list.

Detailed Description

Author
Krzysztof Danielowski
Piotr Wójcik
Date
3.1.2011

Function Documentation

def src.wi.views.user.system_image.img_ajax_add_image_http (   request,
  template_name = 'generic/form.html',
  form_class = AddImageHttp 
)

Ajax view for handling adding image from http link.

Definition at line 133 of file system_image.py.

def src.wi.views.user.system_image.img_ajax_get_all_table (   request,
  img_type 
)

Ajax view fetching image list.

all = ALL private = My images public = Public 1 ... x = Group

Definition at line 167 of file system_image.py.

def src.wi.views.user.system_image.img_ajax_get_group_table (   request)

Ajax view for fetching group images list.

Definition at line 102 of file system_image.py.

def src.wi.views.user.system_image.img_ajax_get_private_table (   request)

Ajax view for fetching user's private images list.

Definition at line 50 of file system_image.py.

def src.wi.views.user.system_image.img_ajax_get_public_table (   request)

Ajax view for fetching public images list.

Definition at line 84 of file system_image.py.