latest promodvd changes from aj
[opensuse:software-o-o.git] / app / views / order / new.rhtml
1 <%
2 @hide_search_box = true
3 @page_title = "Order Promo DVD copies for your next events"
4 -%>
5 <style type="text/css">
6   table#promoformtbl *.mandatory {
7     background-color: #d99;
8   }
9 </style>
10
11 <div>
12
13   <p> Join the fast-growing community putting openSUSE into more
14     hands by ordering the latest openSUSE PromoDVD for your group,
15     non-profit organization or event.
16   </p>
17
18   <p> Promo DVDs help to increase awareness and visibility of openSUSE
19     at events like LUG meetings, installfests, and conferences.  We also
20     ship to schools and universities or for any other training purposes.
21   </p>
22   <p>
23     For more information on what is in the promotional DVD, please see
24     <a href="http://en.opensuse.org/openSUSE:Ambassador_kit">the
25       wiki</a>.
26   </p>
27
28   <h2>About your event:</h2>
29
30   <p> 
31
32     Keep us informed about your upcoming event and we'll help you
33     promote it.  Go to <a
34     href="http://en.opensuse.org/openSUSE:Marketing_materials">the
35     marketing materials wiki page</a> to download any other Marketing
36     material that you think it might help you with your event.  After
37     your event is completed, let us know and we might feature you on
38     openSUSE News.  (Hint!  We love photos.  Take lots of them!)  You
39     can contact us at <a
40     href="mailto:opensuse-marketing@opensuse.org">opensuse-marketing@opensuse.org</a>
41     to discuss promotion and/or other ways we can assist you.
42
43   </p>
44
45   <h2>Before You Place an Order:</h2>
46
47   <p> 
48
49     <b>Personal Use:</b> Unfortunately, due to the cost and time
50     involved in shipping and handling, we can only send in bulk.  We are
51     unable to respond to requests for DVDs for personal use for <em>any
52     reason</em> (including your terrible internet connection). To get a DVD
53     for yourself, please visit <a
54       href="http://software.opensuse.org">software.opensuse.org</a>.  If
55     your connection is too slow, contact your <a
56       href="http://en.opensuse.org/openSUSE:Ambassadors_list">local
57       Ambassador</a> for an event in your area where you can get a free
58     copy.  And, if you don't have a local Ambassador, consider becoming
59     one.  We'd love to have you in our community.
60   </p>
61
62   <p>
63     <b>Commercial Use and Resale:</b> These PromoDVDs are not
64     for resale.  If you wish to sell openSUSE Boxed versions, please
65     visit <a href="http://www.open-slx.de">open-SLX</a>.
66   </p>
67
68   <p>
69     <b>In Summary:</b> We will not fill requests for the following:
70
71   <ul>
72     <li>single DVD requests </li>
73     <li>requests for reselling PromoDVDs</li>
74     <li>requests for samples for your company</li>
75     <li>requests for DVDs due to slow internet connections</li>
76   </ul>
77 </p>
78
79 <p>
80   We will try to fill requests for:
81 <ul>
82   <li>DVDs for Free Software Day activities</li>
83   <li>openSUSE promotion at events and college fairs</li>
84   <li>LUGS and Linux conference stalls/booths</li>
85   <li>educational groups, community groups, or non-traditional events where you will talk about openSUSE</li>
86   <li>any event that has 100 or more expected attendees</li>
87   <li>other reasons not listed but may be considered at our discretion</li>
88 </ul>
89 </p>
90
91 <p> 
92   You may also order in larger quantities if you have several events planned in the near future.
93   Not sure if your event  or group qualifies? Just go ahead and fill out the form, we'll let you  know. Or contact <a href="mailto:promodvds@opensuse.org">promodvds@opensuse.org</a> directly.
94 </p>
95
96 <h2>Filling Out the Order Form</h2>
97
98 <p>
99   Help us to quickly respond to your request by filling out the form
100   as accurately as possible.
101 </p>
102
103 <ul>
104   <li>Please enter a <b>brief</b> reason why you need the DVDs and Provide a link of the event/purpose.</li>
105   <li>We might have posters and other promotional material (in English only) and  T-Shirts. If you want some, please state that and we supply based on  availability.</li>
106   <li>Shipping may take 2-3 weeks depending on your location and customs requirements.</li>
107   <li>Please provide a real name for screening.</li>
108   <li>Use latin characters (letters and numbers) only.</li>
109   <li>Your phone number is needed for the parcel service.</li>
110   <li>Please use multiplies of 100 in ordering.</li>
111 </ul>
112
113 <p>
114   We try to keep you informed about the status of the shipment
115 </p>
116
117 <p>
118
119   <b>Cost:</b>The PromoDVDs, material and shipment is sponsored by
120   Novell. We cannot take care of <b>customs</b> for you, this is
121   something you might need to pay - depending on the amount of media
122   and your local custom situation.
123
124 </p>
125
126 <p>Colored fields are mandatory</p>
127 </div>
128
129
130 <% form_for :order, @order, :url => {:action => "save"} do |f| %>
131   <table id="promoformtbl">
132     <tr><td>Title: </td><td><%= f.select :title, %w(Mr. Mrs. Company) %></td></tr>
133     <tr><td>Name: </td><td><%= f.text_field :name, :class => "mandatory" %></td></tr>
134     <tr><td>Company: </td><td><%= f.text_field :company %></td></tr>
135     <tr><td>Street1: </td><td><%= f.text_field :street1, :class => "mandatory" %></td></tr>
136     <tr><td>Street2: </td><td> <%= f.text_field :street2 %></td></tr>
137     <tr><td>Zip </td><td><%= f.text_field :zip, :class => "mandatory" %></td></tr>
138     <tr><td>City </td><td><%= f.text_field :city, :class => "mandatory" %></td></tr>
139     <tr><td>County/State </td><td><%= f.text_field :county %></td></tr>
140     <tr><td>Country </td><td><%= f.text_field :country, :class => "mandatory" %></td></tr>
141     <tr><td>Phone number </td><td><%= f.text_field :phone, :class => "mandatory" %></td></tr>
142     <tr><td>E-Mail Address </td><td><%= f.text_field :email, :class => "mandatory" %></td></tr>
143     <tr><td>Amount of DVDs </td><td><%= f.text_field :amount, :class => "mandatory" %></td></tr>
144     <tr><td>What additional promotional material do you need (if available)?  </td><td><%= f.text_field :material %></td></tr>
145     <tr><td>Reason (please include URL to event) </td><td><%= f.text_area :reason, :class => "mandatory" %></td></tr>
146     <tr><td>Deadline (use the ISO format YYYY-MM-DD, e.g. 2011-03-31 or NONE) </td><td><%= f.text_field :deadline, :class => "mandatory" %></td></tr>
147     <tr><td colspan=2><%= submit_tag %></td></tr>
148   </table>
149   <p>
150     All data is used only for sending DVDs and will not be spread to third parties.
151     We store the data to inform the users if a new version is available. All
152     requests have to be screened to fulfill the US export embargo. More information
153     about the embargo and a list of countries at wikipedia
154     <a href='http://en.wikipedia.org/wiki/United_States_embargoes'>http://en.wikipedia.org/wiki/United_States_embargoes</a>.
155
156   </p>
157 <% end %>