witten
/
luminotes
Archived
1
0
Fork 0

Updated the pricing page with more info about each feature.

This commit is contained in:
Dan Helfman 2008-05-14 22:51:37 +00:00
parent 8f08927692
commit ee24b34b76
7 changed files with 104 additions and 54 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
1.3.28: May 14, 2008
* Updated the pricing page with more info about each feature.
1.3.27: May 14, 2008
* Fixed a bug where the toolbar didn't auto-resize if there were no
notes open.

View File

@ -283,14 +283,20 @@
margin-bottom: 1em;
}
#upgrade_table tr {
border: 0px solid #999999;
}
#upgrade_table th {
padding: 0.5em;
border: 1px solid #999999;
}
#upgrade_table td {
text-align: center;
background-color: #fafafa;
padding: 0.5em;
border: 1px solid #999999;
}
#upgrade_table .plan_name {
@ -299,13 +305,27 @@
background-color: #d0e0f0;
}
#upgrade_table ul {
margin-top: 0;
}
#upgrade_table .feature_name {
width: 36%;
text-align: left;
background-color: #fafafa;
border-bottom: 0px;
}
#upgrade_table .feature_description {
font-size: 82%;
text-align: left;
background-color: #fafafa;
padding: 0.25em;
border-width: 0px;
}
#upgrade_table_small {
margin-top: 1em;
clear: both;
border-collapse: collapse;
border: 1px solid #999999;
@ -347,19 +367,6 @@
margin-top: 0.5em;
}
.upgrade_left_area {
width: 400px;
margin-top: 1.5em;
margin-bottom: 1em;
}
.upgrade_right_area {
float: right;
width: 400px;
margin-left: 20px;
margin-bottom: 1em;
}
.thumbnail_left {
float: left;
margin: 0.5em;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,5 +1,5 @@
from Product_page import Product_page
from Tags import Div, Img, A, P, Table, Th, Tr, Td, Li, Span, I, Br, Ul, Li
from Tags import Div, Img, A, P, Table, Th, Tr, Td, Li, Span, I, Br, Ul, Li, Script
class Upgrade_page( Product_page ):
@ -14,6 +14,8 @@ class Upgrade_page( Product_page ):
logout_url,
u"pricing", # note title
Script( type = u"text/javascript", src = u"/static/js/MochiKit.js" ),
Div(
Div(
user and user.username not in ( None, u"anonymous" ) and Div(
@ -39,42 +41,109 @@ class Upgrade_page( Product_page ):
Table(
self.fee_row( rate_plans, user ),
Tr(
Td( u"Included storage space", class_ = u"feature_name" ),
Td(
A( u"Included storage space", href = u"#", onclick = u"toggleElementClass( 'undisplayed', 'storage_description' ); return false;" ),
class_ = u"feature_name",
),
[ Td(
plan[ u"storage_quota_bytes" ] // MEGABYTE, " MB",
) for plan in rate_plans ],
),
Tr(
Td( u"Unlimited wiki notebooks", class_ = u"feature_name" ),
Td(
Ul(
Li( u"More space for your wiki notes." ),
Li( u"More space for your documents and files." ),
),
colspan = u"4",
id = u"storage_description",
class_ = u"feature_description undisplayed",
),
),
Tr(
Td(
A( u"Unlimited wiki notebooks", href = u"#", onclick = u"toggleElementClass( 'undisplayed', 'notebooks_description' ); return false;" ),
class_ = u"feature_name",
),
[ Td(
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ),
) for plan in rate_plans ],
),
Tr(
Td( u"Friendly email support", class_ = u"feature_name" ),
Td(
Ul(
Li( u"Create a unique notebook for each subject." ),
Li( u"Keep work and personal notebooks separate." ),
),
colspan = u"4",
id = u"notebooks_description",
class_ = u"feature_description undisplayed",
),
),
Tr(
Td(
A( u"Friendly email support", href = u"#", onclick = u"toggleElementClass( 'undisplayed', 'support_description' ); return false;" ),
class_ = u"feature_name",
),
[ Td(
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ),
) for plan in rate_plans ],
),
Tr(
Td( u"Invite people to view your wiki", class_ = u"feature_name" ),
Td(
Ul(
Li( u"Fast email responses to your support questions. From a real live human." ),
Li( u"No waiting on hold with a call center." ),
),
colspan = u"4",
id = u"support_description",
class_ = u"feature_description undisplayed",
),
),
Tr(
Td(
A( u"Invite people to view your wiki", href = u"#", onclick = u"toggleElementClass( 'undisplayed', 'view_description' ); return false;" ),
class_ = u"feature_name",
),
[ Td(
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ),
) for plan in rate_plans ],
),
Tr(
Td( u"Invite people to edit your wiki", class_ = u"feature_name" ),
Td(
Ul(
Li( u"Invite specific people to read your wiki." ),
Li( u"Invite as many people as you want." ),
Li( u"Share only the notebooks you want to share. Keep the others private." ),
),
colspan = u"4",
id = u"view_description",
class_ = u"feature_description undisplayed",
),
),
Tr(
Td(
A( u"Invite people to edit your wiki", href = u"#", onclick = u"toggleElementClass( 'undisplayed', 'edit_description' ); return false;" ),
class_ = u"feature_name",
),
[ Td(
plan[ u"notebook_collaboration" ] and
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ) or u"&nbsp",
) for plan in rate_plans ],
),
Tr(
Td( u"Wiki access control", class_ = u"feature_name" ),
[ Td(
plan[ u"notebook_collaboration" ] and
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ) or u"&nbsp",
) for plan in rate_plans ],
Td(
Ul(
Li( u"Invite specific people to collaborate on your wiki." ),
Li( u"Decide who can edit and who can only view." ),
Li( u"Invite as many people as you want. They only need free Luminotes accounts." ),
Li( u"Revoke collaboration access with a single click." ),
Li( u"Share only the notebooks you want to share. Keep the others private." ),
),
colspan = u"4",
id = u"edit_description",
class_ = u"feature_description undisplayed",
),
),
border = u"1",
id = u"upgrade_table",
@ -92,16 +161,6 @@ class Upgrade_page( Product_page ):
Div(
Div(
Img(
src = u"/static/images/more_room_to_stretch_out.png",
width = u"280", height = u"29",
alt = u"More room to stretch out",
),
Ul(
Li( u"More space for your wiki notes." ),
Li( u"More space for your documents and files." ),
class_ = u"upgrade_text",
),
Img(
src = u"/static/images/zero_hassle.png",
width = u"122", height = u"29",
@ -113,26 +172,7 @@ class Upgrade_page( Product_page ):
Li( u"No lock-in: Download your entire wiki anytime." ),
class_ = u"upgrade_text",
),
class_= u"upgrade_right_area",
),
Div(
Img(
src = u"/static/images/more_collaboration.png",
width = u"204", height = u"29",
alt = u"More collaboration",
),
P(
Ul(
Li( u"Invite specific people to collaborate on your wiki." ),
Li( u"Decide who can edit and who can only view." ),
Li( u"Invite as many people as you want. They only need free Luminotes accounts." ),
Li( u"Revoke access with a single click." ),
Li( u"Share only the notebooks you want to share. Keep the others private." ),
class_ = u"upgrade_text",
),
),
class_= u"upgrade_left_area",
class_= u"center_area",
),
P(