From 2860f4a343db7f0c7a4784af218a0fbfbe1d66e9 Mon Sep 17 00:00:00 2001 From: ibuler Date: Sun, 28 Dec 2014 21:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jumpserver/urls.py | 2 + jumpserver/views.py | 11 + templates/base.html | 540 +++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 549 insertions(+), 4 deletions(-) create mode 100644 jumpserver/views.py diff --git a/jumpserver/urls.py b/jumpserver/urls.py index afc4c046f..4e0a10643 100644 --- a/jumpserver/urls.py +++ b/jumpserver/urls.py @@ -1,5 +1,6 @@ from django.conf.urls import patterns, include, url from django.contrib import admin +from jumpserver import views urlpatterns = patterns('', # Examples: @@ -7,4 +8,5 @@ urlpatterns = patterns('', # url(r'^blog/', include('blog.urls')), url(r'^admin/', include(admin.site.urls)), + (r'^base/$', views.base), ) diff --git a/jumpserver/views.py b/jumpserver/views.py new file mode 100644 index 000000000..13d0d9010 --- /dev/null +++ b/jumpserver/views.py @@ -0,0 +1,11 @@ +#coding: utf-8 + +from django.http import HttpResponse +from django.shortcuts import render_to_response + + +def base(request): + render_to_response('base.html') + + + diff --git a/templates/base.html b/templates/base.html index 71ce6922c..1ffc31449 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,10 +1,542 @@ - - - + + + + + + + INSPINIA | intimeline + + + + + + + + +
+ + + +
+
+ +
+
+
+

Timeline - left version

+ +
+
+ +
+
+
+
+
+
+
+
Basic left float timeline
+ +
+ +
+ +
+
+
+ + 6:00 am +
+ 2 hour ago +
+
+

Meeting

+ +

Conference on the sales results for the previous year. Monica please examine sales trends in marketing and products. Below please find the current status of the + sale.

+ +

5,3,9,6,5,9,7,3,5,2,5,3,9,6,5,9,4,7,3,2,9,8,7,4,5,1,2,9,5,4,7,2,7,7,3,5,2

+
+
+
+
+
+
+ + 7:00 am +
+ 3 hour ago +
+
+

Send documents to Mike

+

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.

+
+
+
+
+
+
+ + 8:00 am +
+
+
+

Coffee Break

+

+ Go to shop and find some products. + Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's. +

+
+
+
+
+
+
+ + 11:00 am +
+ 21 hour ago +
+
+

Phone with Jeronimo

+

+ Lorem Ipsum has been the industry's standard dummy text ever since. +

+
+
+
+
+
+
+ + 09:00 pm +
+ 21 hour ago +
+
+

Go to the doctor dr Smith

+

+ Find some issue and go to doctor. +

+
+
+
+
+
+
+ + 11:10 pm +
+
+

Chat with Sandra

+

+ Lorem Ipsum has been the industry's standard dummy text ever since. +

+
+
+
+
+
+
+ + 12:50 pm +
+ 48 hour ago +
+
+

Chat with Monica and Sandra

+

+ Web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). +

+
+
+
+
+
+
+ + 08:50 pm +
+ 68 hour ago +
+
+

Phone to James

+

+ Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). +

+
+
+
+
+
+
+ + 7:00 am +
+ 3 hour ago +
+
+

Send documents to Mike

+

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.

+
+
+
+ +
+
+
+
+
+ + +
+
+ + + + + + + + + + + + + + + + + + - \ No newline at end of file + +